aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog210
1 files changed, 201 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 68b48f5047e..bd0e6f865cd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,11 +1,203 @@
12012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2
3 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
4 For dynamically generated code, follow $PC.
5 (gdb-disassembly-handler-custom): Handle no function name case.
6
72012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
8
9 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
10 * emulation/ws-mode.el (ws-query-replace):
11 * sort.el (sort-regexp-fields):
12 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
13
142012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15
16 * dabbrev.el: Fix cycle completion order (bug#10963).
17 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
18 (dabbrev-completion): Don't use an obarray; provide
19 a cycle-sort-function.
20
212012-03-12 Leo Liu <sdl.web@gmail.com>
22
23 * simple.el (kill-new): Use equal-including-properties for
24 comparison.
25 (kill-do-not-save-duplicates): Doc fix.
26
272012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * dabbrev.el: Fix cycle completion (bug#10963).
30 Use lexical binding and wrap to 80 columns.
31 (dabbrev-completion): Delay computing the list of completions.
32
332012-03-12 Kenichi Handa <handa@m17n.org>
34
35 * international/quail.el (quail-insert-kbd-layout): Surround each
36 row by LRO and PDF instead of inserting many LRMs. Pad the left
37 and right of each non-spacing marks. Insert invisible space
38 between lower and upper characters to prevent composition.
39
402012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
41
42 * minibuffer.el (minibuffer-complete): Don't get confused when the
43 function is run twice via different commands (bug#10958).
44 (complete-with-action): Fix docstring.
45
462012-03-12 Chong Yidong <cyd@gnu.org>
47
48 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
49 (nxml-completion-at-point-function): New function.
50 (nxml-mode): Use it.
51 (nxml-bind-meta-tab-to-complete-flag): Default to t.
52
53 * emacs-lisp/package.el (package-unpack, package-unpack-single):
54 Load generated autoloads file before byte compiling (Bug#10970).
55 (package--make-autoloads-and-compile): New helper fun.
56
572012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
58
59 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
60
612012-03-11 Michael Albinus <michael.albinus@gmx.de>
62
63 * autorevert.el (auto-revert-handler): Ensure, that
64 file-readable-p is applied only for local files or in
65 auto-revert-tail-mode.
66
672012-03-11 Andreas Schwab <schwab@linux-m68k.org>
68
69 * server.el (server-eval-at): Handle non-tcp connections.
70 Decode result string.
71
72 * server.el (server-msg-size): New constant.
73 (server-reply-print): New function.
74 (server-eval-and-print): Use it.
75 (server-eval-at): Use server-quote-arg and server-unquote-arg.
76 Handle -print-nonl.
77
782012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
79
80 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
81 (Bug#10987).
82
832012-03-11 Chong Yidong <cyd@gnu.org>
84
85 * simple.el (goto-line): Doc fix (Bug#9938).
86
87 * subr.el (save-window-excursion): Doc fix (Bug#9979).
88
89 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
90 when finished (Bug#10963).
91
922012-03-11 Martin Rudalics <rudalics@gmx.at>
93
94 * window.el (split-window-below): Fix bug in case where
95 split-window-keep-point is nil (Bug#10971).
96
972012-03-11 Juri Linkov <juri@jurta.org>
98
99 * replace.el (replace-highlight): Set isearch-word to nil
100 unconditionally. (Bug#10887)
101
1022012-03-10 Eli Zaretskii <eliz@gnu.org>
103
104 * net/mairix.el (mairix-replace-invalid-chars): Rename from
105 mairix-replace-illegal-chars; all callers changed. Don't remove
106 ^, ~, and = characters: they are meaningful in mairix search
107 specs.
108 (mairix-widget-create-query): Add usage information about mairix
109 search forms: negating words, searching for substrings, etc.
110
1112012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
112
113 * international/fontset.el (font-encoding-alist): Add an entry for
114 ksx1001 (Bug#5667).
115
1162012-03-10 Richard Stallman <rms@gnu.org>
117
118 * mail/sendmail.el (mail-encode-header):
119 Set rfc2047-encode-encoded-words.
120
121 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
122
123 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
124 view buffer means not swapped.
125 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
126 (rmail-write-region-annotate): Error if real text has disappeared.
127
128 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
129
1302012-03-10 Chong Yidong <cyd@gnu.org>
131
132 * emulation/cua-rect.el (cua--init-rectangles):
133 * emulation/cua-base.el (cua--init-keymaps):
134 Add delete-forward-char to remappings (Bug#9666).
135
1362012-03-10 Martin Rudalics <rudalics@gmx.at>
137
138 * speedbar.el (speedbar-unhighlight-one-tag-line):
139 Avoid unhighlighting due to frame switching (Bug#10275).
140
1412012-03-10 Chong Yidong <cyd@gnu.org>
142
143 * minibuffer.el (completion-in-region, completion-help-at-point):
144 Give the completion field overlay a high priority (Bug#6830).
145
146 * dired.el (dired-goto-file): Recognize absolute file name
147 listings (Bug#7126).
148 (dired-goto-file-1): New helper function.
149 (dired-toggle-read-only): Inhibit warnings.
150
1512012-03-09 Michael Albinus <michael.albinus@gmx.de>
152
153 * net/dbus.el: (dbus-property-handler): Return empty array if
154 there are no properties.
155
1562012-03-09 Leo Liu <sdl.web@gmail.com>
157
158 * savehist.el (savehist-printable): Stricter check for string
159 value (Bug#10937).
160
1612012-03-09 Eli Zaretskii <eliz@gnu.org>
162
163 * mail/smtpmail.el (smtpmail-send-it):
164 Bind coding-system-for-write to *-unix, so that FCC files are kept in
165 valid mbox format.
166
1672012-03-09 Glenn Morris <rgm@gnu.org>
168
169 * files.el (dir-locals-find-file):
170 Don't check result is regular, readable.
171 (dir-locals-read-from-file): Demote errors.
172
1732012-03-08 Eli Zaretskii <eliz@gnu.org>
174
175 * international/quail.el (quail-insert-kbd-layout):
176 Insert invisible LRM characters before each character in a keyboard
177 layout cell, to prevent their reordering by bidi display engine.
178 For details, see the discussion in
179 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
180
1812012-03-08 Alan Mackenzie <acm@muc.de>
182
183 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
184 the starting position; make it extend the marked region when
185 invoked repeatedly - all under appropriate circumstances.
186 Fixes bugs #5525, #10906.
187
1882012-03-08 Glenn Morris <rgm@gnu.org>
189
190 * files.el (locate-dominating-file, dir-locals-find-file):
191 Undo 2012-03-06 change.
192
12012-03-07 Eli Zaretskii <eliz@gnu.org> 1932012-03-07 Eli Zaretskii <eliz@gnu.org>
2 194
3 * international/quail.el (quail-help): Force 195 * international/quail.el (quail-help):
4 bidi-paragraph-direction be left-to-right. See discussion in 196 Force bidi-paragraph-direction be left-to-right. See discussion in
5 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html 197 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
6 for the reason. 198 for the reason.
7 199
82012-03-07 Michael Albinus <Michael.Albinus@alcatel-lucent.com> 2002012-03-07 Michael Albinus <michael.albinus@gmx.de>
9 201
10 Avoid superfluous registering of signals. (Bug#10807) 202 Avoid superfluous registering of signals. (Bug#10807)
11 203
@@ -133,16 +325,16 @@
133 New variables for... 325 New variables for...
134 (c-state-semi-safe-place): New function. Here, in a macro is "safe". 326 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
135 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place. 327 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
136 (c-in-literal, c-literal-limits, c-determine-limit-get-base): Use 328 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
137 c-state-semi-safe-place. 329 Use c-state-semi-safe-place.
138 330
139 * progmodes/cc-langs.el (c-get-state-before-change-functions): Add 331 * progmodes/cc-langs.el (c-get-state-before-change-functions):
140 c-invalidate-macro-cache to the C, C++, Obj entries. 332 Add c-invalidate-macro-cache to the C, C++, Obj entries.
141 333
1422012-03-02 Michael Albinus <michael.albinus@gmx.de> 3342012-03-02 Michael Albinus <michael.albinus@gmx.de>
143 335
144 * jka-compr.el (jka-compr-call-process): Apply 336 * jka-compr.el (jka-compr-call-process):
145 `file-accessible-directory-p' only when the default directory is 337 Apply `file-accessible-directory-p' only when the default directory is
146 not remote. 338 not remote.
147 339
1482012-03-01 Michael Albinus <michael.albinus@gmx.de> 3402012-03-01 Michael Albinus <michael.albinus@gmx.de>