emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master b629566 2/2: ; Fix wrong/duplicate ChangeLog entrie


From: Ingo Lohmar
Subject: [Emacs-diffs] master b629566 2/2: ; Fix wrong/duplicate ChangeLog entries
Date: Tue, 04 Aug 2015 16:35:46 +0000

branch: master
commit b629566ac35576e6247cdc043cb8013fd2b8ae50
Author: Ingo Lohmar <address@hidden>
Commit: Ingo Lohmar <address@hidden>

    ; Fix wrong/duplicate ChangeLog entries
---
 ChangeLog.2 |   98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 93 insertions(+), 5 deletions(-)

diff --git a/ChangeLog.2 b/ChangeLog.2
index cd10de2..4d36087 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -1,8 +1,96 @@
-2015-08-02  Ingo Lohmar  <address@hidden>
+2015-08-04  Daniel Colascione  <address@hidden>
 
-       Add option `calendar-weekend-days'
-       * lisp/calendar/calendar.el (calendar-generate-month): New
-       variable calendar-weekend-days to fontify day headers correctly.
+       Improve ansi-color filtering of unrecognized escape sequences
+       * lisp/ansi-color.el (ansi-color-drop-regexp): Recognize mode-setting
+       escape sequences.
+       (ansi-color-filter-apply): Filter out unrecognized escape sequences
+       (ansi-color-apply): Filter out unrecognized escape sequences
+
+2015-08-04  Artur Malabarba  <address@hidden>
+
+       * lisp/emacs-lisp/package.el (package-menu-mode-map): Convert menu
+       definitions to `easy-menu-define', improve a couple to account for
+       async, and add a couple of new commands.
+
+2015-08-03  Jürgen Hötzel  <address@hidden>
+
+       * lisp/net/tramp-cache.el (tramp-set-file-property): Fix code typo.
+
+2015-08-03  Ingo Lohmar  <address@hidden>
+
+       Add new 'calendar-weekend-days' option
+       Make the days receiving the 'calendar-weekend-header' face freely
+       customizable, as they differ by region/culture.
+       * doc/emacs/calendar.texi (Move to Beginning or End): Document the
+       new variable.
+       * lisp/calendar/calendar.el (calendar-generate-month): New variable
+       calendar-weekend-days to customize day header fontification.
+
+2015-08-03  Paul Eggert  <address@hidden>
+
+       Redo text-quoting-style variable
+       Rename help-quote-translation to text-quoting-style,
+       and use symbols rather than characters as values.
+       This follows suggestions along these lines by Alan Mackenzie in:
+       http://lists.gnu.org/archive/html/emacs-devel/2015-06/msg00343.html
+       and by Drew Adams in:
+       http://lists.gnu.org/archive/html/emacs-devel/2015-08/msg00048.html
+       * doc/lispref/help.texi (Keys in Documentation)
+       * etc/NEWS:
+       * lisp/cus-start.el (standard):
+       * src/doc.c (Fsubstitute_command_keys, syms_of_doc):
+       Document and/or implement the new behavior instead of the old.
+       (syms_of_doc): New symbols 'grave' and 'straight'.
+
+2015-08-03  Nikolaus Rath  <address@hidden>
+
+       nnimap.el: Use IMAP MOVE extension if available
+       * lisp/gnus/nnimap.el (nnimap-request-move-article)
+       (nnimap-process-expiry-targets, nnimap-split-incoming-mail):
+       Use MOVE extension if available.
+
+       nnimap.el: Explicitly ask for server capabilities
+       * lisp/gnus/nnimap.el (nnimap-open-connection-1): Don't assume full
+       capabilities will be returned in the login-result.
+
+2015-08-02  Paul Eggert  <address@hidden>
+
+       Treat help strings like other doc strings
+       * doc/lispref/text.texi (Special Properties), etc/NEWS: Document this.
+       * lisp/epa.el (epa--select-keys): Remove no-longer-needed calls to
+       substitute-command-keys.
+       * src/keyboard.c (show_help_echo, parse_menu_item): Call
+       substitute-command-keys on the help string before displaying it.
+
+       Also mention "curly quotes"
+       See Drew Adams's email in:
+       http://lists.gnu.org/archive/html/emacs-devel/2015-08/msg00040.html
+       * doc/lispref/help.texi (Keys in Documentation):
+       Add index entry "curly quotes".
+       * etc/NEWS: Use the phrase "curly quotes" too.
+
+       ede-proj-target-makefile docstring tweaks
+       * lisp/cedet/ede/proj.el (ede-proj-target-makefile):
+       Consistently use "all:" to describe the all: target,
+       replacing three different and confusingly-quoted usages.
+
+2015-08-02  Eli Zaretskii  <address@hidden>
+
+       Whitespace fixes
+       Whitespace fixes.
+
+2015-08-02  Evgeny Fraimovitch  <address@hidden>  (tiny change)
+
+       Don't abort emacsclientw when -a was specified
+       * lib-src/emacsclient.c (set_tcp_socket) [WINDOWSNT]: Don't error
+       out if we are in emacsclientw and -a was specified.
+
+2015-08-02  Eli Zaretskii  <address@hidden>
+
+       Fix handling of 1st keystroke on MS-Windows
+       * src/w32fns.c (globals_of_w32fns): Initialize after_deadkey to -1.
+       This is needed to correctly handle the session's first keystroke,
+       if it has any modifiers.  (Bug#19994)
 
 2015-08-02  Paul Eggert  <address@hidden>
 
@@ -8580,7 +8668,7 @@
 
 This file records repository revisions from
 commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
-commit bd3b426ebb7a60045839e97c9da9bfd249fab1f1 (inclusive).
+commit a57f8f3022d9ab8b31bbfee291a3d7340bd37c21 (inclusive).
 See ChangeLog.1 for earlier changes.
 
 ;; Local Variables:



reply via email to

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