emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (535e2be -> d95c7bb)


From: John Wiegley
Subject: [Emacs-diffs] master updated (535e2be -> d95c7bb)
Date: Thu, 04 Feb 2016 08:10:31 +0000

johnw pushed a change to branch master.

      from  535e2be   Add a new command to switch between erc buffers
      adds  4bb7233   Fix typos in Introduction to Emacs Lisp manual
      adds  9fd0189   ;Fix ChangeLog entry
      adds  39b166f   Disable DebPrint in sys_read on MS-Windows
      adds  2a5233c   Mark some user options that can get evalled as risky.
      adds  3cf5e81   * lisp/gnus/gnus-kill.el (gnus-winconf-kill-file): Not 
user-serviceable.
      adds  2df0e04   Highlight CSS variables with variable name face
      adds  0fac75f   Improve the custom type of some user options.
      adds  ae26c8a   * lisp/net/browse-url.el (browse-url-default-browser): 
Lower priority of non-free Chrome.
       new  1829a1f   Merge from origin/emacs-25
      adds  71b20b3   Backport: * lisp/files.el: Remove support for extra 
.dir-locals file
       new  91ab662   ; Merge from origin/emacs-25
      adds  93b144b   Pacify GCC on C library without glibc API
      adds  b920a0e   Spelling fixes
      adds  b250d29   Spelling fix
      adds  98bdbdb   Correct reference to DARWIN_OS preprocessor symbol
      adds  20c7e34   ; * etc/NEWS: Fix renamed command name
      adds  cdecbed   Fix return value of imap-starttls-open
      adds  fc48106   Fix imap-starttls-open
      adds  a8273da   Fix display of overlay strings with 'display' and 'box' 
property
      adds  7b1d2b1   Fix (c & 040) typo in emergency escapes
      adds  86ce76b   ; Fix ChangeLog.2 commit ID.
      adds  cedd7ca   autogen.sh now arranges for git to check hashes
      adds  c90e1b4   Improve elisp “Security Considerations” doc
      adds  2fbd1da   * etc/HISTORY: Add some more history, plus git tags.
      adds  43cb9f8   Omit unnecessary history from Lisp intro
      adds  3b734e1   * org/org-compat.el (org-font-lock-ensure): Fix bogus 
test (bug#22399)
      adds  d766ca8   Chatter when autogen.sh changes Git configuration
      adds  e639e10   Some corrections in Elisp manual
      adds  ee8b466   Recommend enabling integrity-checking in git
      adds  1d07dcd   Highlight two additional SCSS keywords
      adds  9f60d7e   Mark some risky calendar variables.
      adds  93f2153   Improve the custom type of some user options.
      adds  4c3fae3   ; * lisp/progmodes/prolog.el: Remove some obsolete 
commentary.
      adds  cb035f3   Don't insert nil faces in shr
      adds  9c3142d   Clean up eww code slightly
      adds  ee0fbd8   Make eww-browse-url with new-window parameter work again
      adds  51362d6   Allow the user more control of popping up the eww window
      adds  5713466   Fix editing undo changes in eww fields
      adds  c04e911   Add --git-config option to autogen.sh
      adds  58bfb6a   More improvements for Ruby support in 'etags'
      adds  e42e662   Change Ruby file names and extensions recognized by 
'etags'
      adds  f6213ce   Fix file-name recognition in 'etags'
      adds  860da4d   Fix names of tags generated for Ruby accessors
      adds  a4278e2   Fix failure to compile ns-win.el in parallel builds
      adds  3696bf2   * make-dist: Update for super-special file that can't 
live in etc/.
      adds  737193a   * make-dist: Add modules/.
      adds  74ebd4a   * make-dist: Updates related to nt/.
      adds  fe321fd   * autogen.sh: Revert all recent changes.
      adds  6191003   Use pop-to-buffer-same-window in eww
      adds  8b87ecb   * lisp/emacs-lisp/map.el: Improvements to the docstring 
of the pcase macro
      adds  8784ebf   Fix x-popup-menu on TTYs without a mouse
      adds  504696d   Etags: yet another improvement in Ruby tags
      adds  2c0dc9f   Fix warning message in hack-local-variables
      adds  91557f5   Quoting fixes in doc strings and diagnostics
      adds  255b68f   Fix IMAP doc example
      adds  66b315c   Make erc work when subword-mode is switched on
      adds  56ed4e1   Allow eww text fields to grow
      adds  a43a1dc   Insert complete alt texts when images are disabled
      adds  7f81825   Make it possible to TAB to input fields
      adds  d90ab1e   Fix typo in eww-make-unique-file-name
      adds  3311f40   Fix bookmark display widths
      adds  af6ab7e   Make shr not bug out on images on non-graphical displays
      adds  d93d2c5   Make tracking faces in Emacs work more reliably
      adds  8c562b2   Make /QUIT in erc more robust
      adds  66c4620   Make complection in erc use consistent casing
      adds  b99141d   Make erc completion case-insensitive again
      adds  ee73997   Make erc work better when encountering unknown prefix 
chars
       new  0608bf1   Merge from origin/emacs-25
      adds  bf64d65   Allow sending empty hidden values in eww
       new  d95c7bb   ; Merge from origin/emacs-25


Summary of changes:
 CONTRIBUTE                          |    2 +-
 ChangeLog.2                         |   23 ++++-
 admin/notes/git-workflow            |    5 +
 admin/release-process               |   18 ++--
 configure.ac                        |   10 +--
 doc/lispintro/emacs-lisp-intro.texi |   75 +++++----------
 doc/lispref/buffers.texi            |   10 ++-
 doc/lispref/debugging.texi          |    4 +-
 doc/lispref/display.texi            |   21 +++--
 doc/lispref/frames.texi             |    4 +-
 doc/lispref/keymaps.texi            |   19 ++--
 doc/lispref/minibuf.texi            |   10 +-
 doc/lispref/modes.texi              |    8 +-
 doc/lispref/os.texi                 |   27 ++++--
 doc/lispref/strings.texi            |    5 +-
 doc/lispref/text.texi               |    9 +-
 doc/lispref/windows.texi            |   24 +++--
 doc/misc/gnus.texi                  |    2 +-
 doc/misc/tramp.texi                 |    2 +-
 etc/HISTORY                         |   71 +++++++++-----
 etc/NEWS                            |    6 +-
 lib-src/etags.c                     |  111 +++++++++++++++++++++--
 lisp/allout.el                      |    4 +-
 lisp/autoinsert.el                  |   12 ++-
 lisp/calendar/cal-china.el          |    6 +-
 lisp/calendar/calendar.el           |    4 +
 lisp/calendar/diary-lib.el          |    2 +
 lisp/calendar/solar.el              |    2 +
 lisp/cedet/ede.el                   |    2 +-
 lisp/cedet/ede/project-am.el        |    2 +-
 lisp/desktop.el                     |    4 +-
 lisp/emacs-lisp/bytecomp.el         |    8 +-
 lisp/emacs-lisp/edebug.el           |    1 +
 lisp/emacs-lisp/map.el              |   17 ++--
 lisp/emacs-lisp/pcase.el            |    6 +-
 lisp/emulation/viper-keym.el        |    6 +-
 lisp/erc/erc-backend.el             |   28 ++++++-
 lisp/erc/erc-button.el              |   16 ++--
 lisp/erc/erc-networks.el            |   10 ++-
 lisp/erc/erc-pcomplete.el           |    8 +-
 lisp/erc/erc-track.el               |    3 +-
 lisp/erc/erc.el                     |   21 +++-
 lisp/files.el                       |    6 +-
 lisp/gnus/gnus-art.el               |    2 +-
 lisp/gnus/gnus-gravatar.el          |    2 +-
 lisp/gnus/gnus-kill.el              |    6 +-
 lisp/gnus/gnus-picon.el             |    2 +-
 lisp/gnus/message.el                |   10 ++-
 lisp/gnus/mml-smime.el              |    4 +-
 lisp/mail/mailalias.el              |    7 +-
 lisp/man.el                         |    4 +-
 lisp/midnight.el                    |    2 +-
 lisp/net/browse-url.el              |    2 +-
 lisp/net/eww.el                     |   70 ++++++++------
 lisp/net/imap.el                    |   18 +++-
 lisp/net/shr.el                     |   29 +++---
 lisp/org/org-compat.el              |    4 +-
 lisp/play/tetris.el                 |   10 ++-
 lisp/progmodes/gud.el               |    3 +-
 lisp/progmodes/prolog.el            |   79 +++++++---------
 lisp/replace.el                     |    2 +-
 lisp/ses.el                         |    6 +-
 lisp/speedbar.el                    |    8 +-
 lisp/textmodes/css-mode.el          |   16 +++-
 lisp/tooltip.el                     |    4 +-
 lisp/tree-widget.el                 |    6 +-
 lisp/type-break.el                  |    2 +-
 lisp/vc/ediff-mult.el               |    3 +-
 lisp/woman.el                       |    5 +-
 lisp/xwidget.el                     |    8 +-
 make-dist                           |   25 ++++-
 src/Makefile.in                     |    5 +
 src/alloc.c                         |   13 ++-
 src/buffer.c                        |   10 +-
 src/keyboard.c                      |    4 +-
 src/menu.c                          |    3 +
 src/w32.c                           |   12 ++-
 src/xdisp.c                         |   13 ++-
 src/xwidget.c                       |    2 +-
 test/etags/ruby-src/test1.ru        |   42 +++++++++
 test/manual/etags/CTAGS.good        |  172 ++++++++++++++++++++++++-----------
 test/manual/etags/ETAGS.good_1      |  152 ++++++++++++++++++++++---------
 test/manual/etags/ETAGS.good_2      |  153 ++++++++++++++++++++++---------
 test/manual/etags/ETAGS.good_3      |  152 ++++++++++++++++++++++---------
 test/manual/etags/ETAGS.good_4      |  152 ++++++++++++++++++++++---------
 test/manual/etags/ETAGS.good_5      |  153 ++++++++++++++++++++++---------
 test/manual/etags/ETAGS.good_6      |  153 ++++++++++++++++++++++---------
 test/manual/etags/Makefile          |    2 +-
 test/manual/indent/css-mode.css     |    2 +-
 test/manual/indent/scss-mode.scss   |   11 ++-
 90 files changed, 1500 insertions(+), 679 deletions(-)
 create mode 100644 test/etags/ruby-src/test1.ru



reply via email to

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