emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (6d14e0d -> 848343f)


From: Fabián Ezequiel Gallina
Subject: [Emacs-diffs] master updated (6d14e0d -> 848343f)
Date: Sat, 27 Dec 2014 18:50:36 +0000

fgallina pushed a change to branch master.

      from  6d14e0d   elisp-xref-find: Don't create buffers eagerly
      adds  d9005dd   src/gnutls.c (gnutls_init): Fix deprecation warning from 
GCC.
      adds  db2a768   * test/automated/flymake/warnpred/test.pl: Tweak format
      adds  59c218f   ChangeLog fix
      adds  7b94572   * test/automated/flymake/warnpred/test.pl: Tweak earlier 
change.
      adds  bb57c94   Consider electric-pair-mode in tex-mode.
      adds  061db13   Fix vc-git-dir-status-files WRT up-to-date vs edited
      adds  fb420e7   * lisp/subr.el (sit-for): Tweak docstring.
      adds  8032fc1   * .gitignore: Ignore /conftest*.
      adds  c773edc   * net/tramp-gw.el (tramp-gw-open-connection): Suppress 
traces in wrong debug buffer. (tramp-gw-open-connection): Set process coding 
system 'binary. (tramp-gw-open-network-stream): Handle HTTP error 403.
      adds  2616307   * net/tramp-sh.el (tramp-send-command-and-read): New 
