emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (8b38d30 -> 98284ef)


From: Paul Eggert
Subject: [Emacs-diffs] master updated (8b38d30 -> 98284ef)
Date: Tue, 03 Mar 2015 22:56:40 +0000

eggert pushed a change to branch master.

      from  8b38d30   Use `macroexp-parse-body'
      adds  a78774a   # Auto-commit of loaddefs files.
       new  8b990b8   Merge from origin/emacs-24
      adds  d69e9f1   CC Mode: Stop Font Lock forcing fontification from BOL.  
Fixes debbugs#19669.
      adds  d3852a9   * admin/admin.el (manual-meta-string): Use address@hidden 
rather than address@hidden
       new  9792a94   Merge from origin/emacs-24
      adds  9e22ff0   # ChangeLog fixes, backported
      adds  43b82ba   authors.el: backport some additions
       new  118a31a   Merge from origin/emacs-24
      adds  50f3811   net/tramp.el (tramp-ssh-controlmaster-options): Use "%C"
      adds  e9a7e10   Fix redrawing of mode lines when exposed  (Bug#19721)
      adds  27e11c0   Fix display of overlay strings with faces after ellipsis  
(Bug#19307)
      adds  d6fee01   Tramp: Don't use a tempfile for ControlPath.
      adds  4e8d586   Fix last commit
      adds  e589765   A more thorough fix for bug#19307
      adds  ec26c23   authors.el: Add missing ignored and renamed files
       new  f15c858   Merge from origin/emacs-24
      adds  4779a4b   Bump version to 24.4.90
       new  6eab393   Merge from origin/emacs-24
      adds  d825f66   Fix filling circle/ellipse in Artist Mode  (Bug#19763)
      adds  c648717   Update ERC docs and update MAINTANERS to include myself
      adds  9615c0d   doc/misc/erc.texi: fix typo
      adds  008a04a   todo-mode.el: Restore point on setting item done  
(Bug#19727)
      adds  a323b93   Better multi-line input support in comint.el
      adds  c0ba590   Fix vertical-motion and posn-at-point when word-wrap is 
on  (Bug#19769)
       new  2c82dee   Merge from origin/emacs-24
      adds  4f5033f   Backport the :end-of-capability fix
       new  d846236   Merge from origin/emacs-24
      adds  eca7da1   Complete the remaining documentation updates for 24.5
      adds  20c817d   Fix handling of frame color parameters in TTY sessions  
(Bug#19802)
      adds  a7b1c2f   Don't lose frame's background color when setting 
foreground  (Bug#19802)
      adds  87fc99f   Better support for the case of typing RET on the prompt 
in comint.
      adds  4b0b27d   Fix invocation of commands whose file name includes 
extension  (Bug#19817)
       new  e2ae1c5   Merge from origin/emacs-24
      adds  680ee61   Backport fix for bug#18745 from master.
      adds  f5d1e1f   Backport NEWS typo fix
       new  1fb87f1   Merge from origin/emacs-24
      adds  a7254bb   Improve string search in `flyspell-word-search-*`. 
(Bug#16800)
      adds  72fd047   NEWS: Add section to include ERC changes
      adds  8b3ba7a   Improve docs of transient-mark-mode  (Bug#19841)
      adds  decb48d   Augment text-mode syntax table for a few special 
characters
      adds  b85523f   * lisp/textmodes/flyspell.el 
(flyspell-duplicate-distance): Bump :version.
      adds  3ca2ff3   * lisp/erc/erc.el (erc-rename-buffers): Doc fix.  Add 
:version.
      adds  0077b36   # NEWS copyedits
       new  923602f   Merge from origin/emacs-24
      adds  432b00e   Fix assertions in popping up menus on TTY  (Bug#19862)
       new  36a50f3   Merge from origin/emacs-24
      adds  9366f05   Tramp: Disable paging with PAGER=cat
      adds  4fa778b   erc.el: Add old version header for package.el compatibilty
      adds  86fe750   # Remove NEWS temporary markup
      adds  65d8ac7   Mention in admin/notes/repo how to mark commits that are 
not to be merged.
      adds  6f2971a   * lisp/comint.el (comint-line-beginning-position): Revert 
searching for the prompt when comint-use-prompt-regexp is non-nil because it 
doesn't distinguish input from output.  Check the field property `output' for 
the case when comint-use-prompt-regexp is nil.
      adds  35f047c   * src/fileio.c (Fmake_temp_name): Doc tweaks.
      adds  b0adfc7   Spelling fixes
      adds  0260932   Bump python.el version
      adds  1817892   Avoid erratic behavior of menu-bar tooltips on w32  
(Bug#19925)
      adds  1b0ebbd   browse-url-firefox: update for firefox 36's removal of 
-remote
      adds  f160106   Avoid assertion violations in Rmail due to newline cache
       new  37ad855   Merge from origin/emacs-24
      adds  15d78a2   # Auto-commit of loaddefs files.
       new  518eab2   Merge from origin/emacs-24
      adds  e28ec9a   ispell.el: Extend to aspell current hunspell handling of 
aliases names for standard dicts.
      adds  c4ade11   textmodes/ispell.el: Look for aspell .dat files also 
under dict-dir, as aspell does.
       new  98284ef   Merge from origin/emacs-24


Summary of changes:
 admin/ChangeLog             |    9 +++
 admin/MAINTAINERS           |    5 ++
 admin/admin.el              |    2 +-
 admin/authors.el            |    2 +
 admin/notes/repo            |   21 ++++++
 doc/lispref/ChangeLog       |    5 ++
 doc/lispref/processes.texi  |   16 +++--
 doc/misc/ChangeLog          |    6 ++
 doc/misc/erc.texi           |   10 +---
 etc/ChangeLog               |    4 +
 etc/NEWS.24                 |   36 ++++++-----
 lisp/ChangeLog              |  144 +++++++++++++++++++++++++++++++++++++++++++
 lisp/calendar/todo-mode.el  |    7 ++-
 lisp/comint.el              |   31 ++++++---
 lisp/erc/ChangeLog          |   13 ++++
 lisp/erc/erc.el             |    6 +-
 lisp/frame.el               |   32 ++++++++-
 lisp/net/browse-url.el      |   80 ++++++++----------------
 lisp/net/tramp.el           |   25 +++++---
 lisp/org/ChangeLog          |    2 +-
 lisp/progmodes/cc-mode.el   |    8 +++
 lisp/progmodes/python.el    |    2 +-
 lisp/simple.el              |    9 ++-
 lisp/textmodes/artist.el    |    2 +-
 lisp/textmodes/flyspell.el  |   72 +++++++++++++++------
 lisp/textmodes/ispell.el    |   67 ++++++++++++--------
 lisp/textmodes/text-mode.el |   17 +++++
 nt/ChangeLog                |   10 +++
 nt/cmdproxy.c               |   72 ++++++++++++++++++++--
 src/ChangeLog               |   66 ++++++++++++++++++++
 src/buffer.c                |    1 +
 src/dispnew.c               |    6 ++
 src/fileio.c                |   18 ++---
 src/search.c                |    6 ++
 src/w32fns.c                |   10 +++
 src/xdisp.c                 |   64 ++++++++++++++-----
 src/xfaces.c                |    2 +-
 37 files changed, 686 insertions(+), 202 deletions(-)



reply via email to

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