emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (241ae7a -> a0d1e4c)


From: Paul Eggert
Subject: [Emacs-diffs] master updated (241ae7a -> a0d1e4c)
Date: Sun, 23 Oct 2016 09:58:38 +0000 (UTC)

eggert pushed a change to branch master.

      from  241ae7a   Avoid infinite hscrolling in redisplay
      adds  dac64e3   Avoid optimizing out the last_marked[] array
      adds  27eb668   Adapt GDB scripts to '--enable-check-lisp-object-type' 
builds
      adds  2deb20c   Port last_marked change to full-program optimizers
       new  f39141b   Merge from origin/emacs-25
      adds  40c426a   Work around Samba bug with ':' in symlink contents
      adds  eb17d6f   Port --enable-gcc-warnings to GCC 6.2.1
       new  16d126d   ; Merge from origin/emacs-25
      adds  d8374c4   * src/filelock.c (current_lock_owner): Update comment.
      adds  ceb46f0   Fix crash in evaluating functions
      adds  4de671d   Improve doc string of 'completion-at-point-functions'
      adds  10835b1   Avoid crashes due to objects read with the #n=object form
      adds  2130005   * INSTALL: Use correct Emacs release number 25.
      adds  528997d   Keep point when switching from and to *terminal* buffer
      adds  4eb4463   Fix char-width-table values for some Emoji
      adds  30c4bb5   More char-width fixes
      adds  993acb5   ; Minor fix for last change in characters.el
      adds  55ebb70   Catch the imenu-unavailable error in sh-mode completion 
table
      adds  b73f466   * lisp/cus-start.el (exec-path): Handle nil elements.  
(Bug#24471)
       new  6129cd0   Merge from origin/emacs-25
      adds  99892ee   Port to Ubuntu 16.10, which needs gcc -nopie
      adds  d70ed8a   Fix time-related data types in 2 editfns.c functions
       new  e892e11   ; Merge from origin/emacs-25
      adds  cf3c19b   * lisp/ibuffer.el (ibuffer): Improve 'other-window' case. 
 (Bug#23617)
      adds  b0c447e   * lisp/ibuf-ext.el (ibuffer-do-shell-command-file): Fix 
non-file-visiting-buffer case.  (Bug#22678)
      adds  a4285bc   * lisp/simple.el (process-menu-mode, 
list-processes--refresh): Include PID.  (Bug#21725)
      adds  2331056   Merge branch 'emacs-25' of 
git.savannah.gnu.org:/srv/git/emacs into emacs-25
      adds  12da149   Update URL of MS-Windows optional DLLs
      adds  e535ca4   Fix display of vc-dir CVS file statuses in subdirectories
      adds  baa8ba4   * lisp/subr.el (start-process): Doc fix.  (Bug#24693)
      adds  9a758b4   Fix Bug#24698
      adds  b2f32e4   Don't scan compiled module files for autoloads
      adds  62f2684   * lisp/emacs-lisp/autoload.el 
(update-directory-autoloads): Fix last change.
      adds  6b9dee1   Change Tramp version to "2.2.13.25.2"
      adds  8ad0d7d   ; Fix quoting in etc/NEWS
       new  6df147c   Merge from origin/emacs-25
      adds  dfd0476   Fix cursor at bottom left of rectangle (bug#24364)
       new  46288dd   ; Merge from origin/emacs-25
      adds  b6998ea   * src/regex.h (re_match_object): Improve commentary.
      adds  8988327   Fix documentation of 'alist-get'
      adds  3877c91   vc-region-history: Search just on lines intersecting the 
region
      adds  5a26c9b   * lisp/electric.el (electric-quote-mode): Improve doc 
(Bug#24759).
      adds  ad66b3f   Fix handling of allocation in regex matching
      adds  5c2da93   Fix kill-line's docstring
      adds  9da53e2   Let describe-function work for lambda again
      adds  b2ba630   Explain how to debug emacsclient lisp errors
      adds  f6134bb   Port to GCC 6.2.1 + --enable-gcc-warnings
      adds  c2a1792   * src/regex.c (re_search_2): Make new code safe for 
-Wjump-misses-init.
      adds  6f1325e   electric-quote mode no longer worries about coding
      adds  50fa7d6   ;* src/w32heap.c: Fix typo and wording of the comments.
       new  394bdb8   Merge from origin/emacs-25
       new  a0d1e4c   * src/regex.c (re_search_2): Use UNINIT, not IF_LINT.


Summary of changes:
 INSTALL                          |    2 +-
 admin/notes/unicode              |    4 +
 doc/emacs/text.texi              |    4 +-
 doc/lispref/debugging.texi       |    7 ++
 doc/lispref/lists.texi           |   10 +-
 etc/NEWS.25                      |   14 ++-
 etc/emacs-buffer.gdb             |   36 ++++--
 lisp/cus-start.el                |    4 +-
 lisp/electric.el                 |   18 +--
 lisp/emacs-lisp/autoload.el      |    7 +-
 lisp/help-fns.el                 |   33 ++---
 lisp/international/characters.el |   29 ++---
 lisp/minibuffer.el               |   18 +--
 lisp/net/tramp-sh.el             |  247 +++++++++++++++++++-------------------
 lisp/progmodes/sh-script.el      |    5 +-
 lisp/simple.el                   |    4 +-
 lisp/subr.el                     |    2 +-
 lisp/term.el                     |   16 ++-
 lisp/vc/vc-cvs.el                |  137 +++++----------------
 lisp/vc/vc.el                    |    2 +-
 nt/INSTALL                       |   16 +--
 nt/README.W32                    |   13 +-
 src/.gdbinit                     |    3 +-
 src/alloc.c                      |    2 +-
 src/dired.c                      |    4 +-
 src/filelock.c                   |    8 +-
 src/lread.c                      |   13 +-
 src/regex.c                      |   79 +++++++++++-
 src/regex.h                      |   10 +-
 src/search.c                     |   36 ++++--
 src/w32heap.c                    |   14 +--
 31 files changed, 421 insertions(+), 376 deletions(-)



reply via email to

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