aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Lohmar2015-08-04 18:26:57 +0200
committerIngo Lohmar2015-08-04 18:35:00 +0200
commitb629566ac35576e6247cdc043cb8013fd2b8ae50 (patch)
tree302ba325fdf63a9552bfcb3419159317301a81ab
parenta57f8f3022d9ab8b31bbfee291a3d7340bd37c21 (diff)
downloademacs-b629566ac35576e6247cdc043cb8013fd2b8ae50.tar.gz
emacs-b629566ac35576e6247cdc043cb8013fd2b8ae50.zip
; Fix wrong/duplicate ChangeLog entries
-rw-r--r--ChangeLog.298
1 files changed, 93 insertions, 5 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index cd10de24c65..4d3608741f1 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -1,8 +1,96 @@
12015-08-02 Ingo Lohmar <i.lohmar@gmail.com> 12015-08-04 Daniel Colascione <dancol@dancol.org>
2 2
3 Add option `calendar-weekend-days' 3 Improve ansi-color filtering of unrecognized escape sequences
4 * lisp/calendar/calendar.el (calendar-generate-month): New 4 * lisp/ansi-color.el (ansi-color-drop-regexp): Recognize mode-setting
5 variable calendar-weekend-days to fontify day headers correctly. 5 escape sequences.
6 (ansi-color-filter-apply): Filter out unrecognized escape sequences
7 (ansi-color-apply): Filter out unrecognized escape sequences
8
92015-08-04 Artur Malabarba <bruce.connor.am@gmail.com>
10
11 * lisp/emacs-lisp/package.el (package-menu-mode-map): Convert menu
12 definitions to `easy-menu-define', improve a couple to account for
13 async, and add a couple of new commands.
14
152015-08-03 Jürgen Hötzel <juergen@archlinux.org>
16
17 * lisp/net/tramp-cache.el (tramp-set-file-property): Fix code typo.
18
192015-08-03 Ingo Lohmar <i.lohmar@gmail.com>
20
21 Add new 'calendar-weekend-days' option
22 Make the days receiving the 'calendar-weekend-header' face freely
23 customizable, as they differ by region/culture.
24 * doc/emacs/calendar.texi (Move to Beginning or End): Document the
25 new variable.
26 * lisp/calendar/calendar.el (calendar-generate-month): New variable
27 calendar-weekend-days to customize day header fontification.
28
292015-08-03 Paul Eggert <eggert@cs.ucla.edu>
30
31 Redo text-quoting-style variable
32 Rename help-quote-translation to text-quoting-style,
33 and use symbols rather than characters as values.
34 This follows suggestions along these lines by Alan Mackenzie in:
35 http://lists.gnu.org/archive/html/emacs-devel/2015-06/msg00343.html
36 and by Drew Adams in:
37 http://lists.gnu.org/archive/html/emacs-devel/2015-08/msg00048.html
38 * doc/lispref/help.texi (Keys in Documentation)
39 * etc/NEWS:
40 * lisp/cus-start.el (standard):
41 * src/doc.c (Fsubstitute_command_keys, syms_of_doc):
42 Document and/or implement the new behavior instead of the old.
43 (syms_of_doc): New symbols 'grave' and 'straight'.
44
452015-08-03 Nikolaus Rath <Nikolaus@rath.org>
46
47 nnimap.el: Use IMAP MOVE extension if available
48 * lisp/gnus/nnimap.el (nnimap-request-move-article)
49 (nnimap-process-expiry-targets, nnimap-split-incoming-mail):
50 Use MOVE extension if available.
51
52 nnimap.el: Explicitly ask for server capabilities
53 * lisp/gnus/nnimap.el (nnimap-open-connection-1): Don't assume full
54 capabilities will be returned in the login-result.
55
562015-08-02 Paul Eggert <eggert@cs.ucla.edu>
57
58 Treat help strings like other doc strings
59 * doc/lispref/text.texi (Special Properties), etc/NEWS: Document this.
60 * lisp/epa.el (epa--select-keys): Remove no-longer-needed calls to
61 substitute-command-keys.
62 * src/keyboard.c (show_help_echo, parse_menu_item): Call
63 substitute-command-keys on the help string before displaying it.
64
65 Also mention "curly quotes"
66 See Drew Adams's email in:
67 http://lists.gnu.org/archive/html/emacs-devel/2015-08/msg00040.html
68 * doc/lispref/help.texi (Keys in Documentation):
69 Add index entry "curly quotes".
70 * etc/NEWS: Use the phrase "curly quotes" too.
71
72 ede-proj-target-makefile docstring tweaks
73 * lisp/cedet/ede/proj.el (ede-proj-target-makefile):
74 Consistently use "all:" to describe the all: target,
75 replacing three different and confusingly-quoted usages.
76
772015-08-02 Eli Zaretskii <eliz@gnu.org>
78
79 Whitespace fixes
80 Whitespace fixes.
81
822015-08-02 Evgeny Fraimovitch <johnlen7@gmail.com> (tiny change)
83
84 Don't abort emacsclientw when -a was specified
85 * lib-src/emacsclient.c (set_tcp_socket) [WINDOWSNT]: Don't error
86 out if we are in emacsclientw and -a was specified.
87
882015-08-02 Eli Zaretskii <eliz@gnu.org>
89
90 Fix handling of 1st keystroke on MS-Windows
91 * src/w32fns.c (globals_of_w32fns): Initialize after_deadkey to -1.
92 This is needed to correctly handle the session's first keystroke,
93 if it has any modifiers. (Bug#19994)
6 94
72015-08-02 Paul Eggert <eggert@cs.ucla.edu> 952015-08-02 Paul Eggert <eggert@cs.ucla.edu>
8 96
@@ -8580,7 +8668,7 @@
8580 8668
8581This file records repository revisions from 8669This file records repository revisions from
8582commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to 8670commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
8583commit bd3b426ebb7a60045839e97c9da9bfd249fab1f1 (inclusive). 8671commit a57f8f3022d9ab8b31bbfee291a3d7340bd37c21 (inclusive).
8584See ChangeLog.1 for earlier changes. 8672See ChangeLog.1 for earlier changes.
8585 8673
8586;; Local Variables: 8674;; Local Variables: