emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] feature/byte-switch updated (e742450 -> cb41043)


From: Vibhav Pant
Subject: [Emacs-diffs] feature/byte-switch updated (e742450 -> cb41043)
Date: Mon, 13 Feb 2017 06:37:34 -0500 (EST)

vibhavp pushed a change to branch feature/byte-switch.

      from  e742450   ; Add more documentation for byte-switch related code.
      adds  c2e19a7   Fix bug in css--mdn-find-symbol
      adds  862d643   Recognize JS regexp literals more correctly
      adds  91478f4   Nix some useless uses of looking-at, looking-back
      adds  7459cbe   Remove server-buffer-clients string from minor-mode-alist
      adds  0769c99   Fix bug#25607
      adds  d4429df   Fix typos in tests for lax-plist-get etc.
      adds  a84da83   Convert more uses of `looking-at' to `following-char'
      adds  d8cca4d   * lisp/replace.el (query-replace-from-to-separator): Move 
propertize
      adds  01ebe5d   * lisp/buff-menu.el: Turn on lexical-binding.
      adds  4c1d7ac   Substitute leading $HOME/ in xdg-user-dirs
      adds  ee99707   Doc fix for vhdl-mode re mail-host-address
      adds  e9ec1c5   Simplify time-stamp mail host usage
      adds  04ea55f   Doc fixes related to mail-host-address
      adds  ef6132c   Fix recent bootstrap issue by moving string-to-list
      adds  4b18ef7   Fix non-ASCII text encoding (bug#25658)
       new  cb41043   Merge branch 'master' into feature/byte-switch


Summary of changes:
 doc/lispref/os.texi                   |  4 +---
 lisp/allout.el                        |  5 ++--
 lisp/bookmark.el                      |  8 +++----
 lisp/buff-menu.el                     |  2 +-
 lisp/cus-edit.el                      |  4 ++--
 lisp/cus-theme.el                     |  4 ++--
 lisp/emacs-lisp/autoload.el           |  2 +-
 lisp/emacs-lisp/bytecomp.el           |  2 +-
 lisp/emacs-lisp/checkdoc.el           | 16 ++++++-------
 lisp/emacs-lisp/elint.el              |  2 +-
 lisp/emulation/viper-cmd.el           |  2 +-
 lisp/gnus/mm-bodies.el                | 22 ++++++++++++------
 lisp/image-dired.el                   |  4 ++--
 lisp/international/mule-util.el       | 10 --------
 lisp/net/tramp.el                     | 25 ++++++++++++--------
 lisp/progmodes/js.el                  | 43 ++++++++++++++++++++---------------
 lisp/progmodes/vhdl-mode.el           |  3 +--
 lisp/replace.el                       | 40 ++++++++++++++++++--------------
 lisp/server.el                        |  4 ----
 lisp/simple.el                        |  2 +-
 lisp/startup.el                       |  5 ++--
 lisp/subr.el                          |  8 +++++++
 lisp/textmodes/css-mode.el            |  6 +++--
 lisp/time-stamp.el                    | 13 +----------
 lisp/xdg.el                           | 11 +++++++--
 test/lisp/progmodes/js-tests.el       | 17 ++++++++++++++
 test/lisp/textmodes/css-mode-tests.el |  3 ++-
 test/src/fns-tests.el                 | 18 +++++++--------
 28 files changed, 158 insertions(+), 127 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]