emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (ab7583a -> 220613e)


From: John Wiegley
Subject: [Emacs-diffs] master updated (ab7583a -> 220613e)
Date: Mon, 15 Feb 2016 22:42:11 +0000

johnw pushed a change to branch master.

      from  ab7583a   Add fragmentation module to CSS property list
      adds  fa55da2   Make mm-html-blocked-images default to "" again
      adds  1a9dbf5   Mention web bugs
      adds  0a289d3   Suppress ACL ops if configured with --disable-acl
      adds  ee909aa   * lisp/simple.el (next-line-or-history-element): Reset 
temporary-goal-column.
      adds  6bac035   * lisp/replace.el (replace-match-maybe-edit): Make arg 
`backward' optional.
      adds  7dd45b6   Quote table names for postgres listings (sql-mode)
      adds  0f60049   Support integer image rotation and respect EXIF rotations
      adds  10b8ed2   Document EXIF image rotation
       new  33bb679   Merge from origin/emacs-25
      adds  12c50e8   Backport: * lisp/isearch.el: Turn char-folding off by 
default
       new  8c4e041   ; Merge from origin/emacs-25
      adds  3ad05a0   Describe Makefile test targets in test/README
      adds  4ef153b   Improve doc strings of 'forward/backward-word-strictly'
      adds  02d925e   Kevin Gallagher has new email address
      adds  25ec995   Memory-management cleanup in make-docfile
      adds  456c0a3   make-docfile cleanup for I/O, etc.
      adds  eb4a18c   Set locale when run from OS X GUI
      adds  c6f377c   Document OS X LANG default
      adds  afe7d1f   Revert "Document EXIF image rotation"
      adds  f5d6b9b   Revert "Support integer image rotation and respect EXIF 
rotations"
       new  a644fa3   Merge from origin/emacs-25
      adds  a91b4b5   Revert "Backport: * lisp/isearch.el: Turn char-folding 
off by default"
       new  73e9edf   ; Merge from origin/emacs-25
      adds  c95ebbf   Extend gpm-mouse-mode's doc string and doc to point out 
limitations.
      adds  5eb9989   * lib-src/make-docfile.c: Include stdarg.h.
      adds  e8e3bd0   ; Improve merge documentation in CONTRIBUTE
      adds  85a2753   Revert "Fix gnus-group-get-new-news-this-group on group 
with closed server"
      adds  d82f24b   Fix redisplay after a large insertion
      adds  1c98f98   Suppress GNUstep hardening
      adds  28bb214   Announce that the `C-x w' bindings are deprecated
      adds  b55f06d   ; * etc/NEWS: Use double spaces to end a sentence.
      adds  d97f522   Document deprecation of hi-lock-mode's 'C-x w' bindings
      adds  53ca1e1   Index tilde characters in names of backup files
      adds  47896c8   ; Improve commentary in insdel.c
      adds  851decb   * lisp/dired-aux.el: Require cl-lib.  (Bug#22613)
      adds  2b7d006   ; make change-history-commit
      adds  478ca5d   ; fix changelog entries
      adds  dacde7e   * etc/AUTHORS: Update the AUTHORS file
       new  c79978f   Merge from origin/emacs-25
      adds  23ca48d   Bump version to 25.0.91
      adds  1af4493   ; Auto-commit of loaddefs files.
      adds  cc6d906   ; Auto-commit of ChangeLog files.
       new  ca03b85   ; Merge from origin/emacs-25
      adds  856cd94   Grep alias `all' shall not match parent directory
      adds  8badf95   Make 'mmap_realloc' on MS-Windows more reliable
      adds  f7af26c   Fix a typo in edt.texi
      adds  c1313b5   Replace colon in file name (not legal on Windows)
      adds  8482949   Fix point movement under 'scroll-conservatively'
      adds  1834ac7   Port to x86 GCC 4.3.1 and earlier
      adds  f3aaca3   Port USE_STACK_LISP_OBJECTS fix to Clang
      adds  f8bf1b3   CONTRIBUTE cleanups and updates
      adds  cf79616   ; Spelling fixes
      adds  903603f   Fix wording in a doc-view.el comment
      adds  d9ea795   Fix regression with 'recent-keys' and keyboard macros
      adds  652e5b4   Allow arithmetic operators inside C++ template constructs.
      adds  44b16f6   Avoid crashes in semi-malformed 'condition-case'
      adds  02b037b   Allow arithmetic operators inside C++ template constructs.
      adds  d4b93e1   Minor fixes in global-auto-composition-mode
       new  220613e   Merge from origin/emacs-25


Summary of changes:
 CONTRIBUTE                    |  221 ++++++++++----------
 ChangeLog.2                   |  460 ++++++++++++++++++++++++++++++++++++++++-
 Makefile.in                   |    4 +
 admin/notes/git-workflow      |   36 ++--
 doc/emacs/cmdargs.texi        |    9 +-
 doc/emacs/display.texi        |    5 +-
 doc/emacs/files.texi          |    5 +
 doc/emacs/frames.texi         |    5 +-
 doc/lispref/display.texi      |    4 +-
 doc/misc/edt.texi             |    5 +-
 doc/misc/emacs-mime.texi      |    7 +-
 etc/AUTHORS                   |   79 ++++---
 etc/NEWS                      |   11 +-
 etc/edt-user.el               |    4 +-
 lib-src/make-docfile.c        |  327 ++++++++++++++++-------------
 lisp/ChangeLog.13             |    2 +-
 lisp/ChangeLog.17             |    2 +-
 lisp/composite.el             |    1 +
 lisp/dired-aux.el             |    1 +
 lisp/doc-view.el              |   22 ++-
 lisp/emacs-lisp/easy-mmode.el |    1 +
 lisp/emulation/edt-lk201.el   |    4 +-
 lisp/emulation/edt-mapper.el  |    4 +-
 lisp/emulation/edt-pc.el      |    4 +-
 lisp/emulation/edt-vt100.el   |    4 +-
 lisp/emulation/edt.el         |    7 +-
 lisp/gnus/ChangeLog.3         |    6 +-
 lisp/gnus/mm-decode.el        |    2 +-
 lisp/progmodes/cc-engine.el   |   14 +-
 lisp/progmodes/cc-langs.el    |   33 +++-
 lisp/progmodes/grep.el        |    2 +-
 lisp/replace.el               |   10 +-
 lisp/simple.el                |   26 +++-
 lisp/t-mouse.el               |    6 +-
 src/Makefile.in               |    8 +-
 src/emacs.c                   |    5 +
 src/eval.c                    |    2 +-
 src/fileio.c                  |   20 +-
 src/image.c                   |    2 +-
 src/insdel.c                  |   18 ++-
 src/keyboard.c                |   50 +++--
 src/lisp.h                    |    6 +
 src/nsterm.h                  |    2 +
 src/nsterm.m                  |   21 ++
 src/syntax.c                  |   12 +-
 src/w32heap.c                 |   51 +++--
 src/xdisp.c                   |   14 +-
 test/README                   |   58 +++++
 48 files changed, 1171 insertions(+), 431 deletions(-)



reply via email to

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