optional arg MARKER. (tramp-get-remote-path): Use it.
       new  3a12f2e   Merge from origin/emacs-24
      adds  78101c2   * lisp/subr.el (redisplay-dont-pause): Mark as obsolete.
      adds  811acee   src/window.c (Fwindow_body_width): Doc fix.  (Bug#19395)
      adds  a864bfb   Fix content decoding in gnus-read-ephemeral-bug-group
      adds  09ab6fe   Merge branch 'emacs-24' of git.sv.gnu.org:/srv/git/emacs 
into emacs-24
       new  cd1ed48   Merge from origin/emacs-24
      adds  230c010   * net/tramp-sh.el (tramp-send-command-and-read): New 
optional arg MARKER. (tramp-get-remote-path): Use it.
       new  6e66744   Merge from origin/emacs-24
      adds  48a9d9f   Merge branch 'emacs-24' of git.sv.gnu.org:/srv/git/emacs 
into emacs-24
       new  c3c51ec   Merge from origin/emacs-24
      adds  74d3b20   Fixes: debbugs:18623
      adds  936d5e5   Fix last patch.
      adds  749813e   python.el: Fix electric colon behavior
      adds  8e818d1   Keep maximized when going fullscreen.
      adds  d0fd23c   doc/emacs/buffers.texi (Kill Buffer): Improve indexing.
      adds  75e114f   Fix line numbers on Python shell.
      adds  012479a   * lisp/progmodes/sh-script.el: Don't set global 
indent-line-function
      adds  ea78112   * net/tramp-sh.el 
(tramp-do-copy-or-rename-file-out-of-band): Use "\n" as end-of-line delimeter 
for passwords, when running on MS Windows.
      adds  14c3739   * lisp/progmodes/js.el (js-syntax-propertize): "return" 
can't be divided.
      adds  20cfd24   Improve indexing on the chapter/section/subsection levels.
      adds  216c6aa   * net/tramp-sh.el 
(tramp-do-copy-or-rename-file-out-of-band): Use `tramp-rsh-end-of-line', it 
ought to be more robust.
       new  411c1c6   Merge from origin/emacs-24
      adds  2566f38   Backport: Don't cache images in nsimage.m (Bug#18918).
       new  938d651   Merge from origin/emacs-24
      adds  bef46ba   Fix bad bug number reference, shall be 19427.
       new  4b72b4f   Merge from origin/emacs-24
      adds  5fc8210   Backport: Memory leak fix and 19133 fix.
       new  f315b69   Merge from origin/emacs-24
      adds  0d48826   Avoid compiler warning.
      adds  f89efea   TUTORIAL.es: spelling fixes
      adds  c741b1b   TUTORIAL.es: Improve style consistency
      adds  1783e6c   ChangeLog fix
      adds  73c050c   * doc/lispref/modes.texi (Defining Minor Modes, SMIE 
Lexer): Markup fixes.
      adds  b70977c   Small doc markup fixes
      adds  a41d07b   Fix rendering of composed caharacters on the mode line.  
(Bug#19435)
      adds  4cd6d77   * automated/tramp-tests.el 
(tramp-test17-insert-directory): Do not expect a given order of "." and "..".
      adds  7aa506e   Spelling fixes
      adds  2dd5163   python.el: Handle file encoding for shell.
      adds  ed65b91   Fix for previous commit
      adds  800260c   python.el: Cleanup temp files even with eval errors.
      adds  7e9dfde   python.el: Fix message when sending region.
      adds  c6400e1   Fix composition of characters from Syriac and Arabis 
scripts.
      adds  a5f38fa   Fix ChangeLog typo
       new  35e1f9d   Merge from origin/emacs-24
       new  848343f   Sanitize ChangeLog entries for previous merges.


Summary of changes:
 .gitignore                          |    1 +
 ChangeLog                           |   12 ++-
 build-aux/git-hooks/commit-msg      |    4 +-
 doc/emacs/ChangeLog                 |    4 +
 doc/emacs/buffers.texi              |   11 +-
 doc/emacs/building.texi             |    2 +-
 doc/lispref/ChangeLog               |  113 +++++++++++++
 doc/lispref/abbrevs.texi            |    9 +
 doc/lispref/backups.texi            |    4 +
 doc/lispref/buffers.texi            |    2 +
 doc/lispref/commands.texi           |    9 +
 doc/lispref/compile.texi            |    1 +
 doc/lispref/control.texi            |    9 +-
 doc/lispref/customize.texi          |    4 +
 doc/lispref/debugging.texi          |    6 +
 doc/lispref/display.texi            |   27 +++
 doc/lispref/files.texi              |    6 +
 doc/lispref/frames.texi             |    8 +
 doc/lispref/functions.texi          |    5 +-
 doc/lispref/hash.texi               |    2 +
 doc/lispref/help.texi               |    2 +
 doc/lispref/keymaps.texi            |    4 +
 doc/lispref/lists.texi              |    9 +
 doc/lispref/loading.texi            |    4 +
 doc/lispref/macros.texi             |    3 +
 doc/lispref/markers.texi            |    7 +
 doc/lispref/minibuf.texi            |    5 +
 doc/lispref/modes.texi              |    4 +-
 doc/lispref/nonascii.texi           |    5 +
 doc/lispref/os.texi                 |   11 ++-
 doc/lispref/positions.texi          |    1 +
 doc/lispref/processes.texi          |    3 +
 doc/lispref/searching.texi          |    5 +
 doc/lispref/strings.texi            |    7 +
 doc/lispref/syntax.texi             |    7 +
 doc/lispref/text.texi               |    9 +
 doc/lispref/variables.texi          |    3 +
 doc/lispref/windows.texi            |    2 +
 etc/ChangeLog                       |    4 +
 etc/tutorials/TUTORIAL.es           |  230 +++++++++++++-------------
 lisp/ChangeLog                      |  118 ++++++++++++++
 lisp/language/misc-lang.el          |    3 +-
 lisp/net/tramp-gw.el                |    9 +-
 lisp/net/tramp-sh.el                |   53 ++++---
 lisp/net/tramp.el                   |  277 ++++++++++++++++---------------
 lisp/org/org-ctags.el               |    8 +-
 lisp/org/ox-html.el                 |    2 +-
 lisp/org/ox-latex.el                |    2 +-
 lisp/org/ox-publish.el              |    2 +-
 lisp/org/ox.el                      |    6 +-
 lisp/progmodes/js.el                |    2 +-
 lisp/progmodes/python.el            |  206 +++++++++++++++---------
 lisp/progmodes/sh-script.el         |    2 +-
 lisp/subr.el                        |    4 +-
 lisp/textmodes/tex-mode.el          |   50 +++++--
 lisp/vc/vc-git.el                   |    7 +-
 src/ChangeLog                       |   37 +++++
 src/buffer.c                        |    4 +-
 src/composite.c                     |    3 +-
 src/dispextern.h                    |    5 +-
 src/gnutls.c                        |    2 +-
 src/nsimage.m                       |    8 +-
 src/xdisp.c                         |  171 +++++++++-----------
 src/xterm.c                         |   10 +-
 test/ChangeLog                      |   36 ++++
 test/automated/data/flymake/test.pl |    2 +-
 test/automated/electric-tests.el    |   11 ++-
 test/automated/python-tests.el      |  304 +++++++++++++++++++++++++++++++++++
 test/automated/tramp-tests.el       |    7 +-
 69 files changed, 1409 insertions(+), 506 deletions(-)



reply via email to

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