Change sh-indent-comment to t
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
22ab32ef
LL
12012-08-27 Leo Liu <sdl.web@gmail.com>
2
3 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
4
19c17fc1
CY
52012-08-24 Chong Yidong <cyd@gnu.org>
6
7 * Version 24.2 released.
8
db148c21
SM
92012-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10
19c17fc1
CY
11 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
12 be buffer-local; add delete-trailing-whitespace (bug#12259).
db148c21 13
ffe6eaf1
JM
142012-08-22 Jeremy Moore <jmoore@ieee.org> (tiny change)
15
16 * progmodes/hideif.el (hif-compress-define-list):
17 Fix typo. (Bug#11951)
18
d30aca1b
DN
192012-08-20 Dan Nicolaescu <dann@gnu.org>
20
21 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
22 buffer local setting.
23
6652b0bc
GM
242012-08-15 Glenn Morris <rgm@gnu.org>
25
26 * vc/log-edit.el (log-edit-font-lock-gnu-style): Mark safe if boolean.
27
27d6c5a8
LL
282012-08-15 Leo Liu <sdl.web@gmail.com>
29
30 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
31 rcirc-encode-coding-system.
32
4432d2e2
LL
332012-08-13 Leo Liu <sdl.web@gmail.com>
34
35 * net/rcirc.el (rcirc-split-message): New function.
36 (rcirc-send-message): Use it. (Bug#12051)
37
7aacaf15
GM
382012-08-10 Glenn Morris <rgm@gnu.org>
39
fbb5e336
GM
40 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
41
7aacaf15
GM
42 * tutorial.el (help-with-tutorial):
43 * emacs-lisp/copyright.el (copyright-update-directory):
44 * emacs-lisp/autoload.el (autoload-find-generated-file)
45 (autoload-find-file): Disable local eval: (for insurance).
46
f40b9f10
GM
472012-08-07 Glenn Morris <rgm@gnu.org>
48
49 * files.el (hack-local-variables-filter): If an eval: form is not
50 known to be safe, and enable-local-variables is :safe, then ignore
51 the form totally, as is done for non-eval forms. (Bug#12155)
6f97980a 52 This is CVE-2012-3479.
f40b9f10 53
de655540
CY
542012-08-07 Chong Yidong <cyd@gnu.org>
55
56 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
57
638eaeb9
SM
582012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
59
60 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
61 syntax-propertize-function (bug#10095).
62
a55739d3
CY
632012-07-28 Chong Yidong <cyd@gnu.org>
64
65 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
66 gdb-get-location.
67
9a0f8f2e
LL
682012-07-25 Leo Liu <sdl.web@gmail.com>
69
70 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
71 the alist (bug#12029).
72
971635ee
CY
732012-07-25 Chong Yidong <cyd@gnu.org>
74
75 * mouse.el (mouse-drag-track): Do not set the mark if the user
76 releases the mouse without selecting anything (Bug#11588).
77
2c73e345
LL
782012-07-21 Leo Liu <sdl.web@gmail.com>
79
638eaeb9
SM
80 * progmodes/cc-cmds.el (c-defun-name):
81 Use match-string-no-properties instead for consistency.
2c73e345 82
542dfbde
LL
832012-07-20 Leo Liu <sdl.web@gmail.com>
84
3646bcd6
LL
85 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
86 (Bug#7879)
87
542dfbde
LL
88 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
89
95bdccb7
SM
902012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
91
d0b822e3
SM
92 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
93 * progmodes/bug-reference.el, misearch.el: Provide themselves
94 (bug#11915).
95
95bdccb7
SM
96 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
97 of narrowed buffer (bug#11966).
98
fe1a523f
JD
992012-07-14 Jan Djärv <jan.h.d@swipnet.se>
100
101 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
102 also (Bug#7879).
103
aa7aaf8f
SM
1042012-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
105
106 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
107 change (bug#11826).
108
cb442973
GM
1092012-07-02 Glenn Morris <rgm@gnu.org>
110
111 * simple.el (kill-whole-line): Doc tweak.
112
93842198
EZ
1132012-07-01 Eli Zaretskii <eliz@gnu.org>
114
115 * files.el (file-relative-name): Compare file names
116 case-insensitively if on MS-Windows or MS-DOS, or if
117 read-file-name-completion-ignore-case is non-nil. Don't use
118 case-fold-search for this purpose. (Bug#11827)
119
3d8b9024
AS
1202012-06-28 Andreas Schwab <schwab@linux-m68k.org>
121
aa7aaf8f
SM
122 * calendar/cal-dst.el (calendar-current-time-zone):
123 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 124
26e8548e
MY
1252012-06-25 Masatake YAMATO <yamato@redhat.com>
126
127 * progmodes/which-func.el (which-func-format):
128 Add mouse-face. (Bug#11698)
129
c101ef0a
LL
1302012-06-24 Leo Liu <sdl.web@gmail.com>
131
a08bd6bf
LL
132 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
133 read-only error.
134
d939b632
LL
135 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
136
c101ef0a
LL
137 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
138
e994155e
LL
1392012-06-23 Leo Liu <sdl.web@gmail.com>
140
141 * textmodes/enriched.el (enriched-next-annotation):
142 Use eq (Bug#11528).
143
ec55c5e0
SM
1442012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 * minibuffer.el (minibuffer-confirm-exit-commands):
147 Add completion-at-point (bug#11725).
148
9e29ca4f
GM
1492012-06-21 Glenn Morris <rgm@gnu.org>
150
151 * progmodes/f90.el (f90-font-lock-keywords-2):
152 Add some preprocessor elements. (Bug#10499)
153
bde2ab6f
SM
1542012-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
155
156 * progmodes/cperl-mode.el (cperl-update-syntaxification):
157 Use syntax-propertize (bug#11739).
158
9c758578
GM
1592012-06-13 Glenn Morris <rgm@gnu.org>
160
161 * international/mule-cmds.el (mule-menu-keymap)
162 (set-language-environment, set-locale-environment): Doc tweaks.
163
94f0aa34
CY
1642012-06-01 Chong Yidong <cyd@gnu.org>
165
166 * Version 24.1 released.
167
9e1b8ec4
GM
1682012-06-01 Glenn Morris <rgm@gnu.org>
169
170 * mail/rmail.el (rmail-yank-current-message):
171 Leave point at correct position. (Bug#11660)
172
00cd0305
CY
1732012-06-01 Chong Yidong <cyd@gnu.org>
174
175 * allout-widgets.el: Fix code header
176
94f0aa34
CY
1772012-06-01 Chong Yidong <cyd@gnu.org>
178
bde2ab6f
SM
179 * cus-edit.el (customize-changed-options-previous-release):
180 Bump to 23.4.
94f0aa34 181
dd41169b
SM
1822012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
183
bde2ab6f
SM
184 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
185 Handle arbitrary file name lengths (Bug#11585).
dd41169b 186
5221ccb9
MR
1872012-05-28 Martin Rudalics <rudalics@gmx.at>
188
189 * desktop.el (desktop-read): Clear previous and next buffers for
190 all windows and bury *Messages* buffer (bug#11556).
191
b30b64b9
EZ
1922012-05-18 Eli Zaretskii <eliz@gnu.org>
193
ec55c5e0
SM
194 * mail/sendmail.el (mail-yank-region):
195 Recognize rmail-yank-current-message in addition to insert-buffer.
bde2ab6f 196 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
197 a *mail* buffer created through rmail-start-mail with sendmail as
198 mail-user-agent.
199
6d4a05e3
SM
2002012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
201
202 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
203 parens around the arg list (bug#11499). Silly backport.
204
4f32cc6c
CY
2052012-05-16 Chong Yidong <cyd@gnu.org>
206
207 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
208
fcf2993f
CY
2092012-05-15 Chong Yidong <cyd@gnu.org>
210
27d1f87a
CY
211 * help.el (describe-mode): Doc fix.
212
fcf2993f
CY
213 * net/gnutls.el (gnutls-min-prime-bits): Default to 256 (Bug#11267).
214
6cb820ba
CY
2152012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
216
217 * progmodes/compile.el (compilation-internal-error-properties):
218 Calculate start position correctly when end-col is set but
219 end-line is not (Bug#11382).
220
d9d1dfef
SM
2212012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
222
223 * net/rlogin.el (rlogin-mode-map): Fix last change.
224
8633b1f4
JW
2252012-05-09 Jason L. Wright <jason.wright@inl.gov> (tiny change)
226
227 * mail/smtpmail.el (smtpmail-send-command): Send the command and
228 the following \r\n using a single `process-send-string', since the
229 Lotus SMTP server refuses to accept any commands if they are sent
230 with two `process-send-string's (bug#11444).
231
fe263b8f
SM
2322012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
233
234 * shell.el (shell-parse-pcomplete-arguments): Obey
235 pcomplete-arg-quote-list inside double-quoted args as well (bug#11348).
236
1cb51c12
SM
2372012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
238
239 * shell.el (shell-completion-vars): Fix last change (bug#11348).
240
18f00515
CY
2412012-05-07 Chong Yidong <cyd@gnu.org>
242
243 * ansi-color.el (ansi-color-process-output): Check for validity of
244 comint-last-output-start before using it. This avoids a bad
245 interaction with gdb-mi's input/output buffer.
246
fd075e7b
GM
2472012-05-06 Glenn Morris <rgm@gnu.org>
248
249 * files.el (dir-locals-read-from-file):
250 Mention dir-locals in any error message.
251
25f292cd
CY
2522012-05-06 Chong Yidong <cyd@gnu.org>
253
254 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
255 package (Bug#11410).
256
f677562b
CY
2572012-05-05 Chong Yidong <cyd@gnu.org>
258
259 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
260 variables into description.
261
3d53ee1b
SM
2622012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
263
264 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
265 shell-delimiter-argument-list (bug#11348).
266 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
267
f16e5386
CY
2682012-05-04 Chong Yidong <cyd@gnu.org>
269
270 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
271 Nextstep.
272
e59fb960
KH
2732012-05-03 Kenichi Handa <handa@m17n.org>
274
275 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
276 decoding, and show a warning message without signalling an error
277 (Bug#11282).
278
91af76bf
EZ
2792012-04-30 Eli Zaretskii <eliz@gnu.org>
280
281 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
282 the yanked message in preference to the default value of
283 buffer-file-coding-system.
284
d9558cad
MR
2852012-04-30 Martin Rudalics <rudalics@gmx.at>
286
fe263b8f
SM
287 * window.el (display-buffer--action-function-custom-type):
288 Fix entry.
d9558cad 289
09affde0
AM
2902012-04-27 Alan Mackenzie <acm@muc.de>
291
292 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
293
c5bb7569
CY
2942012-04-27 Chong Yidong <cyd@gnu.org>
295
296 * subr.el (read-key): Avoid running filter function when setting
297 up temporary tool bar entries (Bug#9922).
298
c4347ab9
AS
2992012-04-26 Andreas Schwab <schwab@linux-m68k.org>
300
301 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
302 (Bug#11344)
303
acb71f1d
CY
3042012-04-24 Chong Yidong <cyd@gnu.org>
305
306 * select.el (xselect--encode-string): New function, split from
307 xselect-convert-to-string.
308 (xselect-convert-to-string): Use it.
309 (xselect-convert-to-filename, xselect-convert-to-os)
310 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
311 returned strings are properly encoded (Bug#11315).
312
d55486c7
CY
3132012-04-22 Chong Yidong <cyd@gnu.org>
314
315 * simple.el (delete-active-region): Move to killing custom group.
316
581b6788
AS
3172012-04-21 Andreas Schwab <schwab@linux-m68k.org>
318
319 * progmodes/which-func.el (which-func-current): Quote %
320 characters for mode-line processing.
321
18edb22d
CY
3222012-04-21 Chong Yidong <cyd@gnu.org>
323
324 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
325 reaching eob (Bug#11286).
326
4b932ea2
PE
3272012-04-20 Richard Stallman <rms@gnu.org>
328
329 Fix logic for returning to and yanking from Rmail buffer.
330
331 * mail/rmail.el (rmail-start-mail):
332 Pass (rmail-mail-return...) for the return-action.
333 Pass (rmail-yank-current-message...) for the yank-action.
334 (rmail-yank-current-message): New function.
335 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
336 (rmail-reply): Likewise.
337 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
338
339 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
340 buffer, not the last. Reject temp buffers. Use the rmail-mode
341 buffer, not newbuf.
342
9ee9f470
EZ
3432012-04-20 Eli Zaretskii <eliz@gnu.org>
344
345 * progmodes/gdb-mi.el (gdb-control-level): New variable.
346 (gdb): Make it buffer-local and init to zero.
347 (gdb-control-commands-regexp): New variable.
348 (gdb-send): Don't wrap in "-interpreter-exec console" if
349 gdb-control-level is positive. Increment gdb-control-level
350 whenever the command matches gdb-control-commands-regexp, and
351 decrement it each time the command is "end". (Bug#11279)
352
41cfe0cb
MR
3532012-04-20 Martin Rudalics <rudalics@gmx.at>
354
355 * window.el (adjust-window-trailing-edge, enlarge-window)
356 (shrink-window, window-resize):
357 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
358 windows (Bug#11276).
359
54071013
DN
3602012-04-20 Dan Nicolaescu <dann@gnu.org>
361
362 * battery.el (battery-echo-area-format): Display remaining time
363 for sysfs backend too (Bug#11269).
364 (battery-linux-sysfs): Fix conditional for the charge.
365
f30d612a
CY
3662012-04-20 Chong Yidong <cyd@gnu.org>
367
368 * progmodes/gdb-mi.el (gdb): Revert 2012-04-19 change.
369 (gdb-inferior-io--init-proc): New function.
370 (gdb-init-1): Use it.
371 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
372 responsible for allocating a new pty and hooking it to gdb when
373 the old pty gets an EIO due to process exit.
374 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
375 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
376 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
377
2116e93c
EZ
3782012-04-20 Eli Zaretskii <eliz@gnu.org>
379
380 * window.el (window-min-size, window-sizable, window-min-delta)
381 (window-max-delta, window--resizable, window-resizable)
382 (window-total-size, window-full-height-p, window-full-width-p)
383 (window-in-direction, window--resize-mini-window, window-resize)
384 (window--resize-child-windows-normal)
385 (window--resize-child-windows, window--resize-siblings)
386 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 387 (enlarge-window, shrink-window): Doc fixes.
2116e93c 388
b668fa6e
CY
3892012-04-19 Chong Yidong <cyd@gnu.org>
390
fe263b8f
SM
391 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
392 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
393 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
394 pty process (Bug#11273).
395 (gdb-update): New arg to suppress talking to the gdb process.
396 (gdb-done-or-error): Use it.
397 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
398 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
399 sentinel not being called.
400
401 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
402
d02766ab
CY
4032012-04-18 Chong Yidong <cyd@gnu.org>
404
405 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
406
016a35df
GM
4072012-04-18 Glenn Morris <rgm@gnu.org>
408
409 * net/network-stream.el (open-network-stream): Doc fix.
410
2c070447
CY
4112012-04-17 Chong Yidong <cyd@gnu.org>
412
413 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
414
f0f6bc35
AM
4152012-04-16 Alan Mackenzie <acm@muc.de>
416
417 Ensure searching for keywords is case sensitive.
418
419 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
420 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
421 (c-defun-name, c-mark-function, c-cpp-define-name)
422 (c-comment-indent, c-scan-conditionals, c-indent-defun)
423 (c-context-line-break): bind case-fold-search to nil.
424
fe263b8f
SM
425 * progmodes/cc-mode.el (c-font-lock-fontify-region):
426 bind case-fold-search to nil.
f0f6bc35 427
4fc2c72a
CY
4282012-04-16 Chong Yidong <cyd@gnu.org>
429
430 * mail/sendmail.el (mail-bury): Call return action with the right
431 Rmail buffer (Bug#11242).
432
9a864fa2
CY
4332012-04-15 Chong Yidong <cyd@gnu.org>
434
435 * server.el (server-process-filter): Handle corner case where both
436 tty and nowait options are present (Bug#11102).
437
e153c136
GM
4382012-04-15 Glenn Morris <rgm@gnu.org>
439
440 * simple.el (process-file-side-effects): Doc fix.
441
ca7d96c8
GM
4422012-04-14 Glenn Morris <rgm@gnu.org>
443
444 * international/mule-cmds.el (set-language-environment): Doc fix.
445
9c2d6a4a
SM
4462012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
447
448 Avoid the use of ((lambda ...) ...) in lexical-binding code.
449 * emacs-lisp/easy-mmode.el (define-minor-mode):Use funcall (bug#11241).
450
9557e2be
CY
4512012-04-13 Kim F. Storm <storm@cua.dk>
452
453 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
454 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
455
81927dd2
CY
4562012-04-12 Chong Yidong <cyd@gnu.org>
457
458 * custom.el (custom-theme-set-variables): Doc fix.
459
8edb942b
GM
4602012-04-12 Glenn Morris <rgm@gnu.org>
461
462 * international/mule.el (set-auto-coding-for-load): Doc fix.
463
4517fe3a
SM
4642012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
465
466 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
467 Reported by Noah Friedman. Backport from trunk.
468
0de3da9f
AM
4692012-04-11 Alan Mackenzie <acm@muc.de>
470
4517fe3a
SM
471 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression):
472 Make imenu work again for Objective C Mode. Correct the *-index
473 values, these having been disturbed by a previous change in 2011-08.
57f845ee 474
0de3da9f
AM
475 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
476 Correct two search limits.
477
ede141ac
SM
4782012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
479
480 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
481
d0203d61
AS
4822012-04-10 Andreas Schwab <schwab@linux-m68k.org>
483
484 * international/characters.el: Fix sorting.
485
cb80bcd1
EZ
4862012-04-10 Eli Zaretskii <eliz@gnu.org>
487
488 * international/characters.el: Add more missing Latin case pairs.
489
0d93216c
AS
4902012-04-10 Andreas Schwab <schwab@linux-m68k.org>
491
492 * international/characters.el: Recover lost case pairs.
493
4a427f58
GM
4942012-04-10 Glenn Morris <rgm@gnu.org>
495
496 * files.el (dir-locals-set-class-variables): Doc fix.
497
9f847f41
EZ
4982012-04-09 Eli Zaretskii <eliz@gnu.org>
499
3f1b5bf8
EZ
500 * international/characters.el: Add set-case-syntax-pair call for
501 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
502 counterpart. (Bug#11209)
503
9f847f41
EZ
504 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
505
0c2014a3
GM
5062012-04-09 Glenn Morris <rgm@gnu.org>
507
508 * calendar/holidays.el (calendar-check-holidays): Doc fix.
509
e2627d21
EZ
5102012-04-08 Eli Zaretskii <eliz@gnu.org>
511
512 * textmodes/ispell.el (ispell-dictionary-base-alist): Add data for
513 Hebrew.
514
5c14e333
CY
5152012-04-08 Chong Yidong <cyd@gnu.org>
516
517 * net/rcirc.el (rcirc-cmd-quit): Revert 2012-03-18 change
518 (Bug#11192).
519
bf6fa423
GM
5202012-04-07 Glenn Morris <rgm@gnu.org>
521
522 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
523
82b24fb2
EZ
5242012-04-07 Eli Zaretskii <eliz@gnu.org>
525
4517fe3a
SM
526 * minibuffer.el (completion-in-region-mode-map):
527 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 528
f23d2c7d
LMI
5292012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
530
531 * window.el (shrink-window): Mention the `window-min-height'
532 variable in the doc string.
533
0a0a3573
BG
5342012-04-05 Bastien Guerry <bzg@altern.org>
535
536 * color.el (color-lighten-name): Fix typo.
537
e5248ac9
SM
5382012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
539
540 * server.el (server--on-display-p): New function.
541 (server--on-display-p): Use it.
542
b4243e22
GV
5432012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
544
545 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
546 (bug#11145).
547
305d9f44
SM
5482012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
549
550 * comint.el (comint--common-quoted-suffix): Check string boundary
551 before comparing (bug#11158).
552 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
553
3d439cd1
CY
5542012-04-04 Chong Yidong <cyd@gnu.org>
555
321cc491
CY
556 * minibuffer.el (completion-extra-properties): Doc fix.
557
3d439cd1
CY
558 * subr.el (delayed-warnings-hook): Doc fix.
559
2d562c0f
DU
5602012-04-04 Daiki Ueno <ueno@unixuser.org>
561
562 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
563 selection (Bug#11159).
564 (epa-insert-keys): Inform that the default public key will be
565 exported if no key is selected.
566
4443f204
RS
5672012-04-04 Richard Stallman <rms@gnu.org>
568
569 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
570
529c06b6
CY
5712012-04-03 Chong Yidong <cyd@gnu.org>
572
573 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
574 mail-insert-file, not its obsolete alias mail-attach-file.
575
66b907dc
MA
5762012-04-03 Michael Albinus <michael.albinus@gmx.de>
577
578 * notifications.el (notifications-notify): Fix docstring.
579
c0ea195d
GM
5802012-04-02 Glenn Morris <rgm@gnu.org>
581
582 * emacs-lisp/authors.el (authors-aliases): Another addition.
583
5ca64e00
MA
5842012-04-02 Michael Albinus <michael.albinus@gmx.de>
585
586 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
587 `tramp-compat-call-process' instead of `tramp-local-call-process'.
588 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
589
42ee526b
CY
5902012-04-01 Chong Yidong <cyd@gnu.org>
591
592 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
593 Handle root directory properly.
594 (copy-directory): Caller changed.
595
596 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
597 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
598
0b021094
GM
5992012-03-31 Glenn Morris <rgm@gnu.org>
600
40f86458
GM
601 * term/xterm.el (xterm-extra-capabilities): Doc fix.
602
7019c177
GM
603 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
604
a1daddd6
GM
605 * calendar/calendar.el (calendar-window-list)
606 (calendar-hide-window): Restore. (Bug#11140)
607 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
608
0b021094
GM
609 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
610
40311efc
TV
6112012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
612
613 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
614 Check if file is a symlink (Bug#10489).
615
616 * files.el (copy-directory): Likewise.
617
5319014e
CY
6182012-03-30 Chong Yidong <cyd@gnu.org>
619
620 * image.el (imagemagick-types-inhibit)
621 (imagemagick-register-types): Doc fix.
622
935d1290
AM
6232012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
624
625 * ispell.el (ispell-get-extended-character-mode): Disable
626 extended-char-mode for hunspell. hunspell does not support it and
627 treats ~word as ordinary words in pipe mode.
628
61c6e8fd
GM
6292012-03-30 Glenn Morris <rgm@gnu.org>
630
631 * tutorial.el (help-with-tutorial): Ensure local variables don't
632 happen to make the buffer read-only. (Bug#11127)
633
81fdff00
SM
6342012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
635
636 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
637 (perl-calculate-indent): Return `noindent' in strings.
638
6e7a6ec0
SS
6392012-03-28 Sam Steingold <sds@gnu.org>
640
641 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
642 instead of the broken adhockery which does not prevent calendar
643 buffers from being displayed at random after exit.
644 (calendar-window-list, calendar-hide-window): Remove the broken
645 adhockery.
646
fee88ca0
GM
6472012-03-28 Glenn Morris <rgm@gnu.org>
648
649 * replace.el (query-replace-map): Doc fix.
650
38de3354
AS
6512012-03-28 Andreas Schwab <schwab@linux-m68k.org>
652
653 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
654 contents. (Bug#11109)
655
b973155e
SM
6562012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
657
658 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
659 (bug#11077).
660 (avl-tree--check, avl-tree--check-node): New funs.
661
dcb6e7b3
MR
6622012-03-27 Martin Rudalics <rudalics@gmx.at>
663
664 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
665 (switch-to-prev-buffer, switch-to-next-buffer):
666 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
667 showing a buffer already is done on the same frame.
668
b4fa35fa
GM
6692012-03-27 Glenn Morris <rgm@gnu.org>
670
671 * startup.el (mail-host-address): Doc fix.
672
f9210e18
SM
6732012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
674
675 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
676 than 197 variables.
677
c0bf7753
AF
6782012-03-26 Ami Fischman <ami@fischman.org>
679
680 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
681
33da7b16
GM
6822012-03-26 Glenn Morris <rgm@gnu.org>
683
02243d9d
GM
684 * files.el (save-buffers-kill-emacs): Doc fix.
685
33da7b16
GM
686 * startup.el (normal-top-level, command-line, command-line-1):
687 Give them doc strings.
688
e5a69fd0
EZ
6892012-03-25 Eli Zaretskii <eliz@gnu.org>
690
691 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 692 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 693
9a69676a
CY
6942012-03-25 Chong Yidong <cyd@gnu.org>
695
4125cb8b
CY
696 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
697 theme if it was previously enabled before (Bug#11031).
698
dd470960
CY
699 * cus-theme.el (custom-theme-write-faces): Retrieve current face
700 spec with custom-face-get-current-spec if its :shown-value is not
701 determined yet (Bug#9337).
4125cb8b 702 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 703
9a69676a
CY
704 * button.el (button-at): Minor addition to docstring.
705
6e7e90fa
SL
7062012-03-24 Simon Leinen <simon.leinen@gmail.com>
707
708 * vc/vc.el (vc-merge): Fix a prompt.
709
f06e2758
CY
7102012-03-24 Chong Yidong <cyd@gnu.org>
711
712 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
713 point (Bug#9623).
714
6e7e90fa
SL
715 * button.el (button-at): Minor addition to docstring.
716
b9d0879b
SM
7172012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
718
719 * newcomment.el (comment-choose-indent): No space after BOL.
720
e71cebb3
SS
7212012-03-22 Sam Steingold <sds@gnu.org>
722
723 * window.el (switch-to-prev-buffer): Revert last patch because the
724 bug turned out to be an advertised feature (Elisp manual 28.14).
725
335aff35
GM
7262012-03-22 Glenn Morris <rgm@gnu.org>
727
728 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
729 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
730
c676576a
LMI
7312012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
732
733 * net/network-stream.el (network-stream-open-starttls): Make error
734 message under Windows be less misleading.
735
126f3d39
LW
7362012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
737
738 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
739 understands (bug#9942).
740
64fee311
CY
7412012-03-22 Chong Yidong <cyd@gnu.org>
742
743 * simple.el (end-of-visible-line): Handle return value of
744 next-single-property-change properly (Bug#9371).
745
a640d29a
KH
7462012-03-22 Kenichi Handa <handa@m17n.org>
747
748 * international/quail.el (quail-insert-kbd-layout): Fix previous
749 change. To avoid unwanted bidi reordering, use
750 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
751
39675016
DG
7522012-03-21 Dmitry Gutov <dgutov@yandex.ru>
753
754 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
755 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
756 (ruby-beginning-of-indent): Be more careful with the difference
757 between word-boundary and symbol boundary.
758 (ruby-mode-syntax-table): Make : a symbol constituent.
759
0a6934fc 7602012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 761
3d008e4f
SM
762 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
763
0a6934fc
SM
7642012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
765
af67c9d7
SM
766 * progmodes/etags.el (tags-completion-at-point-function):
767 Improve last fix.
768
1acad97c
SM
769 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
770
e298b5da
SS
7712012-03-21 Sam Steingold <sds@gnu.org>
772
773 * progmodes/etags.el (tags-completion-at-point-function):
774 Avoid the error when point is inside the pattern.
775
91d82a70
JY
7762012-03-21 John Yates <john@yates-sheets.org> (tiny change)
777
778 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
779 line (Bug#10855).
780
69188b79
CY
7812012-03-21 Drew Adams <drew.adams@oracle.com>
782
783 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
784
99fc91fe
AK
7852012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
786
787 * ido.el (ido-set-current-directory, ido-read-internal)
788 (ido-choose-completion-string, ido-completion-help): Handle nil
789 value of ido-completion-buffer (Bug#11008).
790
087bbb4c
SS
7912012-03-21 Sam Steingold <sds@gnu.org>
792
793 * window.el (switch-to-prev-buffer): Do not switch to a visible
794 window previous buffer, just like with the frame previous buffers.
795
fb5b8aca
CY
7962012-03-21 Chong Yidong <cyd@gnu.org>
797
798 * faces.el (make-face, make-empty-face, copy-face):
799 * face-remap.el (face-remap-add-relative, face-remap-set-base):
800 Doc fixes.
801
dc9924b8
SM
8022012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
803
804 * wid-edit.el (widget-complete-field): Remove (bug#11051).
805 (widget-complete): Remove broken use of it.
806
f0bcceb9
CY
8072012-03-20 Chong Yidong <cyd@gnu.org>
808
dc9924b8
SM
809 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
810 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
811 characters.
812
ee52ebf3
TH
8132012-03-20 Tassilo Horn <tassilo@member.fsf.org>
814
815 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
816 to draw rectangles, not squares. (Regression introduced by revno
817 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
818
4c5779ab
CY
8192012-03-18 Chong Yidong <cyd@gnu.org>
820
821 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
822 it is not yet defined (for temacs).
823
15360934
LL
8242012-03-18 Leo Liu <sdl.web@gmail.com>
825
dc9924b8 826 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 827
d9a8eb66
EZ
8282012-03-17 Eli Zaretskii <eliz@gnu.org>
829
830 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
831 (ispell-choices-win-default-height, ispell-silently-savep)
832 (ispell-dictionary-alist, ispell-encoding8-command)
833 (ispell-check-version, ispell-aspell-find-dictionary)
834 (ispell-valid-dictionary-list, ispell-words-keyword)
835 (ispell-get-word, ispell-internal-change-dictionary)
836 (ispell-region, ispell-skip-region-list)
837 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
838 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
839 (ispell-message-text-end, ispell-message)
840 (ispell-buffer-local-parsing): Doc fix.
841
f02ff80d
J
8422012-03-13 Jambunathan K <kjambunathan@gmail.com>
843
844 * htmlfontify.el: Add support for code block fontification for ODT
845 export (Bug #9914).
846 (hfy-optimisations): Define new option
847 `body-text-only'
848 (hfy-fontify-buffer): Honor above setting.
849 (hfy-begin-span, hfy-end-span): New routines factored out form
850 `hfy-fontify-buffer'.
851 (hfy-begin-span-handler, hfy-end-span-handler): New variables
852 that permit insertion of custom tags.
853 (hfy-fontify-buffer): Use above handlers.
854 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
855 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 856 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
f02ff80d
J
857 over multiple runs. This is made possible by having the caller let
858 bind a special variable `hfy-user-sheet-assoc'.
859 (htmlfontify-string): New defun.
860 (hfy-compile-face-map): Make sure that the last char in the
861 buffer is correctly fontified.
862 (hfy-face-resolve-face): Whitespace only change.
863
9ac7a13f
EZ
8642012-03-17 Eli Zaretskii <eliz@gnu.org>
865
866 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
867 message more clear.
868
e2b5bdd7
LL
8692012-03-16 Leo Liu <sdl.web@gmail.com>
870
871 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
872
2e492df3
AM
8732012-03-16 Alan Mackenzie <acm@muc.de>
874
875 Further optimise the handling of large macros.
876
877 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
878 limit to a call of `c-literal-limits'.
879 (c-determine-+ve-limit): New function.
dc9924b8
SM
880 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
881 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
882 In CASE 5B, restrict a search limit to 500.
883 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
884
885 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
886 Restrict macro bounds to +-500 from after-change's BEG END.
887
50e94f0c
LL
8882012-03-16 Leo Liu <sdl.web@gmail.com>
889
890 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
891
6f09f6ed
AH
8922012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
893
894 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 895 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 896
c7e73d51
GM
8972012-03-16 Glenn Morris <rgm@gnu.org>
898
da986230
GM
899 * view.el (view-buffer, view-buffer-other-window)
900 (view-buffer-other-frame): Doc fixes re special mode-class.
901
0835f01e
GM
902 * subr.el (eval-after-load): If named feature is provided not from
903 a file, run after-load forms. (Bug#10946)
904
c7e73d51
GM
905 * calendar/calendar.el (calendar-insert-at-column):
906 Handle non-unit-width characters a bit better. (Bug#10978)
907
3f2eafd1
CY
9082012-03-15 Chong Yidong <cyd@gnu.org>
909
910 * emacs-lisp/ring.el (ring-extend): New function.
911 (ring-insert+extend): Extend the ring correctly (Bug#11019).
912
913 * comint.el (comint-read-input-ring)
914 (comint-add-to-input-history): Grow comint-input-ring lazily.
915
103af3fe
SM
9162012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
917
663b1677
SM
918 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
919 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
920
103af3fe
SM
921 * imenu.el: Fix multiple inheritance breakage (bug#9199).
922 (imenu-add-to-menubar): Don't add a redundant index.
923 (imenu-update-menubar): Handle a dynamically composed keymap.
924
899cb7cb
KY
9252012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
926
927 * mail/sendmail.el (mail-encode-header):
928 Bind rfc2047-encode-encoded-words to nil.
929
3809f91d
GM
9302012-03-13 Glenn Morris <rgm@gnu.org>
931
932 * calendar/calendar.el (calendar-string-spread):
933 Handle non-unit-width characters a bit better. (Bug#10978)
934
9e345a01
LL
9352012-03-13 Leo Liu <sdl.web@gmail.com>
936
937 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
938 directory and file as argument (Bug#10822).
939
4a07df36
KS
9402012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
941
942 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
943 For dynamically generated code, follow $PC.
944 (gdb-disassembly-handler-custom): Handle no function name case.
945
4aaa9356
TL
9462012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
947
948 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
949 * emulation/ws-mode.el (ws-query-replace):
950 * sort.el (sort-regexp-fields):
951 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
952
225979da
SM
9532012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
954
955 * dabbrev.el: Fix cycle completion order (bug#10963).
956 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
957 (dabbrev-completion): Don't use an obarray; provide
958 a cycle-sort-function.
959
e2f1fdab
LL
9602012-03-12 Leo Liu <sdl.web@gmail.com>
961
dc9924b8 962 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
963 (kill-do-not-save-duplicates): Doc fix.
964
b19490ed
SM
9652012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
966
967 * dabbrev.el: Fix cycle completion (bug#10963).
968 Use lexical binding and wrap to 80 columns.
969 (dabbrev-completion): Delay computing the list of completions.
970
4b05d722
KH
9712012-03-12 Kenichi Handa <handa@m17n.org>
972
973 * international/quail.el (quail-insert-kbd-layout): Surround each
974 row by LRO and PDF instead of inserting many LRMs. Pad the left
975 and right of each non-spacing marks. Insert invisible space
976 between lower and upper characters to prevent composition.
977
dbbc2e69
SM
9782012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
979
980 * minibuffer.el (minibuffer-complete): Don't get confused when the
981 function is run twice via different commands (bug#10958).
982 (complete-with-action): Fix docstring.
983
292112ed
CY
9842012-03-12 Chong Yidong <cyd@gnu.org>
985
5d1ac394
CY
986 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
987 (nxml-completion-at-point-function): New function.
988 (nxml-mode): Use it.
989 (nxml-bind-meta-tab-to-complete-flag): Default to t.
990
292112ed
CY
991 * emacs-lisp/package.el (package-unpack, package-unpack-single):
992 Load generated autoloads file before byte compiling (Bug#10970).
993 (package--make-autoloads-and-compile): New helper fun.
994
4098f8f7
CS
9952012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
996
997 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
998
8f754691
MA
9992012-03-11 Michael Albinus <michael.albinus@gmx.de>
1000
1001 * autorevert.el (auto-revert-handler): Ensure, that
1002 file-readable-p is applied only for local files or in
1003 auto-revert-tail-mode.
1004
e29ab36b
AS
10052012-03-11 Andreas Schwab <schwab@linux-m68k.org>
1006
dbbc2e69
SM
1007 * server.el (server-eval-at): Handle non-tcp connections.
1008 Decode result string.
ad0bf5b6 1009
e29ab36b
AS
1010 * server.el (server-msg-size): New constant.
1011 (server-reply-print): New function.
1012 (server-eval-and-print): Use it.
1013 (server-eval-at): Use server-quote-arg and server-unquote-arg.
1014 Handle -print-nonl.
1015
de5939ba
CS
10162012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
1017
1018 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
1019 (Bug#10987).
1020
0c93eabf
CY
10212012-03-11 Chong Yidong <cyd@gnu.org>
1022
397a688f
CY
1023 * simple.el (goto-line): Doc fix (Bug#9938).
1024
2cc775f9
CY
1025 * subr.el (save-window-excursion): Doc fix (Bug#9979).
1026
0c93eabf
CY
1027 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
1028 when finished (Bug#10963).
1029
c491fa41
MR
10302012-03-11 Martin Rudalics <rudalics@gmx.at>
1031
1032 * window.el (split-window-below): Fix bug in case where
1033 split-window-keep-point is nil (Bug#10971).
1034
300e8fa5
JL
10352012-03-11 Juri Linkov <juri@jurta.org>
1036
1037 * replace.el (replace-highlight): Set isearch-word to nil
1038 unconditionally. (Bug#10887)
1039
dbf6c5a1
EZ
10402012-03-10 Eli Zaretskii <eliz@gnu.org>
1041
1042 * net/mairix.el (mairix-replace-invalid-chars): Rename from
1043 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 1044 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
1045 (mairix-widget-create-query): Add usage information about mairix
1046 search forms: negating words, searching for substrings, etc.
1047
b9e501de
JP
10482012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
1049
1050 * international/fontset.el (font-encoding-alist): Add an entry for
1051 ksx1001 (Bug#5667).
1052
92795c91
RS
10532012-03-10 Richard Stallman <rms@gnu.org>
1054
1694e6c1
RS
1055 * mail/sendmail.el (mail-encode-header):
1056 Set rfc2047-encode-encoded-words.
1057
607e8555
RS
1058 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
1059
de3bc99a
RS
1060 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
1061 view buffer means not swapped.
1062 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
1063 (rmail-write-region-annotate): Error if real text has disappeared.
1064
92795c91
RS
1065 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
1066
699bd04e
CY
10672012-03-10 Chong Yidong <cyd@gnu.org>
1068
1069 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
1070 * emulation/cua-base.el (cua--init-keymaps):
1071 Add delete-forward-char to remappings (Bug#9666).
699bd04e 1072
570a1714
MR
10732012-03-10 Martin Rudalics <rudalics@gmx.at>
1074
dbbc2e69
SM
1075 * speedbar.el (speedbar-unhighlight-one-tag-line):
1076 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 1077
82dcf4e4
CY
10782012-03-10 Chong Yidong <cyd@gnu.org>
1079
7a2c7ca7
CY
1080 * minibuffer.el (completion-in-region, completion-help-at-point):
1081 Give the completion field overlay a high priority (Bug#6830).
1082
82dcf4e4
CY
1083 * dired.el (dired-goto-file): Recognize absolute file name
1084 listings (Bug#7126).
1085 (dired-goto-file-1): New helper function.
1086 (dired-toggle-read-only): Inhibit warnings.
1087
052e28ac
MA
10882012-03-09 Michael Albinus <michael.albinus@gmx.de>
1089
1090 * net/dbus.el: (dbus-property-handler): Return empty array if
1091 there are no properties.
1092
95d5e396
LL
10932012-03-09 Leo Liu <sdl.web@gmail.com>
1094
1095 * savehist.el (savehist-printable): Stricter check for string
1096 value (Bug#10937).
1097
3f018d6d
EZ
10982012-03-09 Eli Zaretskii <eliz@gnu.org>
1099
dbbc2e69
SM
1100 * mail/smtpmail.el (smtpmail-send-it):
1101 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
1102 valid mbox format.
1103
f7fd3d79
GM
11042012-03-09 Glenn Morris <rgm@gnu.org>
1105
1106 * files.el (dir-locals-find-file):
1107 Don't check result is regular, readable.
1108 (dir-locals-read-from-file): Demote errors.
1109
6ff6e72f
EZ
11102012-03-08 Eli Zaretskii <eliz@gnu.org>
1111
dbbc2e69
SM
1112 * international/quail.el (quail-insert-kbd-layout):
1113 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
1114 layout cell, to prevent their reordering by bidi display engine.
1115 For details, see the discussion in
1116 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
1117
9cec7834
AM
11182012-03-08 Alan Mackenzie <acm@muc.de>
1119
1120 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
1121 the starting position; make it extend the marked region when
1122 invoked repeatedly - all under appropriate circumstances.
1123 Fixes bugs #5525, #10906.
1124
9a40b8d4
GM
11252012-03-08 Glenn Morris <rgm@gnu.org>
1126
1127 * files.el (locate-dominating-file, dir-locals-find-file):
1128 Undo 2012-03-06 change.
1129
7a08ed35
EZ
11302012-03-07 Eli Zaretskii <eliz@gnu.org>
1131
dbbc2e69
SM
1132 * international/quail.el (quail-help):
1133 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
1134 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
1135 for the reason.
1136
5aca4f71 11372012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
1138
1139 Avoid superfluous registering of signals. (Bug#10807)
1140
1141 * notifications.el (notifications-on-action-object)
1142 (notifications-on-close-object): New defvars.
1143 (notifications-on-action-signal, notifications-on-closed-signal):
1144 Unregister the signal if not needed any longer.
1145 (notifications-notify): Register `notifications-action-signal' or
1146 `notifications-closed-signal', if :on-action or :on-close has been
1147 passed as argument.
1148
78e8b10a
CY
11492012-03-07 Chong Yidong <cyd@gnu.org>
1150
1151 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
1152 non-X platforms.
1153
69481eb8
GM
11542012-03-06 Glenn Morris <rgm@gnu.org>
1155
1156 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1157 (x-disown-selection-internal, x-get-selection-internal):
1158 Doc fix (add arglist signatures). (Bug#10783)
1159
133b8e11
KS
11602012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1161
1162 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1163 Handle breakpoints with no "type".
1164
99a83064
GM
11652012-03-06 Glenn Morris <rgm@gnu.org>
1166
1167 * files.el (locate-dominating-file): Add optional predicate argument.
1168 (dir-locals-find-file): Make use of above change.
1169
17798e78
TTN
11702012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
1171
1172 * info.el (Info-insert-dir): Also try "dir.gz".
1173
eb182446
GM
11742012-03-06 Glenn Morris <rgm@gnu.org>
1175
8f2114ee
GM
1176 * files.el (dir-locals-find-file):
1177 Ignore non-readable or non-regular files. (Bug#10928)
1178
eb182446
GM
1179 * files.el (locate-dominating-file): Doc fix.
1180
24679323
AS
11812012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
1182
1183 * calendar/calendar.el (calendar-set-mode-line):
1184 `getenv' returns a string. (Bug#10951)
1185
01d972a9
LL
11862012-03-05 Leo Liu <sdl.web@gmail.com>
1187
109aa8a9
LL
1188 * simple.el (backward-delete-char-untabify): Constrain point to
1189 field (Bug#10939).
1190
01d972a9
LL
1191 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
1192
10607bea
CY
11932012-03-05 Chong Yidong <cyd@gnu.org>
1194
1195 * simple.el (count-words): If called from Lisp, return the word
1196 count, for symmetry with `count-lines'. Arglist changed.
1197 (count-words--message): Args changed. Consolidate counting code
1198 from count-words and count-words-region.
1199 (count-words-region): Caller changed.
1200 (count-lines-region): Make it an obsolete alias.
1201
5dd11cfe
TH
12022012-03-04 Tassilo Horn <tassilo@member.fsf.org>
1203
1204 * saveplace.el (save-place-to-alist)
1205 (save-place-ignore-files-regexp): Allow value nil to disable this
1206 feature.
1207
c349f4e6
CY
12082012-03-04 Chong Yidong <cyd@gnu.org>
1209
1210 * faces.el (face-spec-reset-face): For the default face, reset the
1211 attributes to default values (Bug#10748).
1212
e627be4c
LMI
12132012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1214
1215 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
1216 previous patch: Check `message-send-mail-function', and not the
1217 default function (bug#10897).
1218
ebeabff4
MA
12192012-03-04 Michael Albinus <michael.albinus@gmx.de>
1220
a41a6cf4
MA
1221 * notifications.el (notifications-on-action-signal)
1222 (notifications-on-closed-signal): Check for unique service name of
1223 incoming event. Fix error in removing entry.
ebeabff4 1224 (top): Register for signals with wildcard service name.
a41a6cf4 1225 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 1226
c1ca42b4
CY
12272012-03-04 Chong Yidong <cyd@gnu.org>
1228
dc9924b8 1229 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 1230
ea16568d
GM
12312012-03-04 Glenn Morris <rgm@gnu.org>
1232
1233 * abbrev.el (copy-abbrev-table, abbrev-table-p)
1234 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
1235 (expand-abbrev, define-abbrev-table): Doc fixes.
1236
fbae4637
LMI
12372012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1238
1239 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
1240 `message-default-send-mail-function' and not `send-mail-function'
1241 when doing the prompting for `sendmail-query-once' before sending
1242 in Message buffers (bug#10897).
1243
a1e7225c
LMI
1244 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1245 This is inconsistent with all the other stream functions, which leave
1246 the setting up to the higher levels (if so wanted) (bug#10931).
1247
56d093a9
AM
12482012-03-02 Alan Mackenzie <acm@muc.de>
1249
1250 Depessimize the handling of very large macros.
1251
1252 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
1253 (c-macro-cache-syntactic): New variables to implement a one
1254 element macro cache.
1255 (c-invalidate-macro-cache): New function.
1256 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
1257 Adapt to use the new cache.
1258 (c-state-safe-place): Use better the cache of safe positions.
1259 (c-state-semi-nonlit-pos-cache)
1260 (c-state-semi-nonlit-pos-cache-limit):
1261 New variables for...
1262 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
1263 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
1264 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
1265 Use c-state-semi-safe-place.
56d093a9 1266
dbbc2e69
SM
1267 * progmodes/cc-langs.el (c-get-state-before-change-functions):
1268 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 1269
817e5c3d
MA
12702012-03-02 Michael Albinus <michael.albinus@gmx.de>
1271
dbbc2e69
SM
1272 * jka-compr.el (jka-compr-call-process):
1273 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
1274 not remote.
1275
a032a702
MA
12762012-03-01 Michael Albinus <michael.albinus@gmx.de>
1277
1278 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
1279 access of FILE2, if FILE1 does not exist.
1280
99a54f21
MA
1281 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
1282 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
1283
1284 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
1285 Add "PAGER=" to `process-environment'.
1286
f6561e1f
MM
12872012-03-01 Michael R. Mauger <mmaug@yahoo.com>
1288
1289 * progmodes/sql.el: Bug fix
1290 (sql-get-login-ext): Save login values in globals.
1291 (sql-get-login): Use new version of `sql-get-login-ext'.
1292 (sql-interactive-mode): Set global `sql-connection' to nil.
1293 (sql-connect): Set global values for connection.
1294 (sql-product-interactive): Save global values as buffer local.
1295
2d44d9cc
LL
12962012-02-29 Leo Liu <sdl.web@gmail.com>
1297
1298 * abbrev.el (define-abbrevs): Reset sys to nil.
1299
96b49301 13002012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1301
bf7f9bc5
JB
1302 * files.el (file-equal-p): Rename from `files-equal-p'.
1303 Return nil when one or both files don't exist.
96b49301 1304 (file-subdir-of-p): Now only top directory must exists,
1305 return nil if it doesn't.
bf7f9bc5
JB
1306 (copy-directory): No need to test with `file-subdir-of-p' after
1307 creating dir.
1308 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
1309 to `file-equal-p'.
96b49301 1310
44e97401
GM
13112012-02-28 Glenn Morris <rgm@gnu.org>
1312
1313 * shell.el (shell-mode):
1314 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
1315 * play/landmark.el (landmark-font-lock-face-O):
1316 * play/handwrite.el (handwrite):
1317 * play/gomoku.el (gomoku-O):
1318 * net/browse-url.el (browse-url-browser-display):
1319 * international/mule.el (define-charset):
1320 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
1321 * filesets.el (filesets-find-file-delay):
1322 * eshell/em-xtra.el (eshell-xtra):
1323 * eshell/em-unix.el (eshell-grep):
1324 * emulation/viper.el (viper-mode):
1325 * emacs-lisp/regexp-opt.el (regexp-opt-group):
1326 * emacs-lisp/easymenu.el (easy-menu-define):
1327 * calendar/timeclock.el (timeclock-use-display-time):
1328 * bs.el (bs-mode):
1329 * bookmark.el (bookmark-save-flag):
1330 Doc fix (standardize possessive apostrophe usage).
1331
c98c6276
CY
13322012-02-27 Chong Yidong <cyd@gnu.org>
1333
bf7f9bc5
JB
1334 * emulation/viper-cmd.el (viper-intercept-ESC-key):
1335 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 1336
c98c6276
CY
1337 * font-lock.el (font-lock-specified-p): Rename from
1338 font-lock-spec-present. Callers changed.
1339
9c62cd04 13402012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 1341
bf7f9bc5
JB
1342 * emacs-lisp/package.el (package-compute-transaction):
1343 Handle holding a package version to t in package-load-list.
8ac9e529 1344
530739c9
MA
13452012-02-26 Michael Albinus <michael.albinus@gmx.de>
1346
1347 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
1348 (tramp-get-inode, tramp-get-device): Use cached values.
1349
487915d7
AM
13502012-02-26 Alan Mackenzie <acm@muc.de>
1351
1352 Check there is a font-lock specification before doing initial
1353 fontification.
1354
1355 * font-core.el (font-lock-mode): Move the conditional from
1356 :after-hook to font-lock-initial-fontify.
1357 (font-lock-default-function): Move the check for a specification
1358 to font-lock-spec-present.
1359
dc9924b8 1360 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
1361 (font-lock-spec-present): New function.
1362
4fd96557
JB
13632012-02-26 Jim Blandy <jimb@red-bean.com>
1364
1365 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
1366 (gdb-send): Apply it to the operand of the '-interpreter-exec
1367 console' command, so that we can pass arguments with (say) quotes
1368 in them. Store exact string sent in gdb-debug-log (Bug#10765).
1369
9a4888c0
CY
13702012-02-26 Chong Yidong <cyd@gnu.org>
1371
07498861
CY
1372 * help-fns.el (describe-function-1): Clarify description of
1373 remapping (Bug#10844).
1374
9a4888c0
CY
1375 * files.el (files-equal-p): Doc fix.
1376 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
1377 and quit the loop once a mismatch is found.
1378
ea8fb88d
JB
13792012-02-25 Juanma Barranquero <lekktu@gmail.com>
1380
1381 * bs.el (bs--show-with-configuration): Don't throw an error
1382 if the window cannot be split; otherwise, subsequent calls to
1383 bs-show fail, restoring a stale window config. (Bug#10882)
1384
525795c1
JD
13852012-02-25 Jan Djärv <jan.h.d@swipnet.se>
1386
1387 * term/ns-win.el (global-map): Bind ns-drag-file to
1388 ns-find-file (Bug#5855, Bug#10050).
1389
f008086f
AS
13902012-02-25 Andreas Schwab <schwab@linux-m68k.org>
1391
1392 * calendar/parse-time.el (parse-time-string): Allow extractor to
1393 return nil.
1394
a3fcfa99
MA
13952012-02-25 Michael Albinus <michael.albinus@gmx.de>
1396
91027d08
JB
1397 * net/tramp.el (tramp-file-name-for-operation):
1398 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
1399
1400 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
1401 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1402 Add COPY-CONTENTS argument.
a3fcfa99 1403
67b0de11
CY
14042012-02-25 Chong Yidong <cyd@gnu.org>
1405
1406 Add custom groups for VC backends, for consistency with vc-bzr.
1407
1408 * vc/vc-arch.el (vc-arch):
1409 * vc/vc-cvs.el (vc-cvs):
1410 * vc/vc-git.el (vc-git):
1411 * vc/vc-hg.el (vc-hg):
1412 * vc/vc-mtn.el (vc-mtn):
1413 * vc/vc-rcs.el (vc-rcs):
1414 * vc/vc-sccs.el (vc-sccs):
1415 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
1416 All relevant defcustoms reassigned.
1417
3c9dfce6
CY
14182012-02-25 Chong Yidong <cyd@gnu.org>
1419
1339bf43
CY
1420 * newcomment.el (comment-styles): Add autoload (Bug#10868).
1421
3c9dfce6
CY
1422 * term/x-win.el (x-initialize-window-system): Reduce default for
1423 x-selection-timeout to 5 seconds (Bug#8869).
1424
53a46cd0 14252012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14a8a663 1426
53a46cd0 1427 * files.el (file-subdir-of-p): Fix typo.
14a8a663 1428
25b2e303 14292012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1430
ec70a47d
GM
1431 * files.el (files-equal-p, file-subdir-of-p): New functions.
1432 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 1433 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
1434 * dired-aux.el (dired-copy-file-recursive): Same.
1435 (dired-create-files): Modify destination when source is equal to
1436 dest when copying files.
53a46cd0 1437 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 1438
914260cd
MA
14392012-02-24 Michael Albinus <michael.albinus@gmx.de>
1440
1441 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
1442 (Bug#10874)
1443
2cb228f7
AM
14442012-02-23 Alan Mackenzie <acm@muc.de>
1445
1446 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
1447 parameter "after-hook:" to allow the expansion to run code after
1448 the execution of the mode hooks.
1449
1450 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 1451 from font-lock-mode-internal.
2cb228f7 1452
91027d08 1453 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
1454 :after-hook.
1455
8f0fde21
SM
14562012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1457
3e88618b
SM
1458 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
1459 (completion--cache-all-sorted-completions): New function.
1460 (completion-all-sorted-completions): Use it.
1461 (completion--do-completion, minibuffer-force-complete):
1462 Use it to re-instate the flush hook.
1463
8f0fde21
SM
1464 * icomplete.el (icomplete-completions): Replace last fix with a better
1465 one (bug#10850).
1466
8e911f6f
DG
14672012-02-23 Dmitry Gutov <dgutov@yandex.ru>
1468
1469 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
1470 when it might call us back infinitely (bug#10797).
1471
49fe4321
GM
14722012-02-23 Glenn Morris <rgm@gnu.org>
1473
1474 * minibuffer.el (completion-category-overrides): Doc fix.
1475
b291b572
SM
14762012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1477
1478 * minibuffer.el (completion-table-with-context): Fix inf-loop.
1479 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
1480
31a9ef2e
GM
14812012-02-23 Glenn Morris <rgm@gnu.org>
1482
5e6e6794 1483 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
1484 (authors-obsolete-files-regexps, authors-ignored-files)
1485 (authors-ambiguous-files, authors-renamed-files-alist):
1486 Add more entries.
1487
0bd1e074
JL
14882012-02-23 Juri Linkov <juri@jurta.org>
1489
1490 * isearch.el (isearch-occur): Sync interactive spec with occur's
1491 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
1492
b617673c
JL
1493 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
1494
19e9789e
JL
14952012-02-22 Juri Linkov <juri@jurta.org>
1496
1497 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
1498 (ucs-insert): Doc fix. Check for hex digits in the string.
1499 Don't display `nil' in the error message. (Bug#10857)
1500
f41ce09d
AM
15012012-02-22 Alan Mackenzie <acm@muc.de>
1502
7a71b18d 1503 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 1504
ac2eceee
GM
15052012-02-22 Glenn Morris <rgm@gnu.org>
1506
1507 * ffap.el (ffap-c-path):
1508 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
1509
abd1f678
CY
15102012-02-22 Chong Yidong <cyd@gnu.org>
1511
1512 * custom.el (load-theme): Doc fix.
1513
f25aef2e
GM
15142012-02-22 Glenn Morris <rgm@gnu.org>
1515
1516 * dired-x.el (dired-guess-shell-alist-default):
1517 Remove escape sequences from nroff output. (Bug#172)
1518
5f8dc2ca
GM
15192012-02-21 Glenn Morris <rgm@gnu.org>
1520
6ff86ec4
GM
1521 * vc/emerge.el (emerge-defvar-local):
1522 Set `permanent-local' property rather than unused `preserved'.
1523
be3223a3 1524 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
1525 (picture-mode-map): Use it. (Bug#10860)
1526 (picture-mode): Doc fix.
1527
3fe58f4f
JB
15282012-02-21 Juanma Barranquero <lekktu@gmail.com>
1529
1530 * newcomment.el (uncomment-region-default): Remove unused binding.
1531
f9a998c3
GM
15322012-02-21 Glenn Morris <rgm@gnu.org>
1533
1534 * textmodes/picture.el (picture-motion, picture-motion-reverse)
1535 (picture-self-insert, picture-tab-chars): Doc fix.
1536 (picture-mode-map): Fix C-a, C-e.
1537
c6029348
GM
15382012-02-20 Glenn Morris <rgm@gnu.org>
1539
1540 * emacs-lisp/authors.el (authors-aliases): Add another entry.
1541
ab1ce9d7
LL
15422012-02-20 Leo Liu <sdl.web@gmail.com>
1543
1544 * icomplete.el (icomplete-completions): Check FROM arg before
1545 passing to substring (Bug#10850).
1546
0fd40f89
CY
15472012-02-19 Chong Yidong <cyd@gnu.org>
1548
1549 * comint.el: Require ansi-color.
1550 (comint-output-filter-functions): Add ansi-color-process-output.
1551
1552 * ansi-color.el: Don't set comint-output-filter-functions; it is
1553 now in the initial value defined in comint.el.
1554 (ansi-color-apply-face-function): New variable.
1555 (ansi-color-apply-on-region): Use it.
1556 (ansi-color-apply-overlay-face): New function.
1557
1558 * shell.el (shell): No need to require ansi-color.
1559 (shell-mode): Use ansi-color-apply-face-function to highlight
1560 color escapes using font-lock-face property (Bug#10835).
1561
20af2394
CY
15622012-02-19 Chong Yidong <cyd@gnu.org>
1563
1564 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
1565 mode-line formats (Bug#10839).
1566
e23a3fbe
GM
15672012-02-18 Glenn Morris <rgm@gnu.org>
1568
b474519e
GM
1569 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
1570
1571 * mail/undigest.el (unforward-rmail-message): Doc fix.
1572
e23a3fbe
GM
1573 * saveplace.el (save-place-ignore-files-regexp): Add :version.
1574
57939ff4
EZ
15752012-02-18 Eli Zaretskii <eliz@gnu.org>
1576
1577 * international/characters.el (script-list): Sync with the latest
1578 Unicode Character Database.
1579
0c23686e
AS
15802012-02-18 Andreas Schwab <schwab@linux-m68k.org>
1581
1582 * international/titdic-cnv.el: Remove duplicate coding tag.
1583 * language/cham.el: Likewise.
1584 * language/tai-viet.el: Likewise.
1585
6818b449
GM
15862012-02-18 Glenn Morris <rgm@gnu.org>
1587
1588 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
1589 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
1590 (calendar-bahai-all-holidays-flag, calendar-other-dates):
1591 * calendar/diary-lib.el (diary-abbreviated-year-flag):
1592 * calendar/holidays.el (holiday-bahai-holidays)
1593 (calendar-holidays, list-holidays):
1594 Use utf-8 Bahá'í in doc-strings, menus, etc.
1595
0311a3fc
TH
15962012-02-17 Tassilo Horn <tassilo@member.fsf.org>
1597
1598 * saveplace.el (save-place-ignore-files-regexp): New variable
1599 allowing for excluding files from saving their location of point.
1600 The default value matches the temporary commit message editing
1601 files from Git, SVN, Bazaar, and Mercurial.
1602 (save-place-to-alist): Use it.
1603
eb864a71
LM
16042012-02-17 Lawrence Mitchell <wence@gmx.li>
1605 Stefan Monnier <monnier@iro.umontreal.ca>
1606
1607 * newcomment.el (uncomment-region-default): Don't leave extra space
1608 when an arg is provided (bug#8150).
1609
ee0ce425
TZ
16102012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1611
eb864a71 1612 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 1613
95ddf442
GM
16142012-02-17 Glenn Morris <rgm@gnu.org>
1615
1616 * net/socks.el: Require network-stream. (Bug#10599)
1617
48dd1e39 16182012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
1619
1620 * international/charprop.el:
1621 * international/uni-name.el:
1622 * international/uni-old-name.el:
1623 * international/uni-comment.el: Regenerate.
1624
d68cd087
GM
16252012-02-16 Glenn Morris <rgm@gnu.org>
1626
1627 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
1628 Interactively in calendar buffer, give an error if not on a date.
1629
13932042
GM
16302012-02-15 Glenn Morris <rgm@gnu.org>
1631
1632 * shell.el (shell-delimiter-argument-list):
1633 Revert 2011-02-17 change. (Bug#8027)
1634
c3a70e2b
CY
16352012-02-15 Chong Yidong <cyd@gnu.org>
1636
60236b0d
CY
1637 * minibuffer.el (completion-at-point-functions): Doc fix.
1638
c3a70e2b
CY
1639 * custom.el (defcustom): Doc fix; note use of defvar.
1640
9f26dc24
GM
16412012-02-15 Glenn Morris <rgm@gnu.org>
1642
1643 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
1644 Doc fixes.
1645
6546b134
GM
16462012-02-14 Glenn Morris <rgm@gnu.org>
1647
1648 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
1649
d29b2b4c
LI
16502012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1651
1652 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
1653 way the ports list is computed.
835bdcba
LI
1654 (smtpmail-query-smtp-server): Prompt the user for a port number if
1655 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 1656
08dcdbc9
TZ
16572012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1658
1659 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
1660
2605051a
GM
16612012-02-13 Glenn Morris <rgm@gnu.org>
1662
1663 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
1664
7ee99f32
TZ
16652012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1666
1667 * net/gnutls.el (gnutls-trustfiles): New variable.
1668 (gnutls-negotiate): Use it.
1669
5f0af64f
LI
16702012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1671
1672 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
1673 does its stuff if Gnus is running.
1674
c14fcc95
AM
16752012-02-13 Alan Mackenzie <acm@muc.de>
1676
1677 Fix a loop in c-set-fl-decl-start.
1678
7a71b18d 1679 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
1680 c-backward-syntactic-ws actually moves backwards.
1681
142b4d90
LL
16822012-02-13 Leo Liu <sdl.web@gmail.com>
1683
1684 * net/rcirc.el (rcirc-markup-attributes): Move point to the
1685 beginning so that all \C-o chars are removed.
1686
fa9958a6
TZ
16872012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1688
dc9924b8 1689 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 1690
0bc5886a
AM
16912012-02-12 Alan Mackenzie <acm@muc.de>
1692
1693 Fix infinite loop with long macros.
1694 * cc-engine.el (c-state-safe-place): Handle macros properly.
1695
d4bd55e7
CY
16962012-02-12 Chong Yidong <cyd@gnu.org>
1697
1698 * window.el (display-buffer): Doc fix (Bug#10785).
1699
66f3fe22
GM
17002012-02-12 Glenn Morris <rgm@gnu.org>
1701
bd7da63e
GM
1702 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1703 (x-disown-selection-internal, x-get-selection-internal):
1704 Sync docs with the xselect.c versions.
1705
66f3fe22
GM
1706 * allout-widgets.el: Add missing license notice.
1707
3e0d2fa7
GM
17082012-02-11 Glenn Morris <rgm@gnu.org>
1709
cfecdf09
GM
1710 * select.el (x-get-selection-internal, x-own-selection-internal)
1711 (x-disown-selection-internal):
1712 * x-dnd.el (x-get-selection-internal): Update declarations.
1713
6d216d7f
GM
1714 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
1715
2bed3f04
GM
1716 * window.el (window-sides-slots):
1717 * tool-bar.el (tool-bar-position):
1718 * term/xterm.el (xterm-extra-capabilities):
1719 * ses.el (ses-self-reference-early-detection):
1720 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
1721 (verilog-auto-wire-type)
1722 (verilog-auto-delete-trailing-whitespace)
1723 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
1724 (verilog-auto-tieoff-declaration):
1725 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
1726 (sql-oracle-statement-starters, sql-oracle-scan-on):
1727 * progmodes/prolog.el (prolog-align-comments-flag)
1728 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
1729 (prolog-left-indent-regexp, prolog-paren-indent-p)
1730 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
1731 (prolog-types, prolog-mode-specificators)
1732 (prolog-determinism-specificators, prolog-directives)
1733 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
1734 (prolog-electric-dot-flag)
1735 (prolog-electric-dot-full-predicate-template)
1736 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
1737 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
1738 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
1739 (prolog-program-switches, prolog-prompt-regexp)
1740 (prolog-debug-on-string, prolog-debug-off-string)
1741 (prolog-trace-on-string, prolog-trace-off-string)
1742 (prolog-zip-on-string, prolog-zip-off-string)
1743 (prolog-use-standard-consult-compile-method-flag)
1744 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
1745 (prolog-imenu-max-lines, prolog-info-predicate-index)
1746 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
1747 (prolog-char-quote-workaround):
1748 * progmodes/cc-vars.el (c-defun-tactic):
1749 * net/tramp.el (tramp-encoding-command-interactive)
1750 (tramp-local-end-of-line):
1751 * net/soap-client.el (soap-client):
1752 * net/netrc.el (netrc-file):
1753 * net/gnutls.el (gnutls):
1754 * minibuffer.el (completion-category-overrides)
1755 (completion-cycle-threshold)
1756 (completion-pcm-complete-word-inserts-delimiters):
1757 * man.el (Man-name-local-regexp):
1758 * mail/feedmail.el (feedmail-display-full-frame):
1759 * international/characters.el (glyphless-char-display-control):
1760 * eshell/em-ls.el (eshell-ls-date-format):
1761 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
1762 (lisp-lambda-list-keyword-parameter-indentation)
1763 (lisp-lambda-list-keyword-parameter-alignment):
1764 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
1765 * dired-x.el (dired-omit-verbose):
1766 * cus-theme.el (custom-theme-allow-multiple-selections):
1767 * calc/calc.el (calc-highlight-selections-with-faces)
1768 (calc-lu-field-reference, calc-lu-power-reference)
1769 (calc-note-threshold):
1770 * battery.el (battery-mode-line-limit):
1771 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1772 (archive-7z-update):
1773 * allout.el (allout-prefixed-keybindings)
1774 (allout-unprefixed-keybindings)
1775 (allout-inhibit-auto-fill-on-headline)
1776 (allout-flattened-numbering-abbreviation):
1777 * allout-widgets.el (allout-widgets-auto-activation)
1778 (allout-widgets-icons-dark-subdir)
1779 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
1780 (allout-widgets-theme-dark-background)
1781 (allout-widgets-theme-light-background)
1782 (allout-widgets-item-image-properties-emacs)
1783 (allout-widgets-item-image-properties-xemacs)
1784 (allout-widgets-run-unit-tests-on-load)
1785 (allout-widgets-time-decoration-activity)
1786 (allout-widgets-hook-error-post-time)
1787 (allout-widgets-track-decoration):
1788 Add missing :version tags to new defcustoms and defgroups.
1789
5fec1b8e
GM
1790 * progmodes/sql.el (sql-ansi-statement-starters)
1791 (sql-oracle-statement-starters): Add custom type.
1792
3e0d2fa7
GM
1793 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1794 (prolog-system-version): Give it a type.
1795
90b671e2
EZ
17962012-02-11 Eli Zaretskii <eliz@gnu.org>
1797
1798 * term/pc-win.el (x-select-text, x-selection-owner-p)
1799 (x-own-selection-internal, x-disown-selection-internal)
1800 (x-get-selection-internal): Sync doc strings and argument lists
1801 with xselect.c, common-win.el and x-win.el. (Bug#10783)
1802
5eac0c02
LL
18032012-02-11 Leo Liu <sdl.web@gmail.com>
1804
1805 * progmodes/python.el (python-end-of-statement): Fix infinite
1806 loop. (Bug#10788)
1807
f82cb659
GM
18082012-02-10 Glenn Morris <rgm@gnu.org>
1809
1810 * international/mule-cmds.el (unify-8859-on-encoding-mode)
1811 (unify-8859-on-decoding-mode): Properly mark as obsolete.
1812
cc26d239
LI
18132012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1814
1815 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
1816 about SMTP before checking the From header.
1817
91027d08 1818 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
1819 into own function for reuse by emacsbug.el.
1820
1be3ca5a
LL
18212012-02-10 Leo Liu <sdl.web@gmail.com>
1822
1823 * subr.el (condition-case-unless-debug): Rename from
1824 condition-case-no-debug. All callers changed.
1825 (with-demoted-errors): Fix caller.
1826
1827 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1828 * nxml/rng-valid.el (rng-do-some-validation):
1829 * emacs-lisp/package.el (package-refresh-contents)
1830 (package-menu-execute):
1831 * desktop.el (desktop-create-buffer):
91027d08 1832 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 1833
b011fbfe
GM
18342012-02-10 Glenn Morris <rgm@gnu.org>
1835
b2096d72
GM
1836 * textmodes/bibtex.el:
1837 Add missing :version tags for new/changed defcustoms.
1838
b011fbfe
GM
1839 * files.el (remote-file-name-inhibit-cache): Doc fixes.
1840
4c7e65bf
LI
18412012-02-09 Lars Ingebrigtsen <larsi@rusty>
1842
1843 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1844 (smtpmail-via-smtp): Use it, or fall back on the From address.
1845 (smtpmail-send-it): Ditto.
1846
f3934f6f
SM
18472012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1848
1849 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1850 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
1851 (byte-compile-tmp-var): New const.
1852 (byte-compile-defvar): Use it to minimize .elc size.
1853 Just use `defvar' rather than simulate it (bug#10761).
1854
a075a2c5
GM
18552012-02-09 Glenn Morris <rgm@gnu.org>
1856
cf3aa21b
GM
1857 * files.el (rename-uniquely): Doc fix. (Bug#3806)
1858
354998cd
GM
1859 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1860 Add :version tags.
1861
dc9924b8
SM
1862 * progmodes/compile.el (compilation-error-screen-columns)
1863 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 1864
dab3703d
GM
1865 * vc/log-view.el (log-view-toggle-entry-display):
1866 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1867
3f88cd72
GM
1868 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1869 (report-emacs-bug-can-use-xdg-email):
1870 (report-emacs-bug-insert-to-mailer): Doc fixes.
1871 (report-emacs-bug): Message fix.
1872
d95b247d
GM
1873 * net/browse-url.el (browse-url-can-use-xdg-open)
1874 (browse-url-xdg-open): Doc fixes.
1875
a075a2c5
GM
1876 * electric.el (electric-indent-mode, electric-pair-mode)
1877 (electric-layout-rules, electric-layout-mode): Doc fixes.
1878 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1879
ffb6157e
MR
18802012-02-08 Martin Rudalics <rudalics@gmx.at>
1881
1882 * server.el (server-unselect-display): Don't inadvertently kill
1883 the current buffer. (Bug#10729)
1884
e1ac4066
GM
18852012-02-08 Glenn Morris <rgm@gnu.org>
1886
34e8a2da
GM
1887 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1888 (sql-list-table): Doc fixes.
1889
b4ac6e8c
GM
1890 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1891 Comment out (does nothing).
1892
e1ac4066
GM
1893 * completion.el (dynamic-completion-mode):
1894 * dirtrack.el (dirtrack-debug-mode):
1895 * electric.el (electric-layout-mode):
1896 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1897 * face-remap.el (text-scale-mode, buffer-face-mode):
1898 * iimage.el (iimage-mode):
1899 * image-mode.el (image-transform-mode):
1900 * minibuffer.el (completion-in-region-mode):
1901 * scroll-lock.el (scroll-lock-mode):
1902 * simple.el (next-error-follow-minor-mode):
1903 * tar-mode.el (tar-subfile-mode):
1904 * tooltip.el (tooltip-mode):
1905 * vcursor.el (vcursor-use-vcursor-map):
1906 * wid-browse.el (widget-minor-mode):
1907 * emulation/tpu-edt.el (tpu-edt-mode):
1908 * emulation/tpu-extras.el (tpu-cursor-free-mode):
1909 * international/iso-ascii.el (iso-ascii-mode):
1910 * language/thai-util.el (thai-word-mode):
1911 * mail/supercite.el (sc-minor-mode):
1912 * net/goto-addr.el (goto-address-mode):
1913 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1914 * progmodes/cwarn.el (cwarn-mode):
1915 * progmodes/flymake.el (flymake-mode):
1916 * progmodes/glasses.el (glasses-mode):
1917 * progmodes/hideshow.el (hs-minor-mode):
1918 * progmodes/pascal.el (pascal-outline-mode):
1919 * textmodes/enriched.el (enriched-mode):
1920 * vc/smerge-mode.el (smerge-mode):
1921 Doc fixes (minor mode argument).
1922
5e0d957f
EZ
19232012-02-07 Eli Zaretskii <eliz@gnu.org>
1924
1925 * ls-lisp.el (ls-lisp-sanitize): New function.
1926 (ls-lisp-insert-directory): Use it to fix or remove any elements
1927 in file-alist with missing attributes. (Bug#4673)
1928
98d7371e
AM
19292012-02-07 Alan Mackenzie <acm@muc.de>
1930
1931 Fix spurious recognition of c-in-knr-argdecl.
1932
1933 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1934 putative K&R region.
1935
667ced3a
AM
19362012-02-07 Alan Mackenzie <acm@muc.de>
1937
eb864a71
LM
1938 * progmodes/cc-engine.el (c-forward-objc-directive):
1939 Prevent looping in "#pragma mark @implementation".
667ced3a 1940
5b77774d
MA
19412012-02-07 Michael Albinus <michael.albinus@gmx.de>
1942
1943 * notifications.el (notifications-on-closed-signal): Make `reason'
1944 optional. (Bug#10744)
1945
af008560
GM
19462012-02-07 Glenn Morris <rgm@gnu.org>
1947
60d47423
GM
1948 * emacs-lisp/easy-mmode.el (define-minor-mode):
1949 Doc fixes for the macro and the mode it defines.
1950
dd605cc4
GM
1951 * image.el (imagemagick-types-inhibit): Doc fix.
1952
af008560
GM
1953 * cus-start.el (imagemagick-render-type): Add it.
1954
5cc59a37
LI
19552012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1956
1957 * progmodes/cc-mode.el
1958 (c-standard-font-lock-fontify-region-function): Set the default at
1959 load time, too, so that `font-lock-fontify-buffer' can be called
1960 without setting up the entire mode first. This fixes a bug in
1961 `mm-inline-text' with C MIME parts.
1962
9a6dd747
CY
19632012-02-06 Chong Yidong <cyd@gnu.org>
1964
2d16b285
CY
1965 * simple.el (list-processes--refresh): Delete exited processes
1966 (Bug#8094).
1967
171e9b6e
CY
1968 * comint.el (comint-next-prompt): next-single-char-property-change
1969 and prev-single-char-property-change never return nil (Bug#8657).
1970
9a6dd747
CY
1971 * custom.el (defcustom): Doc fix (Bug#9711).
1972
aa4589a7
CY
19732012-02-05 Chong Yidong <cyd@gnu.org>
1974
5c2a252f
CY
1975 * cus-edit.el (custom-variable-reset-backup): Quote the value
1976 before storing it in the customized-value property (Bug#6712).
4aab9006 1977 (custom-display): Add a customization type tag.
983b9602 1978 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 1979
aa4589a7
CY
1980 * wid-edit.el (widget-field-value-get): New optional arg to
1981 suppress trailing whitespace truncation.
1982 (character): Use it (Bug#2689).
1983
1ff980ae
AS
19842012-02-05 Andreas Schwab <schwab@linux-m68k.org>
1985
1986 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1987 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1988
03988c98
CY
19892012-02-05 Chong Yidong <cyd@gnu.org>
1990
eeb6cc88
CY
1991 * cus-edit.el (custom-variable-value-create): For mismatched
1992 types, show the current value (Bug#7600).
1993
03988c98
CY
1994 * custom.el (defcustom): Doc fix.
1995
f8cdeef0
GM
19962012-02-05 Glenn Morris <rgm@gnu.org>
1997
1998 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1999
0696d255
JB
20002012-02-05 Juanma Barranquero <lekktu@gmail.com>
2001
2002 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
2003 (pp-buffer): Use `ignore-errors', `looking-at-p'.
2004 (pp-last-sexp): Use `looking-at-p'.
2005
34c99998
GM
20062012-02-04 Glenn Morris <rgm@gnu.org>
2007
8f05da42
GM
2008 * files.el (revert-buffer):
2009 Doc fix (mention revert-buffer-in-progress-p).
2010
f160676e
GM
2011 * emacs-lisp/ert-x.el (ert-simulate-command):
2012 Check deferred-action-list (which is obsolete) is bound.
2013
c7291ad9
GM
2014 * subr.el (with-wrapper-hook): Doc fixes.
2015
34c99998
GM
2016 * simple.el (filter-buffer-substring-functions)
2017 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
2018
6283a7d3
LL
20192012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
2020
2021 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
2022 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
2023
e96e3013
LL
20242012-02-04 Leo Liu <sdl.web@gmail.com>
2025
2026 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
2027
8ded50f2
GM
20282012-02-04 Glenn Morris <rgm@gnu.org>
2029
82ff1d13
GM
2030 * image.el (image-extension-data): Add obsolete alias.
2031
987a0a16
GM
2032 * isearch.el (isearch-update): Doc fix.
2033
ea32ef46
GM
2034 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
2035
8ded50f2
GM
2036 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
2037
eea14f31
GM
20382012-02-03 Glenn Morris <rgm@gnu.org>
2039
2040 * image.el (image-animated-p): Doc fix. Use image-animated-types.
2041 (image-animate-timeout): Doc fix.
2042
2043 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
2044
12f381b7
GM
20452012-02-02 Glenn Morris <rgm@gnu.org>
2046
953cebf5
GM
2047 * server.el (server-auth-dir): Doc fix.
2048 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
2049
12f381b7
GM
2050 * subr.el (run-mode-hooks): Doc fix.
2051
953a8c3b
JL
20522012-02-02 Juri Linkov <juri@jurta.org>
2053
2054 * image-mode.el (image-toggle-display-image): Remove tautological
2055 `major-mode' from the `derived-mode-p' test.
2056
c5d3843c
KH
20572012-02-02 Kenichi Handa <handa@m17n.org>
2058
9f6e692e 2059 * composite.el (compose-region): Cancel previous change.
c5d3843c 2060
159462d4 20612012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
2062
2063 * composite.el (compose-region, compose-string): Signal error for
2064 a null string component (Bug#6988).
2065
9f562668
CY
20662012-02-01 Chong Yidong <cyd@gnu.org>
2067
e2cef717
CY
2068 * view.el (view-buffer-other-window, view-buffer-other-frame):
2069 Handle special modes like view-buffer (Bug#10650).
2070 (view-buffer): Simplify.
2071
9f562668
CY
2072 * frame.el (set-frame-font): Tweak meaning of third argument.
2073
9f6e692e
JB
2074 * dynamic-setting.el (font-setting-change-default-font):
2075 Use set-frame-font (Bug#9982).
9f562668 2076
781acb9f
GM
20772012-02-01 Glenn Morris <rgm@gnu.org>
2078
6035be52
GM
2079 * progmodes/compile.el (compilation-internal-error-properties):
2080 Respect compilation-first-column in the "*compilation*" buffer.
2081
781acb9f
GM
2082 * emacs-lisp/easy-mmode.el (define-minor-mode):
2083 Relax :variable's test for a named function.
2084
abbceb00
AM
20852012-01-31 Alan Mackenzie <acm@muc.de>
2086
2087 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
2088 off by one error.
2089
fce3fdeb
CY
20902012-01-31 Chong Yidong <cyd@gnu.org>
2091
2092 * frame.el (set-frame-font): New arg ALL-FRAMES.
2093
2094 * menu-bar.el (menu-set-font): Use set-frame-font.
2095
2096 * faces.el (face-spec-reset-face): Don't apply unspecified
2097 attribute values to the default face.
2098
47893581
JB
20992012-01-31 Juanma Barranquero <lekktu@gmail.com>
2100
2101 * progmodes/cwarn.el (cwarn): Remove dead link.
2102 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
2103 Remove * from defcustom docstrings.
2104 (turn-on-cwarn-mode): Make obsolete.
2105 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
2106 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
2107
e58e988a
GM
21082012-01-31 Glenn Morris <rgm@gnu.org>
2109
60dc2671 2110 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 2111 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 2112 Allow named functions to be used as the cdr of :variable.
e58e988a 2113
7a3f511d
GM
21142012-01-30 Glenn Morris <rgm@gnu.org>
2115
2116 * emacs-lisp/authors.el (authors-fixed-entries):
2117 Remove reference to deleted file rnewspost.el.
2118
cb882333
JB
21192012-01-29 Juanma Barranquero <lekktu@gmail.com>
2120
2121 * window.el (window-with-parameter): Remove unused variable `windows'.
2122 (window--side-check): Remove unused variable `code'.
2123 (window--resize-siblings): Remove unused variable `first'.
2124 (adjust-window-trailing-edge): Remove unused variable `failed'.
2125 (window-deletable-p, window--delete): Remove unused variable `buffer'.
2126 Use `let', not `let*'.
2127 (balance-windows-2): Remove unused variable `found'.
2128 (window--state-put-2): Remove unused variable `splits'.
2129 (window-state-put): Remove unused variable `selected'.
2130 (same-window-p): Use `string-match-p'.
2131 (display-buffer-assq-regexp): Remove unused variable `value'.
2132 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2133 Mark argument ALIST as ignored.
2134 (pop-to-buffer): Remove unused variable `old-window'.
2135
907201af
EZ
21362012-01-29 Eli Zaretskii <eliz@gnu.org>
2137
2138 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
2139 and .lzma compressed files.
2140
ea162670
CY
21412012-01-29 Chong Yidong <cyd@gnu.org>
2142
5b95ee8a
CY
2143 * frame.el (window-system-default-frame-alist): Doc fix.
2144
ea162670
CY
2145 * dynamic-setting.el (font-setting-change-default-font): Don't
2146 change the default face if SET-FONT argument is non-nil (Bug#9982).
2147
d6e6f4b1
SB
21482012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
2149
2150 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
2151
0f29fa41 21522012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
2153
2154 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
2155 breakpoints in files outside current directory (Bug#6098).
2156
db174434
CY
21572012-01-29 Chong Yidong <cyd@gnu.org>
2158
6b25e4e2
SE
2159 * progmodes/python.el: Require ansi-color at top-level.
2160
6df6ae42
JB
2161 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
2162 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
2163 (lisp-mode-abbrev-table): Add doc.
2164 (lisp-mode-variables): Don't set local-abbrev-table.
2165 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
2166
e70ee681
RW
21672012-01-28 Roland Winkler <winkler@gnu.org>
2168
2169 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
2170
ace88aa2
RW
21712012-01-28 Roland Winkler <winkler@gnu.org>
2172
2173 * textmodes/bibtex.el (bibtex-entry-alist): New function.
2174 (bibtex-set-dialect): Use it. Either set global values of
2175 dialect-dependent variables or bind these variables buffer-locally
2176 (Bug#10254).
2177 (bibtex-mode): Call bibtex-set-dialect via
2178 hack-local-variables-hook.
eb864a71
LM
2179 (bibtex-dialect): Update docstring.
2180 Add safe-local-variable predicate.
ace88aa2
RW
2181 (bibtex-entry-alist, bibtex-field-alist): Initialize via
2182 bibtex-set-dialect.
2183 (bibtex-mode-map): Define menu for each dialect.
2184 (bibtex-entry): Fix docstring.
2185
93376c5b
CY
21862012-01-28 Chong Yidong <cyd@gnu.org>
2187
2188 * eshell/esh-arg.el (eshell-quote-argument): New function.
2189
2190 * eshell/esh-ext.el (eshell-invoke-batch-file):
2191 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
2192 first arg to eshell-parse-command (Bug#10523).
2193
4372494f
DA
21942012-01-28 Drew Adams <drew.adams@oracle.com>
2195
2196 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
2197 `default-directory' is non-nil.
2198
4d4ec1f8
EZ
21992012-01-28 Eli Zaretskii <eliz@gnu.org>
2200
2201 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
2202 line that displays system-configuration-options. (Bug#9924)
2203
7c188927
DA
22042012-01-28 Drew Adams <drew.adams@oracle.com>
2205
2206 * descr-text.el (describe-char): Show information about POS, in
2207 addition to information about the character at POS. Improve and
2208 update the doc string. Change "code point" to "code point in
2209 charset", to avoid confusion with the character's Unicode code
2210 point shown above that. (Bug#10129)
2211
e0da685a
EZ
22122012-01-28 Eli Zaretskii <eliz@gnu.org>
2213
2214 * descr-text.el (describe-char): Show the raw character, not only
2215 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
2216 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
2217 for the reasons.
2218
70550acf
PH
22192012-01-28 Phil Hagelberg <phil@hagelb.org>
2220
eb864a71
LM
2221 * emacs-lisp/package.el (package-install):
2222 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 2223
0ce8e868
CY
22242012-01-28 Chong Yidong <cyd@gnu.org>
2225
cb882333
JB
2226 * emacs-lisp/package.el (package-maybe-load-descriptor):
2227 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
2228 (package-maybe-load-descriptor): Use it.
2229 (package-download-transaction): Fully load required packages
2230 inside the loop, so that `require' calls work (Bug#10593).
2231 (package-install): No need to call package-initialize now.
2232
2e7f3bea
CY
22332012-01-28 Chong Yidong <cyd@gnu.org>
2234
6e9bad14
CY
2235 * simple.el (deactivate-mark): Doc fix (Bug#8614).
2236
f823b8ca
CY
2237 * tooltip.el (tooltip-mode): Doc fix.
2238 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
2239
2680c309
CY
2240 * frame.el (set-cursor-color): Doc fix (Bug#352).
2241
d7a9e63b
CY
2242 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
2243 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
2244
2e7f3bea
CY
2245 * cus-edit.el (custom-buffer-create-internal): Fix search button
2246 action (Bug#10542).
2ae01800 2247 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 2248
fc4f7a23
EW
22492012-01-27 Eduard Wiebe <usenet@pusto.de>
2250
2251 * dired.el (dired-mark-files-regexp):
2252 Include any subdirectory components. (Bug#10445)
2253
7dd37071
ML
22542012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
2255
2256 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
2257 Handle [host]:port syntax. (Bug#10533)
2258
a268160b
AH
22592012-01-27 Alex Harsanyi <harsanyi@mac.com>
2260
2261 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
2262
e43273ef
GM
22632012-01-26 Glenn Morris <rgm@gnu.org>
2264
2265 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
2266 * term.el (term-raw-escape-map): Use Control-X-prefix.
2267 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
2268
1edf595d
MR
22692012-01-25 Martin Rudalics <rudalics@gmx.at>
2270
2271 * window.el (window-state-get, window--state-get-1): Don't deal
2272 with fixed-sizeness of windows. Simplify code.
2273
fa8eafef
JC
22742012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
2275
6df6ae42
JB
2276 * window.el (window--state-get-1, window--state-put-2):
2277 Don't save and restore the mark.
fa8eafef 2278
0b21c100
CY
22792012-01-25 Chong Yidong <cyd@gnu.org>
2280
2281 * custom.el (custom-variable-p): Doc fix.
2282
5ae1a6c8
GM
22832012-01-25 Glenn Morris <rgm@gnu.org>
2284
40047858
GM
2285 * dired.el (dired-goto-file): Handle some of the more common
2286 characters that `ls -b' escapes. (Bug#10596)
2287
5ddce96c
GM
2288 * progmodes/compile.el (compilation-next-error-function):
2289 Respect compilation-first-column in the "*compilation*" buffer.
2290 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
2291
5ae1a6c8
GM
2292 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
2293
b559f1a9
GM
22942012-01-24 Glenn Morris <rgm@gnu.org>
2295
2296 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
2297
6725d21a
JD
22982012-01-24 Julien Danjou <julien@danjou.info>
2299
2300 * color.el (color-rgb-to-hsl): Fix value computing.
2301 (color-hue-to-rgb): New function.
2302 (color-hsl-to-rgb): New function.
2303 (color-clamp, color-saturate-hsl, color-saturate-name)
2304 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2305 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2306
70df4bbe
GM
23072012-01-24 Glenn Morris <rgm@gnu.org>
2308
2309 * vc/vc-rcs.el (vc-rcs-create-tag):
2310 * vc/vc-sccs.el (vc-sccs-create-tag):
2311 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
2312
802a2ae2
ML
23132012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
2314
2315 * eshell/esh-util.el (eshell-read-hosts-file):
2316 Skip comment lines. (Bug#10549)
2317
d7128bb1
ML
2318 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
2319
d1a5c3b4
JB
23202012-01-23 Juanma Barranquero <lekktu@gmail.com>
2321
2724d9c7
JB
2322 * subr.el (display-delayed-warnings): Doc fix.
2323 (collapse-delayed-warnings): New function to collapse identical
2324 adjacent warnings.
2325 (delayed-warnings-hook): Add it.
d1a5c3b4 2326
a5509865
MA
23272012-01-22 Michael Albinus <michael.albinus@gmx.de>
2328
2329 * net/tramp.el (tramp-action-login): Set connection property "login-as".
2330
2331 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
2332 properties, when "login-as" is set.
2333
2334 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
2335 (tramp-default-user-alist): Don't add "pscp".
2336 (tramp-do-copy-or-rename-file-out-of-band): Use connection
2337 property "login-as", if set. (Bug#10530)
2338
cc6d5805
MA
23392012-01-21 Michael Albinus <michael.albinus@gmx.de>
2340
2341 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
2342 "plink1" and "psftp". (Bug#10530)
2343
23442012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
2345
2346 * international/mule-cmds.el (prefer-coding-system): Show a
2347 warning message if the default value of file-name-coding-system
2348 was not changed.
2349
f0960428
JC
23502012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2351
cb882333
JB
2352 * windmove.el (windmove-reference-loc):
2353 Fix windmove-reference-loc miscalculation.
f0960428 2354
dd6f2a63
JB
23552012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2356
2357 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
2358 default unit.
2359
7b447e9b
GM
23602012-01-21 Glenn Morris <rgm@gnu.org>
2361
117a9ea1
GM
2362 * international/mule.el (auto-coding-alist): Add .tbz.
2363
7b447e9b
GM
2364 * files.el (local-enable-local-variables): Doc fix.
2365 (inhibit-local-variables-regexps): Rename from
2366 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
2367 Doc fix. Add some extensions from auto-coding-alist.
2368 (inhibit-local-variables-suffixes):
2369 Rename from inhibit-first-line-modes-suffixes. Doc fix.
2370 (inhibit-local-variables-p):
2371 New function, extracted from set-auto-mode-1.
2372 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
2373 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
2374 (hack-local-variables): Doc fix. Make the mode-only case
2375 respect enable-local-variables and friends.
2376 Respect inhibit-local-variables-regexps for file-locals, but
2377 not for directory-locals.
2378 (set-visited-file-name):
2379 Take account of inhibit-local-variables-regexps.
2380 Whether it applies may change as the file name is changed.
2381 * jka-cmpr-hook.el (jka-compr-install):
2382 * jka-compr.el (jka-compr-uninstall):
2383 Update for inhibit-first-line-modes-suffixes name change.
2384
dd6e3cdd
MR
23852012-01-20 Martin Rudalics <rudalics@gmx.at>
2386
2387 * help-macro.el (make-help-screen): Temporarily restore original
2388 binding for minor-mode-map-alist (Bug#10454).
2389
0d0deb38
JD
23902012-01-19 Julien Danjou <julien@danjou.info>
2391
2392 * color.el (color-name-to-rgb): Use the white color to find the max
2393 color component value and return correctly computed values.
2394 (color-name-to-rgb): Add missing float conversion for max value.
2395
34a02f46
MR
23962012-01-19 Martin Rudalics <rudalics@gmx.at>
2397
2398 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
2399 special state value for window-persistent-parameters.
2400 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
2401 (window--state-put-2): Reset all window parameters to nil before
2402 assigning values of persistent parameters.
2403
606c44c4
AM
24042012-01-18 Alan Mackenzie <acm@muc.de>
2405
2406 Eliminate sluggishness and hangs in fontification of "semicolon
2407 deserts".
2408
cb882333
JB
2409 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
2410 Change value 10000 -> 3000.
606c44c4
AM
2411 (c-state-safe-place): Reformulate so it doesn't stack up an
2412 infinite number of wrong entries in c-state-nonlit-pos-cache.
2413 (c-determine-limit-get-base, c-determine-limit): New functions to
2414 determine backward search limits disregarding literals.
2415 (c-find-decl-spots): Amend commenting.
2416 (c-cheap-inside-bracelist-p): New function which detects "={".
2417
2418 * progmodes/cc-fonts.el
2419 (c-make-font-lock-BO-decl-search-function): Give a limit to a
2420 backward search.
2421 (c-font-lock-declarations): Fix an occurrence of point being
2422 undefined. Check additionally for point being in a bracelist or
2423 near a macro invocation without a semicolon so as to avoid a
2424 fruitless time consuming search for a declarator. Give a more
2425 precise search limit for declarators using the new
2426 c-determine-limit.
2427
f3860cea
GM
24282012-01-18 Glenn Morris <rgm@gnu.org>
2429
2430 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
2431 (set-auto-mode): Doc fixes.
2432
1db03b16
GM
24332012-01-17 Glenn Morris <rgm@gnu.org>
2434
0e6038be
GM
2435 * isearch.el (search-nonincremental-instead): Fix doc typo.
2436
1db03b16
GM
2437 * dired.el (dired-insert-directory): Handle newlines in directory name.
2438 (dired-build-subdir-alist): Unescape newlines in directory name.
2439
4cb0aa75
MA
24402012-01-17 Michael Albinus <michael.albinus@gmx.de>
2441
2442 * net/tramp.el (tramp-local-end-of-line): New defcustom.
2443 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
2444 (tramp-action-terminal): Use it. (Bug#10530)
2445
1d00653d
SM
24462012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2447
2448 * minibuffer.el (completion--replace): Strip properties (bug#10062).
2449
6a6ee00d
MR
24502012-01-16 Martin Rudalics <rudalics@gmx.at>
2451
2452 * window.el (window-state-ignored-parameters): Remove variable.
2453 (window--state-get-1): Rename argument MARKERS to IGNORE.
2454 Handle persistent window parameters. Make copy of clone-of
2455 parameter only if requested. (Bug#10348)
2456 (window--state-put-2): Install a window parameter only if it has
2457 a non-nil value or an existing parameter shall be overwritten.
2458
97912def
MA
24592012-01-15 Michael Albinus <michael.albinus@gmx.de>
2460
2461 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
2462
688070a5
EZ
24632012-01-14 Eli Zaretskii <eliz@gnu.org>
2464
2465 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
2466 don't pass the (nil) value of `upnode' to string-match.
2467
301afadc
CY
24682012-01-14 Chong Yidong <cyd@gnu.org>
2469
2470 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 2471 Fix values recognized by the cursorBlink resource.
301afadc 2472
9e5788aa
PE
24732012-01-14 Paul Eggert <eggert@cs.ucla.edu>
2474
2475 * epg.el (epg--make-temp-file): Avoid permission race condition
2476 when running on old Emacs versions (bug#10403).
2477
3cdb7f5a
GM
24782012-01-14 Glenn Morris <rgm@gnu.org>
2479
2480 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
2481
8c82b1b4
AM
24822012-01-13 Alan Mackenzie <acm@muc.de>
2483
2484 Fix filling for when filladapt mode is enabled.
2485
2486 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
2487 c-mask-paragraph, pass in `fill-paragraph' rather than
2488 `fill-region-as-paragraph'. (This is a reversion of a previous
2489 change.)
eb864a71
LM
2490 * progmodes/cc-mode.el (c-basic-common-init):
2491 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 2492
e517eda4
GM
24932012-01-13 Glenn Morris <rgm@gnu.org>
2494
1498536e
GM
2495 * dired.el (dired-switches-escape-p): New function.
2496 (dired-insert-directory): Use dired-switches-escape-p.
2497 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
2498
e517eda4
GM
2499 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
2500
328f984d
GM
25012012-01-12 Glenn Morris <rgm@gnu.org>
2502
2503 * mail/sendmail.el (mail-mode): Update paragraph-separate for
2504 changes in adaptive-fill-regexp. (Bug#10276)
2505
2cc769a8
AM
25062012-01-11 Alan Mackenzie <acm@muc.de>
2507
2508 Fix Emacs bug #10463 - put `widen's around the critical spots.
2509
1d00653d 2510 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
2511 widen around each invocation of c-state-pp-to-literal. Remove an
2512 unused let variable.
2513
e52c37fa
GM
25142012-01-11 Glenn Morris <rgm@gnu.org>
2515
2516 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 2517 Doc fix.
e52c37fa 2518
96f8741e
CY
25192012-01-10 Chong Yidong <cyd@gnu.org>
2520
1d00653d
SM
2521 * net/network-stream.el (network-stream-open-starttls):
2522 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
2523 response to the capability command.
2524
b09a806e
GM
25252012-01-10 Glenn Morris <rgm@gnu.org>
2526
2527 * mail/unrmail.el (unrmail): Tweak previous change.
2528
7655cb66
CY
25292012-01-09 Chong Yidong <cyd@gnu.org>
2530
2531 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
2532
9d5a8f0b
AM
25332012-01-08 Alan Mackenzie <acm@muc.de>
2534
2535 Optimise font locking in long enum definitions.
2536
2537 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
2538 arm to a cond form to handle enums.
2539 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
2540 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
2541
9a0115ab 25422012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
2543
2544 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 2545 (Bug#10401)
6bb72cbd 2546
f186bb95
LMI
25472012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2548
29232a68
LMI
2549 * faces.el (set-face-attribute): Clarify the meaning of the nil
2550 frame (bug#10294).
2551
4e5d086d
LMI
2552 * subr.el (with-selected-frame): Mention that the selected frame
2553 is restored (bug#9980).
2554
8e66aebe
LMI
2555 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
2556 (bug#9759).
2557
cd394be1 2558 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
2559 (password-read): Don't autoload unused function.
2560
adf4e762
JB
25612012-01-07 Juanma Barranquero <lekktu@gmail.com>
2562
2563 * progmodes/which-func.el (which-func-mode): Turn into a
2564 non-interactive function and mark as obsolete (bug#10428).
2565
89bd9ccd
CY
25662012-01-06 Chong Yidong <cyd@gnu.org>
2567
2568 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
2569 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
2570 functions, along with 1 and -1.
2571
4afee9d5
EZ
25722012-01-06 Eli Zaretskii <eliz@gnu.org>
2573
2574 * time.el (display-time-load-average)
2575 (display-time-default-load-average): Doc fixes. See the thread
2576 starting at
2577 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
2578 for the details.
2579
536aea70
GM
25802012-01-06 Glenn Morris <rgm@gnu.org>
2581
665ae865
GM
2582 * mail/unrmail.el (unrmail): Give an explicit error if the input file
2583 has no messages. (Bug#10377)
2584
c869783d
GM
2585 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
2586 than Info-edit. (Bug#10385)
2587
2bb4227e
GM
2588 * time.el (display-time-load-average, display-time-next-load-average):
2589 Doc fixes.
2590
7d5944b9
GM
2591 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
2592 local setting of buffer-read-only to the input buffer. (Bug#10419)
2593
536aea70
GM
2594 * calendar/calendar.el (calendar-mode):
2595 Locally set scroll-margin to 0. (Bug#10379)
2596
7dccca16
UM
25972012-01-06 Ulrich Mueller <ulm@gentoo.org>
2598
2599 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
2600
afbb7930
GM
26012012-01-05 Glenn Morris <rgm@gnu.org>
2602
2603 * eshell/em-unix.el (diff-no-select): Autoload it.
2604 (eshell/diff): Use diff-no-select. (Bug#10420)
2605
04482335
CY
26062012-01-05 Chong Yidong <cyd@gnu.org>
2607
7baca3bc
CY
2608 * shell.el (shell-dynamic-complete-functions): Revert last change.
2609 (shell-command-completion-function): New function.
2610 (shell-completion-vars): Use it to implement
2611 shell-completion-execonly (Bug#10417).
2612
04482335
CY
2613 * custom.el (enable-theme): Don't set custom-safe-themes.
2614
1d00653d
SM
2615 * cus-theme.el (custom-theme-merge-theme):
2616 Ignore custom-enabled-themes and custom-safe-themes.
04482335 2617
bb5aa5d6
MM
26182012-01-05 Michael R. Mauger <mmaug@yahoo.com>
2619
2620 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
2621 first prompt in `sql-interacive-mode'.
2622 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 2623 keywords.
6df6ae42 2624 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
2625 (sql-product-interactive): Bug fix: Set `sql-buffer' in
2626 context of original buffer. Invoke `sql-login-hook'.
2627
a7183d7c
EZ
26282012-01-04 Eli Zaretskii <eliz@gnu.org>
2629
2630 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
2631 letters in cite-prefix.
2632
a1eacd1e
LMI
26332012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2634
2635 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
2636
787cdb34
CY
26372012-01-03 Chong Yidong <cyd@gnu.org>
2638
1d00653d
SM
2639 * shell.el (shell-dynamic-complete-functions):
2640 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
2641 comint-filename-completion first (Bug#10417).
2642
30710442
RS
26432012-01-02 Richard Stallman <rms@gnu.org>
2644
2645 * battery.el (battery-status-function):
2646 Detect when to use battery-yeeloong-sysfs.
2647 (battery-echo-area-format): Add string for Yeeloong.
2648 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
2649 (battery-yeeloong-sysfs): New function.
2650
f75bfc33
CY
26512012-01-02 Chong Yidong <cyd@gnu.org>
2652
2653 * dirtrack.el (dirtrack-list): Eliminate unused third element.
2654 (dirtrack): Merge code for handling relative filenames in prompt
2655 from shell-dir-cookie-watcher.
2656 (dirtrack-debug-message): New arg to avoid excess format calls.
2657
2658 * shell.el (shell-dir-cookie-re): Variable deleted.
2659 (shell-dir-cookie-watcher): Function deleted.
2660 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
2661 with dirtrack-mode.
2662
651e947e
EZ
26632012-01-01 Eli Zaretskii <eliz@gnu.org>
2664
1d00653d
SM
2665 * term/w32-win.el (dynamic-library-alist) <gnutls>:
2666 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
2667 libgnutls-26.dll.
2668
94d4c7dc
AS
26692011-12-31 Andreas Schwab <schwab@linux-m68k.org>
2670
2671 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
2672
8d43f3cd
EZ
26732011-12-31 Eli Zaretskii <eliz@gnu.org>
2674
2675 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
2676 headers of non-MIME messages, when rmail-enable-mime is non-nil.
2677
98c8795a
MA
26782011-12-29 Michael Albinus <michael.albinus@gmx.de>
2679
2680 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
2681 also for alternative shells.
2682 (tramp-open-connection-setup-interactive-shell): Check, whether
2683 the shell is a busybox.
2684 (tramp-send-command): Don't suppress multiple prompts for
2685 busyboxes, it hurts.
2686
51281b32
CY
26872011-12-28 Chong Yidong <cyd@gnu.org>
2688
2689 * progmodes/gdb-mi.el (gdb-get-source-file-list)
2690 (gdb-get-source-file): Move mode line update to
2691 gdb-get-source-file (Bug#10087).
2692
2170cb53
CY
26932011-12-25 Chong Yidong <cyd@gnu.org>
2694
2695 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
2696 gud-gdb-marker-filter without taking it as an argument.
2697 (gud-gdb-run-command-fetch-lines): Caller changed.
2698 (gud-gdb-completion-function): New variable.
2699 (gud-gdb-completion-at-point): Use it.
2700 (gud-gdb-completions-1): Split from gud-gdb-completions.
2701
2702 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
2703 function as separate arguments.
2704 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
2705 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
2706 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
2707 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
2708 (gdb-stopped, def-gdb-auto-update-trigger)
2709 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
2710 (gdb-get-changed-registers, gdb-get-main-selected-frame):
2711 Callers changed.
2170cb53
CY
2712 (gud-gdbmi-completions): New function.
2713 (gdb): Use it for generating the completion table.
2714
be8b11bb
AM
27152011-12-24 Alan Mackenzie <acm@muc.de>
2716
2717 Introduce a mechanism to widen the region used in context font
1d00653d 2718 locking. Use this to protect declarations from losing their contexts.
be8b11bb 2719
1d00653d
SM
2720 * progmodes/cc-langs.el (c-before-font-lock-functions):
2721 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 2722 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
2723 functions to be run just before context (etc.) font locking.
2724
2725 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 2726 New, functionality extracted from
be8b11bb 2727 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 2728 (c-in-after-change-fontification): New variable.
be8b11bb
AM
2729 (c-after-change): Set c-in-after-change-fontification.
2730 (c-set-fl-decl-start): Rejig its interface, so it can be called
2731 from both after-change and context fontifying.
b81d40f0
JB
2732 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
2733 New functions.
2734 (c-standard-font-lock-fontify-region-function): New variable.
2735 (c-font-lock-fontify-region): New function.
be8b11bb 2736
341cf6ac
JL
27372011-12-24 Juri Linkov <juri@jurta.org>
2738
2739 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
2740 (Bug#10348)
2741
bffcee0a
MA
27422011-12-23 Michael Albinus <michael.albinus@gmx.de>
2743
2744 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
2745 existence of source file. (Bug#10325)
2746
cb5e207c
AM
27472011-12-23 Alan Mackenzie <acm@muc.de>
2748
2749 Fix unstable fontification inside templates.
2750
b81d40f0
JB
2751 * progmodes/cc-langs.el (c-before-font-lock-functions):
2752 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
2753 additionally has c-set-fl-decl-start. The other languages (apart
2754 from AWK) have that as a single entry.
2755
b81d40f0
JB
2756 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2757 The functionality for "local" declarations has been extracted to
cb5e207c
AM
2758 c-set-fl-decl-start.
2759
b81d40f0
JB
2760 * progmodes/cc-mode.el (c-common-init, c-after-change):
2761 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
2762 (c-set-fl-decl-start): New function, extracted from
2763 c-font-lock-enclosing-decls and enhanced.
2764
60ff536c
JB
27652011-12-23 Juanma Barranquero <lekktu@gmail.com>
2766
2767 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
2768
1c4757d6
JL
27692011-12-22 Juri Linkov <juri@jurta.org>
2770
2771 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
2772
d031f2c7
CY
27732011-12-22 Chong Yidong <cyd@gnu.org>
2774
2775 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
2776
bace743a
DA
27772011-12-21 Drew Adams <drew.adams@oracle.com>
2778
2779 * files.el (file-remote-p): Fix docstring. (Bug#10319)
2780
728a1f2b
JC
27812011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2782
2783 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
2784
0d373f73
TZ
27852011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
2786
fec0aaa4
TZ
2787 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
2788 highlighting and support. Fix up comments for capitalization.
2789 (cfengine-mode-debug): New var.
2790 (cfengine3-mode): Change the modeline indicator to "CFE3".
2791 (cfengine3-font-lock-keywords): Improve defun highlighting.
2792 (cfengine2-actions): Rename from `cfengine-actions'.
2793 (cfengine2-font-lock-keywords): Rename from
2794 `cfengine-font-lock-keywords'.
2795 (cfengine2-imenu-expression): Rename from
2796 `cfengine-imenu-expression'.
2797 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2798 (cfengine2-beginning-of-defun): Rename from
2799 `cfengine-beginning-of-defun'.
2800 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2801 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2802 (cfengine2-mode): Rename from `cfengine-mode'. Change the
2803 modeline indicator to "CFE2".
2804 (cfengine-mode): Defalias to `cfengine-auto-mode'.
2805 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 2806
bc86f573
CY
28072011-12-21 Chong Yidong <cyd@gnu.org>
2808
2809 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
2810 filename argument.
2811
d45ba96b
MR
28122011-12-20 Martin Rudalics <rudalics@gmx.at>
2813
2814 * window.el (window-normalize-buffer-to-display): Remove.
2815 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
2816
a6198c90
CY
28172011-12-19 Chong Yidong <cyd@gnu.org>
2818
2819 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
2820 Don't signal an error in a predicate function; return non-nil.
2821 (vc-dir-mark-file): Move the error here.
2822 (vc-dir-mark-unmark): If acting on the region, keep going if one
2823 of the entries cannot be marked/unmarked.
2824 (vc-dir-mark-all-files): If current entry is a directory, mark
2825 only child files, as documented.
2826
34c5fb55
VB
28272011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
2828
2829 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2830 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2831 addition.
2832
c803b2b7
JD
28332011-12-18 Jan Djärv <jan.h.d@swipnet.se>
2834
2835 * term/ns-win.el (ns-get-selection-internal)
2836 (ns-store-selection-internal): Declare.
1154d12e
JB
2837 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2838 Declare as obsolete.
2839 (ns-get-pasteboard, ns-paste-secondary):
2840 Use ns-get-selection-internal.
2841 (ns-set-pasteboard, ns-copy-including-secondary):
2842 Use ns-store-selection-internal.
c803b2b7 2843
9cff91f8 28442011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
2845
2846 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 2847 (vc-deduce-fileset): Doc fix.
99a289d9 2848
f16c898a
AS
28492011-12-16 Andreas Schwab <schwab@linux-m68k.org>
2850
2851 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2852
763237c4
SS
28532011-12-13 Sam Steingold <sds@gnu.org>
2854
2855 * man.el (Man-getpage-in-background): When running under a
2856 window-system, ignore $MANWIDTH and $COLUMNS.
2857
5fc1c122
KH
28582011-12-15 Kenichi Handa <handa@m17n.org>
2859
2860 * language/ethio-util.el: Change coding tag to utf-8-emacs.
2861 (setup-ethiopic-environment-internal): Comment out key-binding for
2862 ethio-toggle-punctuation.
2863
13d49cbb
AM
28642011-12-13 Alan Mackenzie <acm@muc.de>
2865
898169a2
AM
2866 Add the switch statement to AWK Mode.
2867
7a71b18d 2868 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
2869 "default" to the keywords regexp.
2870
7a71b18d 2871 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 2872 expression as the rest.
1d00653d
SM
2873 (c-nonlabel-token-key): Allow string literals for AWK.
2874 Refactor for the other modes.
898169a2 2875
13d49cbb 2876 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 2877 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
2878 routines. Limit backward searching in c-font-lock-enclosing.decl.
2879
2880 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2881 pp-state and literal type in addition to the limits.
1d00653d 2882 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 2883 (c-state-literal-at): Use the above new defun.
1d00653d
SM
2884 (c-slow-in-literal, c-fast-in-literal): Remove.
2885 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
2886
2887 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2888 being in a literal. Add a limit for backward searching.
2889
2890 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2891 c-slow-in-literal.
2892
15e0efc7
SM
28932011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2894
2895 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2896
454592a6
MR
28972011-12-13 Martin Rudalics <rudalics@gmx.at>
2898
2899 * window.el (delete-other-windows): Use correct frame in call to
2900 window-with-parameter.
2901
87393f26
DP
29022011-12-12 Daniel Pfeiffer <occitan@t-online.de>
2903
2904 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2905 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2906 (makefile-gmake-statements, makefile-makepp-statements):
2907 Use it and add new makepp keywords.
2908 (makefile-makepp-font-lock-keywords): Add new patterns.
2909 (makefile-match-function-end): Match new [...] and [[...]].
2910
11636b22
JB
29112011-12-11 Juanma Barranquero <lekktu@gmail.com>
2912
2913 * ses.el (ses-call-printer-return, ses-cell-property-get)
2914 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2915 (ses-create-cell-variable, ses-reset-header-string)
2916 (ses-cell-set-formula, ses-repair-cell-reference-all)
2917 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2918 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2919 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2920 (ses-aset-with-undo, ses-load, ses-truncate-cell)
2921 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2922 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2923 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2924 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2925 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2926 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2927 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2928 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2929
cf018193
VB
29302011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
2931
2932 * ses.el: The overall change is to add cell renaming, that is
2933 setting fancy names for cell symbols other than name matching
2934 "\\`[A-Z]+[0-9]+\\'" regexp .
2935 (ses-create-cell-variable): New defun.
2936 (ses-relocate-formula): Relocate formulas only for cells the
2937 symbols of which are not renamed, i.e. symbols whose names do not
2938 match regexp "\\`[A-Z]+[0-9]+\\'".
2939 (ses-relocate-all): Relocate values only for cells the symbols of
2940 which are not renamed.
2941 (ses-load): Create cells variables as the (ses-cell ...) are read,
2942 in order to check row col consistency with cell symbol name only
2943 for cells that are not renamed.
2944 (ses-replace-name-in-formula): New defun.
2945 (ses-rename-cell): New defun.
2946
ee957461
CY
29472011-12-11 Chong Yidong <cyd@gnu.org>
2948
2949 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2950 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2951
9a9e9ef0
MR
29522011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
2953
2954 * window.el (other-window): Fix docstring.
2955
92a8eba5
EZ
29562011-12-10 Eli Zaretskii <eliz@gnu.org>
2957
2958 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
2959 `from' or `to' address before taking its substring.
2960 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
2961 encoded name is chopped in the middle of the encoded string, and
2962 thus displayed encoded.
2963
e152e577
JB
29642011-12-10 Juanma Barranquero <lekktu@gmail.com>
2965
2966 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2967
e5d84bfe
EZ
29682011-12-10 Eli Zaretskii <eliz@gnu.org>
2969
2970 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
2971 to use texinfo-update-node and commands that call it if the
2972 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 2973 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
2974 (texinfo-all-menus-update, texinfo-master-menu)
2975 (texinfo-update-node, texinfo-every-node-update)
2976 (texinfo-multiple-files-update): Doc fix. Warn against updating
2977 all the @node lines.
2978 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
2979 argument is numeric. Explain better in the doc string what the
2980 function really does.
2981 (texinfo-insert-master-menu-list): Improve the error message
2982 displayed if there's no menu in the Top node.
2983 (Bug#2975) See also this thread:
e5d84bfe
EZ
2984 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2985
1d84e9bb
MG
29862011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
2987
2988 * speedbar.el (speedbar-supported-extension-expressions):
2989 Add .adb and .ads, commonly used for Ada source code (bug#10256).
2990
382c953b
JB
29912011-12-09 Juanma Barranquero <lekktu@gmail.com>
2992
2993 * printing.el (pr-mode-alist):
2994 * simple.el (filter-buffer-substring-functions)
2995 (completion-list-insert-choice-function):
2996 * window.el (window-with-parameter, window-atom-root)
2997 (window-sides-slots, window-size-fixed, window-min-delta)
2998 (window-max-delta, window--resize-mini-window)
2999 (window--resize-child-windows-normal, window-tree)
3000 (delete-other-windows, quit-window, split-window)
3001 (display-buffer-record-window, special-display-buffer-names)
3002 (special-display-regexps, special-display-popup-frame)
3003 (same-window-p, split-window-sensibly)
3004 (display-buffer-overriding-action, display-buffer-alist)
3005 (display-buffer-base-action, display-buffer, switch-to-buffer)
3006 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
3007 (fit-window-to-buffer, recenter-positions)
3008 (mouse-autoselect-window-state, mouse-autoselect-window-select):
3009 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
3010 and remove unneeded backslashes in docstrings.
3011
39c9faef
SM
30122011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3013
98449af8
SM
3014 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
3015
39c9faef
SM
3016 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
3017 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
3018 end in ".mk".
3019 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
3020 when reading the makefile (bug#10116).
3021
86ed9fdc
SM
30222011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3023
3024 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
3025 (bug#10116).
3026
5580f89d
GM
30272011-12-06 Glenn Morris <rgm@gnu.org>
3028
3029 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
3030
28d3917c
CY
30312011-12-06 Chong Yidong <cyd@gnu.org>
3032
3033 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
3034
a98edce9
JB
30352011-12-06 Juanma Barranquero <lekktu@gmail.com>
3036
3037 * textmodes/table.el (table-shorten-cell): Fix typo.
3038
e65adfac
CG
30392011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
3040
3041 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
3042
71cc0b74
EZ
30432011-12-05 Eli Zaretskii <eliz@gnu.org>
3044
3045 * descr-text.el (describe-char): Fix display of strong
3046 right-to-left characters and directional embeddings and overrides.
3047
3048 * simple.el (what-cursor-position): Fix display of codepoints of
3049 strong right-to-left characters.
3050
315bc30d
CY
30512011-12-05 Chong Yidong <cyd@gnu.org>
3052
3053 * faces.el (read-color): Doc fix.
3054
58a70b94
GM
30552011-12-05 Glenn Morris <rgm@gnu.org>
3056
3057 * align.el (align--set-marker): Add doc-string.
3058 Don't try to move something that is not a marker. (Bug#10216)
3059
5158face
GM
30602011-12-04 Glenn Morris <rgm@gnu.org>
3061
3062 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
3063 overly zealous deletion of trailing whitespace.
3064
520fca41
JB
30652011-12-04 Juanma Barranquero <lekktu@gmail.com>
3066
3067 * server.el (server-delete-client): On Windows, do not try to delete
3068 the only terminal.
3069 (server-process-filter): On Windows, treat requests for a tty frame as
3070 if they were for a GUI frame if the running server is in GUI mode.
3071
5e605a2e
GM
30722011-12-03 Glenn Morris <rgm@gnu.org>
3073
3074 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
3075
5c3fe83f
SM
30762011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3077
6f5e57e7
SM
3078 * electric.el: Streamline electric-indent's hook.
3079 (electric-indent-chars): Revert to simple list.
3080 (electric-indent-functions): New var.
3081 (electric-indent-post-self-insert-function): Use it.
3082
5c3fe83f
SM
3083 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
3084 there's no inferior buffer (bug#10196).
3085 (prolog-consult-compile): Don't use toggle-read-only.
3086
6bdac736
MA
30872011-12-02 Michael Albinus <michael.albinus@gmx.de>
3088
3089 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
3090 interrupt. (Bug#10187)
3091
6131ba7f
SM
30922011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3093
99c79fee
SM
3094 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
3095 (bug#9160).
3096
6131ba7f
SM
3097 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
3098 (bug#10191).
3099
cb0a02ea
JL
31002011-12-02 Juri Linkov <juri@jurta.org>
3101
3102 * info.el (Info-search): Display "end of manual" when Isearch
3103 reaches the end of single-file Info manual. (Bug#9918)
3104
66e0570c
EZ
31052011-12-02 Eli Zaretskii <eliz@gnu.org>
3106
3107 * isearch.el (isearch-message-prefix): Run the input method part
3108 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
3109
02b16839
JL
31102011-12-02 Juri Linkov <juri@jurta.org>
3111
3112 * isearch.el (isearch-occur): Use `word-search-regexp' for
3113 `isearch-word'.
3114 (isearch-search-and-update): Add condition for `isearch-word' and
3115 call `word-search-regexp'. (Bug#10145)
3116
0b950688
GM
31172011-12-01 Glenn Morris <rgm@gnu.org>
3118
3119 * eshell/em-hist.el (eshell-hist-initialize):
3120 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 3121 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 3122
9505c3c7
SM
31232011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3124
3125 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
3126
1bbe96b2 31272011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 3128
a1beca85
SM
3129 * progmodes/verilog-mode.el (verilog-pretty-expr):
3130 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
3131 verilog, such as += *= and the like.
3132 (verilog-assignment-operator-re): Regular expression to find the
3133 assigment operator in a verilog assignment.
3134 (verilog-assignment-operation-re): Regular expression to find an
3135 assignment statement for pretty-expr.
3136 (verilog-in-attribute-p): Query returns true if point is in an
3137 attribute context; used to skip these for expression line up from
3138 pretty-expr.
3139 (verilog-in-parameter-p): Query returns true if point is in an
3140 parameter definition context; used to skip these for expression
3141 line up from pretty-expr.
3142 (verilog-in-parenthesis-p): Query returns true if point is in a
3143 parenthetical expression, specifically ( ) but not [ ] or { };
3144 used by pretty-expr.
3145 (verilog-just-one-space): If there is no space, don't add one.
3146 (verilog-get-lineup-indent-2): Specifically skip just attribute
3147 contexts for expression lineup, rather than skipping all
3148 parenthetical expressions.
3149 (verilog-calculate-indent): Fix comment, and fix indent.
3150 (verilog-do-indent): Indent declarations in lists (suggested by
3151 Joachim Lechner).
3152 (verilog-mode-abbrev-table): Populate abbrev mode with the various
3153 skeleton items.
3154 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
3155 by Alain Mellan).
3156
1bbe96b2 31572011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
3158
3159 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
3160 parameters with embedded comments. Reported by Ray Stevens.
3161 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
3162 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
3163 Reported by Tim Holt.
3164 (verilog-auto): Fix AUTOing a upper module then AUTOing module
3165 instantiated by upper module causing wrong expansion until AUTOed a
3166 second time. Reported by K C Buckenmaier.
3167 (verilog-diff-auto): Fix showing .* as a difference when
3168 `verilog-auto-star-save' off. Reported by Dan Dever.
3169 (verilog-auto-reset, verilog-read-always-signals)
3170 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
3171 temporary signals in reset list if
3172 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
3173 style to each signal's assignment type, bug381.
3174 Reported by Thomas Esposito.
6288f0ca
WS
3175 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
3176 (verilog-uvm-statement-re): Support UVM indentation and
3177 highlighting, with old OVM keywords only.
a1beca85 3178 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
3179 Support AUTOTIEOFF creating non-wire data types.
3180 Suggested by Jonathan Greenlaw.
6288f0ca
WS
3181 (verilog-auto-insert-lisp, verilog-delete-to-paren)
3182 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
3183 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
3184 (verilog-read-sub-decls, verilog-read-sub-decls-line):
3185 Fix mismatching parenthesis inside commented out code when deleting
382c953b 3186 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
3187 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
3188 non-numeric vector width. Reported by Alex Reed.
3189 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 3190 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
3191 (verilog-auto-delete-trailing-whitespace):
3192 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
3193 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
3194 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
3195 Fix verilog-scan-cache corruption when running user AUTO expansion
3196 hooks that call indentation routines.
3197 (verilog-simplify-range-expression): Fix typo ignoring lower case
3198 identifiers.
3199 (verilog-delete-auto): Fix delete-autos to also remove user created
3200 automatics, as long as they start with AUTO.
3201 (verilog-batch-diff-auto, verilog-diff-auto)
3202 (verilog-diff-function): Add `verilog-diff-auto' and bind to
3203 "C-c?" to report differences in AUTO expansion, ignoring spaces.
3204 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
3205 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
3206 (verilog-re-search-forward-quick, verilog-syntax-ppss):
3207 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
3208 is disabled and its cache will get corrupt, causing AUTOS not to
3209 expand. Instead use only -quick functions.
3210 (verilog-scan-region): Fix scanning over escaped quotes.
3211 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
3212 (verilog-re-search-backward-quick)
3213 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
3214 related functions now ignore strings, to fix misparsing of strings
3215 with magic comments embedded in them.
a1beca85
SM
3216 (verilog-read-auto-template):
3217 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
3218 Reported by Brad Dobbie.
3219 (verilog-read-auto-template):
3220 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 3221 Reported by Brad Dobbie.
6288f0ca
WS
3222 (verilog-auto-inst, verilog-auto-inst-param)
3223 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
3224 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
3225 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
3226 debugging templates without merge conflicts, bug357.
3227 Reported by Brad Dobbie.
3228 (verilog-read-auto-template):
3229 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
3230 Reported by Brad Dobbie.
3231 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
3232 abbrevs so user won't be asked to save.
3233 (verilog-read-auto-lisp-present): Fix to start at beginning of
3234 buffer in case called outside of verilog-auto.
3235 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
3236 to "X-2". Reported by Matthew Myers.
3237 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
3238 all inputs from module templates. Reported by Leith Johnson.
3239 (verilog-module-inside-filename-p): Fix locating programs as with
3240 modules.
3241 (verilog-auto-inst-port): Fix vl-width expressions when using
3242 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
3243 (verilog-decls-get-regs, verilog-decls-get-signals,
3244 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
3245 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
3246 verilog-read-decls): Combine reg and wire structures into one var
3247 structure to represent SystemVerilog concepts.
3248 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
3249 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
3250 (verilog-auto-wire-type, verilog-insert-definition):
3251 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
3252 SystemVerilog "logic" keyword instead of "wire"/"reg".
3253 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
3254 to declares outputs that also have assignments (presumably in an
a1beca85
SM
3255 ifdef or generate if so there's not a driver conflict).
3256 Reported by Matthew Myers.
3257 (verilog-auto-declare-nettype, verilog-insert-definition):
3258 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
3259 `default_nettype none. Reported by Julian Gorfajn.
3260 (verilog-read-always-signals-recurse, verilog-read-decls)
3261 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
3262 malformed end statement, bug325. Reported by Joshua Wise and
3263 Andrew Drake.
3264 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
3265 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
3266 when expanding .* in interfaces, bug320.
3267 Reported by Pierre-David Pfister.
6288f0ca 3268 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
3269 name and open parenthesis, bug317.
3270 Reported by Pierre-David Pfister.
6288f0ca
WS
3271 (verilog-simplify-range-expression): Fix simplification of
3272 multiplications inside AUTOWIRE connections, bug303.
3273 (verilog-auto-inst-port): Support parameter expansion in
3274 multidimensional arrays.
3275 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
3276 after "assert property". Reported by Julian Gorfajn.
3277 (verilog-simplify-range-expression): Fix "couldn't merge" errors
3278 with multiplication, bug303.
3279 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
3280 Reported by Jan Frode Lonnum.
3281
1bbe96b2
GM
32822011-11-30 Juanma Barranquero <lekktu@gmail.com>
3283
3284 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
3285 (hfy-shell-file-name, hfy-shell):
3286 * international/fontset.el (x-decompose-font-name): Fix typos.
3287
32882011-11-29 Ken Brown <kbrown@cornell.edu>
3289
3290 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
3291 (gdb-version): Remove defvar.
3292 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
3293 (gdb-gud-context-command, gdb-non-stop-handler)
3294 (gdb-current-context-command, gdb-stopped): Use it.
3295 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
3296 (gdb-non-stop-handler): Don't enable pretty-printing here.
3297 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
3298 non-stop mode. Use the following.
3299 (gdb-check-target-async): New defun.
3300 (gud-watch, gdb-stopped): Fix whitespace.
3301 (gdb-get-source-file): Don't try to display the source file if
3302 `gdb-main-file' is nil.
3303
33042011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3305
3306 * align.el: Try to generate fewer markers (bug#10047).
3307 (align--set-marker): New macro.
3308 (align-region): Use it.
3309
c935221f
SM
33102011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
3313
e70b5064
CY
33142011-11-29 Chong Yidong <cyd@gnu.org>
3315
3316 * indent.el (indent-for-tab-command, indent-according-to-mode):
3317 Doc fix.
3318 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
3319
f3af92b7
MA
33202011-11-29 Michael Albinus <michael.albinus@gmx.de>
3321
3322 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
3323 aware of remote file names. (Bug#10124)
3324
ed472be9
CY
33252011-11-29 Chong Yidong <cyd@gnu.org>
3326
3327 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
3328
24510c22
SM
33292011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3330
3331 * files.el (find-file): Don't use force-same-window (bug#10144).
3332 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
3333 use pop-to-buffer if the selected window can't be used.
3334 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
3335
c60c3703
EZ
33362011-11-28 Eli Zaretskii <eliz@gnu.org>
3337
3338 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
3339 special-mode-map.
3340
e95def75
CY
33412011-11-28 Chong Yidong <cyd@gnu.org>
3342
3343 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
3344
c3f1c606
NR
33452011-11-27 Nick Roberts <nickrob@snap.net.nz>
3346
3347 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
3348 gdb-get-source-file-list on gdb-create-source-file-list.
3349
00db469c
EZ
33502011-11-26 Eli Zaretskii <eliz@gnu.org>
3351
3352 * whitespace.el (whitespace-newline): Use a different foreground
3353 color for 16-color light-background displays.
3354
4ad3bc2a
CY
33552011-11-24 Chong Yidong <cyd@gnu.org>
3356
3357 * window.el (display-buffer--special-action): Doc fix.
3358
e9fce1ac
JB
33592011-11-25 Juanma Barranquero <lekktu@gmail.com>
3360
3361 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
3362 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
3363 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
3364 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
3365 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
3366 (avl-tree-stack-first):
3367 * emacs-lisp/cconv.el (cconv--analyse-use):
3368 * net/gnutls.el (gnutls-negotiate): Fix typos.
3369
cb825e5d
GM
33702011-11-24 Glenn Morris <rgm@gnu.org>
3371
3adbe224
GM
3372 * lpr.el (lpr-windows-system, lpr-lp-system):
3373 * mail/binhex.el (binhex-begin-line):
3374 * progmodes/grep.el (grep-history, grep-find-history):
3375 * textmodes/flyspell.el:
3376 * vc/pcvs-defs.el (cvs-global-menu):
3377 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
3378 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
3379 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
3380
321decc8
GM
3381 * net/tls.el: Fix case of "GnuTLS".
3382
420b63ad
GM
3383 * paths.el (rmail-file-name): Format doc-string for make-docfile.
3384
cb825e5d
GM
3385 * version.el (emacs-build-system): Give it a doc-string.
3386
a0649f08
JL
33872011-11-24 Juri Linkov <juri@jurta.org>
3388
3389 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
3390
c0bc0fd4
GM
33912011-11-24 Glenn Morris <rgm@gnu.org>
3392
3393 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
3394 if called on a non-mime message just toggle the headers. (Bug#8006)
3395
20db1522
JB
33962011-11-24 Juanma Barranquero <lekktu@gmail.com>
3397
3398 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
3399 (allout-lead-with-comment-string, allout-structure-deleted-hook)
3400 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
3401 (allout-rebullet-heading, allout-open-sibtopic)
3402 (allout-toggle-current-subtree-encryption)
3403 (allout-toggle-subtree-encryption, allout-encrypt-string)
3404 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
3405 (allout-distinctive-bullets-string, allout-auto-activation):
3406 * window.el (window-normalize-buffer-to-display):
3407 * progmodes/verilog-mode.el (verilog-batch-indent):
3408 * textmodes/bibtex.el (bibtex-field-braces-opt)
3409 (bibtex-field-strings-opt):
3410 * vc/cvs-status.el (cvs-tree-merge):
3411 Fix typos.
3412
7262a87c
MA
34132011-11-23 Michael Albinus <michael.albinus@gmx.de>
3414
3415 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
3416 `non-essential' to t, in order to avoid remote connections.
3417
283430a1
EZ
34182011-11-23 Eli Zaretskii <eliz@gnu.org>
3419
a1beca85
SM
3420 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3421 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
3422 case-insensitively.
3423
d2992a38
ML
34242011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3425
3426 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
3427
50419064
GM
34282011-11-23 Glenn Morris <rgm@gnu.org>
3429
da94eca1
GM
3430 * paths.el (rmail-file-name): Reformat the doc-string so that it
3431 is picked up.
3432
9aac4de2
GM
3433 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
3434 (rmail-auto-file): Ignore case in the "special" field names,
3435 as mail-fetch-field does for all others.
3436
8038d2d2
GM
3437 * mail/rmail.el (rmail-forward):
3438 * mail/rmailkwd.el (rmail-set-label):
3439 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
3440 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
3441
f3fe222a
GM
3442 * mail/rmail.el (rmail-current-message): Doc fix.
3443
50419064
GM
3444 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
3445
28109f49
SM
34462011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3447
3448 * server.el (server-eval-and-print): Allow C-g (bug#6585).
3449
394c65f1
GM
34502011-11-22 Glenn Morris <rgm@gnu.org>
3451
3452 * mail/rmailmm.el (test-rmail-mime-handler)
3453 (test-rmail-mime-bulk-handler)
3454 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
3455
f2a0aa3a
JL
34562011-11-21 Juri Linkov <juri@jurta.org>
3457
1154d12e
JB
3458 * calc/calc.el (calc-read-key-sequence):
3459 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 3460
9c34a344
LMI
34612011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3462
3463 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
3464 Tell the caller that the next line needs recomputation, even
3465 though it doesn't start a sexp (bug#10094).
3466
f04a3be9
SM
34672011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
3470
7978747f
SM
34712011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3472
f04a3be9
SM
3473 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3474 Use force-same-window.
7978747f 3475
fe7a3057
JB
34762011-11-20 Juanma Barranquero <lekktu@gmail.com>
3477
3478 * descr-text.el (describe-char-unicode-data):
3479 * json.el (json-string-escape):
3480 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
3481 (Footnote-unicode, Footnote-style-p):
3482 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
3483
24901d61
CY
34842011-11-20 Chong Yidong <cyd@gnu.org>
3485
3486 * window.el (replace-buffer-in-windows): Restore interactive spec.
3487
bac7ff22
SM
34882011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3489
24f3d7b9
SM
3490 * electric.el (electric-indent-mode): Fix last change (too optimistic).
3491
bac7ff22
SM
3492 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
3493 (byte-compile-global-not-obsolete-vars): New var.
3494 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
3495 Use it.
3496 (byte-compile-warn-obsolete): Align text with the one in *Help*.
3497
cd1181db
JB
34982011-11-20 Juanma Barranquero <lekktu@gmail.com>
3499
3500 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
3501 * progmodes/pascal.el (electric-pascal-equal):
3502 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
3503 * xml.el (xml-substitute-special): Fix typos.
3504
7fb18e9e
GM
35052011-11-20 Glenn Morris <rgm@gnu.org>
3506
3507 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
3508 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
3509 Doc fixes.
3510 (rmail-decode-mime-charset): Mark as obsolete.
3511
3512 * mail/rmailsum.el (rmail-message-regexp-p-1):
3513 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
3514 Before using mime functions, check they are set. (Bug#10077)
3515
d5a6b3ba
JL
35162011-11-19 Juri Linkov <juri@jurta.org>
3517
3518 * info.el (Info-finder-find-node): Use `package--builtins' instead
3519 of `package-alist'. Use node names formed by the pattern "Keyword "
3520 and the keyword name.
3521
e981b61f
AS
35222011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3523
1d00653d 3524 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 3525
3ffbc301
JL
35262011-11-19 Juri Linkov <juri@jurta.org>
3527
3528 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
3529 that calls `revert-buffer' on all Info buffers. (Bug#9915)
3530 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
3531 `old-history', `old-history-forward'. Add let-binding
3532 `window-selected'. Remove calls to `kill-buffer',
3533 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
3534 before calling `Info-find-node', so `Info-find-node-2' will reread
3535 the Info file. Restore window positions only when `window-selected'
3536 is non-nil.
3537
30c62133
JL
35382011-11-19 Juri Linkov <juri@jurta.org>
3539
3540 * isearch.el (isearch-lazy-highlight-new-loop):
3541 Remove condition `(not isearch-error)'. (Bug#9918)
3542
3543 * misearch.el (multi-isearch-search-fun): Add condition
3544 `(not bound)' to ignore lazy-highlighting search.
3545 Add the search-failed message "end of multi" when the end of
3546 multi-sequence is reached. Uncapitalize the search-failed
3547 message "Repeat for next buffer".
3548
3549 * info.el (Info-search): Add the search-failed message
3550 "end of the manual" when the end of the manual is reached
3551 in Isearch mode.
3552
645ca9cf
JL
35532011-11-19 Juri Linkov <juri@jurta.org>
3554
3555 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
3556 Use non-destructive `remove' instead of `delete' because
3557 `Info-history-list' stored to `Info-isearch-initial-history-list' in
3558 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
3559
df754f66
JL
35602011-11-19 Juri Linkov <juri@jurta.org>
3561
3562 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
3563 to nil instead of binding `search-ring' and `regexp-search-ring'.
3564 (Bug#9185)
3565
0e23d96a
EZ
35662011-11-19 Eli Zaretskii <eliz@gnu.org>
3567
3568 * simple.el (line-move): Force movement by logical lines for any
3569 hscrolled window, not only when auto-hscroll-mode is on.
3570 (line-move-visual): Update doc string to that effect. (Bug#10076)
3571
8a6ccb66
AS
35722011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3573
3574 * language/european.el (macintosh): Define as alias for mac-roman.
3575
49ae5b39
EZ
35762011-11-19 Eli Zaretskii <eliz@gnu.org>
3577
3578 * mail/rmailmm.el (rmail-mime-display-header)
3579 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
3580 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
3581 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
3582 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
3583 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
3584 of a raw aref.
3585 (rmail-mime-entity-segment): To get past the tagline, move forward
3586 2 more lines, to account for the 2 empty lines that precede and
3587 follow the line with the buttons.
3588 (rmail-mime-update-tagline): Move one more line, to get past the
3589 empty line that follows the buttons in the tagline. (Bug#9520)
3590
c56cad4a
MR
35912011-11-19 Martin Rudalics <rudalics@gmx.at>
3592
3593 * window.el (window-max-delta-1, window-min-delta-1)
3594 (window-min-size-1, window-state-get-1, window-state-put-1)
3595 (window-state-put-2): Use "window--" prefix.
3596
cbe71af3
SM
35972011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3598
2ad52c60
SM
3599 * emacs-lisp/smie.el: Improve warnings and conflict detection.
3600 (smie-warning-count): New var.
3601 (smie-set-prec2tab): Use it.
3602 (smie-bnf->prec2): Improve warnings. Add docstring.
3603 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
3604 (smie-bnf--set-class): New function.
3605 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
3606 corner case.
3607
6944dbc1
SM
3608 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
3609 (compilation-error-properties, compilation-move-to-column):
3610 Handle compilation-first-column while in the target buffer.
3611
c400c4d7
SM
3612 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
3613 Don't hardcode point-min==1.
3614
6dbe3e96
SM
3615 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
3616 (eshell-rewrite-for-command): Remove workaround.
3617 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
3618 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
3619 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
3620
cbe71af3
SM
3621 * files-x.el (modify-file-local-variable): Obey commenting conventions.
3622
a8e1496d
GM
36232011-11-17 Glenn Morris <rgm@gnu.org>
3624
3625 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3626 Ignore buffer-local generated-autoload-file if it is the same
3627 as the global value. (Bug#10049)
3628
df85d315
JB
36292011-11-17 Juanma Barranquero <lekktu@gmail.com>
3630
3631 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
3632 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
3633 (reftex-toc-previous-heading, reftex-toc-max-level)
3634 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
3635 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
3636 (reftex-toc-do-promote, reftex-toc-promote-prepare)
3637 (reftex-toc-promote-action, reftex-toc-extract-section-number)
3638 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
3639 (reftex-toc-rename-label, reftex-toc-visit-location)
3640 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
3641 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
3642 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
3643 leaving "*toc*" only for references to the buffer.
3644
a0c2d0ae
MR
36452011-11-17 Martin Rudalics <rudalics@gmx.at>
3646
3647 * window.el (window-resize, delete-window, split-window):
3648 Replace window-splits by window-combination-resize.
1d00653d 3649 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 3650
35c0bac8
GM
36512011-11-17 Glenn Morris <rgm@gnu.org>
3652
3653 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3654 Make bash entry derive from sh entry, not shell entry.
3655
d0c8fc8a
MA
36562011-11-16 Michael Albinus <michael.albinus@gmx.de>
3657
d0c8fc8a
MA
3658 * net/tramp-cache.el (tramp-flush-file-property): Flush also
3659 properties of linked files. (Bug#9879)
3660
7262a87c
MA
3661 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
3662 local file name.
3663
7877f373
JB
36642011-11-16 Juanma Barranquero <lekktu@gmail.com>
3665
3666 * menu-bar.el (menu-bar-file-menu):
3667 * printing.el (pr-ps-utility):
3668 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
3669 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
3670 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
3671 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
3672 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
3673 (icalendar--convert-cyclic-to-ical)
3674 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
3675 (icalendar--convert-ical-to-diary)
3676 (icalendar--convert-recurring-to-diary)
3677 (icalendar--convert-non-recurring-all-day-to-diary)
3678 (icalendar-import-format-sample):
3679 * progmodes/idlw-shell.el (idlwave-shell-mode):
3680 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
3681 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
3682 (vhdl-ps-print-init): Fix typos.
3683
10649b82
KM
36842011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
3685
9d0cfcd6
GM
3686 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
3687 FSF and collapse date sequence, obscure author/maintainer email address
3688 better, remove extra version line, track relocation of author's webpage.
10649b82 3689
9d0cfcd6
GM
3690 * progmodes/python.el (python-pdbtrack-input-prompt)
3691 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
3692 regular python pdb prompts. Adjustments shamelessly taken exactly as
3693 suggested in EmacsWiki page (tiny change):
3694 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 3695
58179cce
JB
36962011-11-16 Juanma Barranquero <lekktu@gmail.com>
3697
3698 * expand.el (expand-pos, expand-index, expand-point):
3699 Remove redundant info from docstring.
3700 (expand-add-abbrevs): Doc fix.
3701 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
3702 (expand-sample-perl-mode-expand-list): Fix typos.
3703
3704 * net/dbus.el (dbus-event-member-name):
3705 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
3706 * term/pc-win.el (msdos-create-frame-with-faces):
3707 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
3708
b6f67890
MR
37092011-11-16 Martin Rudalics <rudalics@gmx.at>
3710
3711 * window.el (split-window, window-state-get-1)
3712 (window-state-put-1, window-state-put-2): Rename occurrences of
3713 window-nest to window-combination-limit.
1d00653d 3714 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 3715
ce7ddba0
CY
37162011-11-16 Chong Yidong <cyd@gnu.org>
3717
3718 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
3719 regexp (Bug#10033).
3720
3ae704f4
SM
37212011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3722
3723 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
3724 `completing-read' will remove *Completions* and will preserve
3725 current-buffer for us.
3726 (tmm-add-prompt): Users of *Completions* will always (re)set its
3727 major mode.
3728 (tmm-old-comp-map): Remove.
3729
6ad1cdde
GM
37302011-11-16 Glenn Morris <rgm@gnu.org>
3731
3732 * mail/rmailedit.el: Require rmailmm when compiling.
3733 (rmail-old-mime-state): New declaration.
3734 (rmail-edit-current-message): If editing a mime message,
3735 edit the "raw" message from the mbox buffer.
3736 (rmail-cease-edit): Handle mime messages. (Bug#9840)
3737
d20faa20
GM
37382011-11-15 Glenn Morris <rgm@gnu.org>
3739
3740 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
3741 which wasn't being used. Add optional arg to force given state.
3742 (rmail-mime): Add optional arg to force given state.
3743
c7015153
JB
37442011-11-15 Juanma Barranquero <lekktu@gmail.com>
3745
3746 * allout.el (allout-encryption-plaintext-sanitization-regexps):
3747 * frame.el (display-mm-dimensions-alist):
3748 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
3749 (outline-move-subtree-down):
3750 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
3751 (newsticker--treeview-do-get-node):
3752 * net/quickurl.el (quickurl-list-buffer-name):
3753 * progmodes/dcl-mode.el (dcl-mode):
3754 * progmodes/gdb-mi.el (gdb-mapcar*):
3755 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
3756
45261b50
GM
37572011-11-15 Glenn Morris <rgm@gnu.org>
3758
3759 * mail/rmail.el (rmail-file-coding-system): It's only ever used
3760 in a boolean sense, so just make it a boolean, and fix the doc.
3761 (rmail-show-mime-function, rmail-mime-feature)
3762 (rmail-require-mime-maybe): Doc fixes.
3763 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
3764
3765 * mail/rmailmm.el (rmail-show-mime): Doc fix.
3766
0d26e0b6
JB
37672011-11-15 Juanma Barranquero <lekktu@gmail.com>
3768
3769 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
3770 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
3771 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
3772 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
3773
447f30f6
GM
37742011-11-15 Glenn Morris <rgm@gnu.org>
3775
672b871d
GM
3776 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
3777 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
3778 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
3779 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
3780 (rmail-mime, rmail-show-mime): Doc fixes.
3781
f6aa5bb1
GM
3782 * term/ns-win.el (mode-line-frame-identification):
3783 Leave it alone. (Bug#10051)
3784
947cd66b
GM
3785 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
3786
447f30f6
GM
3787 * mail/rmailout.el (rmail-output-to-rmail-buffer):
3788 Handle empty buffers. (Bug#9978)
3789
0b381c7e
JB
37902011-11-14 Juanma Barranquero <lekktu@gmail.com>
3791
3792 * international/mule.el (define-charset):
3793 * mail/rmailmm.el (rmail-mime-find-header-encoding):
3794 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3795 * progmodes/verilog-mode.el (verilog-backward-token):
3796 * textmodes/ispell.el (lookup-words):
3797 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3798
71e027ac
GM
37992011-11-14 Glenn Morris <rgm@gnu.org>
3800
56632ce4
GM
3801 * progmodes/executable.el
3802 (executable-make-buffer-file-executable-if-script-p):
3803 Handle file-modes returning nil.
3804
40500957
GM
3805 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
3806 message - not necessary, and causes problems. (Bug#9831)
3807
071c2340
GM
3808 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
3809
d3cfca60
GM
3810 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
3811
71e027ac
GM
3812 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
3813 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
3814 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
3815
89d61221
MR
38162011-11-12 Martin Rudalics <rudalics@gmx.at>
3817
3818 * window.el (window-resize, delete-window): Use window-splits
3819 variable instead of function.
3820 (window-state-get-1, window-state-put-2, window-state-put):
3821 Don't deal with windows' splits status.
3822
98282f6f
GM
38232011-11-12 Glenn Morris <rgm@gnu.org>
3824
3825 * apropos.el (apropos-do-all, apropos-library, apropos-value)
3826 (apropos-documentation): Doc fixes.
3827
40a8bdf6
JB
38282011-11-11 Juanma Barranquero <lekktu@gmail.com>
3829
3830 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3831 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3832
65bd19ff
SM
38332011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3834
3835 * electric.el (electric-indent-post-self-insert-function): Make it
3836 possible for a char to only indent in some circumstances.
3837 (electric-indent-mode): Simplify.
3838
54f9154c
MR
38392011-11-11 Martin Rudalics <rudalics@gmx.at>
3840
3841 * window.el (windows-with-parameter): Remove unused function.
3842 (windows-at-side): Rename to window-at-side-list.
3843 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
3844 (window-side-check, window-size-ignore, window-size-fixed-1)
3845 (window-in-direction-2): Prefix with "window--".
3846 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 3847
68cbc58b
GM
38482011-11-11 Glenn Morris <rgm@gnu.org>
3849
3850 * subr.el (eval-after-load): If FILE is already loaded,
3851 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
3852
b2621720
GM
38532011-11-10 Glenn Morris <rgm@gnu.org>
3854
9a4de110
GM
3855 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3856 Call svn via vc-svn-command rather than vc-do-command.
3857 (vc-svn-command): Add --non-interactive. (Bug#9993)
3858 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3859
b2621720
GM
3860 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3861 Add toggle-read-only. (Bug#7292)
3862 * files.el (toggle-read-only): Mention that it should only
3863 be used interactively. (Bug#10006)
3864
1dce7193
SM
38652011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3866
d9ac1a1e
SM
3867 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3868 Adjust regexp for OCaml warnings.
3869
0c325082
SM
3870 * electric.el (electric-pair-post-self-insert-function): Let user
3871 turn it off buffer-locally (bug#9932).
3872
90132c14
SM
3873 * progmodes/python.el (python-beginning-of-statement):
3874 Rewrite (bug#2703).
3875
1dce7193
SM
3876 * progmodes/compile.el: Better handle TABs (bug#9749).
3877 (compilation-internal-error-properties)
3878 (compilation-next-error-function): Obey the target buffer's
3879 compilation-error-screen-columns.
3880
c4e7c63a
JB
38812011-11-09 Juanma Barranquero <lekktu@gmail.com>
3882
3883 * progmodes/meta-mode.el: Remove obsolete comments.
3884 (meta-right-comment-regexp, meta-ignore-comment-regexp):
3885 Fix typos in docstrings.
3886
2cffd681
MR
38872011-11-09 Martin Rudalics <rudalics@gmx.at>
3888
3889 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 3890 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
3891 (window--resizable): New function. Make all callers of
3892 window-resizable call window--resizable instead.
3893 (window-resizable): Rewrite in terms of window--resizable.
3894
0edcba87
GM
38952011-11-08 Glenn Morris <rgm@gnu.org>
3896
3897 * progmodes/delphi.el (delphi-mode-syntax-table):
3898 Let define-derived-mode define a proper syntax table. (Bug#9994)
3899
4b0d61e3
SM
39002011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3901
3902 * window.el: Stay away from defsubst.
3903 (window-list-no-nils): Remove.
3904 (window-state-get-1, window-state-get): Use backquote instead.
3905
cd394be1 39062011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 3907
4b0d61e3 3908 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 3909 Fix incorrect use of default argument in `completing-read'.
3910
e1c2c6f2
MR
39112011-11-08 Martin Rudalics <rudalics@gmx.at>
3912
3913 * window.el (display-buffer-function, special-display-function):
3914 Mention display-buffer-record-window but do not mention
3915 help-setup parameter in doc-strings.
b3f4a882 3916 (window-min-delta): Fix doc-string typo.
e1c2c6f2 3917
105216ed
CY
39182011-11-08 Chong Yidong <cyd@gnu.org>
3919
3920 * window.el (window-total-height, window-total-width): Doc fix.
3921 (window-body-size): Move from C.
3922 (window-body-height, window-body-width): Move to C.
3923
0a9f9ab5
SM
39242011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3925
3926 * window.el: Make special-display like display-buffer-alist (bug#9532).
3927 (display-buffer--special-action): New function, morphed
3928 from display-buffer--special.
3929 (display-buffer): Use it to handle special-display-buffers at higher
3930 priority (just after display-buffer-alist).
3931 (display-buffer-fallback-action, display-buffer--other-frame-action)
3932 (pop-to-buffer-same-window): Remove display-buffer--special.
3933
a769dd15
GM
39342011-11-07 Glenn Morris <rgm@gnu.org>
3935
3936 * calendar/cal-menu.el (cal-menu-set-date-title):
3937 Do nothing if not in a calendar. (Bug#9976)
3938
05a61ee3
SM
39392011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3940
3941 * files.el (find-file): Always use selected-window.
3942
be7f5545
MR
39432011-11-07 Martin Rudalics <rudalics@gmx.at>
3944
3945 * window.el (window-combinations): Make WINDOW argument
3946 mandatory. Rewrite doc-string.
3947 (walk-window-subtree, window-atom-check, window-min-delta)
3948 (window-max-delta, window--resize-this-window)
3949 (window--resize-root-window-vertically, window-tree)
3950 (balance-windows, window-state-put): Rewrite doc-strings as to
3951 not mention the term "subwindow".
3952 (window--resize-subwindows-skip-p): Rename to
3953 window--resize-child-windows-skip-p.
3954 (window--resize-subwindows-normal): Rename to
3955 window--resize-child-windows-normal.
3956 (window--resize-subwindows): Rename to
3957 window--resize-child-windows.
3958 (window-or-subwindow-p): Rename to window--in-subtree-p.
3959
3c6702ef
ML
39602011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3961
3962 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3963 Ensure that mbox format messages end in two newlines (Bug#9974).
3964
49745b39
CY
39652011-11-06 Chong Yidong <cyd@gnu.org>
3966
3967 * window.el (window-combination-p): Function deleted; its
3968 side-effect is not used in any existing code.
3969 (window-combinations, window-combined-p): Call window-*-child
3970 directly.
3971
24300f5f
CY
39722011-11-05 Chong Yidong <cyd@gnu.org>
3973
3974 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
3975 (window-size-ignore, window-state-get): Callers changed.
3976 (window-normalize-window): Rename from window-normalize-any-window.
3977 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 3978 (window-normalize-live-window): Delete.
447f16b8
CY
3979 (window-combination-p, window-combined-p, window-combinations)
3980 (walk-window-subtree, window-atom-root, window-min-size)
3981 (window-sizable, window-sizable-p, window-size-fixed-p)
3982 (window-min-delta, window-max-delta, window-resizable)
3983 (window-resizable-p, window-full-height-p, window-full-width-p)
3984 (window-current-scroll-bars, window-point-1, set-window-point-1)
3985 (window-at-side-p, window-in-direction, window-resize)
3986 (adjust-window-trailing-edge, maximize-window, minimize-window)
3987 (window-deletable-p, delete-window, delete-other-windows)
3988 (record-window-buffer, unrecord-window-buffer)
3989 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3990 (quit-window, split-window, window-state-put)
3991 (set-window-text-height, fit-window-to-buffer)
3992 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 3993
89bd5ee1
EZ
39942011-11-04 Eli Zaretskii <eliz@gnu.org>
3995
53479029
EZ
3996 * mail/rmail.el (rmail-simplified-subject): Decode subject with
3997 rfc2047-decode-string.
3998 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3999 warnings.
4000
89bd5ee1
EZ
4001 * window.el (window-body-height, window-body-width): Mention in
4002 the doc string that the return values are in frame's canonical
4003 units. (Bug#9949)
4004
bd17fdee
AM
40052011-11-03 Alan Mackenzie <acm@muc.de>
4006
4007 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
4008 change in cc-engine.el.
4009
acc825c5
SM
40102011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4011
4012 * window.el (switch-to-buffer): Use `force-same-window' interactively.
4013
1885e5b8
MR
40142011-11-02 Martin Rudalics <rudalics@gmx.at>
4015
4016 * window.el (quit-window): Call unrecord-window-buffer after
4017 showing another buffer in the window. (Bug#9937)
acc825c5 4018 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 4019
ebe06da9
JB
40202011-11-02 Juanma Barranquero <lekktu@gmail.com>
4021
4022 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
4023 Accept status with more than 9 shelves. (Bug#9935)
4024 Reported by Colin D Bennett <colin@gibibit.com>.
4025
4ee88440
MR
40262011-11-01 Martin Rudalics <rudalics@gmx.at>
4027
4028 * help.el (with-help-window): Don't reference
4029 temp-buffer-show-specifiers in doc-string.
4030
08e1d82c
AS
40312011-10-31 Andreas Schwab <schwab@linux-m68k.org>
4032
4033 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
4034 menu-item.
4035
84bd6e9e
VJL
40362011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4037
4038 * whitespace.el: New version 13.2.2.
4039 (whitespace-newline-mode): Disable properly. Reported by Sarah
4040 <EmacsWiki>.
4041
dba0634a
UJ
40422011-10-30 Ulf Jasper <ulf.jasper@web.de>
4043
4044 * net/newst-treeview.el: Remove "Time-stamp".
4045 (newsticker--group-manage-orphan-feeds): Do not call
4046 newsticker--treeview-tree-update.
db22a3c2
JB
4047 (newsticker-treeview-update, newsticker-treeview):
4048 Call newsticker--treeview-tree-update if necessary.
dba0634a 4049
3d8daefe
MR
40502011-10-30 Martin Rudalics <rudalics@gmx.at>
4051
4052 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
4053 (window-iso-combinations): Remove "iso-" infix.
4054 Suggested by Chong Yidong.
3d8daefe
MR
4055 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
4056 (window-max-delta-1, window-resize, window--resize-siblings)
4057 (window--resize-this-window, adjust-window-trailing-edge)
4058 (split-window, balance-windows-1)
4059 (shrink-window-if-larger-than-buffer):
4060 * calendar/calendar.el (calendar-generate-window):
db22a3c2 4061 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 4062
1bc4c3ae
SM
40632011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4064
4065 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
4066 in place (bug#9907).
4067 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
4068 (eshell-rewrite-if-command, eshell-rewrite-for-command)
4069 (eshell-structure-basic-command, eshell-rewrite-while-command)
4070 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
4071 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
4072 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
4073 (eshell-do-pipelines-synchronously, eshell-eval-command):
4074 Use backquotes and prefer setq to set.
4075 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
4076 (eshell-macrop): Use functionp.
c1e2f5fa 4077 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 4078
30b65d9c
CY
40792011-10-30 Chong Yidong <cyd@gnu.org>
4080
4081 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
4082 instead of set-mark (Bug#9810).
4083
2d197ffb
CY
40842011-10-30 Chong Yidong <cyd@gnu.org>
4085
4086 * window.el (split-window-below, split-window-right): Rename from
4087 split-window-above-each-other and split-window-side-by-side
4088 respectively. All callers changed.
4089 (split-window-sensibly, split-window-sensibly): Use them.
4090 (split-window-keep-point): Doc fix.
4091
4092 * isearch.el: Add isearch-scroll property to split-window-below
4093 and split-window-right.
4094
4095 * follow.el (follow-mode):
4096 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4097 * progmodes/ada-xref.el (ada-gdb-application):
4098 * emulation/vip.el (vip-buffer-in-two-windows):
4099 * image-dired.el (image-dired-dired-with-window-configuration):
4100 * dired-x.el (dired-do-find-marked-files):
4101 * dired.el (dired-pop-to-buffer):
4102 * bs.el (bs--show-with-configuration):
4103 * vc/emerge.el (emerge-setup-windows):
4104 * textmodes/two-column.el (2C-two-columns):
4105 * textmodes/reftex-toc.el (reftex-toc):
4106 * progmodes/gdb-mi.el (gdb-setup-windows):
4107 * progmodes/fortran.el (fortran-window-create):
4108 * net/newst-treeview.el (newsticker--treeview-window-init):
4109 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
4110 * emulation/tpu-edt.el (tpu-gold-map):
4111 * emulation/crisp.el (crisp-mode-map):
4112 * calendar/calendar.el (calendar-basic-setup): Callers changed.
4113
38bb2ca8
CY
41142011-10-29 Chong Yidong <cyd@gnu.org>
4115
aa4de341
CY
4116 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
4117
e1eb5385
CY
4118 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
4119
5d2ece3c
CY
4120 * textmodes/flyspell.el (flyspell-word): Fix char offset for
4121 forged Ispell output (Bug#7904).
4122
38bb2ca8
CY
4123 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
4124
d0af9f77
SM
41252011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4126
4127 * doc-view.el: Avoid ugly errors about not finding nil.
4128 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
4129 (doc-view-dvipdf-program, doc-view-unoconv-program)
4130 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
4131 Avoid nil or absolute file name as default value.
4132 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
4133
52bedd34
AM
41342011-10-28 Alan Mackenzie <acm@muc.de>
4135
db22a3c2 4136 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 4137
7e43cfa5
AM
41382011-10-28 Alan Mackenzie <acm@muc.de>
4139
4140 Amend the handling of c-beginning/end-of-defun in nested declaration
4141 scopes.
4142
52bedd34
AM
4143 * progmodes/cc-vars.el (c-defun-tactic): Move here from
4144 cc-langs.el. Change it to a defcustom.
7e43cfa5 4145
52bedd34
AM
4146 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
4147 cc-vars.el.
7e43cfa5 4148
d0af9f77
SM
4149 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4150 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 4151
52bedd34 4152 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 4153 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
4154 (c-widen-to-enclosing-decl-scope): New function.
4155 (c-while-widening-to-decl-block): New macro.
4156 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
4157 outward for defun boundaries, and correspondingly change symbol
4158 `respect-enclosure' to `go-outward'.
4159 (c-declaration-limits): Change algorithm to report only the "innermost"
4160 defun's boundaries.
4161
1a2ce9ee
DD
41622011-10-28 Deniz Dogan <deniz@dogan.se>
4163
4164 * net/rcirc.el (rcirc-mode): Use hard newlines.
4165
bc97a826
AM
41662011-10-28 Alan Mackenzie <acm@muc.de>
4167
4168 Amend to indent and fontify macros "which include their own semicolon"
4169 correctly, using the "virtual semicolon" mechanism.
4170
52bedd34 4171 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 4172
d0af9f77 4173 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 4174 Recode to scan one line at a time rather than having \n and \r
58179cce 4175 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 4176 (c-forward-label): Amend for virtual semicolons.
58179cce 4177 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 4178
52bedd34
AM
4179 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
4180 of the new C macros.
bc97a826 4181
52bedd34 4182 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
4183 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
4184 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
4185 (c-opt-cpp-macro-define): Make into a full language variable.
4186 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
4187 AWK Mode (including \n, \r) removed, no longer needed.
4188
d0af9f77
SM
4189 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
4190 Invoke c-make-macro-with-semi-re.
bc97a826 4191
52bedd34
AM
4192 * progmodes/cc-vars.el (c-macro-with-semi-re):
4193 (c-macro-names-with-semicolon): New variables.
58179cce 4194 (c-make-macro-with-semi-re): New function.
bc97a826 4195
7a6c0941
SM
41962011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4197
4198 * vc/log-edit.el: Fill empty field rather than adding new one.
4199 (log-edit-add-field): New function.
4200 (log-edit-insert-changelog): Use it.
4201
b0c4cdcf
ML
42022011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4203
4204 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
4205
ee1f1da9
SM
42062011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4207
4208 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
4209 (gdb--check-interpreter): New function.
4210 (gdb): Use it.
4211
51bc5f8b
GM
42122011-10-27 Glenn Morris <rgm@gnu.org>
4213
416a2c45
GM
4214 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
4215 (least-positive-float, least-negative-float)
4216 (least-positive-normalized-float, least-negative-normalized-float)
4217 (float-epsilon, float-negative-epsilon):
4218 Remove unnecessary declarations.
4219
4220 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
4221 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
4222 (least-positive-float, least-negative-float)
4223 (least-positive-normalized-float, least-negative-normalized-float)
4224 (float-epsilon, float-negative-epsilon): Add doc-strings,
4225 based on those in cl.texi.
4226
51bc5f8b
GM
4227 * files.el (set-visited-file-name): If the major-mode changed,
4228 reload the local variables. (Bug#9796)
4229
15de15c6
CY
42302011-10-27 Chong Yidong <cyd@gnu.org>
4231
4232 * subr.el (change-major-mode-after-body-hook): New hook.
4233 (run-mode-hooks): Run it.
4234
ee1f1da9
SM
4235 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4236 Use change-major-mode-before-body-hook.
15de15c6
CY
4237
4238 * simple.el (fundamental-mode):
4239 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
4240 change introducing fundamental-mode-hook.
4241
5430d399
JB
42422011-10-26 Juanma Barranquero <lekktu@gmail.com>
4243
acc825c5 4244 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 4245
ad74a69e
MA
42462011-10-26 Michael Albinus <michael.albinus@gmx.de>
4247
4248 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 4249 tramp.el explicitly. (Bug#7583)
ad74a69e 4250
71d4c2a5
SM
42512011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4252
4253 * progmodes/octave-mod.el:
4254 * progmodes/octave-inf.el: Update maintainer.
4255
b1f6fa26
CY
42562011-10-26 Chong Yidong <cyd@gnu.org>
4257
4258 * subr.el (with-wrapper-hook): Rewrite doc.
4259
3f04efd6
MA
42602011-10-25 Michael Albinus <michael.albinus@gmx.de>
4261
4262 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 4263 filenames "/method:foo:". (Bug#9793)
3f04efd6 4264
410488d3
SM
42652011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4266
4267 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
4268 (bug#9865).
4269
c1ebb47e
GM
42702011-10-24 Glenn Morris <rgm@gnu.org>
4271
4272 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
4273
7f5c46c7
MA
42742011-10-24 Michael Albinus <michael.albinus@gmx.de>
4275
4276 * notifications.el: Add the requirement of a running D-Bus session
4277 bus to the Commentary.
4278
db2440b6
JL
42792011-10-24 Juri Linkov <juri@jurta.org>
4280
4281 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
4282 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
4283 (Bug#9364)
4284
feecf435
JL
42852011-10-24 Juri Linkov <juri@jurta.org>
4286
4287 * info.el (Info-following-node-name-re): Add newline to the list
4288 of allowed characters for leading space. (Bug#9824)
4289
a3839de2
SM
42902011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4291
acc825c5
SM
4292 * progmodes/octave-inf.el (inferior-octave-mode-map):
4293 Fix C-c C-h binding.
a3839de2
SM
4294 * progmodes/octave-mod.el (octave-help): Remove.
4295
09388e76
MA
42962011-10-23 Michael Albinus <michael.albinus@gmx.de>
4297
4298 Sync with Tramp 2.2.3.
4299
4300 * net/tramp-cache.el (top): Pacify byte-compiler using
4301 `init-file-user' and `site-run-file'.
4302
4303 * net/trampver.el: Update release number.
4304
86c60681
CY
43052011-10-23 Chong Yidong <cyd@gnu.org>
4306
4307 * files.el (toggle-read-only): Remove obsolete comment about
4308 version control.
4309
4310 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
4311 for toggle-read-only. Note that this hasn't called vc-next-action
4312 since 2008-05-02, though it wasn't documented at the time.
4313
a3839de2
SM
4314 * vc/ediff-init.el (ediff-toggle-read-only-function):
4315 Use toggle-read-only.
86c60681 4316
cd5495ff
AM
43172011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
4318
4319 Fix bug #9560, sporadic wrong indentation; improve instrumentation
4320 of c-parse-state.
4321
00b77525 4322 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 4323 correct faulty logical expression.
cd5495ff
AM
4324 (c-parse-state-state, c-record-parse-state-state):
4325 (c-replay-parse-state-state): New defvar/defuns.
4326 (c-debug-parse-state): Use new functions.
4327
42ee24ed
MR
43282011-10-22 Martin Rudalics <rudalics@gmx.at>
4329
4330 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 4331 last fix. Use window-in-direction correctly.
42ee24ed 4332
a7dee7e7
CY
43332011-10-21 Chong Yidong <cyd@gnu.org>
4334
4335 * progmodes/idlwave.el (idlwave-mode):
4336 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
4337 require-final-newline; that's done in prog-mode.
4338 Suggested by Stefan Monnier.
a7dee7e7 4339
e07b9a6d
MR
43402011-10-21 Martin Rudalics <rudalics@gmx.at>
4341
4342 * mouse.el (mouse-drag-window-above)
4343 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
4344 (mouse-drag-mode-line-1, mouse-drag-header-line)
4345 (mouse-drag-vertical-line-rightward-window): Remove.
4346 (mouse-drag-line): New function.
4347 (mouse-drag-mode-line, mouse-drag-header-line)
4348 (mouse-drag-vertical-line): Call mouse-drag-line.
4349 * window.el (window-at-side-p, windows-at-side): New functions.
4350
7e1361d9
UM
43512011-10-21 Ulrich Mueller <ulm@gentoo.org>
4352
4353 * tar-mode.el (tar-grind-file-mode):
4354 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
4355
30fcaf3a
CY
43562011-10-21 Chong Yidong <cyd@gnu.org>
4357
4358 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
4359 * progmodes/vera-mode.el (vera-mode):
4360 Use mode-require-final-newline.
30fcaf3a 4361
516eddb0
GM
43622011-10-20 Glenn Morris <rgm@gnu.org>
4363
db22a3c2 4364 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 4365
10d5f513
CS
43662011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
4367
4368 * emulation/cua-base.el (cua-set-mark): Fix case of string.
4369
ac6c8639
CY
43702011-10-20 Chong Yidong <cyd@gnu.org>
4371
4372 * emulation/cua-base.el (cua-mode):
4373 * mail/footnote.el (footnote-mode):
4374 * mail/mailabbrev.el (mail-abbrevs-mode):
4375 * net/xesam.el (xesam-minor-mode):
4376 * progmodes/bug-reference.el (bug-reference-mode):
4377 * progmodes/cap-words.el (capitalized-words-mode):
4378 * progmodes/compile.el (compilation-minor-mode)
4379 (compilation-shell-minor-mode):
4380 * progmodes/gud.el (gud-tooltip-mode):
4381 * progmodes/hideif.el (hide-ifdef-mode):
4382 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4383 * progmodes/subword.el (subword-mode):
4384 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4385 * progmodes/which-func.el (which-function-mode):
4386 * term/tvi970.el (tvi970-set-keypad-mode):
4387 * term/vt100.el (vt100-wide-mode):
4388 * textmodes/flyspell.el (flyspell-mode):
4389 * textmodes/ispell.el (ispell-minor-mode):
4390 * textmodes/nroff-mode.el (nroff-electric-mode):
4391 * textmodes/paragraphs.el (use-hard-newlines):
4392 * textmodes/refill.el (refill-mode):
4393 * textmodes/reftex.el (reftex-mode):
4394 * textmodes/rst.el (rst-minor-mode):
4395 * textmodes/sgml-mode.el (html-autoview-mode)
4396 (sgml-electric-tag-pair-mode):
4397 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
4398 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
4399 * emulation/crisp.el (crisp-mode):
4400 * emacs-lisp/eldoc.el (eldoc-mode):
4401 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
4402 minor mode behavior.
4403
aa42ab43
JL
44042011-10-19 Juri Linkov <juri@jurta.org>
4405
4406 * descr-text.el (describe-char): Add #x2010 and #x2011 to
4407 the list of hard-coded chars with escape-glyph face.
4408
89400f1d
SM
44092011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4410
4411 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
4412
305c07f6
MA
44132011-10-19 Michael Albinus <michael.albinus@gmx.de>
4414
4415 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
4416 running process.
4417
13754b54
GM
44182011-10-19 Glenn Morris <rgm@gnu.org>
4419
4420 * vc/vc-bzr.el (vc-bzr-after-dir-status):
4421 Ignore ignored files. (Bug#9726)
4422
06e21633
CY
44232011-10-19 Chong Yidong <cyd@gnu.org>
4424
4425 Doc fix for minor modes, stating that an omitted argument enables
4426 the mode unconditionally when called from Lisp.
4427
4428 * abbrev.el (abbrev-mode):
4429 * allout.el (allout-mode):
4430 * autoinsert.el (auto-insert-mode):
4431 * autoarg.el (autoarg-mode, autoarg-kp-mode):
4432 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
4433 (global-auto-revert-mode):
4434 * battery.el (display-battery-mode):
4435 * composite.el (global-auto-composition-mode)
4436 (auto-composition-mode):
4437 * delsel.el (delete-selection-mode):
4438 * desktop.el (desktop-save-mode):
4439 * dired-x.el (dired-omit-mode):
4440 * dirtrack.el (dirtrack-mode):
4441 * doc-view.el (doc-view-minor-mode):
4442 * double.el (double-mode):
4443 * electric.el (electric-indent-mode, electric-pair-mode):
4444 * emacs-lock.el (emacs-lock-mode):
4445 * epa-hook.el (auto-encryption-mode):
4446 * follow.el (follow-mode):
4447 * font-core.el (font-lock-mode):
4448 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
4449 * help.el (temp-buffer-resize-mode):
4450 * hilit-chg.el (highlight-changes-mode)
4451 (highlight-changes-visible-mode):
4452 * hi-lock.el (hi-lock-mode):
4453 * hl-line.el (hl-line-mode, global-hl-line-mode):
4454 * icomplete.el (icomplete-mode):
4455 * ido.el (ido-everywhere):
4456 * image-file.el (auto-image-file-mode):
4457 * image-mode.el (image-minor-mode):
4458 * iswitchb.el (iswitchb-mode):
4459 * jka-cmpr-hook.el (auto-compression-mode):
4460 * linum.el (linum-mode):
4461 * longlines.el (longlines-mode):
4462 * master.el (master-mode):
4463 * mb-depth.el (minibuffer-depth-indicate-mode):
4464 * menu-bar.el (menu-bar-mode):
4465 * minibuf-eldef.el (minibuffer-electric-default-mode):
4466 * mouse-sel.el (mouse-sel-mode):
4467 * msb.el (msb-mode):
4468 * mwheel.el (mouse-wheel-mode):
4469 * outline.el (outline-minor-mode):
4470 * paren.el (show-paren-mode):
4471 * recentf.el (recentf-mode):
4472 * reveal.el (reveal-mode, global-reveal-mode):
4473 * rfn-eshadow.el (file-name-shadow-mode):
4474 * ruler-mode.el (ruler-mode):
4475 * savehist.el (savehist-mode):
4476 * scroll-all.el (scroll-all-mode):
4477 * scroll-bar.el (scroll-bar-mode):
4478 * server.el (server-mode):
4479 * shell.el (shell-dirtrack-mode):
4480 * simple.el (auto-fill-mode, transient-mark-mode)
4481 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
4482 (line-number-mode, column-number-mode, size-indication-mode)
4483 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
4484 * strokes.el (strokes-mode):
4485 * time.el (display-time-mode):
4486 * t-mouse.el (gpm-mouse-mode):
4487 * tool-bar.el (tool-bar-mode):
4488 * tooltip.el (tooltip-mode):
4489 * type-break.el (type-break-mode-line-message-mode)
4490 (type-break-query-mode):
4491 * view.el (view-mode):
4492 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4493 (global-whitespace-mode, global-whitespace-newline-mode):
4494 * xt-mouse.el (xterm-mouse-mode): Doc fix.
4495
a3839de2
SM
4496 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4497 Fix autogenerated docstring.
06e21633 4498
5214e501
JL
44992011-10-19 Juri Linkov <juri@jurta.org>
4500
4501 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
4502 by checking environment variables "DESKTOP_SESSION" and
4503 "XDG_CURRENT_DESKTOP". (Bug#9779)
4504
195f8db9
JL
45052011-10-19 Juri Linkov <juri@jurta.org>
4506
4507 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
4508 (browse-url-chromium-program, browse-url-chromium-arguments):
4509 New defcustoms.
4510 (browse-url-default-browser): Check for `browse-url-chromium' and
4511 call `browse-url-chromium-program'.
4512 (browse-url-chromium): New command. (Bug#9779)
4513
343a34ff
JB
45142011-10-18 Juanma Barranquero <lekktu@gmail.com>
4515
4516 * facemenu.el (list-colors-duplicates): On Windows, detect more
4517 duplicates by assuming that only colors matching "^System" are
4518 special "system colors". (Bug#9722)
4519
6978a151
SM
45202011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4521
4522 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
4523 to distinguish the author from the committer.
4524
6a80b297
MA
45252011-10-18 Michael Albinus <michael.albinus@gmx.de>
4526
4527 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
4528
b31a5677
JK
45292011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
4530
4531 * international/mule.el (sgml-html-meta-auto-coding-function):
4532 Add support for detecting encoding in HTML5 specified only as
4533 <meta charset="UTF-8">. Implementation just makes http-equiv and
4534 content-type parts from HTML4 encoding string optional. (Bug#9716)
4535
80c6d77f
GM
45362011-10-18 Glenn Morris <rgm@gnu.org>
4537
4538 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
4539
08b0fee8
CY
45402011-10-18 Chong Yidong <cyd@gnu.org>
4541
4542 * faces.el (cursor): Doc fix.
4543
67e729a5
CY
45442011-10-17 Chong Yidong <cyd@gnu.org>
4545
4546 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
4547
343a34ff 45482011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
4549
4550 * dirtrack.el (dirtrack): Support shell buffers with path
4551 prefixes, e.g. tramp-based remote shells. (Bug#9647)
4552
0bc06380
TZ
45532011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
4554
4555 * json.el: Bump version to 1.3 and note change in History.
4556 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
4557
8b79f3e0
SM
45582011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4559
5a7c536b
SM
4560 * comint.el (comint-insert-input, comint-send-input)
4561 (comint-get-old-input-default, comint-backward-matching-input)
4562 (comint-next-prompt): Use nil instead of `input' for field property of
4563 past user input (bug#114).
4564
96a8a0df
SM
4565 * minibuffer.el (completion--replace): Inherit surrounding properties
4566 (bug#114).
4567 (minibuffer-complete-and-exit): Use it.
4568
8b79f3e0
SM
4569 * comint.el (comint--table-subvert): Quote the all-completions output
4570 (bug#9160).
4571
b8f7ff0d
MR
45722011-10-17 Martin Rudalics <rudalics@gmx.at>
4573
8b79f3e0 4574 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 4575
b8f7ff0d 4576 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 4577 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
4578 entries and separate them from frame entries.
4579
c235b555
GM
45802011-10-15 Glenn Morris <rgm@gnu.org>
4581
4582 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
4583 Doc fixes.
4584
6bbfa6e1
CY
45852011-10-15 Chong Yidong <cyd@stupidchicken.com>
4586
8b79f3e0
SM
4587 * net/network-stream.el (network-stream-open-starttls):
4588 Improve detection of failure due to lack of TLS support.
ec5c990d 4589
6bbfa6e1
CY
4590 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
4591 putting the input text in front and in bold.
4592
98488977
SM
45932011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4594
3d1337be
SM
4595 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
4596
ee0b45e4
SM
4597 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
4598 empty buffer.
4599
98488977
SM
4600 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
4601 unread-command-events rather than pushing yet-another event.
4602
186f4720
EZ
46032011-10-14 Eli Zaretskii <eliz@gnu.org>
4604
4605 * mail/sendmail.el (sendmail-query-once): Improve the wording of
4606 the explanation of the possible choices. Make the options passed
4607 to completing-read shorter.
4608
8b7a997c
AM
46092011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4610
4611 * textmodes/flyspell.el (flyspell-large-region): Make sure
4612 extended character mode is used if defined (Bug#1339).
4613
12587bbb
EZ
46142011-10-13 Eli Zaretskii <eliz@gnu.org>
4615
4616 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
4617 character info for LRE, LRO, RLE, and RLO characters by appending
4618 an invisible PDF.
12587bbb 4619
bad41229
SM
46202011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4621
4622 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
4623 even in case of error; add debug spec; simplify data flow.
4624 (with-timeout-handler): Remove.
4625
28dbc92f
MA
46262011-10-12 Michael Albinus <michael.albinus@gmx.de>
4627
4628 Fix Bug#6019, Bug#9315.
4629
4630 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
4631 complete `buffer-file-name', the local file name part could look
4632 remotely (for example on VMS).
4633
4634 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
4635 `tramp-run-real-handler'.
4636 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
4637 already quoted by '"'.
4638
4639 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
4640 Let `file-name-handler-alist' be nil, the local file name part
4641 could look remotely (for example on VMS).
4642
e1b0b23a
SM
46432011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4644
4645 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
4646 from here...
4647 (flyspell-post-command-hook): ...to here.
4648
a120bde9
SM
46492011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4650
4651 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
4652 if not needed.
4653 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
4654 using completion. Protect against "slow" callers.
4655 Remove the "message hack".
4656
7ce7717b
JL
46572011-10-11 Juri Linkov <juri@jurta.org>
4658
4659 * isearch.el (isearch-lazy-highlight-word): New variable.
4660 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
4661 Use it. (Bug#9727)
4662
c02ee9d6
GM
46632011-10-11 Glenn Morris <rgm@gnu.org>
4664
4665 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
4666 like f90-previous-statement does.
4667
93e616fd 46682011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4669
1f190e73 4670 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
4671 only in interactive use, to avoid error.
4672
af7b6078
SM
46732011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4674
4675 * minibuffer.el (completion-file-name-table): Fix last change,
4676 i.e. ignore normal errors but not the other ones.
4677
0563dae9
MR
46782011-10-10 Martin Rudalics <rudalics@gmx.at>
4679
4680 * window.el (special-display-buffer-names)
4681 (special-display-regexps): Remove some remnants of earlier
4682 changes from doc-strings.
366ca7f3
MR
4683 (quit-windows-on): New function.
4684
4685 * vc/vc.el (vc-revert, vc-rollback):
4686 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
4687 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 4688 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 4689
49677495
MR
46902011-10-09 Martin Rudalics <rudalics@gmx.at>
4691
4692 * window.el (frame-auto-hide-function): Add version tag.
4693 (Bug#9699)
4694
56f2d1e1
MA
46952011-10-09 Michael Albinus <michael.albinus@gmx.de>
4696
4697 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
4698 condition.
4699
112a6592
LL
47002011-10-09 Leo Liu <sdl.web@gmail.com>
4701
4702 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
4703 (Bug#9701)
4704
0812589b
GM
47052011-10-08 Glenn Morris <rgm@gnu.org>
4706
4707 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
4708 before the first code statement zero indent. (Bug#9690)
4709
b2b0776e
CY
47102011-10-08 Chong Yidong <cyd@stupidchicken.com>
4711
4712 * simple.el (count-words-region): Always count in the region.
4713 Report the number of lines and characters too.
4714 (count-words): New command, which counts in the buffer if the
4715 region is inactive, as count-words-region used to.
4716 (count-words--message): New function. Handle plurals.
4717 (count-lines-region): Make it an alias for count-words-region.
4718
4719 * bindings.el (esc-map): Replace count-lines-region with
4720 count-words-region.
4721
c557cd6b
MR
47222011-10-08 Martin Rudalics <rudalics@gmx.at>
4723
4724 * window.el (window--delete): Delete dedicated frame
4725 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 4726 (switch-to-buffer): Fix doc-string typo.
c557cd6b 4727
61a57ef4 47282011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4729
3a7d293b 4730 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 4731
c3833279
CY
47322011-10-07 Chong Yidong <cyd@stupidchicken.com>
4733
4734 * bindings.el ([M-left],[M-right]): Bind to left-word and
4735 right-word respectively.
4736
21ce8245
GM
47372011-10-07 Glenn Morris <rgm@gnu.org>
4738
4739 * cus-start.el (debug-on-quit): Fix custom type.
4740
6d823bb2
LMI
47412011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4742
0181e193
LMI
4743 * subr.el (define-key-after): Clarify that the function is not
4744 useful for non-menu keymaps.
4745
6d823bb2
LMI
4746 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
4747
8e3459ce 47482011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4749
21ce8245 4750 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 4751 in current minibuffer (Fix bug with recursive minibuffers).
4752
a1c2d21e
CY
47532011-10-06 Chong Yidong <cyd@stupidchicken.com>
4754
4755 * progmodes/gdb-mi.el (gdb): Doc fix.
4756
5a4cf282
MR
47572011-10-05 Martin Rudalics <rudalics@gmx.at>
4758
4759 * window.el (frame-auto-hide-function): New option replacing
4760 frame-auto-delete. Suggested by Stefan Monnier.
4761 (window--delete): Call frame-auto-hide-function instead of
4762 investigating frame-auto-delete.
c96111ea
MR
4763 (window-point-1, set-window-point-1): New functions.
4764 (window-in-direction, record-window-buffer, window-state-get-1)
4765 (display-buffer-record-window): Use window-point-1 instead of
4766 window-point.
4767 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 4768
9854542e
SM
47692011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4770
4771 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
4772
8943cfb0
GM
47732011-10-05 Glenn Morris <rgm@gnu.org>
4774
4775 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
4776 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
4777
647ab967
LL
47782011-10-05 Leo Liu <sdl.web@gmail.com>
4779
4780 * subr.el (read-char-choice): Fix argument to buffer-live-p which
4781 works with buffer object.
4782
3ddfbced
SM
47832011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4784
4785 * mpc.el (mpc-tool-bar-map): Add labels.
4786
bdfa5dd2
GM
47872011-10-04 Glenn Morris <rgm@gnu.org>
4788
4789 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4790
0e2070b5
MR
47912011-10-04 Martin Rudalics <rudalics@gmx.at>
4792
4793 * window.el (window--delete): New function.
4794 (frame-auto-delete): Resuscitate option.
4795 (bury-buffer, replace-buffer-in-windows)
4796 (quit-window): Rewrite using window--delete.
4797 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4798 Pass display-buffer-mark-dedicated to window--display-buffer-2
4799 (Bug#9639).
4800
3dc61a09
SM
48012011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4802
915a9b64
SM
4803 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4804 returns a list (bug#9554). Add remote file name completion.
4805 * comint.el (comint--table-subvert): Curry and get quote&unquote
4806 functions as arguments.
4807 (comint--complete-file-name-data): Adjust call accordingly.
4808 * pcomplete.el (pcomplete--table-subvert): Remove.
4809 (pcomplete-completions-at-point): Use comint--table-subvert instead.
4810
3dc61a09
SM
4811 * minibuffer.el (completion-table-case-fold): Use currying.
4812 (completion--styles-type, completion--cycling-threshold-type):
4813 New constants.
4814 (completion-styles, completion-category-overrides)
4815 (completion-cycle-threshold): Use them.
4816 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
4817 completion-table-case-fold.
4818
8ea0a993
SB
48192011-10-03 Stephen Berman <stephen.berman@gmx.net>
4820
4821 * minibuffer.el (completion-category-overrides): Fix type of styles
4822 and add more user friendly tags (bug#9660).
4823
8c24b7f6
SM
48242011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4825
4826 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4827 (mule-input-method-string): New widget.
4828 (default-input-method, language-info-custom-alist): Use it.
4829
428fe61a
SM
48302011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4831
32c1fffd
SM
4832 * pcomplete.el: Require comint.
4833 (pcomplete--common-suffix): Remove.
4834 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4835 (pcomplete--table-subvert): Sync with comint--table-subvert.
4836 (pcomplete--entries): Use comint-completion-file-name-table.
4837 * comint.el (comint-unquote-filename): Simplify.
4838 (comint-completion-file-name-table): New function (bug#9616).
4839 (comint--complete-file-name-data): Use it.
4840
428fe61a
SM
4841 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4842 (pcmpl-gnu-tar-buffer): Remove.
4843 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
4844 around. Make sure pcomplete-suffix-list is only changed temporarily.
4845 Don't look inside the tar's file if it's too large.
428fe61a 4846
04c52e2f
CY
48472011-10-01 Chong Yidong <cyd@stupidchicken.com>
4848
ce3cefcc
CY
4849 * cus-edit.el (custom-mode-map):
4850 * epa.el (epa-key-list-mode-map):
4851 * man.el (Man-mode-map):
4852 * startup.el (splash-screen-keymap):
4853 * simple.el (special-mode-map): Use scroll-up-command and
4854 scroll-down-command.
4855
4856 * progmodes/idlw-help.el (idlwave-help-mode-map):
4857 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4858 * net/newst-plainview.el (newsticker-mode-map):
4859 * emulation/ws-mode.el (wordstar-mode-map):
4860 * emulation/vi.el (vi-com-map):
4861 * calc/calc-graph.el (calc-graph-show-dumb):
4862 * term/sun.el (terminal-init-sun):
4863 * term/ns-win.el (global-map):
4864 * progmodes/grep.el (grep-mode-map):
4865 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4866 * mail/rmail.el (rmail-mode-map):
4867 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4868
04c52e2f
CY
4869 * custom.el (custom-safe-themes, load-theme): Treat value of t for
4870 custom-safe-themes as special.
4871
79adf8c8
JD
48722011-10-01 Julien Danjou <julien@danjou.info>
4873
4874 * notifications.el (notifications-notify): Fix docstring.
4875
63bd50d3
PS
48762011-10-01 Per Starbäck <per@starback.se>
4877
4878 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
4879
199e4c7e
MR
48802011-09-30 Martin Rudalics <rudalics@gmx.at>
4881
4882 * startup.el (command-line-1): Fix last fix by inserting
4883 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 4884 (Bug#9605) and (Bug#9636)
199e4c7e 4885
fe5f08dd
EZ
48862011-09-29 Eli Zaretskii <eliz@gnu.org>
4887
4888 * simple.el (line-move): If auto-hscroll-mode is disabled and the
4889 window is hscrolled, move by logical lines. (Bug#9607)
4890 (line-move-visual): Update the doc string to the above effect.
4891
b5516bbd
MR
48922011-09-29 Martin Rudalics <rudalics@gmx.at>
4893
ccee00c0
MR
4894 * window.el (display-buffer-record-window): When WINDOW is the
4895 selected window use `point' instead of `window-point'. (Bug#9626)
4896
b5516bbd
MR
4897 * startup.el (command-line-1): Use insert-before-markers when
4898 inserting initial-scratch-message. (Bug#9605)
ccee00c0 4899
b5516bbd
MR
4900 * help.el (help-window): Remove variable.
4901
52aa0014
GM
49022011-09-29 Glenn Morris <rgm@gnu.org>
4903
4904 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4905
df9a7357
JB
49062011-09-29 Juanma Barranquero <lekktu@gmail.com>
4907
4908 * descr-text.el (describe-char-categories): Accept category
4909 descriptions more than one line long.
4910
a8406c20
SM
49112011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4912
88d9610c
SM
4913 * simple.el (delete-trailing-whitespace): Fix last change.
4914
a5daf810
SM
4915 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4916 Don't confuse "y => 3" as the beginning of a `y' operation.
4917
a8406c20
SM
4918 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4919 object has more than 4 slots (bug#9613).
4920
a239d4e9
JB
49212011-09-28 Juanma Barranquero <lekktu@gmail.com>
4922
4923 * subr.el (with-output-to-temp-buffer):
4924 * net/quickurl.el (quickurl, quickurl-browse-url):
4925 Fix typos in docstrings.
4926
693fbdb6
EZ
49272011-09-27 Eli Zaretskii <eliz@gnu.org>
4928
4929 * minibuffer.el (completion-styles)
4930 (completion-category-overrides): Cross reference each other in doc
4931 strings.
4932
8b457e28
GM
49332011-09-27 Glenn Morris <rgm@gnu.org>
4934
4935 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4936 to split-string. (Bug#9606)
4937
85a16208
LMI
49382011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4939
4940 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4941 (bug#9615).
4942
502f9ebd
CY
49432011-09-27 Chong Yidong <cyd@stupidchicken.com>
4944
4945 * emacs-lisp/package.el (list-packages): Fix echo area message.
4946
7690bdea
LL
49472011-09-27 Leo Liu <sdl.web@gmail.com>
4948
4949 * ido.el (ido-read-internal): Accept cons cell HIST arg.
4950
e2ee6f30
MA
49512011-09-25 Michael Albinus <michael.albinus@gmx.de>
4952
4953 * net/dbus.el (dbus-unregister-object): Don't release services for
4954 registered signals. (Bug#9581)
4955
f3f98342
TZ
49562011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4957
4958 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4959 function that picks between cfengine 2 and 3 support
4960 automatically. Update docs accordingly.
4961
dd7aa8dd
KH
49622011-09-22 Kenichi Handa <handa@m17n.org>
4963
4964 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4965 ZERO.
4966 (indian-itrans-v5-table-for-tamil): New variable.
4967 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4968
3f2b07f8
KM
49692011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
4970
4971 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4972 that's true if the current command involved collapsing of text.
4973 It's reset to false at the beginning of the next command.
4974 (allout-post-command-business): Move the cursor to the beginning
4975 of entry if the cursor is hidden and collapsing activity just
4976 happened.
4977
371d6a61
CY
49782011-09-24 Chong Yidong <cyd@stupidchicken.com>
4979
4980 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4981 tracking (Bug#9541).
4982
2ac2721a
UJ
49832011-09-24 Ulf Jasper <ulf.jasper@web.de>
4984
4985 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
4986 (newsticker-show-news): Automatically load html rendering package
4987 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
4988 because w3m-fill-column is let-bound" and the error "Symbol's value
4989 as variable is void: w3m-fill-column".
2ac2721a 4990
fac7ae53
MA
49912011-09-24 Michael Albinus <michael.albinus@gmx.de>
4992
4993 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4994 Release services only if they are defined. (Bug#9581)
4995
e08b633b
RS
49962011-09-23 Richard Stallman <rms@gnu.org>
4997
e488d29c
RS
4998 * textmodes/paragraphs.el (forward-sentence): For backwards case,
4999 distinguish start of paragraph from start of its text.
5000
19c38752
RS
5001 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
5002
e08b633b
RS
5003 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
5004 (rmail-generate-viewer-buffer): Put that hook on view buffer.
5005 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
5006
0a39f27e
AS
50072011-09-23 Andreas Schwab <schwab@linux-m68k.org>
5008
5009 * international/mule-diag.el (mule-diag): Insert a newline after
5010 each fontset description.
5011
db4e950d
SM
50122011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5013
5014 * simple.el (delete-trailing-whitespace):
5015 Document last change; simplify.
5016
eca3f3ea
PW
50172011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
5018
d68e189a
PW
5019 * simple.el (delete-trailing-whitespace): Also delete
5020 extra newlines at the end of the buffer.
5021
eca3f3ea
PW
5022 * textmodes/picture.el: Make motion commands obey shift-select-mode.
5023 (picture-newline): Use forward-line so as to ignore fields.
5024
01c157cc
SM
50252011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5026
5027 * subr.el (with-wrapper-hook): Fix edebug spec.
5028
022de23e
LMI
50292011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5030
5031 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
5032 (bug#4538).
5033
91683089
MA
50342011-09-23 Michael Albinus <michael.albinus@gmx.de>
5035
eca3f3ea
PW
5036 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
5037 Fix nasty bug using wrong cached values.
91683089 5038
5bdd6fa4
AM
50392011-09-23 Alan Mackenzie <acm@muc.de>
5040
5041 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
5042
97adfb97
CY
50432011-09-23 Chong Yidong <cyd@stupidchicken.com>
5044
5045 * window.el (pop-to-buffer): Ensure right window is selected if we
5046 chose another frame.
5047
d4ef2b50
EZ
50482011-09-22 Eli Zaretskii <eliz@gnu.org>
5049
5050 * simple.el (what-cursor-position): Use get-char-property-change
5051 and next-single-char-property-change, to be able to show display
5052 properties that come from overlays as well as text properties.
5053
72258fe5
CY
50542011-09-22 Chong Yidong <cyd@stupidchicken.com>
5055
5056 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
5057
5058 * cmuscheme.el (run-scheme, switch-to-scheme):
5059 * cus-edit.el (customize-group, custom-buffer-create)
5060 (customize-browse):
5061 * info.el (info):
5062 * shell.el (shell):
5063 * mail/sendmail.el (mail):
5064 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
5065
8f098516
RS
50662011-09-22 Richard Stallman <rms@gnu.org>
5067
5068 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
5069 move back only to line beg, don't move back over blank lines.
5070
e74f1bb6
MA
50712011-09-22 Michael Albinus <michael.albinus@gmx.de>
5072
5073 * files.el (copy-directory): Set directory attributes only in case
5074 they could be retrieved from the source directory. (Bug#9565)
5075
bfeef8b6
DK
50762011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
5077
5078 * progmodes/hideshow.el (hs-looking-at-block-start-p)
5079 (hs-find-block-beginning, hs-hide-level-recursive):
5080 Ignore strings as well as comments. (Bug#9502)
5081
7e423bb8
AS
50822011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
5083
5084 * progmodes/sql.el (sql-comint-postgres):
5085 Convert port number to a string. (Bug#9566)
5086
b4d72fcf
MR
50872011-09-22 Martin Rudalics <rudalics@gmx.at>
5088
5089 * window.el (quit-window): Undedicate window when switching to
5090 previous buffer. Reported by Thierry Volpiatto
5091 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
5092 (special-display-popup-frame): When popping up a new frame reset
5093 its previous buffers to nil. Simplify code.
b4d72fcf 5094
a7b88dc6
MA
50952011-09-21 Michael Albinus <michael.albinus@gmx.de>
5096
5097 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
5098 and process filter, as done also in `shell-command'.
5099
cf4eacfd
MR
51002011-09-21 Martin Rudalics <rudalics@gmx.at>
5101
eca3f3ea 5102 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
5103 Call set-window-start with NOFORCE argument t.
5104 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
5105 (quit-window): Reword doc-string. Handle new format of
5106 quit-restore parameter. Don't delete window if it has a
5107 previous buffer we can show instead of the present one.
5108 (display-buffer-record-window): Rewrite using a new format for
5109 the quit-restore window parameter
5110 (special-display-popup-frame, display-buffer-same-window)
5111 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5112 (display-buffer-pop-up-window, display-buffer-use-some-window):
5113 Adapt symbol passed to display-buffer-record-window.
5114 * help.el (help-window-setup): Handle new format of quit-restore
5115 parameter.
5116
8d28cb95
SM
51172011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5118
94ab793f
SM
5119 * faces.el (face-list): Fix docstring (bug#9564).
5120
8d28cb95
SM
5121 * window.el (display-buffer--action-function-custom-type):
5122 Don't include internal functions in the Custom interface.
5123
3820edeb
JL
51242011-09-20 Juri Linkov <juri@jurta.org>
5125
5126 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
5127 (Info-forward-node, Info-backward-node, Info-next-preorder)
5128 (Info-last-preorder): Use it. (Bug#9528)
5129
5147931d
JL
51302011-09-20 Juri Linkov <juri@jurta.org>
5131
5132 * info.el (Info-last-preorder): Visit last menu item only when
5133 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
5134
cf499a1a
JD
51352011-09-20 Julien Danjou <julien@danjou.info>
5136
5137 * password-cache.el (password-cache-remove): Remove entries even if the
5138 value is nil, so that password with a nil value (negative caching) is
5139 possible to invalidate.
5140
f84e2fe2
LM
51412011-09-20 Lawrence Mitchell <wence@gmx.li>
5142
5143 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
5144 all whitespace around breakpoint. (Bug#9553)
5145 (f90-find-breakpoint): Only break at whitespace inside a comment.
5146
78054a46
SM
51472011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5148
5149 * minibuffer.el (completion-file-name-table): Keep track of errors.
5150 (completion-table-with-predicate): Handle the case where pred1 is nil.
5151 * pcomplete.el (pcomplete-completions-at-point): Simplify.
5152
345083b2
SM
51532011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5154
e24e27be
SM
5155 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
5156 (debugger-return-value): Signal an error if the debugging context does
5157 not await any return value.
5158
345083b2
SM
5159 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
5160 * image-mode.el (image-toggle-display-text)
5161 (image-toggle-display-image): Stay away from evil `intangible'.
5162
08d355e3
LL
51632011-09-19 Leo Liu <sdl.web@gmail.com>
5164
5165 * replace.el (occur-revert-arguments): Make it permanent-local.
5166 (occur-mode): Don't call font-lock-defontify.
5167
f01da43f
CY
51682011-09-19 Chong Yidong <cyd@stupidchicken.com>
5169
5170 * net/ldap.el (ldap-search-internal): Don't push empty search
5171 result (Bug#9508).
5172
b6072fa6
SM
51732011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5174
5175 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
5176
443d6696
MA
51772011-09-19 Michael Albinus <michael.albinus@gmx.de>
5178
5179 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
5180 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
5181
7cc6e154
JL
51822011-09-18 Juri Linkov <juri@jurta.org>
5183
5184 * buff-menu.el (Buffer-menu-mode-map):
5185 * dired.el (dired-mode-map):
5186 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
5187 (lisp-interaction-mode-map):
5188 * emacs-lisp/package.el (package-menu-mode-map):
5189 * epa.el (epa-key-list-mode-map):
5190 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
5191 (menu-bar-options-menu):
5192 * outline.el (outline-mode-menu-bar-map):
5193 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
5194 * vc/vc-dir.el (vc-dir-menu-map):
5195 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
5196 Capitalize non-function content words in menu item strings.
5197
5198 * dired.el (dired-mode-map): Add menu item for
5199 `image-dired-dired-toggle-marked-thumbs'.
5200
80302a81
JL
52012011-09-18 Juri Linkov <juri@jurta.org>
5202
5203 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
5204 to `isearch-case-fold-search' and restore its original value
5205 after the `isearch-mode' call.
5206
46c5cf66
JL
52072011-09-18 Juri Linkov <juri@jurta.org>
5208
5209 * progmodes/grep.el (grep-process-setup): Don't check code for 1
5210 because `zgrep' returns 1 for successful matches (bug#9226).
5211
d18b513b
JL
52122011-09-18 Juri Linkov <juri@jurta.org>
5213
5214 * info.el (Info-extract-menu-node-name): Check the second match
5215 for empty string (second test-case of bug#9528).
5216 (Info-last-preorder): Let-bind `Info-history' to nil to not add
5217 intermediate nodes to the history (first test-case of bug#9528).
5218
72753f87
JL
52192011-09-18 Juri Linkov <juri@jurta.org>
5220
5221 * info.el (Info-mode-syntax-table): New variable.
1154d12e 5222 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 5223
c9384295
JL
52242011-09-18 Juri Linkov <juri@jurta.org>
5225
1154d12e
JB
5226 * info.el (Info-file-supports-index-cookies):
5227 Increment line-beginning-position's arg from 3 to 4 because makeinfo
5228 outputs one more line for long file names (bug#4142).
c9384295 5229
d473dce8
CY
52302011-09-18 Chong Yidong <cyd@stupidchicken.com>
5231
5232 * newcomment.el (comment-normalize-vars): If prompting for
5233 comment-start, set comment-start-skip too (Bug#8424).
5234
2176854d
JB
52352011-09-18 Johan Bockgård <bojohan@gnu.org>
5236
5237 * icomplete.el: Fix previous fix of Bug#5849.
5238 (icomplete-mode): Don't set completion-show-inline-help.
5239 (icomplete-minibuffer-setup): Set completion-show-inline-help
5240 locally during icompletion.
5241
3aace4e4
CY
52422011-09-18 Chong Yidong <cyd@stupidchicken.com>
5243
c940224f
CY
5244 * woman.el (woman2-process-escapes): Don't delete unrecognized
5245 escapes (Bug#7843).
5246
3aace4e4
CY
5247 * files.el (inhibit-first-line-modes-regexps): Add image files.
5248 (hack-local-variables-prop-line): Return nil for malformed
5249 prop-lines (Bug#9044).
5250
710dec63
MA
52512011-09-18 Michael Albinus <michael.albinus@gmx.de>
5252
5253 * net/tramp.el (top): Don't require 'shell.
5254 (tramp-methods): Fix docstring.
5255 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
5256 Return complete remote file name. Handle "smb" case.
5257 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
5258 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
5259
5260 * net/tramp-compat.el (top): Require 'shell.
5261
5262 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5263 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
5264 `tramp-current-host'.
5265 (tramp-get-remote-tmpdir): Remove.
5266
5267 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
5268 `tramp-tmpdir' entries.
5269 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
5270 (tramp-smb-handle-file-attributes): Ignore errors.
5271 (tramp-smb-wait-for-output): Check also for process end.
5272
5d5ac8ec
LMI
52732011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5274
5275 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
5276 when sending QUIT (bug#9312).
5277
8c0f49f0
CY
52782011-09-17 Chong Yidong <cyd@stupidchicken.com>
5279
5280 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
5281 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
5282 occur-mode-display-occurrence.
5283 (occur-edit-mode): Add usage message.
5284 (occur-cease-edit): New command.
5285 (occur-after-change-function): Use text properties to find the
5286 position of the prefix text.
5287 (occur-engine): Set stickiness of prefix text properties.
5288
8f1383f7
GM
52892011-09-17 Glenn Morris <rgm@gnu.org>
5290
5291 * progmodes/etags.el (complete-tag):
5292 Fix call to completion-in-region. (Bug#9526)
5293
744ba0e3
JL
52942011-09-17 Juri Linkov <juri@jurta.org>
5295
5296 * textmodes/ispell.el (ispell-word): Add to the error message
5297 the word, ispell program name and current dictionary (bug#9121).
5298 (ispell-tex-arg-end): Capitalize "error" in the error message.
5299
d9bbf400
AS
53002011-09-17 Andreas Schwab <schwab@linux-m68k.org>
5301
5302 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
5303 check. (Bug#4251)
5304
8da11505
JL
53052011-09-17 Juri Linkov <juri@jurta.org>
5306
5307 * window.el (window-safe-min-height, window-safe-min-width):
5308 Fix typos (followup to bug#9522).
5309
a91adc7e
SJ
53102011-09-17 Sven Joachim <svenjoac@gmx.de>
5311
5312 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
5313
064f328a
EZ
53142011-09-16 Eli Zaretskii <eliz@gnu.org>
5315
5316 * simple.el (line-move): If goal-column is set, move by logical
5317 lines, not by display lines. (Bug#971)
5318 (next-line, previous-line, goal-column, line-move-visual): Doc fix
5319 to reflect the above change.
5320
e69df516
SM
53212011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5322
5323 * image.el (imagemagick-register-types): Use regexp-opt.
5324
cbb0f9ab
CY
53252011-09-15 Chong Yidong <cyd@stupidchicken.com>
5326
5327 * window.el (display-buffer-base-action): Rename from
5328 display-buffer-default-action. Make default value empty.
5329 (display-buffer-overriding-action): Convert to defvar.
5330 (display-buffer-fallback-action): New var.
5331
25322144
CY
53322011-09-15 Chong Yidong <cyd@stupidchicken.com>
5333
5334 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
5335 declaration.
5336 (package--add-to-archive-contents): If there is a duplicate entry
5337 with an older version, remove it.
5338 (package-menu-mark-delete, package-menu-mark-install)
5339 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
5340 (package-menu-mark-obsolete-for-deletion):
5341 Use package-menu-get-status instead of a regexp search.
25322144
CY
5342 (package-menu-get-status): Use tabulated-list-entry.
5343 (package-menu-mark-upgrades): New command.
d770725a 5344 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
5345 (package-menu-execute): Do installation before deletion.
5346 (package-menu-refresh, package-menu-execute): Use derived-mode-p
5347 instead of checking major-mode.
5348 (package-menu--find-upgrades): New function.
5349
7520339c
LMI
53502011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5351
5352 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
5353 passwords in the log buffer.
65a046c4
LMI
5354 (smtpmail-process-filter): Update the process marker so that the
5355 "broken by peer" status message is inserted in the right place.
7520339c 5356
d3c30954
SM
53572011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5358
3fe48822
SM
5359 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
5360 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
5361 bibtex-completion-at-point-function.
5362 (bibtex-completion-at-point-function): Use them.
5363
1b8b3954
SM
5364 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
5365
d3c30954
SM
5366 * mpc.el (mpc-constraints-tag-lookup): New function.
5367 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
5368 also to browser "album|playlist".
5369
72779976
JL
53702011-09-14 Juri Linkov <juri@jurta.org>
5371
5372 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
5373 (isearch-edit-string): Use length of `isearch-string' when
5374 `isearch-fail-pos' returns nil.
5375 (isearch-message): Remove duplicate code and call
5376 `isearch-fail-pos' with arg `t'.
5377
a0bf2bcd
CY
53782011-09-14 Chong Yidong <cyd@stupidchicken.com>
5379
17bb0a2d
CY
5380 * replace.el (occur-mode-goto-occurrence): Don't force using other
5381 window (Bug#9499).
5382
a0bf2bcd
CY
5383 * dired-aux.el (dired-do-chmod): Don't provide initial input.
5384
f678e0b6
MR
53852011-09-14 Martin Rudalics <rudalics@gmx.at>
5386
5387 * window.el (display-buffer-window): Remove.
5388 (display-buffer-record-window): Use help-setup window parameter
5389 instead of variable display-buffer-window.
5390 (display-buffer-function, special-display-buffer-names)
5391 (special-display-function): Mention help-setup parameter instead
5392 of display-buffer-window in doc-string.
d3c30954
SM
5393 * help.el (help-window-setup): New argument help-window.
5394 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
5395 Reword some messages.
5396 (with-help-window): Pass window used for displaying the buffer
5397 to help-window-setup. Don't set display-buffer-window.
5398
8e39b2e8
GM
53992011-09-13 Glenn Morris <rgm@gnu.org>
5400
5401 * emacs-lisp/debug.el (debugger-make-xrefs):
5402 Preserve point. (Bug#9462)
5403
85e9c04b
CY
54042011-09-13 Chong Yidong <cyd@stupidchicken.com>
5405
5406 * window.el (window-deletable-p): Use next-frame.
5407
1b36ed6a
MR
54082011-09-13 Martin Rudalics <rudalics@gmx.at>
5409
5410 * window.el (window-auto-delete): Remove.
5411 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 5412 dedication and previous buffers.
1b36ed6a
MR
5413 (switch-to-prev-buffer): Don't delete window.
5414 (delete-windows-on): Delete a window's frame if and only if the
5415 window is dedicated.
5416 (replace-buffer-in-windows): Delete buffer's window or frame if
5417 and only if window is dedicated.
5418 (quit-window): Handle quit-restore as before last change.
4d61f28d 5419 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 5420
ef8ef9fb
CY
54212011-09-13 Chong Yidong <cyd@stupidchicken.com>
5422
5423 * window.el (window-deletable-p): Never delete the last frame on a
5424 given terminal.
5425
b2cba41e
GM
54262011-09-13 Glenn Morris <rgm@gnu.org>
5427
5428 * help.el (describe-key-briefly): Copy previous standard-output change.
5429
51553db6 54302011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
5431
5432 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
5433
b7556719
GM
54342011-09-13 Glenn Morris <rgm@gnu.org>
5435
5436 * emacs-lisp/lisp-mode.el (lisp-indent-function):
5437 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
5438
64b51947
CY
54392011-09-12 Chong Yidong <cyd@stupidchicken.com>
5440
5441 * dired-aux.el (dired-mark-read-string): Don't return default
5442 value on empty input (Bug#9361).
5443 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
5444 Omit initial minibuffer contents.
5445 (dired-do-chmod): Signal an error on empty input.
5446 (dired-mark-read-string): Don't return default on empty input.
5447
5448 * files.el (file-modes-symbolic-to-number): Doc fix.
5449
393a301e
SM
54502011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5451
5452 * international/mule-cmds.el (ucs-completions): Remove.
5453 (read-char-by-name): Use complete-with-action instead; add metadata.
5454
fa5660f9
CY
54552011-09-11 Chong Yidong <cyd@stupidchicken.com>
5456
5457 * window.el (display-buffer--action-function-custom-type)
5458 (display-buffer--action-custom-type): New vars.
5459 (display-buffer-alist, display-buffer-default-action)
5460 (display-buffer-overriding-action): Add defcustom types.
5461
4a592f66
CY
5462 * frame.el (delete-other-frames): Doc fix (Bug#276).
5463
73d56dbd
LMI
54642011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5465
5466 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
5467
37ac18a3
CY
54682011-09-11 Chong Yidong <cyd@stupidchicken.com>
5469
5470 Change modes that used same-window-* vars to use switch-to-buffer.
5471
5472 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
5473 Use switch-to-buffer.
5474
5475 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
5476 (customize-browse, custom-buffer-create-other-window):
5477 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
5478
5479 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
5480 (Info-prev, Info-up, Info-speedbar-goto-node)
5481 (info-display-manual): Use switch-to-buffer.
5482 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
5483
5484 * mail/sendmail.el (mail): Use switch-to-buffer.
5485 (mail-recover): Use switch-to-buffer-other-window.
5486
5487 * cmuscheme.el (run-scheme, switch-to-scheme):
5488 * ielm.el (ielm):
5489 * shell.el (shell):
5490 * net/rlogin.el (rlogin):
5491 * net/telnet.el (telnet, rsh):
5492 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
5493
10195bd6
AS
54942011-09-11 Andreas Schwab <schwab@linux-m68k.org>
5495
5496 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
5497
b322f63a
LMI
54982011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5499
39d7fed6
LMI
5500 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
5501 so don't mention it (bug#9301).
ba5a81f1 5502 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 5503
ee0e9f11
LMI
5504 * faces.el (face-spec-set-match-display): Make `(type graphic)'
5505 match `x', `w32' and `ns', like the manual says (bug#9029).
5506
0b1c89c1 5507 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
5508 (process-kill-buffer-query-function): Mention the buffer name in
5509 the query.
0b1c89c1 5510
77549ea8
LMI
5511 * image-mode.el (image-next-line): The line parameter is mandatory
5512 (bug#9258).
5513
803ef892
LMI
5514 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
5515 which can be useful (bug#9301).
5516
12980837
LMI
5517 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
5518
91054f8f
LMI
5519 * subr.el (match-string): Mention that the current buffer should
5520 be the same as the search was done in (bug#9282).
5521
b322f63a
LMI
5522 * facemenu.el: Disable the remove-* commands if the mark isn't
5523 active (bug#9162).
5524
3199b96f
CY
55252011-09-10 Chong Yidong <cyd@stupidchicken.com>
5526
5527 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
5528 of display-buffer.
5529 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
5530
5531 * replace.el (occur-mode-goto-occurrence)
5532 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
5533 and display-buffer.
5534
5535 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
5536 display-buffer.
5537
5538 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
5539 special-display and same-window variables.
5540 (mail-other-window): Use switch-to-buffer-other-window.
5541 (mail-other-frame): USe switch-to-buffer-other-frame.
5542
393a301e
SM
5543 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
5544 Use display-buffer-other-frame.
3199b96f
CY
5545 (gdb-display-gdb-buffer): Use pop-to-buffer.
5546
5547 * progmodes/gud.el (gud-goto-info): Use info-other-window.
5548
5549 * progmodes/python.el: Don't set same-window-buffer-names.
5550
5551 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
5552
5553 * window.el (display-buffer-alist): Add *Python*.
5554
8319e0bf
CY
55552011-09-10 Chong Yidong <cyd@stupidchicken.com>
5556
5557 * window.el (display-buffer-alist): Add entry for buffers
5558 previously handled same-window-*.
5559 (display-buffer-alist, display-buffer-default-action)
5560 (display-buffer-overriding-action): Mark as risky.
5561 (display-buffer-alist): Document action function changes.
5562 (display-buffer--same-window-action)
5563 (display-buffer--other-frame-action): New variables.
5564 (switch-to-buffer, display-buffer-other-frame): Use them.
5565 (display-buffer): Rename reuse-frame entry to reusable-frames.
5566 (display-buffer-reuse-selected-window): Function deleted.
5567 (display-buffer-reuse-window): Handle reusable-frames alist entry.
5568 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
5569 (display-buffer-special): New function.
5570 (display-buffer--maybe-pop-up-frame-or-window): Rename from
5571 display-buffer-reuse-or-pop-window. Split off special-display
5572 part into display-buffer-special.
5573 (display-buffer-use-some-window): Don't perform any special
5574 pop-up-frames handling.
5575 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 5576 (display-buffer--maybe-same-window): Rename from
0d3ff375 5577 display-buffer-maybe-same-window.
8319e0bf 5578
919a69aa
CY
5579 * info.el: Don't set same-window-regexps.
5580 (info-setup): New function.
5581 (info-other-window, info): Call it.
5582
5583 * cus-edit.el: Don't set same-window-regexps.
5584 (customize-group): New argument.
5585 (customize-group-other-window): Use it.
5586 (customize-face, customize-face-other-window): Likewise.
5587 (custom-buffer-create-other-window): Use pop-to-buffer directly.
5588
8319e0bf
CY
5589 * net/rlogin.el:
5590 * net/telnet.el:
5591 * progmodes/gud.el: Don't set same-window-regexps.
5592
5593 * cmuscheme.el:
5594 * ielm.el:
5595 * shell.el:
5596 * mail/sendmail.el:
5597 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
5598
25173000
JL
55992011-09-10 Juri Linkov <juri@jurta.org>
5600
5601 * isearch.el (isearch-edit-string): Remove obsolete mention of
5602 `C-w' (`isearch-yank-word-or-char') from docstring.
5603 (isearch-query-replace): Fix typo in docstring (bug#9466).
5604
056e44ef
JL
56052011-09-10 Juri Linkov <juri@jurta.org>
5606
5607 * paren.el (show-paren-function): Don't show escaped parens.
5608 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
5609
c3760c17
EZ
56102011-09-10 Eli Zaretskii <eliz@gnu.org>
5611
5612 * mail/sendmail.el (mml-to-mime, mml-attach-file)
5613 (mm-default-file-encoding): Remove autoload forms, they are
5614 replaced with autoload cookies in mml.el and mm-encode.el.
5615 (mail-add-attachment): New command.
5616 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
5617 (mail-mode): Mention mail-insert-file and mail-add-attachment in
5618 the doc string.
5619 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
5620
fece895e
RT
56212011-09-10 Reuben Thomas <rrt@sc3d.org>
5622
e69df516
SM
5623 * simple.el (count-words-region): Use buffer if there's no region
5624 (bug#9429).
fece895e 5625
5e68ce4a
JL
56262011-09-09 Juri Linkov <juri@jurta.org>
5627
5628 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
5629 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
5630 (wdired-isearch-filter-read-only): New function. (Bug#6362)
5631
0a6b9622
AM
56322011-09-09 Alan Mackenzie <acm@muc.de>
5633
5634 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
5635 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
5636
14a29deb
EZ
56372011-09-09 Eli Zaretskii <eliz@gnu.org>
5638
5639 Fix for Savannah bug#9392.
5640 * simple.el (mail-encode-mml): New defvar.
5641
5642 * mail/rmail.el (mail-encode-mml): Add a defvar.
5643 (rmail-enable-mime-composing): Default to t.
5644 (rmail-forward): Use MIME method of forwarding only if both
5645 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
5646 Set mail-encode-mml non-nil if the MIME method was used.
5647
5648 * mail/sendmail.el (mml-to-mime): Add autoload form.
5649 (mail-encode-mml): Add a defvar.
5650 (mail-mode): Make mail-encode-mml buffer-local and initialize it
5651 to nil.
5652 (mail-send): If mail-encode-mml is non-nil, run the outgoing
5653 message through mml-to-mime, and reset mail-encode-mml to nil.
5654
28c45130
GM
56552011-09-09 Glenn Morris <rgm@gnu.org>
5656
5657 * woman.el (woman-if-body): When processing an .el block,
5658 do not delete the next .el block as well. (Bug#9447)
69f4b618 5659 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 5660
9b1c252e
MR
56612011-09-08 Martin Rudalics <rudalics@gmx.at>
5662
5663 * window.el (window-deletable-p): Make sure window is live before
5664 invoking window-prev-buffers.
5665
567457e3
LL
56662011-09-08 Leo Liu <sdl.web@gmail.com>
5667
5668 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
5669
97f05794
JL
56702011-09-08 Juri Linkov <juri@jurta.org>
5671
5672 * progmodes/compile.el (compilation-environment): Make it
5673 a defcustom (bug#8340).
5674
8b0874b5
MR
56752011-09-08 Martin Rudalics <rudalics@gmx.at>
5676
5677 * window.el (frame-auto-delete): Rename to window-auto-delete.
5678 Make it control auto-deletion of windows and/or frames.
5679 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 5680 for deleting window/frame. (Bug#9419)
8b0874b5
MR
5681 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
5682 Rewrite handling of case when window/frame can be deleted.
5683 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 5684 argument t. (Bug#9456)
8b0874b5 5685
4feb6e73
CY
56862011-09-07 Chong Yidong <cyd@stupidchicken.com>
5687
5688 * help-mode.el (help-mode): Restore autoload.
5689
91ab9c13
JL
56902011-09-07 Juri Linkov <juri@jurta.org>
5691
5692 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
5693 `compilation-environment'. Set buffer-local
5694 `compilation-environment' to `thisenv' later after (funcall mode).
5695 (Bug#8340)
5696
5697 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
5698 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
5699 instead of replacing its value. (Bug#8340)
5700
0527e251
JL
57012011-09-07 Juri Linkov <juri@jurta.org>
5702
5703 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
5704 based on text properties put by `grep-filter' instead of matching
5705 escape sequences.
5706 (grep-mode): Set buffer-local `compilation-error-screen-columns'
5707 to the value of `grep-error-screen-columns' (bug#9438).
5708
249f792c
JL
57092011-09-07 Juri Linkov <juri@jurta.org>
5710
5711 * simple.el (next-error-highlight, next-error-highlight-no-select):
5712 Doc fix (bug#9432).
5713
ff7271b9
OT
57142011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5715
5716 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5717 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
5718
183fc730
LL
57192011-09-07 Leo Liu <sdl.web@gmail.com>
5720
5721 * net/rcirc.el (rcirc-mode): Conditionally initialize
5722 rcirc-input-ring.
5723
77694924
SM
57242011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5725
5726 * emacs-lisp/find-func.el (find-function-C-source): Only set
5727 find-function-C-source-directory after checking that we found a source
5728 file there (bug#9440).
5729
d809b8eb
AM
57302011-09-06 Alan Mackenzie <acm@muc.de>
5731
5732 * isearch.el (isearch-other-meta-char): Wherever a key list is
5733 unread, "unread" the prefix arg, too. This fixes bug #8901.
5734
453de99f
OG
57352011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
5736
5737 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
5738
90439906
JL
57392011-09-05 Juri Linkov <juri@jurta.org>
5740
5741 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
5742
f62bd846
JL
57432011-09-05 Juri Linkov <juri@jurta.org>
5744
5745 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
5746 keeping point where processing of grep matches begins, and
5747 continue to delete remaining escape sequences from the same point.
5748 (grep-filter): Make leading zero optional in "0?1;31m" because
5749 git-grep emits "\033[1;31m" escape sequences unlike expected
5750 "\033[01;31m" as GNU Grep does (bug#9408).
5751 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
5752
045820ec
JL
57532011-09-05 Juri Linkov <juri@jurta.org>
5754
5755 * subr.el (y-or-n-p): Capitalize "yes".
5756
f5e29b9b
MA
57572011-09-04 Michael Albinus <michael.albinus@gmx.de>
5758
5759 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
5760 `tramp-cache-unload-hook' where appropriate.
5761 (tramp-methods): Rename `tramp-remote-sh' to
5762 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
5763 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
5764
5765 * net/tramp-sh.el (top): Don't require 'shell.
5766 (tramp-methods): Add `tramp-remote-shell' and
5767 `tramp-remote-shell-args' entries.
5768 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
5769 (tramp-sh-handle-shell-command): Remove.
5770 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5771 Use `tramp-remote-shell'.
5772
2784c434
CY
57732011-09-03 Chong Yidong <cyd@stupidchicken.com>
5774
393a301e 5775 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
5776 (sendmail-query-once): Save directly to send-mail-function.
5777 Update message-send-mail-function too.
5778
5779 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
5780
464cdf56
CS
57812011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5782
5783 * progmodes/python.el (python-mode-map): Use correct function to
5784 start python interpreter from menu-bar (as reported by Geert
5785 Kloosterman).
5786 (inferior-python-mode-map): Fix typo.
393a301e 5787 (python-shell-map): Remove.
464cdf56 5788
d37e5c87
DD
57892011-09-03 Deniz Dogan <deniz@dogan.se>
5790
5791 * net/rcirc.el (rcirc-print): Simplify code for
5792 rcirc-scroll-show-maximum-output. There is no need to walk
5793 through all windows to find the right one.
5794
f3ada0ee
CS
57952011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5796
5797 * help.el (help-return-method): Doc fix.
5798
1f3c99ca
MR
57992011-09-03 Martin Rudalics <rudalics@gmx.at>
5800
5801 * window.el (window-deletable-p): Don't return a non-nil value
5802 when there's a buffer that was shown in the window before.
5803 (Bug#9419)
393a301e
SM
5804 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5805 Set window's previous buffers to nil.
1f3c99ca 5806
a3cf097f
EZ
58072011-09-03 Eli Zaretskii <eliz@gnu.org>
5808
5809 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
5810 newline before and after the tag line, so it doesn't interfere
5811 with determining the paragraph direction of bidirectional text.
5812
3d03de90
LL
58132011-09-03 Leo Liu <sdl.web@gmail.com>
5814
5815 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
5816
c3313451
CY
58172011-09-02 Chong Yidong <cyd@stupidchicken.com>
5818
393a301e 5819 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
5820 (pop-to-buffer): Change interactive spec. Pass second argument
5821 directly to display-buffer.
5822 (display-buffer): Fix interactive spec. Use functionp to
5823 distinguish between a function and a list of functions.
5824
5825 * abbrev.el (edit-abbrevs):
5826 * arc-mode.el (archive-extract):
5827 * autoinsert.el (auto-insert):
5828 * bookmark.el (bookmark-bmenu-list):
5829 * files.el (find-file):
5830 * view.el (view-buffer):
5831 * progmodes/compile.el (compilation-goto-locus):
5832 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5833
89894cd8
CY
58342011-09-02 Chong Yidong <cyd@stupidchicken.com>
5835
5836 * window.el (display-buffer-alist): Doc fix.
5837 (display-buffer): Add docstring. Don't treat
5838 display-buffer-default specially.
5839 (display-buffer-reuse-selected-window)
5840 (display-buffer-same-window, display-buffer-maybe-same-window)
5841 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5842 (display-buffer-pop-up-window)
5843 (display-buffer-reuse-or-pop-window)
5844 (display-buffer-use-some-window): New functions.
5845 (display-buffer-default-action): Use them.
393a301e 5846 (display-buffer-default): Delete.
89894cd8
CY
5847 (pop-to-buffer-1): Fix choice of actions.
5848
ae0bc9fb
SM
58492011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5850
5851 * minibuffer.el (completion--insert-strings): Don't get confused by
5852 completion entries that end with an LF char.
5853
e9d90883
EZ
58542011-09-01 Eli Zaretskii <eliz@gnu.org>
5855
5856 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5857
437014c8
CY
58582011-09-01 Chong Yidong <cyd@stupidchicken.com>
5859
5860 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
5861 (display-buffer-same-window, display-buffer-other-window):
5862 New functions.
437014c8
CY
5863 (pop-to-buffer-1): New function. Use the above.
5864 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 5865 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
5866
5867 * view.el (view-buffer-other-window, view-buffer-other-frame):
5868 Just use pop-to-buffer.
5869
a5e063d5
TV
58702011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5871
5872 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
5873
793d32bb
WH
58742011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
5875
5876 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
5877
d65e4c15
RS
58782011-08-31 Richard Stallman <rms@gnu.org>
5879
5880 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5881 of the separation of rmail-view-buffer from rmail-buffer.
5882 If you say no to "replace original", the decrypt is in the
5883 view buffer. If you say yes, the decrypt goes into the
5884 rmail buffer also.
5885
f818cd2a
MR
58862011-08-31 Martin Rudalics <rudalics@gmx.at>
5887
5888 * window.el (display-buffer-window): Rewrite doc-string.
5889 (display-buffer-record-window): New function.
5890 (display-buffer-macro-specifiers)
5891 (display-buffer-even-window-sizes, display-buffer-set-height)
5892 (display-buffer-set-width, display-buffer-in-window)
5893 (display-buffer-reuse-window, display-buffer-split-specifiers)
5894 (display-buffer-side-specifiers, display-buffer-split-window-1)
5895 (display-buffer-split-window, display-buffer-split-atom-window)
5896 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5897 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5898 (display-buffer-other-window-means-other-frame)
5899 (display-buffer-normalize-special)
5900 (display-buffer-normalize-default)
5901 (display-buffer-normalize-argument)
5902 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5903 (display-buffer-normalize-specifiers, display-buffer-frame)
5904 (display-buffer-same-window, display-buffer-same-frame)
5905 (display-buffer-other-window)
5906 (display-buffer-same-frame-other-window)
5907 (display-buffer-other-frame, pop-to-buffer-same-window)
5908 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5909 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5910 (switch-to-buffer-same-frame)
5911 (switch-to-buffer-other-window-same-frame)
5912 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5913 (display-buffer-alist-set-1, display-buffer-alist-set-2)
5914 (display-buffer-alist-set): Remove.
5915 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
5916 (special-display-regexps, special-display-function):
5917 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
5918 parameter.
5919 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5920 (special-display-frame-alist, special-display-popup-frame)
5921 (same-window-buffer-names, same-window-regexps, same-window-p)
5922 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5923 (split-window-preferred-function, split-height-threshold)
5924 (split-width-threshold, window-splittable-p)
5925 (split-window-sensibly, window--try-to-split-window)
5926 (window--frame-usable-p, even-window-heights)
5927 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
5928 (window--display-buffer-2, display-buffer-other-frame):
5929 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
5930 (display-buffer-default, display-buffer-assq-regexp): New functions.
5931 (display-buffer-alist): Rewrite doc-string.
5932 (display-buffer-default-action)
5933 (display-buffer-overriding-action): New variables.
5934 (display-buffer, switch-to-buffer): Rewrite.
5935 (pop-to-buffer): Restore Emacs 23 behavior but use
5936 window-normalize-buffer-to-display.
5937 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5938 Restore Emacs 23 behavior but use
5939 window-normalize-buffer-to-switch-to.
5940 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
5941 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5942 Rewrite using Emacs 23 options.
f818cd2a 5943
5bc3b51d
MA
59442011-08-31 Michael Albinus <michael.albinus@gmx.de>
5945
5946 * net/tramp.el (tramp-root-regexp): Remove.
5947 (tramp-completion-file-name-regexp-unified)
5948 (tramp-completion-file-name-regexp-separate)
5949 (tramp-completion-file-name-regexp-url): Don't use leading volume
5950 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
5951 (tramp-drop-volume-letter): Simplify definition.
5952 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 5953
b1a4f8e1
SM
59542011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5955
5956 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5957 (bug#9356).
5958
5664fa7b
RT
59592011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
5960
b1a4f8e1 5961 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 5962
9a45d6c3
JL
59632011-08-29 Juri Linkov <juri@jurta.org>
5964
5965 * isearch.el (isearch-done): Don't display message "Mark saved"
5966 when arg `edit' is non-nil to prevent its flicker in the echo area.
5967
fb87e0fb
CY
59682011-08-28 Chong Yidong <cyd@stupidchicken.com>
5969
5970 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5971 obsolete packages for deletion.
5972
09ac1c2a
CS
59732011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
5974
5975 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 5976 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
5977 view-mode from help-mode.
5978 (help-xref-override-view-map): Remove.
5979 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5980 view-mode is not used anymore.
5981
7a1ff57f
CY
59822011-08-28 Chong Yidong <cyd@stupidchicken.com>
5983
5984 * server.el (server-port): Doc fix.
5985
b9696605
CY
5986 * cus-theme.el (custom-theme-choose-mode): Inherit from
5987 special-mode (Bug#9124).
5988 (custom-theme-choose-mode-map): Add special-mode to parent.
5989
ef8cdf8c
AM
59902011-08-28 Alan Mackenzie <acm@muc.de>
5991
5992 * progmodes/cc-fonts.el
5993 (c-make-font-lock-BO-decl-search-function): New function.
5994 (c-basic-matchers-after - "Fontify the clauses after various
5995 keywords"): Extract the three keyword lists for the 3 erroneous
5996 constructs from the list of four, and use the new function above
5997 in place of an old one.
5998
27de4e20
DD
59992011-08-28 Deniz Dogan <deniz@dogan.se>
6000
6001 * net/rcirc.el (rcirc-insert-prev-input)
6002 (rcirc-insert-next-input): Remove unused argument.
6003
356a3681
SM
60042011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
6007
3fc9b218
AM
60082011-08-27 Alan Mackenzie <acm@muc.de>
6009
6010 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
6011 handle function pointer parameters properly.
6012
538a061c
MR
60132011-08-27 Martin Rudalics <rudalics@gmx.at>
6014
6015 * window.el (display-buffer-reuse-window): Fix case where
6016 selected window was reused with non-nil OTHER-WINDOW argument.
6017 (Bug#9381)
6018
35b1c40c
DD
60192011-08-27 Deniz Dogan <deniz@dogan.se>
6020
6021 * net/rcirc.el (rcirc-check-auth-status): Adding support for
6022 oftc's NickServ messages.
6023
2f6a3e79
GM
60242011-08-27 Glenn Morris <rgm@gnu.org>
6025
6026 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
6027
7254299e
CY
60282011-08-26 Chong Yidong <cyd@stupidchicken.com>
6029
6030 * emacs-lisp/package.el (package-install): Call package-initialize
6031 if called interactively.
6032
f8ccf167
LL
60332011-08-26 Leo Liu <sdl.web@gmail.com>
6034
6035 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
6036
3e8cd5ce
JL
60372011-08-25 Juri Linkov <juri@jurta.org>
6038
6039 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
6040 `search-whitespace-regexp' (bug#9364).
6041
93eb7113
JL
60422011-08-25 Juri Linkov <juri@jurta.org>
6043
6044 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
6045 `regexp-search-ring' to their global values to protect from
6046 updating by `read-from-minibuffer' (bug#9185).
6047
f65d1611
JL
60482011-08-25 Juri Linkov <juri@jurta.org>
6049
6050 * textmodes/ispell.el (ispell-command-loop): Add newline
6051 at the end of the "Use option `i'..." line.
6052
f1cf7a31
JL
60532011-08-25 Juri Linkov <juri@jurta.org>
6054
6055 * battery.el (display-battery-mode): If `battery-status-function'
6056 or `battery-mode-line-format' is nil, display the message and set
6057 `display-battery-mode' to nil (bug#9363).
6058
0c95fcf7
EZ
60592011-08-25 Eli Zaretskii <eliz@gnu.org>
6060
6061 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
6062 bidi-string-mark-left-to-right; they are unnecessary now.
6063
a2ebe600
DD
60642011-08-25 Deniz Dogan <deniz@dogan.se>
6065
6066 * net/quickurl.el: Documentation typo fixes.
6067
e4ed06f1
CY
60682011-08-25 Chong Yidong <cyd@stupidchicken.com>
6069
6070 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
6071
e5f1c99e
GM
60722011-08-25 Glenn Morris <rgm@gnu.org>
6073
b2948976
GM
6074 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
6075
e5f1c99e
GM
6076 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
6077 (smtpmail-via-smtp): Handle nil response from smtp.
6078
f22f4808
JL
60792011-08-24 Juri Linkov <juri@jurta.org>
6080
6081 * proced.el (proced-marked): Inherit from `error' instead of
6082 `font-lock-warning-face'.
6083
6084 * ibuffer.el (ibuffer-marked-face): Change default face from
6085 `font-lock-warning-face' to `warning'.
6086 (ibuffer-deletion-face): Change default face from
6087 `font-lock-type-face' to `error'.
6088
6089 * battery.el (battery-update): Use the face `error' instead of
6090 `font-lock-warning-face' (bug#6117).
6091
6a93965e
JL
60922011-08-24 Juri Linkov <juri@jurta.org>
6093
6094 * faces.el (success): Change face color from "Green3" to
6095 "ForestGreen" on light background (bug#9353).
6096
1ed43b09
CY
60972011-08-24 Chong Yidong <cyd@stupidchicken.com>
6098
5664fa7b
RT
6099 * window.el (quit-window): Rename from quit-restore-window.
6100 Use same arglist as old quit-window.
1ed43b09
CY
6101 (frame-auto-delete): Doc fix.
6102
6103 * view.el (view-mode-exit): Use quit-window.
6104
11dcdbb2
JL
61052011-08-24 Juri Linkov <juri@jurta.org>
6106
6107 * isearch.el (isearch-ring-adjust1): Start visiting previous
6108 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
6109 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
6110 for empty search string (when the last search string is reused
6111 automatically) to adjust the isearch ring to the last element and
6112 prepare the correct index for further M-p commands (bug#9185).
6113
de62b4df
KH
61142011-08-24 Kenichi Handa <handa@m17n.org>
6115
6116 * international/ucs-normalize.el: If decomposition property of
6117 CHAR is the default one (i.e. a list of CHAR itself), treat it as
6118 nil.
6119 (nfd, nfkd): Likewise.
6120
963b492b
SM
61212011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6122
6123 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
6124 from process filters aren't reliably transmitted to the surrounding
6125 accept-process-output.
6126 (mpc-proc-check): New function.
6127 (mpc-proc-sync): Use it (bug#8293)
6128
93b6b5e1
SM
61292011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6130
6131 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
6132 Add compatibility functions (bug#9313).
6133
bca633fb
EZ
61342011-08-23 Eli Zaretskii <eliz@gnu.org>
6135
b177498a
EZ
6136 * cus-start.el (all): Add entry for bidi-paragraph-direction.
6137
6df6ae42 6138 * international/uni-bidi.el: Regenerate.
bca633fb 6139
0902a04e
KH
61402011-08-23 Kenichi Handa <handa@m17n.org>
6141
6142 * international/charprop.el:
6143 * international/uni-bidi.el:
6144 * international/uni-category.el:
6145 * international/uni-combining.el:
6146 * international/uni-comment.el:
6147 * international/uni-decimal.el:
6148 * international/uni-decomposition.el:
6149 * international/uni-digit.el:
6150 * international/uni-lowercase.el:
6151 * international/uni-mirrored.el:
6152 * international/uni-name.el:
6153 * international/uni-numeric.el:
6154 * international/uni-old-name.el:
6155 * international/uni-titlecase.el:
6156 * international/uni-uppercase.el: Regenerate.
6157
3bbf23bc
MR
61582011-08-23 Martin Rudalics <rudalics@gmx.at>
6159
6160 * help.el (help-window-setup): Fix message displayed when other
6161 window is reused. (Bug#9341)
6162
b3fd59bd
SM
61632011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6164
1802e444
SM
6165 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
6166 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
6167
b3fd59bd
SM
6168 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
6169 Mark obsolete.
6170 * shell.el (shell-parse-pcomplete-arguments): New function.
6171 (shell-completion-vars): Use it instead (bug#9160).
6172
4eb61348
SM
61732011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6174
867cab74
SM
6175 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
6176 strings and comments (bug#9333).
6177
4eb61348
SM
6178 * emacs-lisp/debug.el (debug-arglist): New function.
6179 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
6180 (debug-on-entry-1): Handle interpreted closures (bug#9120).
6181
262a1439
JL
61822011-08-22 Juri Linkov <juri@jurta.org>
6183
56ee679c
JL
6184 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6185 Revert regexp that highlights output switches to its old
6186 pre-2010-10-28 value and remove one `?' from it (bug#9319).
6187
262a1439
JL
6188 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
6189 to check for empty output (bug#9226).
6190
f13f86fb
CY
61912011-08-22 Chong Yidong <cyd@stupidchicken.com>
6192
6193 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
6194 symbol-constituent as the default, as that stops font-lock from
6195 working properly (Bug#8843).
6196
c65c9622
LMI
61972011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6198
6199 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
6200 `coding-system-for-*' around the process open call to avoid
6201 auth-source side effects.
e7f2c178 6202 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
6203 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
6204 probe hangs.
c65c9622 6205
23a8a5ab
CY
62062011-08-21 Chong Yidong <cyd@stupidchicken.com>
6207
ff98b2dd
CY
6208 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
6209
23a8a5ab
CY
6210 * emacs-lisp/find-func.el (find-function-noselect): New arg
6211 lisp-only.
6212
6213 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
6214 signal an error for built-in functions (Bug#6664).
6215
f5e3c598
LMI
62162011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6217
6218 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
6219 (smtpmail-try-auth-methods): Use it.
6220
a3f2468a
CY
62212011-08-21 Chong Yidong <cyd@stupidchicken.com>
6222
2c34e8da
CY
6223 * font-lock.el (font-lock-fontify-region)
6224 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
6225 (font-lock-default-unfontify-buffer)
6226 (font-lock-default-fontify-region)
6227 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
6228
b3fd59bd
SM
6229 * progmodes/compile.el (compilation-error-properties):
6230 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
6231 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
6232 `ant' regexp.
ee31aabc 6233
a3f2468a
CY
6234 * net/browse-url.el (browse-url-firefox): Don't call
6235 browse-url-firefox-sentinel unless using -remote (Bug#9328).
6236
8e999f70
GM
62372011-08-20 Glenn Morris <rgm@gnu.org>
6238
c21a496a
GM
6239 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
6240
59ee0542
GM
6241 * tutorial.el (tutorial--default-keys): Update some default bindings.
6242
8e999f70
GM
6243 * files.el (hack-local-variables): Fully ignore case for "mode:".
6244
e3715033
AM
62452011-08-20 Alan Mackenzie <acm@muc.de>
6246
6247 Resolve invalid use of a regexp in regexp-opt.
6248
4d61f28d
JB
6249 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
6250 detection for a java annotation.
e3715033 6251
4d61f28d 6252 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
6253 detection for a java annotation.
6254
4d61f28d
JB
6255 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
6256 handling for java.
e3715033
AM
6257 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
6258
04ed2e9c
CY
62592011-08-20 Chong Yidong <cyd@stupidchicken.com>
6260
6261 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
6262 (Bug#9274).
6263
826cee64
AM
62642011-08-20 Alan Mackenzie <acm@muc.de>
6265
58179cce 6266 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
6267 such a construct. Mainly for when jit-lock etc. starts a chunk
6268 here.
6269
58179cce 6270 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 6271 variable.
58179cce 6272 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
6273 c-make-font-lock-search-function.
6274 (c-make-font-lock-search-function): Use the above function.
6275 (c-make-font-lock-context-search-function): New function.
6276 (c-cpp-matchers): Enhance the preprocessor expression case with
6277 the above function
6278 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
6279 which takes an expression.
6280
6281 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
6282
13009bd8
MR
62832011-08-20 Martin Rudalics <rudalics@gmx.at>
6284
6285 * window.el (display-buffer-reuse-window)
6286 (display-buffer-pop-up-window): Don't reuse or split a side
6287 window.
6288
9234ff7f
GM
62892011-08-19 Glenn Morris <rgm@gnu.org>
6290
6291 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 6292 Downcase "Mode:". (Bug#9331)
9234ff7f 6293
f635daa1
CY
62942011-08-18 Chong Yidong <cyd@stupidchicken.com>
6295
6296 * international/characters.el: Add L and R categories.
6297
6298 * subr.el (bidi-string-mark-left-to-right): Rename from
6299 string-mark-left-to-right. Use category search.
6300
6301 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
6302
bc987f8b
JL
63032011-08-18 Juri Linkov <juri@jurta.org>
6304
6305 * faces.el (error, warning, success): New faces with definitions
6306 copied from old default values of `font-lock-warning-face',
6307 `compilation-warning', `compilation-info' (bug#6117).
6308
6309 * font-lock.el (font-lock-warning-face): Inherit from `error'.
6310
6311 * progmodes/compile.el (compilation-error): Inherit from `error'.
6312 (compilation-warning): Inherit from `warning'.
6313 (compilation-info): Inherit from `success'.
6314
6315 * dired.el (dired-marked): Inherit from `warning'.
6316 (dired-flagged): Inherit from `error'.
6317
57173b96
LMI
63182011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6319
3e79eb87
LMI
6320 * mail/smtpmail.el (auth-source): Require to avoid problems with
6321 binding variables (bug#9298). Also clean up some unused
6322 autoloads.
6323
b3fd59bd
SM
6324 * net/network-stream.el (network-stream-open-starttls):
6325 Support using starttls.el without using gnutls-cli.
57173b96 6326
02b404de
JL
63272011-08-17 Juri Linkov <juri@jurta.org>
6328
6329 * progmodes/grep.el (rgrep): Handle the case when
6330 `grep-find-command' is a cons cell (bug#9278).
6331
8c9177f2
MR
63322011-08-17 Martin Rudalics <rudalics@gmx.at>
6333
6334 * window.el (display-buffer-pop-up-frame): Run frame creation
6335 function with BUFFER current (as special-display-popup-frame
6336 does). Reported by Drew Adams.
6337
3644a0ab
DU
63382011-08-17 Daiki Ueno <ueno@unixuser.org>
6339
6340 * epa-mail.el: Simplify GnuPG group expansion using
6341 epg-expand-group.
6342 (epa-mail-group-alist, epa-mail-group-modtime)
6343 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
6344 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
6345 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
6346 Remove.
6347
5e617bc2 63482011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
6349
6350 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
6351
9c4aeabf
AM
63522011-08-16 Alan Mackenzie <acm@muc.de>
6353
6354 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
6355 Correct, to avoid the inside of macros.
6356
3a99bf64
RS
63572011-08-16 Richard Stallman <rms@gnu.org>
6358
04963aa8
RS
6359 * epa-mail.el: Handle GnuPG group definitions.
6360 (epa-mail-group-alist, epa-mail-group-modtime)
6361 (epa-mail-gnupg-conf-file): New variables.
6362 (epa-mail-parse-groups, epa-mail-sync-groups)
6363 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
6364 (epa-mail-expand-recipients): New functions.
6365 (epa-mail-encrypt): Call epa-mail-expand-recipients.
6366
177549d0
RS
6367 * mail/rmail.el (rmail-epa-decrypt): New command.
6368
fe38beef
RS
6369 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
6370 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
6371 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
6372 (epa-decrypt-armor-in-region): Make error message clearer.
6373
934eacb9
SM
63742011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6375
6376 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
6377 and "a2b" to "ab" for `prefix'.
6378
d024fb4e
CY
63792011-08-14 Chong Yidong <cyd@stupidchicken.com>
6380
6381 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
6382 filter groups.
de148fee
CY
6383 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
6384 Fourquet (Bug#8804).
d024fb4e 6385
62f1ca49
JB
63862011-08-12 Juanma Barranquero <lekktu@gmail.com>
6387
6388 * startup.el (argi): Declare as global variable (bug#9275).
6389
9ccaaa4b
CY
63902011-08-12 Chong Yidong <cyd@stupidchicken.com>
6391
6392 * subr.el (string-mark-left-to-right): Search the entire string
6393 for RTL script, not just the terminating character. Doc fix.
6394
a3dae87a
SM
63952011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6396
6cd18349
SM
6397 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
6398 New function.
6399 (js--regexp-literal, js-syntax-propertize-function): Remove.
6400 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
6401 (js-mode-map): Don't rebind electric keys.
6402 (js-insert-and-indent): Remove.
6403 (js-mode): Setup electric-layout and electric-indent instead.
6404
a3dae87a
SM
6405 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
6406
9d5cb631
DU
64072011-08-12 Daiki Ueno <ueno@unixuser.org>
6408
6409 * epa.el (epa-progress-callback-function): Fix the logic of
6410 displaying progress.
6411 * epa-file.el (epa-file-insert-file-contents): Make progress
6412 display more user-friendly.
6413 (epa-file-write-region): Ditto.
6414
3e26a4a2
CY
64152011-08-10 Chong Yidong <cyd@stupidchicken.com>
6416
6417 * subr.el (string-mark-left-to-right): New function.
6418
6419 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
6420 Use string-mark-left-to-right.
6421 (list-buffers-noselect): Caller changed.
6422
a3dae87a
SM
6423 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
6424 Use string-mark-left-to-right.
3e26a4a2
CY
6425 (tabulated-list-print): Recenter after moving point.
6426
ac8cf6e6
JL
64272011-08-10 Juri Linkov <juri@jurta.org>
6428
6429 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
6430 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
6431 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
6432
8d96c9a4
CY
64332011-08-09 Chong Yidong <cyd@stupidchicken.com>
6434
6435 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
6436 (Bug#7554).
6437
7be1c708 64382011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
6439
6440 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
6441 character. (Bug#6594)
6442
37e11a63
CY
64432011-08-08 Chong Yidong <cyd@stupidchicken.com>
6444
839dde57
CY
6445 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
6446 (image-dired--with-db-file): New macro.
6447 (image-dired-write-tags, image-dired-remove-tag)
6448 (image-dired-create-gallery-lists, image-dired-write-comments)
6449 (image-dired-get-comment, image-dired-mark-tagged-files)
6450 (image-dired-list-tags, image-dired-gallery-generate): Use it.
6451 (image-dired-gallery-generate): Use insert-file-contents.
6452
37e11a63
CY
6453 * time.el (display-time-world-list, display-time-world-display):
6454 * time-stamp.el (time-stamp-string):
6455 * vc/add-log.el (add-change-log-entry): Use setenv instead of
6456 set-time-zone-rule (Bug#7337).
6457
0b4946c4
DU
64582011-08-08 Daiki Ueno <ueno@unixuser.org>
6459
6460 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
6461 (epg-error-to-string, epg-errors-to-string): New function.
6462 (epg-wait-for-completion): Reverse errors list.
6463 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
6464 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
6465 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
6466 (epg-sign-keys, epg-generate-key-from-file)
6467 (epg-generate-key-from-string): Format errors by using
6468 epg-errors-to-string (bug#9255).
6469 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
6470
75bfc667
JL
64712011-08-07 Juri Linkov <juri@jurta.org>
6472
6473 * faces.el (list-faces-display): Remove extra angle bracket
6474 from `help-mode-map'.
6475
6476 * info.el (Info-history-toc-nodes): Doc fix.
6477
6478 * longlines.el (longlines-mode): Doc fix.
6479
673e08bb
SM
64802011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
6481
4640dd88
SM
6482 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
6483 of statements and in a few more cases (bug#9183).
6484
673e08bb
SM
6485 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
6486 New functions.
6487 (cl-transform-lambda): Use them (bug#9239).
6488
89b3f019
MR
64892011-08-05 Martin Rudalics <rudalics@gmx.at>
6490
6491 * window.el (display-buffer-same-window)
6492 (display-buffer-same-frame, display-buffer-other-window)
6493 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6494 (pop-to-buffer-other-window)
6495 (pop-to-buffer-same-frame-other-window)
6496 (pop-to-buffer-other-frame): Make them defuns.
6497 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
6498
640c8776
SM
64992011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6500
6501 * subr.el (make-composed-keymap): Move from C. Change calling
6502 convention, and improve docstring to bring attention to a subtle point.
6503 * minibuffer.el (completing-read-default): Adjust accordingly.
6504
63648a95
MA
65052011-08-03 Michael Albinus <michael.albinus@gmx.de>
6506
6507 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6508 (tramp-open-shell): Use `tramp-shell-quote-argument'.
6509
6510 * net/trampver.el: Update release number.
6511
b796c9b7
SM
65122011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6513
6514 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
6515 "in" (bug#9190).
6516
2239d7d5
LMI
65172011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6518
e07dd7c3
LMI
6519 * mail/sendmail.el (sendmail-query-once): Restore the current
6520 buffer after querying (bug#9074).
6521
0e6a2bd7
LMI
6522 * dired.el (dired-flagged): Use different faces for marked and
6523 flagged files (bug#6117).
6524
ce887515
LMI
6525 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
6526 (bug#4433).
6527
92f2affc
LMI
6528 * ido.el (ido-mode): Switch off the message if called
6529 non-interactively.
6530
57d5aff0
LMI
6531 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
6532 before 587, since it appears that that's more likely to work for
6533 more people.
6534
98cd6c18 6535 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 6536 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
6537 exist.
6538
b96dec83
LMI
6539 * info.el: Remove the `Info-beginning-of-buffer' function
6540 (bug#8325).
6541
b796c9b7
SM
6542 * net/network-stream.el (network-stream-open-starttls):
6543 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 6544
d90e2ea0
MR
65452011-08-01 Martin Rudalics <rudalics@gmx.at>
6546
6547 * window.el (display-buffer-in-window): Don't set dedicated status
6548 of window here (Bug#9215).
6549 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6550 (display-buffer-pop-up-side-window)
b796c9b7 6551 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 6552
cca09170
SM
65532011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
6554
6555 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
6556 before binding generated-autoload-file.
6557
027b979c
DD
65582011-08-01 Deniz Dogan <deniz@dogan.se>
6559
6560 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
6561
3c7ee4f3
MA
65622011-07-30 Michael Albinus <michael.albinus@gmx.de>
6563
6564 Sync with Tramp 2.2.2.
6565
6566 * net/trampver.el: Update release number.
6567
2cc8e51a
JL
65682011-07-30 Juri Linkov <juri@jurta.org>
6569
6570 * dired-aux.el (dired-touch-initial): Remove function.
6571 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
6572 current time, and `default' to the last modification time of the
6573 current marked file (bug#6887).
6574
a514d856
JM
65752011-07-28 Jose E. Marchesi <jemarch@gnu.org>
6576
6577 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 6578 numeric argument to read-number (bug#9163).
a514d856 6579
8a7eddd7
MA
65802011-07-27 Michael Albinus <michael.albinus@gmx.de>
6581
6582 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
6583 connection process, it could be nil.
6584
1ddd96f5
LL
65852011-07-27 Leo Liu <sdl.web@gmail.com>
6586
6587 Simplify url handling in rcirc-mode.
6588
6589 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
6590 (rcirc-browse-url-at-mouse): Remove.
6591 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
6592
b248a85d
AM
65932011-07-26 Alan Mackenzie <acm@muc.de>
6594
6595 Fontify bitfield declarations properly.
6596
6597 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
6598 (c-symbol-chars): Now exported as a lang variable.
6599 (c-not-primitive-type-keywords): New lang variable.
6600
6601 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
6602 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 6603 parsed as a bitfield declaration.
b248a85d 6604
b796c9b7
SM
6605 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6606 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
6607 (c-punctuation-in): New function.
6608 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
6609 declarations properly.
6610
68575ab0
UJ
66112011-07-26 Ulf Jasper <ulf.jasper@web.de>
6612
6613 * calendar/icalendar.el (icalendar--all-events): Take care of
6614 multiple vcalendars in a single file.
b796c9b7 6615 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 6616
0f0a88b9
DD
66172011-07-25 Deniz Dogan <deniz@dogan.se>
6618
6619 * image.el (insert-image): Clarifying docstring.
6620
0b3f36df
MA
66212011-07-24 Michael Albinus <michael.albinus@gmx.de>
6622
6623 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
6624 `tramp-send-command-and-check' if there is no error.
6625 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
6626
a9901f61
AM
66272011-07-22 Alan Mackenzie <acm@muc.de>
6628
6629 Prevent cc-langs.elc being loaded at run time.
6630
6631 * progmodes/cc-mode.el: Remove two autoload forms which loaded
6632 cc-langs.
6633
4d61f28d 6634 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
6635 "(require 'cc-langs)". Quote a form so it will evaluate at
6636 (cc-mode's) compilation time.
6637
11d074b2
MA
66382011-07-22 Michael Albinus <michael.albinus@gmx.de>
6639
6640 * net/tramp.el (tramp-file-name-handler): Avoid recursive
6641 loading. (Bug#9114)
6642
938b94c8
MR
66432011-07-21 Martin Rudalics <rudalics@gmx.at>
6644
6645 * window.el (display-buffer-pop-up-window)
6646 (display-buffer-pop-up-side-window)
6647 (display-buffer-in-side-window): Call display-buffer-set-height
6648 and display-buffer-set-width after setting the new window's
b796c9b7 6649 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 6650
bfa4f190
SS
66512011-07-20 Sam Steingold <sds@gnu.org>
6652
6653 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
6654 (etags-tags-included-tables): Call `convert-standard-filename' on
6655 the file names contained in TAGS so that windows Emacs can handle
6656 TAGS files created by cygwin ctags.
6657
8ca42262
LMI
66582011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6659
6660 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
6661 which apparently didn't work.
6662
5db2afd2 66632011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 6664
5db2afd2
RW
6665 * proced.el (proced-send-signal): For *Marked Processes* buffer
6666 put point at beginning of buffer.
6667
92e15d10
SB
66682011-07-19 Stephen Berman <stephen.berman@gmx.net>
6669
6670 * proced.el (proced-format): Make header lines align with the text
6671 (bug#1779).
6672
1bfd59e5
LMI
66732011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6674
6675 * view.el (view-buffer): Allow running in `special' modes if we're
6676 visiting a file (bug#8615).
6677
f5aae37c
MR
66782011-07-19 Martin Rudalics <rudalics@gmx.at>
6679
6680 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
6681 (display-buffer-alist-set-1, display-buffer-alist-set-2):
6682 New functions.
f5aae37c
MR
6683 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
6684 more accurately.
6685
bf2c1571
AM
66862011-07-18 Alan Mackenzie <acm@muc.de>
6687
6688 Fontify declarators properly when, e.g., a jit-lock chunk begins
6689 inside a declaration.
6690
6691 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
6692
b796c9b7
SM
6693 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6694 New function.
bf2c1571
AM
6695 (c-complex-decl-matchers): Insert reference to
6696 c-font-lock-enclosing-decls.
6697
6698 * progmodes/cc-engine.el (c-backward-single-comment):
6699 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
6700 to nil around calls to (forward-comment -1).
6701
4e190b80
LMI
67022011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6703
12dc863d
LMI
6704 * image.el (put-image): Doc typo fix.
6705
a762e966
LMI
6706 * progmodes/etags.el (tags-search): Doc typo fix.
6707
4e190b80
LMI
6708 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
6709 password if we get errors 550 to 554.
6710
f019fb21
LMI
67112011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6712
b796c9b7 6713 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 6714
81746738
LMI
6715 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
6716 indentation character (bug#6380).
6717
3ee3a1b5
LMI
6718 * files.el (buffer-offer-save): Made permanently local (bug#6241).
6719
c82f64de
LMI
6720 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
6721 to clarify what the problem is (bug#4291).
6722
f019fb21
LMI
6723 * simple.el (current-kill): Clarify what
6724 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
6725 (auto-fill-mode): Document `auto-fill-function' in relation to
6726 `auto-fill-mode' (bug#2470).
f019fb21 6727
0794775d
LM
67282011-07-16 Lawrence Mitchell <wence@gmx.li>
6729
6730 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
6731 method if slot is read-only (bug#9035).
6732
be39b8cc
MR
67332011-07-16 Martin Rudalics <rudalics@gmx.at>
6734
b796c9b7 6735 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 6736 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
6737 selected before, see discussion of (Bug#8615), (Bug#6954).
6738 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 6739
6ccf7859
GM
67402011-07-15 Glenn Morris <rgm@gnu.org>
6741
6742 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 6743 Respect help-form.
6ccf7859 6744
87e86684
LM
67452011-07-09 Lawrence Mitchell <wence@gmx.li>
6746
6747 * net/gnutls.el (gnutls-min-prime-bits): New variable.
6748 (gnutls-negotiate): Use it.
6749
d6066239
LMI
67502011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6751
b796c9b7
SM
6752 * net/gnutls.el (gnutls-negotiate):
6753 Upcase `gnutls-algorithm-priority'.
d6066239 6754
bd23ebc0
GM
67552011-07-15 Glenn Morris <rgm@gnu.org>
6756
c65bca65
GM
6757 * jka-compr.el (jka-compr-verbose): Move from here...
6758 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
6759 Add missing :version tag.
6760 * info.el: No need to require jka-compr when compiling.
bd23ebc0 6761
478615cc
LMI
67622011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6763
7b41decb
LMI
6764 * net/gnutls.el (gnutls-algorithm-priority): New variable.
6765 (gnutls-negotiate): Use it.
6766
dbc44fcd
LMI
6767 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
6768
06789f97
LMI
6769 * info.el (Info-beginning-of-buffer): New command.
6770 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
6771 announcing `b' as the key (bug#8325).
ab896c37 6772 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 6773
c39da690
LMI
6774 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
6775
3aa5f34b
LMI
6776 * international/mule-cmds.el
6777 (describe-specified-language-support): Make the error message
6778 clearer (bug#8905).
6779
4bf0979f
LMI
6780 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
6781
478615cc
LMI
6782 * isearch.el (isearch-barrier): Add a doc string, since it's
6783 mentioned in a function doc string (bug#8678).
6784
75c68aa1
MR
67852011-07-15 Martin Rudalics <rudalics@gmx.at>
6786
6787 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
6788 buffer argument (Bug#9083) and self-identifying label argument.
6789
a7c33da2
GM
67902011-07-15 Glenn Morris <rgm@gnu.org>
6791
6792 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
6793
2f5c6024
LMI
67942011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6795
6796 * man.el (Man-fontify-manpage): Fix message when formatting the
6797 man page (bug#7929).
6798
0bb23927 67992011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
6800
6801 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6802 argument LRM; if non-nil, append an invisible LRM character to the
6803 buffer name.
6804 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
6805 last argument non-nil, when formatting buffer names.
0bb23927
EZ
6806 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
6807 paragraph direction.
cce4b0a7 6808
621ef9ab
LMI
68092011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6810
d1583c48
LMI
6811 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
6812 the man page name (bug#7929).
6813
6a57fb5f
LMI
6814 * image.el (put-image): Mention the `put-image' overlay property
6815 (bug#7834).
6816
d7956b14
LMI
6817 * scroll-bar.el (set-scroll-bar-mode): Mention that
6818 `scroll-bar-mode' lists the values (bug#7772).
6819
5b2d4a66
LMI
6820 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6821 command (bug#7729).
6822
7509a874
LMI
6823 * rect.el (apply-on-rectangle): Return the point after the last
6824 operation.
6825 (string-rectangle): Go to the point after the last operation
6826 (bug#7522).
6827
4fe74b19
LMI
6828 * printing.el (pr-toggle-region): Clarify the documentation
6829 slightly (bug#7493).
6830
b796c9b7
SM
6831 * time.el (display-time-update):
6832 Allow `display-time-mail-function' to return nil (bug#7158).
6833 Fix suggested by Detlev Zundel.
ab283561 6834
fc233c9d
LMI
6835 * vc/diff.el (diff): Clarify the order the file names are read
6836 (bug#7111).
6837
43f5740b
LMI
6838 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6839 the doc string (bug#7015).
6840
f2182a76
LMI
6841 * font-lock.el (font-lock-maximum-decoration): Mention what
6842 numeric levels mean (bug#6935).
6843
621ef9ab
LMI
6844 * startup.el (initial-buffer-choice): Don't mention the `none'
6845 selection, which is against policy.
6846
adc47434
MR
68472011-07-14 Martin Rudalics <rudalics@gmx.at>
6848
b796c9b7
SM
6849 * window.el (display-buffer-normalize-special):
6850 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 6851
7e5bfb8f
EZ
68522011-07-14 Eli Zaretskii <eliz@gnu.org>
6853
6854 * subr.el (version<, version<=, version=): Mention "-CVS" and
6855 "-12345" alpha version numbers.
6856
27fa387a
CY
68572011-07-14 Chong Yidong <cyd@stupidchicken.com>
6858
6859 * bindings.el: Add advertised binding for set-mark-command
6860 (Bug#5772).
6861
8bdfa064
CY
68622011-07-14 Chong Yidong <cyd@stupidchicken.com>
6863
6864 * bindings.el (mode-line-other-buffer):
6865 * bookmark.el (bookmark-bmenu-2-window):
6866 * bs.el (bs-cycle-next, bs-cycle-previous):
6867 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6868 switch-to-buffer.
6869
6870 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 6871 Delete.
8bdfa064 6872
5eba16a3
JB
68732011-07-14 Juanma Barranquero <lekktu@gmail.com>
6874
6875 * follow.el (follow-debug-message, follow-redisplay):
6876 * jka-cmpr-hook.el (with-auto-compression-mode):
6877 Fix typos in docstrings.
6878
15853710
LMI
68792011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6880
a28e4607
LMI
6881 * subr.el (with-silent-modifications): Clarify somewhat what the
6882 macro inhibits (bug#6525).
6883
15853710
LMI
6884 * simple.el (eval-expression): Note what it does if called
6885 interactively (bug#6495).
6886
bee0fcef
CY
68872011-07-13 Chong Yidong <cyd@stupidchicken.com>
6888
b796c9b7
SM
6889 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6890 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
6891
6892 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6893 Remove switch-to-buffer.
6894
58274504
LMI
68952011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6896
bd2fcc8d
LMI
6897 * files.el (make-directory): Clarify that an error will be raised
6898 if there's an error (bug#6397).
6899
0f04b32c
LMI
6900 * startup.el (initial-buffer-choice): Add `none' as a choice
6901 (bug#6234).
6902
465c5fc8
LMI
6903 * subr.el (add-hook): Clarify section about buffer-local hooks
6904 (bug#6218).
6905
58274504
LMI
6906 * dired.el (dired-flagged): Clarify doc string (bug#6117).
6907
bead9a43
JB
69082011-07-13 Juanma Barranquero <lekktu@gmail.com>
6909
6910 * tabify.el (untabify): Preserve the current column so that point
6911 doesn't move (bug#6032).
6912
3af98a7b
LMI
69132011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6914
b796c9b7
SM
6915 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6916 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 6917
6240145a
GM
69182011-07-13 Glenn Morris <rgm@gnu.org>
6919
6920 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
6921 (dired-insert-directory): Give a message the first time
6922 if ls is found not to support --dired.
6923
1d8c2ccc
LMI
69242011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6925
6926 * simple.el (toggle-truncate-lines): Clarify what is toggled
6927 (bug#5580). Text by Drew Adams.
6928
5fc4038e
CY
69292011-07-13 Chong Yidong <cyd@stupidchicken.com>
6930
6931 * simple.el (blink-matching-open): Make the error message from the
6932 last change less verbose.
6933
bf6012e5
DN
69342011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6935
6936 * font-lock.el (font-lock-comment-face): Use the high contrast
6937 "yellow" color for font-lock-comment-face on low color terminals
6938 using a dark background color (bug#4221).
6939
343c3b5a
LMI
69402011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6941
7e9505c5
LMI
6942 * dired.el (dired-insert-set-properties): Make the doc string
6943 reflect what it does now (bug#5325).
6944
c26fdcf5
LMI
6945 * simple.el (blink-matching-open): Say that we were unable to find
6946 the match within the limit, if we're limited (bug#5122).
6947
bb388cc5
LMI
6948 * international/mule-cmds.el (prefer-coding-system): Add an
6949 example (bug#4869).
6950
343c3b5a
LMI
6951 * progmodes/etags.el (tags-search): Document `file-list-form'
6952 (bug#4731).
6953
2a517d45
LM
69542011-07-13 Lawrence Mitchell <wence@gmx.li>
6955
6956 * net/browse-url.el (browse-url-default-browser)
6957 (browse-url-browser-function): Make the default browser choice a
6958 bit more logical (bug#4300). Also clean up the doc string.
6959
b6c78ef2
JB
69602011-07-13 Juanma Barranquero <lekktu@gmail.com>
6961
6962 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6963 binary endings (bug#4440).
6964
1c4dd947
LMI
69652011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6966
a2014063
LMI
6967 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6968 which can be pretty annoying (bug#8971).
6969
9c9c2d88
LMI
6970 * jka-compr.el (jka-compr-verbose): New variable, and use
6971 throughout (bug#8971).
6972
1c4dd947
LMI
6973 * info.el (Info-find-file): Fall back on the installation
6974 directory if we can't find the info node anywhere else.
6975
a1c9f41b
SO
69762011-07-13 Sergei Organov <osv@javad.com> (tiny change)
6977
6978 * vc/vc.el (vc-revert-file):
6979 Don't set file time-stamp in the past. (Bug#5181)
6980
536f3d36
LMI
69812011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6982
7152b011
LMI
6983 * files.el (after-find-file): Give a better error message when
6984 trying to find a symlink that points to a file that doesn't exist
6985 (bug#4398).
6986
536f3d36
LMI
6987 * progmodes/cc-vars.el: Remove (probably) misleading comment
6988 (bug#4396).
6989
460c0fba
JB
69902011-07-12 Johan Bockgård <bojohan@gnu.org>
6991
6992 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6993
7a6bda45
CY
69942011-07-12 Chong Yidong <cyd@stupidchicken.com>
6995
6996 * mouse-sel.el: Hack restoring functionality, while keeping
6997 compatibility with 2010-07-03 changes to mouse selection.
6998 (mouse-sel-primary-overlay): New var.
6999 (mouse-sel-selection-alist): Use it.
7000 (mouse-sel-mode): Doc fix; remove points that are default features
7001 of mouse.el.
7002
c79598ef
JB
70032011-07-12 Johan Bockgård <bojohan@gnu.org>
7004
7005 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7006 Fix previous fix (bug#2490).
7007
ff8be6ef
RW
70082011-07-12 Roland Winkler <winkler@gnu.org>
7009
b796c9b7
SM
7010 * textmodes/bibtex.el (bibtex-initialize):
7011 Use pop-to-buffer-same-window.
ff8be6ef
RW
7012 (bibtex-search-entries): Fix interactive call.
7013
296ba3ee
LMI
70142011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7015
f5242a02 7016 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
7017 Fontise bytecomp Error lines more correctly (bug#2490).
7018 Fix suggested by Johan Bockgård.
f5242a02 7019
296ba3ee
LMI
7020 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
7021
7022 * dired-x.el (dired-guess-default): Use `delete-dups'.
7023
f69fd0d2
CY
70242011-07-12 Chong Yidong <cyd@stupidchicken.com>
7025
7026 * dired.el (dired-mark-prompt):
7027 * dired-aux.el (dired-read-shell-command): Doc fix.
7028
eab5dc07
LMI
70292011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7030
b796c9b7
SM
7031 * mail/sendmail.el (sendmail-query-once):
7032 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
7033 emacs -Q.
7034
7035 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7036
eab5dc07
LMI
7037 * cus-edit.el (custom-file): Take an optional no-error variable.
7038 (customize-save-variable): Set the variable, and give a warning if
7039 running under "emacs -q".
7040
a1e65d42
JB
70412011-07-11 Juanma Barranquero <lekktu@gmail.com>
7042
7043 * loadhist.el (unload-feature-special-hooks):
7044 Add `auto-coding-functions', `fill-nobreak-predicate' and
7045 `find-directory-functions' (bug#5327).
7046
1d52da10
LMI
70472011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7048
be958f1d
LMI
7049 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
7050
5bedb26c
LMI
7051 * cus-edit.el (custom-guess-name-alist): -alist variables should
7052 use the `alist' type (bug#3120). Suggested by Drew Adams.
7053
1d52da10
LMI
7054 * printing.el: Add documentation to all the `pr-toggle-' commands.
7055
cd394be1 70562011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
7057
7058 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
7059 backends where it makes sense (bug#2623).
7060
dcc88d8a
LMI
70612011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7062
c3de9feb
LMI
7063 * dired-x.el (dired-guess-default): Remove duplicate shell command
7064 entries (bug#2028).
8a93078b 7065 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 7066 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 7067
dcc88d8a
LMI
7068 * subr.el (remove-duplicates): New conveniency function.
7069
505e3645
LMI
70702011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7071
7072 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
7073 (bug#1526).
7074
70752011-07-10 Martin Rudalics <rudalics@gmx.at>
7076
7077 * window.el (display-buffer-normalize-default): Don't invert
7078 meaning of even-window-heights. Reported by Eli Zaretskii
7079 <eliz@gnu.org>.
7080
455e4fa1
BR
70812011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
7082
7083 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
7084
8e0bc3e9
CY
70852011-07-10 Chong Yidong <cyd@stupidchicken.com>
7086
7087 * window.el (display-buffer): Fix arguments to
7088 display-buffer-reuse-window in last change.
7089
fa7c3228
CY
7090 * faces.el (link): Use a less saturated blue on light backgrounds.
7091
7092 * startup.el (fancy-startup-text, fancy-about-text)
7093 (fancy-startup-tail): Use font-lock faces, for background safety.
7094
c0a7f300
BN
70952011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
7096
b796c9b7
SM
7097 * emulation/viper-cmd.el (viper-change-state-to-vi):
7098 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 7099
4dc2a129
MR
71002011-07-09 Martin Rudalics <rudalics@gmx.at>
7101
7102 * window.el (display-buffer-default-specifiers): Remove.
7103 (display-buffer-macro-specifiers): Remove default specifiers.
7104 (display-buffer-alist): Default to nil.
b796c9b7 7105 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
7106 (display-buffer-pop-up-window): Allow splitting internal
7107 windows. Check whether a live window was created.
7108 (display-buffer-other-window-means-other-frame)
7109 (display-buffer-normalize-arguments): Rename to
7110 display-buffer-normalize-argument and rewrite. Set the
7111 other-window specifier.
7112 (display-buffer-normalize-special): New function.
7113 (display-buffer-normalize-options): Rename to
7114 display-buffer-normalize-default and rewrite.
7115 (display-buffer-normalize-options-inhibit): Remove.
7116 (display-buffer-normalize-specifiers): Rewrite.
7117 (display-buffer): Process other-window specifier and call
7118 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
7119 more faithfully.
b796c9b7 7120 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 7121 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
7122 (display-buffer-in-window, display-buffer-alist-set):
7123 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
7124 <tassilo@member.fsf.org>.
7125
2d43b8c9
LL
71262011-07-09 Leo Liu <sdl.web@gmail.com>
7127
7128 * register.el (insert-register): Restore accidental change on
7129 2011-06-26. (Bug#9028)
7130
7f9b7c53
GM
71312011-07-09 Glenn Morris <rgm@gnu.org>
7132
7133 * subr.el (remq): Handle the empty list. (Bug#9024)
7134
f042cfd8
AS
71352011-07-08 Andreas Schwab <schwab@linux-m68k.org>
7136
7137 * mail/sendmail.el (send-mail-function): No longer delay custom
7138 initialization.
7139 * custom.el (custom-initialize-delay): Doc fix.
7140
856b2f11
SM
71412011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7142
7143 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
7144
afae1d68
MA
71452011-07-08 Michael Albinus <michael.albinus@gmx.de>
7146
7147 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
7148 human-friendly prompt.
7149
0757af94
SM
71502011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7151
7152 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
7153 provided by a particular plugin.
7154
d760b731
LMI
71552011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7156
7157 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
7158 save customizations (with "emacs -Q"), just set the variable
7159 instead of erroring out.
7160
7161 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7162
cd79ce90
JL
71632011-07-08 Juri Linkov <juri@jurta.org>
7164
7165 * arc-mode.el (archive-zip-expunge, archive-zip-update)
7166 (archive-zip-update-case): Use 7z if found by `executable-find'.
7167 The order of searching the available programs is the same as in
7168 `archive-zip-extract' (bug#8968).
7169
14cc04aa
CY
71702011-07-07 Chong Yidong <cyd@stupidchicken.com>
7171
7172 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
7173 (menu-bar-options-menu): Tweak descriptions.
7174
0a1848ec
LMI
71752011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7176
7177 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
7178 menu items into verb phrases (bug#1421). Also refill to fit under
7179 80 columns.
7180
f5bd0689
CY
71812011-07-07 Chong Yidong <cyd@stupidchicken.com>
7182
538e85c6
CY
7183 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
7184 (Info-read-node-name): Doc fix (Bug#1084).
7185
f5bd0689
CY
7186 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
7187 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
7188 (end-of-sexp, beginning-of-sexp)
7189 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
7190 (forward-symbol, forward-same-syntax, word-at-point)
7191 (sentence-at-point): Doc fix (Bug#1144).
7192
56ec5115
LMI
71932011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7194
f3f8e37f
LMI
7195 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
7196 should cover it (bug#1281).
7197
0757af94 7198 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 7199
e9fce1ac 7200 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
7201 negotiation fails, then possibly try again with a non-encrypted
7202 connection (bug#9017).
7203
56ec5115
LMI
7204 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
7205 be used.
7206
c2f9aec8
RS
72072011-07-07 Richard Stallman <rms@gnu.org>
7208
7209 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
7210 property, and handle its changed format.
7211 Look for the correct line number.
7212 Use file's line contents (but not past first =) to find
7213 correct line in message.
7214
ef7b981d 72152011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
7216
7217 * international/characters.el (build-unicode-category-table):
7218 Delete it.
0757af94 7219 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 7220
0757af94 7221 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
7222 to src/chartab.c.
7223 (get-char-code-property): Call unicode-property-table-internal to
7224 load a file. Call get-unicode-property-internal where necessary.
7225 (put-char-code-property): Call unicode-property-table-internal to
7226 load a file. Call put-unicode-property-internal where necessary.
7227 put-unicode-property-internal where necessary.
0757af94
SM
7228 (char-code-property-description):
7229 Call unicode-property-table-internal to load a file.
c805dec0
KH
7230
7231 * international/charprop.el:
7232 * international/uni-bidi.el:
7233 * international/uni-category.el:
7234 * international/uni-combining.el:
7235 * international/uni-comment.el:
7236 * international/uni-decimal.el:
7237 * international/uni-decomposition.el:
7238 * international/uni-digit.el:
7239 * international/uni-lowercase.el:
7240 * international/uni-mirrored.el:
7241 * international/uni-name.el:
7242 * international/uni-numeric.el:
7243 * international/uni-old-name.el:
7244 * international/uni-titlecase.el:
7245 * international/uni-uppercase.el: Regenerate.
7246
7247 * loadup.el: Load international/charprop.el before
7248 international/characters.
7249
e14b388a
CY
72502011-07-07 Chong Yidong <cyd@stupidchicken.com>
7251
7252 * window.el (next-buffer, previous-buffer): Signal an error if
7253 called from a minibuffer window.
7254
7255 * bindings.el: Revert 2011-07-04 change.
7256
354cf0ba
RS
72572011-07-06 Richard Stallman <rms@gnu.org>
7258
7259 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
7260 (rmail-mime-insert-bulk, rmail-mime-insert-text):
7261 Treat markers like ints.
7262 (rmail-mime-entity): Doc fix.
7263
a48868a7
LMI
72642011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7265
4906cd3d
LMI
7266 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
7267 defcustom again for backwards compatibility.
7268
e0457abe
LMI
7269 * simple.el (shell-command-on-region): Fill.
7270
d67f7e1f
LMI
7271 * dired-aux.el (dired-kill-line): Add a doc string.
7272
fe204702
LMI
7273 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
7274 to "\\sw\\|\\s_" (bug#358).
7275
a48868a7
LMI
7276 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
7277 (dired-unmark-backward): Ditto.
7278 (dired-flag-backup-files): Ditto.
7279
7280 * dired-x.el (dired-mark-sexp): Ditto.
7281
aa8a705c
RS
72822011-07-06 Richard Stallman <rms@gnu.org>
7283
7284 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
7285 (rmail-mime-entity): New arg TRUNCATED.
7286 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
7287 New functions.
7288 (rmail-mime-save): Warn if entity is truncated.
7289 (rmail-mime-toggle-hidden): Likewise, for showing.
7290 (rmail-mime-process-multipart): Record when an entity is truncated.
7291
a9a936b9
RS
7292 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
7293 if ENTITY is a string.
7294
1f2b92cb
LMI
72952011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7296
f4f73198 7297 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
7298 of faces when `M-C-x'-ing their definitions (bug#8378).
7299 Also clean up the code slightly.
f4f73198 7300
12b16734 7301 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 7302 because that makes the colors go away.
12b16734 7303
f0691d22
LMI
7304 * mail/sendmail.el (send-mail-function): Change the default to
7305 `sendmail-query-once'.
9e87df06 7306 (sendmail-query-once): Add an autoload cookie.
f0691d22 7307
1f2b92cb
LMI
7308 * net/network-stream.el (network-stream-open-starttls): Try using
7309 a plain connection even if the server offered STARTTLS, and we
7310 kinda wanted to use it, if Emacs doesn't have any STARTTLS
7311 capability. This should make smtpmail.el work in slightly more
7312 configurations.
7313
1cdd2a1b
MA
73142011-07-06 Michael Albinus <michael.albinus@gmx.de>
7315
7316 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
7317 New defun.
7318 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
7319
fbcc67e2
MM
73202011-07-06 Michael R. Mauger <mmaug@yahoo.com>
7321
7322 * progmodes/sql.el: Version 3.0
0757af94 7323 (sql-product-alist): Add product :completion-object,
fbcc67e2 7324 :completion-column, and :statement attributes.
0757af94 7325 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 7326 (sql-mode-syntax-table): Mark all punctuation.
0757af94 7327 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
7328 ansi keywords.
7329 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 7330 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
7331 (sql-oracle-show-reserved-words): New function for development.
7332 (sql-product-font-lock): Simplify for source code buffers.
7333 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
7334 New functions.
7335 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
7336 (sql-mode-map): Add statement movement functions.
7337 (sql-ansi-statement-starters, sql-oracle-statement-starters):
7338 New variable.
fbcc67e2
MM
7339 (sql-statement-regexp, sql-beginning-of-statement)
7340 (sql-end-of-statement, sql-signum): New functions.
0757af94 7341 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
7342 (sql-show-sqli-buffer): Bug fix.
7343 (sql-interactive-mode): Store connection data as buffer local.
0757af94 7344 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
7345 with sql-interactive-mode.
7346 (sql-save-connection): Save buffer local settings.
0757af94 7347 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
7348 (sql-product-interactive): Bug fix.
7349 (sql-preoutput-hold): New variable.
7350 (sql-interactive-remove-continuation-prompt): Bug fixes.
7351 (sql-debug-redirect): New variable.
7352 (sql-str-literal): New function.
7353 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 7354 Redesign.
fbcc67e2
MM
7355 (sql-oracle-save-settings, sql-oracle-restore-settings)
7356 (sql-oracle-list-all, sql-oracle-list-table): New functions.
7357 (sql-completion-object, sql-completion-column)
7358 (sql-completion-sqlbuf): New variables.
7359 (sql-build-completions-1, sql-build-completions)
7360 (sql-try-completion): New functions.
7361 (sql-read-table-name): Use them.
7362 (sql-contains-names): New buffer local variable.
7363 (sql-list-all, sql-list-table): Use it.
7364 (sql-oracle-completion-types): New variable.
7365 (sql-oracle-completion-object, sql-sqlite-completion-object)
7366 (sql-postgres-completion-object): New functions.
7367
d4eaeab1
GM
73682011-07-06 Glenn Morris <rgm@gnu.org>
7369
7370 * window.el (pop-to-buffer): Doc fix.
7371
322b7dab 73722011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
7373
7374 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
7375
322b7dab 73762011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 7377
322b7dab 7378 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 7379
322b7dab 7380 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 7381
605dd5bf
CY
73822011-07-05 Chong Yidong <cyd@stupidchicken.com>
7383
7384 * button.el (button): Inherit from link face. Suggested by Dan
7385 Nicolaescu.
7386
7dbfa719
SM
73872011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7388
3db614b0
SM
7389 * progmodes/gdb-mi.el: Fit in 80 columns.
7390 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
7391 switch-to-buffer.
7392
7dbfa719
SM
7393 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
7394 if imenu is simply not configured (bug#8941).
7395
919d884a
KM
73962011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
7397
7398 * allout.el (allout-post-undo-hook): New allout outline-change
7399 event hook to signal undo activity.
7400 (allout-post-command-business): Run allout-post-undo-hook if an
7401 undo just occurred.
7dbfa719
SM
7402 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
7403 * allout-widgets.el (allout-widgets-after-undo-function):
7404 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
7405 in the vicinity of an undo.
7406 (allout-widgets-mode): Include allout-widgets-after-undo-function
7407 on the new allout-post-undo-hook.
7408
450a0f09
SM
74092011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7410
7411 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
7412 Let define-derived-mode define it.
7413 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
7414 cycles of abbrev-table inheritance (bug#8998).
7415
2de69e00
RW
74162011-07-05 Roland Winkler <winkler@gnu.org>
7417
7418 * textmodes/bibtex.el: Add support for biblatex.
7419 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
7420 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
7421 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
7422 (bibtex-entry-alist, bibtex-field-alist): New variables.
7423 (bibtex-entry-field-alist): Obsolete alias for
7424 bibtex-BibTeX-entry-alist.
7425 (bibtex-entry-alist, bibtex-field-alist): New widgets.
7426 (bibtex-set-dialect): New command.
7427 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
7428 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
7429 Bind via bibtex-set-dialect.
2de69e00
RW
7430 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
7431 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
7432 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
7433 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
7434 Define via bibtex-set-dialect.
450a0f09
SM
7435 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
7436 Obey bibtex-no-opt-remove-re.
2de69e00
RW
7437 (bibtex-vec-push, bibtex-vec-incr): New functions.
7438 (bibtex-format-entry, bibtex-field-list)
7439 (bibtex-print-help-message, bibtex-validate)
7440 (bibtex-search-entries): Use new format of bibtex-entry-alist.
7441
2dcdbdd9
SM
74422011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7443
7444 * progmodes/compile.el (compilation-goto-locus):
7445 * net/tramp-cmds.el (tramp-append-tramp-buffers):
7446 * bs.el (bs-cycle-next, bs-cycle-previous):
7447 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
7448 * bindings.el (mode-line-other-buffer):
7449 * autoinsert.el (auto-insert):
7450 * arc-mode.el (archive-extract):
7451 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
7452
b27640fe
JB
74532011-07-05 Juanma Barranquero <lekktu@gmail.com>
7454
7455 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
7456 Fix check of `emacs-lock-unlockable-modes'.
7457 Coerce true values of `emacs-lock--try-unlocking' to t.
7458
53bbe3ad
JB
74592011-07-05 Juanma Barranquero <lekktu@gmail.com>
7460
7461 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
7462 * emacs-lock.el: New file.
7463
1d3cdbc7
JD
74642011-07-05 Julien Danjou <julien@danjou.info>
7465
7466 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
7467 than `boundp' to check if face is set.
7468
9173deec
JB
74692011-07-05 Juanma Barranquero <lekktu@gmail.com>
7470
7471 * register.el (registerv-make):
7472 * window.el (window-min-height): Fix typos in docstrings.
7473
869795d6
JD
74742011-07-05 Jan Djärv <jan.h.d@swipnet.se>
7475
9173deec 7476 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
7477 Update doc string.
7478
b768cdcd
JB
74792011-07-04 Juanma Barranquero <lekktu@gmail.com>
7480
7481 * server.el (server-execute): Catch quit and call
7482 `server-return-error' to pass the error back to emacsclient and
7483 close the connection (bug#8942).
7484
13aa217b
KM
74852011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
7486
7487 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
7488 insecure exception for current topic. Also note that auto-saves
7489 are handled differently.
7490
7491 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
7492 State variables for tracking auto-save inhibition situation.
7493
7494 (allout-write-contents-hook-handler): Rename from
7495 'allout-write-file-hook-handler', and describe how it depends on
7496 write-contents-functions sensitivity to non-nil value to prevent
7497 file write.
7498
7499 (allout-auto-save-hook-handler): Remove. auto-save does not check
7500 this in individual buffers, only in the starting buffer, so this
7501 is not the right way for us to inhibit auto-save in a buffer
7502 according to its condition.
7503
7504 (allout-mode): Use new allout-write-contents-hook-handler, and
7505 only with write-contents-functions. Remove auto-save provisions -
7506 they're implemented elsewhere.
7507
7508 (allout-before-change-handler): If undo is in progress, note that
7509 for attention of allout-post-command-business.
7510
7511 (allout-post-command-business): If the command we're following was
7512 an undo, check for change in the status of encrypted items and
7513 adjust auto-save inhibitions accordingly.
7514
7515 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
7516 according to whether there are or aren't any plain-text topics
7517 pending encryption.
7518
2dcdbdd9 7519 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
7520 Adjust buffer-saved-size and some allout state to inhibit auto-saves
7521 if there are plain-text topics pending encryption.
13aa217b
KM
7522
7523 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
7524 buffer-saved-size and some allout state to not inhibit auto-saves
7525 if there are no longer any plain-text topics pending encryption.
7526
0757af94
SM
7527 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
7528 No longer provide for exemption of the current topic.
13aa217b 7529
ac89b32c
JL
75302011-07-04 Juri Linkov <juri@jurta.org>
7531
7532 Add 7z operations to delete and save changed members (bug#8968).
7533 * arc-mode.el (archive-7z-expunge, archive-7z-update):
7534 New defcustoms.
7535 (archive-7z-write-file-member): New function.
7536 (archive-7z-summarize): Fix the number of dashes in the
7537 listing output.
7538
8fa39615
SM
75392011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7540
7541 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
7542 (bug#8958).
7543
2f11b3f1
CY
75442011-07-04 Chong Yidong <cyd@stupidchicken.com>
7545
d66fef2b
CY
7546 * bindings.el: Ignore next-buffer and previous-buffer in
7547 minibuffer-local-map.
7548
2f11b3f1
CY
7549 * font-lock.el (font-lock-builtin-face): Change light background
7550 color to dark slate blue (Bug#6693).
7551
f932a347
WD
75522011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
7553
7554 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
7555
c8af70e1
SM
75562011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7557
7558 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
7559 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7560 Add switch-to-buffer.
7561
f158badc
LMI
75622011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7563
7564 * isearch.el (isearch-search-fun-function): Clarify further the
7565 meaning of the function returned.
7566
6d95bd46
MA
75672011-07-04 Michael Albinus <michael.albinus@gmx.de>
7568
7569 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
7570
7571 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
7572 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
7573 Use it.
7574 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
7575 `tramp-default-remote-path' does not exist.
7576 (tramp-send-command-and-read): New optional argument NOERROR.
7577 (tramp-open-connection-setup-interactive-shell)
7578 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
7579 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
7580 (tramp-process-sentinel): Flush also process' connection property.
7581 (tramp-sh-handle-start-file-process): Do not set process
7582 sentinel. It is done now ...
7583 (tramp-maybe-open-connection): ... here. (Bug#8929)
7584
909e6b67
MK
75852011-07-04 MON KEY <monkey@sandpframing.com>
7586
7587 * play/animate.el (animate-string): Doc fixes and allow changing
7588 the buffer name (bug#5417).
7589
75902011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7591
c8af70e1 7592 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 7593
f34755dc
PE
75942011-07-04 Paul Eggert <eggert@cs.ucla.edu>
7595
396cec72
PE
7596 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
7597 This is simpler and helps future-proof the code.
7598 (timer-until): Use time-subtract and float-time.
08235028 7599 (timer--time-less-p): Use time-less-p.
f34755dc 7600
56e6cc31
JB
76012011-07-04 Juanma Barranquero <lekktu@gmail.com>
7602
3abb79e5
JB
7603 * type-break.el (timep): Use the value of `float-time' to avoid a
7604 byte-compiler warning.
7605
56e6cc31
JB
7606 * server.el (server-eval-and-print): Return any result, even nil.
7607
7b9430b4
PE
76082011-07-03 Paul Eggert <eggert@cs.ucla.edu>
7609
7610 * type-break.el: Accept time formats that the builtins accept.
7611 (timep, type-break-time-difference): Accept any format that
7612 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
7613 This is simpler and helps future-proof the code.
7614 (type-break-time-difference): Round rather than ignoring
7615 subseconds components.
7616
3034e9e7
LMI
76172011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7618
7619 * info.el (Info-apropos-matches): Make non-interactive, since it
7620 doesn't seem to do anything useful as a command (bug#8829).
7621
1485f4c0
CY
76222011-07-03 Chong Yidong <cyd@stupidchicken.com>
7623
7624 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 7625 Move from faces.el.
1485f4c0
CY
7626 (frame-default-terminal-background): New function.
7627
7628 * custom.el (custom-push-theme): Don't record faces in `changed'
7629 theme; this doesn't work correctly for per-frame face settings.
7630 (disable-theme): Use face-set-after-frame-default to reset faces.
7631 (custom--frame-color-default): New function.
7632
9fa3dd45
LMI
76332011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7634
c8af70e1 7635 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
7636 (bug#8769).
7637
6cbbc20c
KR
76382011-03-29 Kevin Ryde <user42@zip.com.au>
7639
7640 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7641 `perl-Test2' extend to match possible "fail #N" rep count
7642 (bug#8377).
7643
c7f98048
LMI
76442011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7645
65676592
LMI
7646 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
7647 `smtpmail-via-smtp' now returns the error instead of nil.
7648
c7f98048
LMI
7649 * isearch.el (isearch-search-fun-function): Clarify the doc string
7650 (bug#8101).
7651
56e6cc31 76522011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
7653
7654 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
7655 unnecessary spaces (bug#8987).
7656
2b216704
LMI
76572011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7658
7659 * net/network-stream.el (open-network-stream): Use the
7660 :end-of-capability command thoughout.
7661
76622011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7663
7664 * net/network-stream.el (open-network-stream): Add the
7665 :end-of-capability command parameter, used by pop3.el.
7666
36adf6ce
LMI
76672011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7668
1ca0da0e
LMI
7669 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
7670
fc00f69c
LMI
7671 * fringe.el (fringe-query-style): Remove redundant text " (type ?
7672 for list)" (bug#6475).
7673
28fd8759 7674 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 7675 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
7676 an error (bug#6297).
7677
0dd8b6da
LMI
7678 * man.el (Man-reference-regexp): Allow matching possible
7679 word-wrapped references (bug#6289).
7680
ce1438d6
LMI
7681 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
7682 for consistency with the other vc buffers (bug#6197).
7683 (vc-checkin): Ditto.
7684
7685 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
7686
36adf6ce
LMI
7687 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
7688
e83cc1f7
LMI
76892011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7690
8a20ca4c
LMI
7691 * custom.el (defcustom): Clarify that :set is only used in the
7692 Customize user interface (bug#6089).
7693
83319045
LMI
7694 * progmodes/flymake.el (flymake-mode): If the buffer isn't
7695 associated with a file, refuse to run instead of erroring out
7696 (bug#6084).
7697
a8392169
LMI
7698 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
7699 the doc string, since it appears that using `fill-column' always
7700 controls the width (bug#7845).
7701
e83cc1f7
LMI
7702 * simple.el (shell-command-on-region): Say where the error output
7703 went if `shell-command-default-error-buffer' is set (bug#6857).
7704
e47ca23b
KM
77052011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
7706
7707 * allout.el (allout-yank-processing): Adjust cursor position for
7708 backwards-deleted space.
7709
7710 (allout-rebullet-heading): Register changes with
7711 allout-exposure-changed-hook, so the modified topic is properly
7712 decorated.
7713
5cf56143
LMI
77142011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7715
08549772
LMI
7716 * minibuffer.el (completion-in-region): Document PREDICATE
7717 (bug#7136).
7718
48e96771
LMI
7719 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
7720 of keyword/argument pairs (bug#6904).
7721
c8af70e1
SM
7722 * replace.el (multi-occur):
7723 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 7724
e17d05e2
LMI
77252011-07-02 Drew Adams <drew.adams@oracle.com>
7726
7727 * dired.el (dired-mark-if): Make the message about whether it's
7728 marking or unmarking clearer (bug#8523).
7729
063b0e45
LMI
77302011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7731
7732 * disp-table.el (display-table-print-array): New function.
7733 (describe-display-table): Use it to print the vectors more pretty
7734 (Bug#8859).
7735
28545e04
MR
77362011-07-02 Martin Rudalics <rudalics@gmx.at>
7737
7738 * window.el (window-state-get-1): Don't assign clone numbers.
7739 Add clone-of item to list of window parameters.
7740 (window-state-put-2): Don't process clone numbers.
7741 (display-buffer-alist): Fix doc-string.
7742
3349e122
SM
77432011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7744
7745 * subr.el (remq): Don't allocate if it's not needed.
7746 (keymap--menu-item-binding, keymap--menu-item-with-binding)
7747 (keymap--merge-bindings): New functions.
7748 (keymap-canonicalize): Use them to refine the canonicalization.
7749 * minibuffer.el (minibuffer-local-completion-map)
7750 (minibuffer-local-must-match-map): Move initialization from C.
7751 (minibuffer-local-filename-completion-map): Move initialization from C;
7752 don't inherit from anything here.
7753 (minibuffer-local-filename-must-match-map): Make obsolete.
7754 (completing-read-default): Use make-composed-keymap to combine
7755 minibuffer-local-filename-completion-map with either
7756 minibuffer-local-must-match-map or
7757 minibuffer-local-filename-completion-map.
7758
d224ac83
GM
77592011-07-01 Glenn Morris <rgm@gnu.org>
7760
3de63bf8
GM
7761 * type-break.el (type-break-time-sum): Use dolist.
7762
d224ac83
GM
7763 * textmodes/flyspell.el (flyspell-word-search-backward):
7764 Replace CL function.
7765
1a1e3f32
SM
77662011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7767
fe3f64d5
SM
7768 * mouse.el (mouse--strip-first-event): New function.
7769 (function-key-map): Use it to map fringe clicks to normal clicks
7770 by default.
7771
eb604e34
SM
7772 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
7773 (vc-bzr-revision-completion-table): Add support for annotate and date.
7774
1a1e3f32
SM
7775 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
7776 inherit from parent.
7777
5bd35902
LMI
77782011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7779
ace6c69c 7780 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 7781 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 7782
191e2bed
LMI
7783 * dired.el (dired-mode): Fix up the doc string as suggested by
7784 Drew Adams (bug#8817).
7785
5bd35902
LMI
7786 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
7787 cookie, since the manual says that it should be possible to add
7788 this function to `find-file-hook' (bug#8709).
7789
eee8207a
TZ
77902011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7791
7792 * progmodes/cfengine.el: Moved all cfengine3.el functionality
7793 here. Noted Ted Zlatanov as the maintainer.
7794 (cfengine-common-settings, cfengine-common-syntax): New functions
7795 to set up common things between `cfengine-mode' and
7796 `cfengine3-mode'.
7797 (cfengine3-mode): New mode.
7798 (cfengine3-defuns cfengine3-defuns-regex
7799 (cfengine3-class-selector-regex cfengine3-category-regex)
7800 (cfengine3-vartypes cfengine3-font-lock-keywords)
7801 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 7802 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 7803
36b148cf
MA
78042011-07-01 Michael Albinus <michael.albinus@gmx.de>
7805
7806 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
7807
7808 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
7809
0bf4ba9a
MR
78102011-07-01 Martin Rudalics <rudalics@gmx.at>
7811
7812 * window.el (same-window-buffer-names, same-window-regexps)
7813 (same-window-p, special-display-frame-alist)
7814 (special-display-popup-frame, special-display-function)
7815 (special-display-buffer-names, special-display-regexps)
7816 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
7817 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7818 (split-window-preferred-function, split-height-threshold)
7819 (split-width-threshold, even-window-heights)
7820 (display-buffer-mark-dedicated, window-splittable-p)
7821 (split-window-sensibly, window-safely-shrinkable-p):
7822 Un-obsolete.
7823 (display-buffer): Don't spread args with function specifier
7824 because special-display-popup-frame won't like it.
7825
35837f51
PE
78262011-07-01 Paul Eggert <eggert@cs.ucla.edu>
7827
d0672f86
PE
7828 Time-stamp simplifications and fixes.
7829 These improve accuracy slightly, and future-proof the code
7830 against some potential changes to current-time format.
7831
b9444d97
PE
7832 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7833 by using time-since and float-time.
7834
0ef923dc
PE
7835 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7836 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
7837 + NNN microseconds".
7838
2f81380d
PE
7839 * type-break.el (type-break-time-sum): Rewrite using time-add.
7840
845b5c3e
PE
7841 * play/hanoi.el (hanoi-current-time-float): Remove.
7842 All uses replaced by float-time.
7843
ee6f1be0
PE
7844 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7845 This yields a more-accurate answer.
7846 (rng-time-to-float): Remove; no longer needed.
7847
fe955043
PE
7848 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7849
5777162a
PE
7850 * calendar/timeclock.el (timeclock-seconds-to-time):
7851 Defalias to seconds-to-time, since they're the same thing.
7852
3103f8b6 7853 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 7854 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
7855 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7856
0e61a35f
SM
78572011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7858
7859 * window.el (bury-buffer): Don't iconify the only frame.
7860 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7861 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
7862
ddd63a1e
CY
78632011-07-01 Chong Yidong <cyd@stupidchicken.com>
7864
0e61a35f
SM
7865 * eshell/em-smart.el (eshell-smart-display-navigate-list):
7866 Add mouse-yank-primary.
ddd63a1e 7867
055f4923
TZ
78682011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7869
7870 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7871
6a2fb145
SM
78722011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7873
7874 * emacs-lisp/find-func.el (find-library--load-name): New fun.
7875 (find-library-name): Use it to find relative load names when provided
7876 absolute file name (bug#8803).
7877
fd4983f2
LMI
78782011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7879
887d14ad
LMI
7880 * textmodes/flyspell.el (flyspell-word): Consider words that
7881 differ only in case as potential doublons (bug#5687).
7882
c53dc7fc
LMI
7883 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7884 Remove two rather uninteresting debugging-like messages to make
7885 debbugs.el more silent.
7886
fd4983f2
LMI
7887 * comint.el (comint-password-prompt-regexp): Accept "Response" as
7888 a password-like phrase.
7889
7a71b18d 78902011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
7891
7892 * progmodes/cc-guess.el: New file.
7893
6a2fb145 7894 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
7895
7896 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7897 derived from `c-basic-common-init'.
7898
7899 * progmodes/cc-mode.el (top-level): Require cc-guess.
7900 (c-basic-common-init): Use `cc-choose-style-for-mode'.
7901
1fa280a3
LM
79022011-06-30 Lawrence Mitchell <wence@gmx.li>
7903
7904 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7905
e6597158
AM
79062011-06-30 Alan Mackenzie <acm@muc.de>
7907
1fa280a3
LM
7908 * progmodes/cc-engine.el (c-guess-continued-construct):
7909 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
7910 lock is disabled. Name this case as "CASE G".
7911
68ba37fb
KM
79122011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
7913
7914 * allout.el (allout-yank-processing): Fix injection of extra space
7915 between bullet and non-whitespace character in first topic when
7916 pasting, ensuring that the actual spacing in the pasted topic
7917 following the bullet char is preserved. This extra space was
7918 causing pasted encrypted topics to get a decrypted status even
7919 when the content was actually still encrypted. Now the decryption
7920 status from before the paste is preserved.
7921
7922 (allout-flag-region): Set all allout overlays so they evaporate
7923 when reduced to zero length (evanescent), to prevent overlay
7924 leakage.
7925
887a0b34
GM
79262011-06-30 Glenn Morris <rgm@gnu.org>
7927
94b9acce
GM
7928 * w32-fns.el (w32-charset-info-alist): Declare.
7929
1d9b46d4
GM
7930 * find-dired.el (find-grep-options): Simplify.
7931
cc232200
GM
7932 * term/ns-win.el (ns-set-resource): Declare.
7933
28e77c46
GM
7934 * ses.el (row, col): Declare dynamic variables honestly.
7935
887a0b34
GM
7936 * textmodes/reftex-parse.el (index-tags): Declare.
7937
658d8eb8
CY
79382011-06-30 Chong Yidong <cyd@stupidchicken.com>
7939
7940 * cus-edit.el (customize-push-and-save): New function.
7941
7942 * files.el (hack-local-variables-confirm): Use it.
7943
1fa280a3
LM
7944 * custom.el (load-theme): New arg NO-CONFIRM.
7945 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
7946 (custom-enabled-themes): Doc fix.
7947
7948 * cus-theme.el (customize-create-theme)
7949 (custom-theme-merge-theme): Callers to load-theme changed.
7950
bb617717
LMI
79512011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7952
d61bdd5d
LMI
7953 * thingatpt.el (thing-at-point-short-url-regexp): Require that
7954 short URLs have at least one dot in them (bug #7614).
7955
bb617717
LMI
7956 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7957 nil, because using a pty is apparently too slow (bug #895).
7958
2f31f37a
LMI
79592011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7960
7961 * mail/sendmail.el (sendmail-query-once): New function.
7962 (sendmail-query-once-function): New variable.
7963
3076b24e
GM
79642011-06-29 Glenn Morris <rgm@gnu.org>
7965
faf2a174
GM
7966 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7967
3076b24e
GM
7968 * ses.el (top-level): Require cl when compiling.
7969 (ses-set-localvars): Fix error statement.
7970 Call it at compile time to silence a storm of warnings.
7971
5386012d
MR
79722011-06-29 Martin Rudalics <rudalics@gmx.at>
7973
7974 * window.el (normalize-live-buffer): Rename to
7975 window-normalize-buffer.
7976 (normalize-live-frame): Rename to window-normalize-frame.
7977 (normalize-any-window): Rename to window-normalize-any-window.
7978 (normalize-live-window): Rename to window-normalize-live-window.
7979 (make-window-atom): Rename to window-make-atom.
7980 (window-resize-reset): Rename to window--resize-reset.
7981 (window-resize-reset-1): Rename to window--resize-reset-1.
7982 (resize-mini-window): Rename to window--resize-mini-window.
7983 (resize-subwindows-skip-p): Rename to
7984 window--resize-subwindows-skip-p.
7985 (resize-subwindows-normal): Rename to
7986 window--resize-subwindows-normal.
7987 (resize-subwindows): Rename to window--resize-subwindows.
7988 (resize-other-windows): Rename to window--resize-siblings.
7989 (resize-this-window): Rename to window--resize-this-window.
7990 (resize-root-window): Rename to window--resize-root-window.
7991 (resize-root-window-vertically): Rename to
7992 window--resize-root-window-vertically.
7993 (normalize-buffer-to-display): Rename to
7994 window-normalize-buffer-to-display.
7995 (normalize-buffer-to-switch-to): Rename to
7996 window-normalize-buffer-to-switch-to.
7997 Correspondingly update all callers of the functions listed
7998 above.
7999 (display-buffer-alist, display-buffer-normalize-arguments)
8000 (display-buffer-normalize-options, display-buffer)
8001 (display-buffer-alist-set): Use "function" instead of
8002 "fun-with-args".
8003
1176868d
CY
80042011-06-28 Chong Yidong <cyd@stupidchicken.com>
8005
8006 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
8007 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
8008 debbugs.gnu.org. Mention acknowledgment email.
8009
20a7a65f
LMI
80102011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8011
8012 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
8013 buffer multibyteness, since it shouldn't matter.
8014
5f45cca5
MR
80152011-06-28 Martin Rudalics <rudalics@gmx.at>
8016
8017 * window.el (display-buffer-in-side-window): Handle dedicated
8018 windows as in display-buffer-reuse-window.
8019 (display-buffer-normalize-alist): Use value of override
8020 specifier.
8021 (display-buffer-normalize-specifiers): Use value of
8022 other-window-means-other-frame specifier.
8023 (display-buffer-alist): Rewrite some texts in widgets.
8024 (display-buffer): Spread arguments when calling function
8025 specified by fun-with-args.
8026
ad85fe1f
DD
80272011-06-28 Deniz Dogan <deniz@dogan.se>
8028
1fa280a3
LM
8029 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8030 Unnest `let'.
da68c4c8 8031
ad85fe1f
DD
8032 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
8033 selectors (Bug#5732).
ec49bd31 8034 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 8035
a08cc025
JA
80362011-06-27 Jari Aalto <jari.aalto@cante.net>
8037
8038 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
8039 (eshell-ls-date-format): New defcustom.
8040 (eshell-ls-file): Use it.
8041
e2b551c5
SM
80422011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8043
8044 * help-fns.el (describe-variable): Fix message for terminal-local vars.
8045
8982b231
KY
80462011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
8047
8048 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
8049 (ange-ftp-make-tmp-name): New arg.
8050 (ange-ftp-file-local-copy): Use it.
8051
36c9fa27
J
80522011-06-27 Jambunathan K <kjambunathan@gmail.com>
8053
8054 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
8055 no-conversion (Bug#8870).
8056
d68443dc
MR
80572011-06-27 Martin Rudalics <rudalics@gmx.at>
8058
8059 * window.el (window-right, window-left, window-child)
8060 (window-child-count, window-last-child)
8061 (window-iso-combination-p, walk-window-tree-1)
8062 (window-atom-check-1, window-tree-1, delete-window)
8063 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
8064 new naming conventions - window-vchild, window-hchild,
8065 window-next and window-prev are now called window-top-child,
8066 window-left-child, window-next-sibling and window-prev-sibling
8067 respectively.
d615d6d2
MR
8068 (resize-window-reset): Rename to window-resize-reset.
8069 (resize-window-reset-1): Rename to window-resize-reset-1.
8070 (resize-window): Rename to window-resize.
8071 (window-min-height, window-min-width)
8072 (resize-mini-window, resize-this-window, resize-root-window)
8073 (resize-root-window-vertically, adjust-window-trailing-edge)
8074 (enlarge-window, shrink-window, maximize-window)
8075 (minimize-window, delete-window, quit-restore-window)
8076 (split-window, balance-windows, balance-windows-area-adjust)
8077 (balance-windows-area, window-state-put-2)
8078 (display-buffer-even-window-sizes, display-buffer-set-height)
8079 (display-buffer-set-width, set-window-text-height)
8080 (fit-window-to-buffer): Rename all "resize-window" prefixed
8081 calls to use the "window-resize" prefix convention.
8082 (display-buffer-alist): Fix symbol for label specifier.
8083 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
8084 corresponding specifier.
8085 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 8086
b6458526
VB
80872011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8088
8089 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
8090 convention.
8091 (ses-call-printer): Does not pass an empty string to formatter when the
8092 cell is empty to keep from barking printer Calc math-format-value.
8093
d31fd9ac
RS
80942011-06-27 Richard Stallman <rms@gnu.org>
8095
43d5bf84
RS
8096 * battery.el (battery-mode-line-limit): New variable.
8097 (battery-update): Handle it.
8098
d31fd9ac
RS
8099 * mail/rmailmm.el (rmail-mime-process-multipart):
8100 Handle truncated messages.
8101
819a6054
GM
81022011-06-27 Glenn Morris <rgm@gnu.org>
8103
8104 * progmodes/flymake.el (flymake-err-line-patterns):
8105 Allow for column numbers in the ant/javac pattern. (Bug#8866)
8106
cedc73f2
VB
81072011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8108
819a6054 8109 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
8110 (ses--clean-!, ses--clean-_): New functions.
8111 (ses-range): Add configurability of readout order, and conversion
8112 to Calc vector.
8113
5e5d49b6
VB
8114 * ses.el (ses-repair-cell-reference-all): New function.
8115 (ses-cell-symbol): Set macro as safe, so that it can be used in
8116 formulas.
8117
56e6cc31 8118 * ses.el: Update cycle detection algorithm.
90ca8b49 8119 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 8120 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
8121 (ses-set-localvars): New function.
8122 (ses-make-cell): Add property-list as a cell element.
8123 (ses-cell-property-get-fun, ses-cell-property-get)
8124 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
8125 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
8126 New functions.
90ca8b49
VB
8127 (ses-cell-property-set, ses-cell-property-pop)
8128 (ses-cell-property-get-handle): New macro.
8129 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
8130 New aliases, used for code readability.
8131 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
8132 cycle detection.
8133 (ses-self-reference-early-detection): New defcustom.
fac916bf 8134 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
8135 (ses-mode): Use ses-set-localvars.
8136 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
8137 before lauching the update processing.
8138 (ses-initialize-Dijkstra-attempt): New function.
8139 (ses-recalculate-cell): Update for cycle detection based on
8140 Dijkstra algorithm.
8141
2bb63e81
VB
8142 * ses.el: Fix commenting and indenting convention.
8143
c9d29fb8
SM
81442011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8145
8146 * bs.el (bs-cycle-next): Complete last change.
8147
d8e4b68b
JB
81482011-06-27 Drew Adams <drew.adams@oracle.com>
8149
8150 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
8151
40098786
LMI
81522011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8153
c9d29fb8
SM
8154 * net/network-stream.el (network-stream-open-starttls):
8155 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
8156 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
8157
40098786
LMI
8158 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
8159 to binary to possibly avoid line encoding issues on Windows (among
8160 other things).
8161
468d09d4
LMI
81622011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8163
8164 * net/network-stream.el (open-network-stream): Return an :error
8165 saying what the problem was, if possible.
8166
8167 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
8168 server.
8169
8170 * net/network-stream.el (network-stream-open-starttls): If we
8171 wanted to use STARTTLS, and the server offered it, but we weren't
8172 able to because we had no STARTTLS support, then close the connection.
8173 (open-network-stream): Return an :error element, if present.
8174
16f07dd7
CY
81752011-06-26 Chong Yidong <cyd@stupidchicken.com>
8176
88821ca0
CY
8177 * hl-line.el (hl-line-sticky-flag): Doc fix.
8178 (global-hl-line-sticky-flag): New option (Bug#8323).
8179 (global-hl-line-highlight): Obey it.
8180
16f07dd7
CY
8181 * vc/vc.el (vc-revert-show-diff): Default to t.
8182
6b5ccddf
KM
81832011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
8184
c9d29fb8
SM
8185 * allout-widgets.el (allout-widgets-post-command-business):
8186 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
8187 undecorated when an isearch is continued past, and isearch
8188 automatically collapses them. This leads to "widget leaks", where
8189 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
8190 hidden widgets can slow down cursor travel, substantially.
8191 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
8192 so we're doing without this nicety.
8193
8194 (allout-widgets-tally-string): Don't try to do a hash-table-count
8195 of allout-widgets-tally when it's nil. This eliminates spurious "Error
8196 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
8197 *Messages* when allout-widgets-maintain-tally is t.
8198
355f2e07
MR
81992011-06-26 Martin Rudalics <rudalics@gmx.at>
8200
8201 * window.el (display-buffer-normalize-argument): Rename to
8202 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
8203 LABEL argument. Respect special-display-function when popping up
8204 a new frame. Fix code searching for a window showing the buffer
8205 on another frame.
c9d29fb8
SM
8206 (display-buffer-normalize-specifiers):
8207 Call display-buffer-normalize-arguments.
355f2e07
MR
8208 (display-buffer-in-window): Don't undedicate the window if its
8209 buffer remains the same.
8210 Reported by Drew Adams <drew.adams@oracle.com>.
8211 (display-buffer-alist): Add choice for same-window macro
8212 specfier.
8213 (display-buffer): Mention special meaning of LABEL argument in
8214 doc-string. Fix quoting. Don't pop up a new frame even as
8215 fallback.
8216
7ca8fc42
JB
82172011-06-26 Juanma Barranquero <lekktu@gmail.com>
8218
8219 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
8220 avoid deleting the current window in some cases (bug#8911).
8221
bc312254
AS
82222011-06-26 Andreas Schwab <schwab@linux-m68k.org>
8223
8224 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
8225 (Bug#8934)
8226
2db18f3f
LMI
82272011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8228
c9d29fb8
SM
8229 * net/network-stream.el (network-stream-open-starttls):
8230 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
8231 (network-stream-open-tls): Ditto.
8232
6302e0d3
LL
82332011-06-26 Leo Liu <sdl.web@gmail.com>
8234
8235 * register.el (registerv): New struct.
8236 (registerv-make): New function.
c9d29fb8
SM
8237 (jump-to-register, describe-register-1, insert-register):
8238 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
8239 struct. (Bug#8415)
8240
5fdd4046
CY
82412011-06-26 Chong Yidong <cyd@stupidchicken.com>
8242
2afef60a
CY
8243 * vc/vc.el (vc-revert-show-diff): New defcustom.
8244 (vc-diff-internal): New arg specifying diff buffer.
8245 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
8246 reuse an existing *vc-diff* buffer (Bug#8927).
8247
5fdd4046
CY
8248 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
8249
e93db24a
GM
82502011-06-26 Glenn Morris <rgm@gnu.org>
8251
8252 * progmodes/f90.el (f90-critical-indent): New option.
8253 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
8254 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
8255 (f90-mode): Doc fix.
8256 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
8257 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
8258 (f90-beginning-of-block, f90-next-block, f90-indent-region)
8259 (f90-match-end): Handle block, critical.
8260
eefff499
GM
82612011-06-25 Glenn Morris <rgm@gnu.org>
8262
f6ba4cc9
GM
8263 * calendar/diary-lib.el (diary-included-files): Doc fix.
8264 (diary-include-files): New function, extracted from
8265 diary-include-other-diary-files and diary-mark-included-diary-files.
8266 (diary-include-other-diary-files, diary-mark-included-diary-files):
8267 Just call diary-include-files.
8268 (diary-mark-entries): Reset diary-included-files on first call.
8269
16712304
GM
8270 * calendar/diary-lib.el (diary-mark-entries)
8271 (diary-mark-included-diary-files):
8272 Visit included diary-files in temp buffers.
8273
5d8e0d43
GM
8274 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
8275 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
8276 (f90-start-block-re, f90-imenu-generic-expression)
8277 (f90-looking-at-program-block-start, f90-no-block-limit):
8278 Add support for submodules.
8279
ccf7a5d5
GM
8280 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8281 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 8282
11fdef7d 82832011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
8284
8285 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
8286 buffer-file-type before setting its value, to avoid disastrous
eefff499 8287 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 8288
74f53697
JB
82892011-06-25 Juanma Barranquero <lekktu@gmail.com>
8290
8291 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
8292
8293 * ses.el (ses-unload-function):
8294 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
8295
8296 * proced.el (proced-unload-function):
8297 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
8298
18a4ce5e
AR
82992011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
8300
8301 * server.el (server-create-window-system-frame): Add parameters arg.
8302 (server-process-filter): Doc fix. Handle frame-parameters.
8303
519d22cc
JB
83042011-06-25 Juanma Barranquero <lekktu@gmail.com>
8305
8306 Fix bug#8730, bug#8781.
8307
8308 * loadhist.el (unload--set-major-mode): New function.
8309 (unload-feature): Use it.
8310
8311 * progmodes/python.el (python-after-info-look): Add autoload cookie.
8312 (python-unload-function): New function.
8313
c206f5b0
SM
83142011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8315
8316 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
8317
f9ad64f3
GS
83182011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
8319
8320 * net/browse-url.el (browse-url-firefox-program): Add icecat to
8321 the candidates list.
8322
7d0da90e
JB
83232011-06-24 Juanma Barranquero <lekktu@gmail.com>
8324
8325 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
8326
14b4e83d
RS
83272011-06-23 Richard Stallman <rms@gnu.org>
8328
8329 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
8330 (rmail-variables): Set next-error-move-function.
8331 (rmail-what-message): Take argument POS.
8332 (rmail-next-error-move): New function.
8333
273d2baf
SM
83342011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8335
8336 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
8337 messages for adjacent non-terminals.
8338
56c2cc9a
RS
83392011-06-23 Richard Stallman <rms@gnu.org>
8340
8341 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 8342 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
8343 (rmail-start-mail): Don't specify use of rmail-mail-return;
8344 that's done by mail-bury now.
8345 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 8346
d59eb518
MA
83472011-06-23 Michael Albinus <michael.albinus@gmx.de>
8348
8349 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
8350 SIZE is a number.
8351
02cfc6d6
MR
83522011-06-23 Martin Rudalics <rudalics@gmx.at>
8353
8354 * window.el (get-lru-window, get-mru-window)
8355 (get-largest-window): Never return a minibuffer window.
8356 (display-buffer-pop-up-window): Fix a bug that could lead to
8357 reusing the minibuffer window.
8358 (display-buffer): Pass original specifier argument to
8359 display-buffer-function instead of the normalized one.
8360 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
8361
4e323265
LL
83622011-06-22 Leo Liu <sdl.web@gmail.com>
8363
8364 * minibuffer.el (completing-read-function)
8365 (completing-read-default): Move from minibuf.c
8366
7a70468f
RS
83672011-06-22 Richard Stallman <rms@gnu.org>
8368
50718fc2
RS
8369 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
8370 to Rmail even if not started by a special Rmail command.
8371
7a70468f
RS
8372 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
8373 Copy the buffer currently showing just one message.
8374
297dde5a
RW
83752011-06-22 Roland Winkler <winkler@gnu.org>
8376
8377 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
8378 (bibtex-clean-entry): First delete the old key so that a
8379 customized algorithm for generating the new key does not get
8380 confused by the old key.
8381 (bibtex-url): Obey regexp of first step.
8382 (bibtex-search-entries): Do not use add-to-list with local
8383 list-var.
8384
97bb1093
LMI
83852011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8386
8387 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
8388 stored a user name, then query for the password first, instead of
8389 waiting for SMTP to give an error message and the trying again.
8390
1c0f1a19
JD
83912011-06-22 Lawrence Mitchell <wence@gmx.li>
8392
8393 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
8394 BUFFER in call-process.
8395
396f7c9d
LMI
83962011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8397
8398 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
8399 QUIT twice.
ddb7ffee
LMI
8400 (smtpmail-try-auth-methods): Require user name and password from
8401 auth-source.
396f7c9d 8402
8998d1b3
MR
84032011-06-22 Martin Rudalics <rudalics@gmx.at>
8404
8405 * window.el (display-buffer-default-specifiers)
8406 (display-buffer-alist): Remove entries for pop-up-frame-alist.
8407 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 8408 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
8409
8410 * frame.el (pop-up-frame-alist, pop-up-frame-function)
8411 (special-display-frame-alist, special-display-popup-frame):
8412 Remove duplicate declarations. These are now in window.el.
8413
4ea31e07
LMI
84142011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8415
c9d29fb8
SM
8416 * mail/smtpmail.el (smtpmail-via-smtp):
8417 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
8418 server supports it. SMTP servers that support STARTTLS commonly
8419 require it.
8420
8421 * net/network-stream.el (network-stream-open-starttls): Support
8422 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 8423 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 8424
95f41d9a
LMI
8425 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
8426 upgrades with `open-network-stream', and rely solely on
8427 auth-source for all credentials. Big changes throughout the file,
8428 but in particular:
c9d29fb8
SM
8429 (smtpmail-auth-credentials): Remove.
8430 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
8431 (smtpmail-via-smtp): Check for servers saying they want AUTH after
8432 MAIL FROM, too.
95f41d9a 8433
c9d29fb8
SM
8434 * net/network-stream.el (network-stream-open-starttls):
8435 Provide support for client certificates both for external and built-in
4ea31e07
LMI
8436 STARTTLS.
8437 (auth-source): Require.
8438 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
8439 (network-stream-certificate): Change cert-cert to cert and
8440 cert-key to key.
4ea31e07 8441
065ec2c7
MA
84422011-06-21 Michael Albinus <michael.albinus@gmx.de>
8443
8444 * net/tramp-cache.el (top): Don't load the persistency file when
8445 "emacs -Q" has been called.
8446
cd93b359
DR
84472011-06-21 Tim Harper <timcharper@gmail.com>
8448
d8e4b68b
JB
8449 * term/ns-win.el (ns-initialize-window-system):
8450 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
8451 resource to NO as it is not yet supported by the NS port.
8452
ae9c0411
JB
84532011-06-21 Juanma Barranquero <lekktu@gmail.com>
8454
8455 * misc.el (list-dynamic-libraries--refresh): Compute header here...
8456 (list-dynamic-libraries): ...not here.
8457
7f3f739f
LL
84582011-06-21 Leo Liu <sdl.web@gmail.com>
8459
8460 * subr.el (sha1): Implement sha1 using secure-hash.
8461
327c8fb1
MR
84622011-06-21 Martin Rudalics <rudalics@gmx.at>
8463
8464 * window.el (display-buffer-alist): In default value do not
8465 enforce searching a window on any but the selected frame.
8466 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8467 (display-buffer-select-window): Remove function.
8468 (display-buffer-in-window): When a window on another frame gets
8469 reused, do not select it any more but just raise its frame if
8470 necessary (Bug#8851) and (Bug#8856).
8471 (display-buffer-normalize-options): Handle pop-up-frames related
8472 options more faithfully.
8473 (pop-to-buffer): Don't rely on `display-buffer' selecting the
8474 window if it is on another frame.
c9d29fb8
SM
8475 (display-buffer-alist, display-buffer-default-specifiers):
8476 Don't make new frame unsplittable by default.
9e9de014
MR
8477 (display-buffer-normalize-argument): Fix doc-string typo and use
8478 'same-frame-other-window instead of 'other-window when associating
8479 with display-buffer-macro-specifiers.
327c8fb1 8480
7cf3f556
VB
84812011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
8482
8483 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
8484 New functions.
8485 (5x5-mode-map, 5x5-mode-menu): Bind them.
8486 (5x5-draw-grid): Tweak the solver's rendering.
8487
60a406cf
SM
84882011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8489
8490 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
8491 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
8492
d8e4b68b 84932011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
8494
8495 * menu-bar.el: Use function variable instead of switch-to-buffer.
8496 (menu-bar-select-buffer-function): New variable.
60a406cf 8497 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 8498
478d6f95
SM
84992011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8500
8501 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
8502 variable's status.
8503
ca530739
JD
85042011-06-20 Jan Djärv <jan.h.d@swipnet.se>
8505
8506 * x-dnd.el (x-dnd-version-from-flags)
8507 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
8508 and long as number (Bug#8899).
8509 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
8510
bcd70d97
SM
85112011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8512
60a406cf 8513 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
8514 (completion-try-completion, completion-all-completions): Compute the
8515 metadata argument if it's missing; make it optional (bug#8795).
8516
60a406cf 8517 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
8518 (widget-complete): Use new :completion-function property.
8519 (widget-completions-at-point): New function.
8520 (default): Use :completion-function instead of :complete.
60a406cf
SM
8521 (widget-default-completions): Rename from widget-default-complete;
8522 Rewrite.
bcd70d97
SM
8523 (widget-string-complete, widget-file-complete, widget-color-complete):
8524 Remove functions.
8525 (file, symbol, function, variable, coding-system, color):
8526 * international/mule-cmds.el (default-input-method, charset)
8527 (language-info-custom-alist):
8528 * cus-edit.el (face): Use new property :completions.
8529
8530 * progmodes/pascal.el (pascal-completions-at-point): New function.
8531 (pascal-mode): Use it.
8532 (pascal-mode-map): Use completion-at-point.
8533 (pascal-toggle-completions): Make obsolete.
8534 (pascal-complete-word, pascal-show-completions):
8535 * progmodes/octave-mod.el (octave-complete-symbol):
8536 Redefine as obsolete alias.
8537 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
8538 Signal absence of completion info for old Octave,
8539 (inferior-octave-complete): Redefine as obsolete alias.
8540 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
8541 (meta-completions-at-point): Rename from meta-complete-symbol and
8542 adapt it for use on completion-at-point-functions.
8543 (meta-common-mode): Use it.
8544 (meta-looking-at-backward, meta-match-buffer): Remove.
8545 (meta-complete-symbol): Redefine as obsolete alias.
8546 (meta-common-mode-map): Use completion-at-point.
8547 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
8548 (makefile-mode-map): Use completion-at-point.
8549 (makefile-completions-at-point): Rename from makefile-complete and
8550 adapt it for use on completion-at-point-functions.
8551 (makefile-mode): Use it.
8552 (makefile-complete): Redefine as obsolete alias.
8553
aebf69c8
DD
85542011-06-20 Deniz Dogan <deniz@dogan.se>
8555
8556 * net/rcirc.el: Delete trailing whitespaces once and for all.
8557
bfbbb27d
DC
85582011-06-20 Daniel Colascione <dan.colascione@gmail.com>
8559
8560 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
8561
d264a46b
CY
85622011-06-19 Chong Yidong <cyd@stupidchicken.com>
8563
4ca009e5
CY
8564 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
8565
d264a46b
CY
8566 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
8567
fbf5b3ce
MR
85682011-06-19 Martin Rudalics <rudalics@gmx.at>
8569
8570 * window.el (display-buffer-other-window-means-other-frame):
8571 Call display-buffer-normalize-alist.
8572 (display-buffer-normalize-specifiers-1): Rename to
8573 display-buffer-normalize-argument. New argument other-frame.
8574 Rewrite.
8575 (display-buffer-normalize-specifiers-2): Rename to
8576 display-buffer-normalize-options.
8577 (display-buffer-normalize-alist-1): New function.
8578 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
8579 display-buffer-normalize-alist.
8580 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
8581 (display-buffer-normalize-options-inhibit): New variable.
8582 (display-buffer-normalize-specifiers): Rewrite calling
8583 display-buffer-normalize-alist,
8584 display-buffer-normalize-argument, and
8585 display-buffer-normalize-options. Don't call the latter if
8586 display-buffer-normalize-options-inhibit is non-nil.
8587 (frame-auto-delete): New option.
8588 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
8589 (window-list-no-nils, window-state-ignored-parameters)
8590 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
8591 (window-state-put-1, window-state-put-2, window-state-put):
8592 New functions.
9a028c23
MR
8593 (display-buffer-normalize-options): Move special-display-p group
8594 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 8595
6d10d800
CY
85962011-06-18 Chong Yidong <cyd@stupidchicken.com>
8597
6420d28b
CY
8598 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
8599 groups (Bug#8776).
8600 (rx-submatch-n): New function.
8601 (rx): Document it.
8602
ddb8b596
CY
8603 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
8604 (Bug#8768).
8605
8606 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
8607
77080289
CY
8608 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
8609
61dfb316
CY
8610 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
8611 anytime existing face settings are present (Bug#8889).
8612
6d10d800
CY
8613 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
8614 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
8615 Remove unused argument.
8616
be3fb2b8
MR
86172011-06-18 Martin Rudalics <rudalics@gmx.at>
8618
bcd70d97
SM
8619 * window.el (display-buffer-default-specifiers):
8620 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
8621 pop-up-window-min-width, and another reuse-window specifier
8622 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
8623 (display-buffer-normalize-specifiers-2):
8624 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
8625 pop-up-windows is unset. Add a reuse-window specifier for the
8626 case popping up a new window fails.
8627 (special-display-popup-frame): Remove double quoting.
28dec25a 8628 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 8629
1c6d8c76
SM
86302011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8631
8632 * shell.el (shell-completion-vars): Set pcomplete-termination-string
8633 according to comint-completion-addsuffix.
8634
8635 * pcomplete.el: Convert to lexical binding and fix bug#8819.
8636 (pcomplete-suffix-list): Mark as obsolete.
8637 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
8638 pcomplete-seen in the closure.
8639 (pcomplete-comint-setup): Setup completion-at-point as well.
8640 (pcomplete--entries): New function.
8641 (pcomplete--env-regexp): New var.
8642 (pcomplete-entries): Rewrite to work with partial-completion and
8643 without relying on pcomplete-suffix-list.
8644 (pcomplete-pare-list): Remove, unused.
8645
25aef8b8
MR
86462011-06-17 Martin Rudalics <rudalics@gmx.at>
8647
8648 * window.el (display-buffer-alist): Set pop-up-window-min-height
8649 and pop-up-window-min-width in default value. Reported by
8650 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
8651 other-window-means-other-frame.
8652 (display-buffer-macro-specifiers): Comment out entry for
8653 other-window specifier.
8654 (display-buffer-other-window-means-other-frame): New function.
8655 (display-buffer-normalize-specifiers-1): New arguments
8656 buffer-name and label. Treat other-window case specially.
8657 (display-buffer-normalize-specifiers-2): Treat other-window case
8658 specially.
8659 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
8660 (display-buffer-normalize-specifiers):
8661 Call display-buffer-normalize-specifiers-3.
25aef8b8 8662
dbad4f69
MR
86632011-06-17 Martin Rudalics <rudalics@gmx.at>
8664
8665 * window.el (same-window-p): Fix two typos introduced when
8666 adding with-no-warnings.
d1067961
MR
8667 (display-buffer-normalize-specifiers-1): Don't check
8668 pop-up-frames for 'unset initialization.
8669 (display-buffer-normalize-specifiers-2): Major rewrite using
8670 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
8671 (pop-up-frames, display-buffer-reuse-frames)
8672 (display-buffer-mark-dedicated): Don't initialize to 'unset.
8673 Suggested by David Engster <deng@randomsample.de>.
8674 (even-window-heights): Initialize to 'unset.
8675 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
8676 (display-buffer-macro-specifiers): Don't pop up a new frame in the
8677 other window case.
dbad4f69 8678
9b9c9e3a
MR
86792011-06-16 Martin Rudalics <rudalics@gmx.at>
8680
bcd70d97
SM
8681 * window.el (display-buffer-normalize-specifiers-1):
8682 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 8683 second argument of display-buffer (Bug#8865).
981d5c09
MR
8684 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
8685 (switch-to-buffer-other-window-same-frame)
8686 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
8687 Adams (Bug#8875).
9c2755e9
MR
8688 (display-buffer): Don't check noninteractive when calling
8689 display-buffer-pop-up-frame.
8690 (display-buffer-pop-up-frame): Never pop up a frame in
8691 noninteractive mode (Bug#8857).
67222e1d
MR
8692 (enlarge-window, shrink-window): Don't report an error when the
8693 window can't be resized as requested (Bug#8862).
9b9c9e3a 8694
2b75be67
SM
86952011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8696
9ffdd3ba
SM
8697 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
8698
cb581a67
SM
8699 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
8700
2b75be67
SM
8701 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
8702
8c0e3589
AM
87032011-06-15 Alan Mackenzie <acm@muc.de>
8704
cb581a67
SM
8705 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
8706 for declarators, disable knr checking to speed up for normal files.
8707 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 8708
b96e6cde
LMI
87092011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8710
4bba86e6
LMI
8711 * net/network-stream.el (open-network-stream): Add the keyword
8712 :always-query-capabilities for the case where you want to force a
8713 `plain' network connection, but the protocol still requires the
8714 capabilitiy command (i.e., SMTP and EHLO).
8715
2b75be67 8716 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
8717 consistency with other `-live-p' functions.
8718
efdcdbf8
SM
87192011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8720
8721 * window.el (same-window-buffer-names, same-window-regexps)
8722 (special-display-frame-alist, special-display-popup-frame)
8723 (special-display-function, special-display-buffer-names)
8724 (special-display-regexps, pop-up-frame-alist)
8725 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
8726 (pop-up-windows, split-window-preferred-function)
8727 (split-height-threshold, split-width-threshold, even-window-heights)
8728 (display-buffer-mark-dedicated): Don't encourage the use of
8729 display-buffer-alist from Elisp code.
8730
c5cde042
DN
87312011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8732
8733 * progmodes/python.el (python-mode): Derive from prog-mode.
8734 * progmodes/ps-mode.el (ps-mode):
8735 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 8736 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
8737 * progmodes/ld-script.el (ld-script-mode): Likewise.
8738
baa1c9ab
MR
87392011-06-15 Martin Rudalics <rudalics@gmx.at>
8740
8741 * window.el (display-buffer-alist): Trim default value to avoid
8742 popping up a new frame (Bug#8857) or reusing an arbitrary window
8743 on another frame.
8744 (display-buffer): Do not fall back on popping up a new frame in
8745 batch mode (Bug#8857).
8746
c5dd5a51
CY
87472011-06-14 Chong Yidong <cyd@stupidchicken.com>
8748
8749 * cus-theme.el (describe-theme-1): Use custom-theme-p.
8750 (custom-theme-summary): New function.
8751 (customize-themes): Use it.
8752
d647b7c4
GM
87532011-06-13 Glenn Morris <rgm@gnu.org>
8754
8755 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
8756
9481c002
MR
87572011-06-13 Martin Rudalics <rudalics@gmx.at>
8758
357f93d2
MR
8759 * help.el (help-window): Remove variable.
8760 (help-window-point-marker, temp-buffer-max-height)
8761 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
8762 (help-print-return-message): Don't set help-window.
8763 (resize-temp-buffer-window): Rewrite cod eand doc-string.
8764 (help-window-setup-finish): Remove.
8765 (help-window-display-message, help-window-setup)
8766 (with-help-window): Major rewrite based on new
8767 display-buffer-window variable.
8768
8769 * help-mode.el (help-mode-finish): Remove help-window related
8770 code.
8771
8772 * view.el (view-exits-all-viewing-windows): Remove reference to
8773 view-return-to-alist in doc-string.
8774 (view-return-to-alist): Make obsolete.
8775 (view-buffer): Call pop-to-buffer-same-window and remove
8776 undo-window code.
8777 (view-buffer-other-window): Call pop-to-buffer-other-window and
8778 simplify code. Ignore second argument.
8779 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
8780 simplify code. Ignore second argument.
8781 (view-return-to-alist-update): Make obsolete.
8782 (view-mode-enter): Rename second argument to QUIT-RESTORE.
8783 Rewrite using quit-restore window parameters.
2b75be67
SM
8784 (view-mode-exit): Rename second argument to EXIT-ONLY.
8785 Rewrite using quit-restore-window.
357f93d2
MR
8786 (View-exit, View-exit-and-edit, View-leave, View-quit)
8787 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
8788 appropriate arguments.
8789 (view-end-message): Use quit-restore window parameter.
8790
9481c002
MR
8791 * window.el (display-buffer-function): Rewrite doc-string.
8792 (display-buffer-window, display-buffer-alist): New variables.
8793 (display-buffer-split-specifiers)
8794 (display-buffer-side-specifiers)
8795 (display-buffer-macro-specifiers): New constants.
8796 (display-buffer-even-window-sizes, display-buffer-set-height)
8797 (display-buffer-set-width, display-buffer-select-window)
8798 (display-buffer-in-window, display-buffer-reuse-window)
8799 (display-buffer-split-window-1, display-buffer-split-window)
8800 (display-buffer-split-atom-window, display-buffer-pop-up-window)
8801 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8802 (display-buffer-in-side-window, normalize-buffer-to-display)
8803 (display-buffer-normalize-specifiers-1)
8804 (display-buffer-normalize-specifiers-2)
2b75be67
SM
8805 (display-buffer-normalize-specifiers, display-buffer-frame):
8806 New functions.
9481c002
MR
8807 (display-buffer): Major rewrite.
8808 (display-buffer-other-window, display-buffer-other-frame)
8809 (pop-to-buffer, switch-to-buffer-other-window)
8810 (switch-to-buffer-other-frame): Rewrite.
8811 (display-buffer-same-window, display-buffer-same-frame)
8812 (display-buffer-same-frame-other-window)
8813 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8814 (pop-to-buffer-other-window)
8815 (pop-to-buffer-same-frame-other-window)
8816 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
8817 (switch-to-buffer-other-window-same-frame): New functions.
8818 (same-window-p, special-display-p): Rewrite disabling warnings.
8819 Make obsolete.
8820 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8821 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8822 Make obsolete
8823 (same-window-buffer-names, same-window-regexps)
8824 (special-display-frame-alist, special-display-popup-frame)
8825 (special-display-function, special-display-buffer-names)
8826 (special-display-regexps, pop-up-frame-alist)
8827 (pop-up-frame-function, split-window-preferred-function)
8828 (split-height-threshold, split-width-threshold)
8829 (even-window-heights): Make obsolete.
8830
9db51aca
GM
88312011-06-12 Glenn Morris <rgm@gnu.org>
8832
8833 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 8834 Misc simplifications.
9db51aca 8835
39cffb44
MR
88362011-06-12 Martin Rudalics <rudalics@gmx.at>
8837
8838 * window.el (window-safely-shrinkable-p): Restore function which
8839 was inadvertently removed in change from 2011-06-11. Declare as
8840 obsolete.
8841
2b75be67
SM
8842 * calendar/calendar.el (calendar-generate-window):
8843 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
8844 window-safely-shrinkable-p.
8845
a8955be7
GM
88462011-06-12 Glenn Morris <rgm@gnu.org>
8847
8848 * progmodes/fortran.el (fortran-mode-syntax-table):
8849 * progmodes/f90.el (f90-mode-syntax-table):
8850 Set % to punctuation. (Bug#8820)
8851 (f90-find-tag-default): Remove, no longer needed.
8852
f0d4059d
DC
88532011-06-12 Daniel Colascione <dan.colascione@gmail.com>
8854
8855 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8856
1100a63c
CY
88572011-06-11 Chong Yidong <cyd@stupidchicken.com>
8858
8859 * image.el (image-animated-p): Return animation delay in seconds.
8860 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8861 (image-animate-timeout): Remove DELAY argument. Don't assume
8862 every subimage has the same delay; get it from image-animated-p.
8863 (image-animate): Caller changed.
8864
def722bf
MA
88652011-06-11 Michael Albinus <michael.albinus@gmx.de>
8866
8867 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8868 to ignored backtrace functions.
8869
0a2bb1a9
GM
88702011-06-11 Glenn Morris <rgm@gnu.org>
8871
8872 * calendar/appt.el (appt-disp-window-function): Doc fix.
8873 (appt-check): Handle overlapping appointments. (Bug#8337)
8874
6198ccd0
MR
88752011-06-11 Martin Rudalics <rudalics@gmx.at>
8876
8877 * window.el (window-tree-1, window-tree): New functions, moving
8878 the latter to window.el.
8879 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8880 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8881 (bw-refresh-edges): Remove.
8882 (balance-windows-1, balance-windows-2): New functions.
8883 (balance-windows): Rewrite in terms of window tree functions,
8884 balance-windows-1 and balance-windows-2.
8885 (bw-adjust-window): Remove.
8886 (balance-windows-area-adjust): New function with functionality of
8887 bw-adjust-window but using resize-window.
2b75be67
SM
8888 (set-window-text-height): Rewrite doc-string.
8889 Use normalize-live-window and resize-window.
8890 (enlarge-window-horizontally, shrink-window-horizontally):
8891 Rename argument to DELTA.
6198ccd0
MR
8892 (window-buffer-height): New function.
8893 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8894 Rewrite using new window resize routines.
2b75be67
SM
8895 (kill-buffer-and-window, mouse-autoselect-window-select):
8896 Use ignore-errors instead of condition-case.
6198ccd0
MR
8897 (quit-window): Call delete-frame instead of delete-windows-on
8898 for the only buffer on frame.
8899
9397e56f
MR
89002011-06-10 Martin Rudalics <rudalics@gmx.at>
8901
8902 * loadup.el (top-level): Load window before files for the sake
8903 of replace-buffer-in-windows.
8904
8905 * files.el (read-buffer-to-switch)
8906 (switch-to-buffer-other-window)
2b75be67
SM
8907 (switch-to-buffer-other-frame, display-buffer-other-frame):
8908 Move to window.el.
9397e56f
MR
8909
8910 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8911 (previous-buffer): Move to window.el.
8912
8913 * bindings.el (unbury-buffer): Move to window.el.
8914
8915 * window.el (delete-other-windows-vertically): Move after
8916 definition of delete-other-windows.
8917 (other-window, delete-windows-on, replace-buffer-in-windows):
8918 Move here from window.c.
8919 (record-window-buffer, unrecord-window-buffer)
8920 (set-window-buffer-start-and-point, switch-to-prev-buffer)
8921 (switch-to-next-buffer): New functions.
8922 (get-next-valid-buffer, last-buffer, next-buffer): Move here
8923 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
8924 (previous-buffer): Move here from simple.el.
8925 Call switch-to-prev-buffer.
9397e56f
MR
8926 (bury-buffer): Move here from buffer.c. Switch to previous
8927 buffer when window cannot be deleted.
8928 (unbury-buffer): Move here from bindings.el.
8929 (ctl-x-map): Move binding for other-window from window.c to
8930 here.
8931 (read-buffer-to-switch, switch-to-buffer-other-window)
8932 (switch-to-buffer-other-frame): Move here from files.el.
8933 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
8934 (switch-to-buffer): Move here from buffer.c.
8935 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 8936
562dd5e9
MR
89372011-06-10 Martin Rudalics <rudalics@gmx.at>
8938
8939 * window.el (window-min-height, window-min-width): Move here
8940 from window.c. Add defcustoms and rewrite doc-strings.
8941 (resize-mini-window, resize-window): New functions.
8942 (adjust-window-trailing-edge, enlarge-window, shrink-window):
8943 Move here from window.c.
8944 (maximize-window, minimize-window): New functions.
8945 (delete-window, delete-other-windows, split-window): Move here
8946 from window.c.
8947 (window-split-min-size): New function.
8948 (split-window-keep-point): Mention split-window-above-each-other
8949 instead of split-window-vertically.
2b75be67 8950 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
8951 Rename split-window-vertically to split-window-above-each-other
8952 and provide defalias for old definition.
8953 (split-window-side-by-side, split-window-horizontally):
8954 Rename split-window-horizontally to split-window-side-by-side
8955 and provide defalias for the old definition.
562dd5e9
MR
8956 (ctl-x-map): Move bindings for delete-window,
8957 delete-other-windows and enlarge-window here from window.c.
8958 Replace bindings for split-window-vertically and
8959 split-window-horizontally by bindings for
8960 split-window-above-each-other and split-window-side-by-side.
8961
8962 * cus-start.el (all): Remove entries for window-min-height and
8963 window-min-width. Add entries for window-splits and
8964 window-nest.
8965
f0da764a
GM
89662011-06-09 Glenn Morris <rgm@gnu.org>
8967
80675c21
GM
8968 * calendar/appt.el (appt-mode-line): New function.
8969 (appt-check, appt-disp-window): Use it.
8970
f0da764a
GM
8971 * files.el (hack-one-local-variable-eval-safep):
8972 Allow minor-modes with explicit +/-1 arguments.
8973
59f623b7
TZ
89742011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
8975
8976 * term/xterm.el (xterm): Add defgroup.
8977 (xterm-extra-capabilities): Add defcustom to supply known xterm
8978 capabilities, skip querying them, or query them (default).
8979 (terminal-init-xterm): Use it.
8980 (terminal-init-xterm-modify-other-keys): New function to set up
8981 modifyOtherKeys support to simplify `terminal-init-xterm'.
8982
9aab8e0d
MR
89832011-06-09 Martin Rudalics <rudalics@gmx.at>
8984
8985 * window.el (resize-window-reset, resize-window-reset-1)
8986 (resize-subwindows-skip-p, resize-subwindows-normal)
8987 (resize-subwindows, resize-other-windows, resize-this-window)
8988 (resize-root-window, resize-root-window-vertically)
8989 (window-deletable-p, window-or-subwindow-p)
8990 (frame-root-window-p): New functions.
8991
e8b08aee
GM
89922011-06-09 Glenn Morris <rgm@gnu.org>
8993
8994 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8995 (ange-ftp-get-files): Use it.
8996
254c37a5
AK
89972011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8998
8999 * mail/sendmail.el (mail-recover-1, mail-recover):
9000 * files.el (recover-file, recover-session):
9001 Handle dired-listing-switches not being just a single short option.
9002
35d7dbd3
GM
90032011-06-09 Glenn Morris <rgm@gnu.org>
9004
9005 * calendar/appt.el (appt-display-message, appt-disp-window):
9006 Handle lists of appointments.
9007
387522b2
MR
90082011-06-08 Martin Rudalics <rudalics@gmx.at>
9009
2b75be67
SM
9010 * window.el (one-window-p): Move down in code.
9011 Rewrite doc-string.
9012 (window-current-scroll-bars): Rewrite doc-string.
9013 Normalize live window argument.
387522b2
MR
9014 (walk-windows, get-window-with-predicate, count-windows):
9015 Rewrite doc-string. Use window-list-1.
9016 (window-in-direction-2, window-in-direction, get-mru-window):
9017 New functions.
9018
d8e4b68b 90192011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
9020
9021 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
9022 Doc fix (Bug#8713).
9023
90242011-06-08 Chong Yidong <cyd@stupidchicken.com>
9025
9026 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
9027
90282011-06-08 Juanma Barranquero <lekktu@gmail.com>
9029
9030 * loadhist.el (unload-feature-special-hooks):
9031 Add `comint-output-filter-functions'.
9032
0de12c52
IK
90332011-06-08 Ivan Kanis <gnu@kanis.fr>
9034
9035 * calendar/appt.el (appt-check): Move some initializations into the let.
9036
f3d1777e
MR
90372011-06-08 Martin Rudalics <rudalics@gmx.at>
9038
9039 * window.el (window-height): Defalias to window-total-height.
9040 (window-width): Defalias to window-body-width.
9041
18af70d0
CY
90422011-06-07 Chong Yidong <cyd@stupidchicken.com>
9043
9044 * image-mode.el (image-toggle-animation): New command.
9045 (image-mode-map): Bind it to RET.
9046 (image-mode): Update message.
9047 (image-toggle-display-image): Avoid a spurious cache flush.
9048 (image-transform-rotation): Doc fix.
9049 (image-transform-properties): Return quickly in the normal case.
9050 (image-animate-loop): Rename from image-animate-max-time.
9051
2b75be67 9052 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
9053 (create-animated-image): Remove unnecessary function.
9054 (image-animate): Rename from image-animate-start. New arg.
2b75be67 9055 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
9056 (image-animate-timer): Use car-safe.
9057 (image-animate-timeout): Rename argument.
9058
190b47e6
MR
90592011-06-07 Martin Rudalics <rudalics@gmx.at>
9060
9061 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
9062 window.c. Rename first argument to ALL-FRAMES.
9063 Rephrase doc-strings.
9064 (get-buffer-window-list): Rewrite using window-list-1.
9065 Rephrase doc-string.
a1511caf
MR
9066 (window-safe-min-height, window-safe-min-width): New constants.
9067 (window-size-ignore, window-min-size, window-min-size-1)
9068 (window-sizable, window-sizable-p, window-size-fixed-1)
9069 (window-size-fixed-p, window-min-delta-1, window-min-delta)
9070 (window-max-delta-1, window-max-delta, window-resizable)
9071 (window-resizable-p, window-total-height, window-total-width)
9072 (window-body-width): New functions.
9073 (window-full-height-p, window-full-width-p): Rewrite using
9074 window-total-size.
9075 (window-body-height): Rewrite using window-body-size.
190b47e6 9076
85cc1f11
MR
90772011-06-06 Martin Rudalics <rudalics@gmx.at>
9078
9079 * window.el (window-right, window-left, window-child)
9080 (window-child-count, window-last-child, window-any-p)
9081 (normalize-live-buffer, normalize-live-frame)
9082 (normalize-any-window, normalize-live-window)
9083 (window-iso-combination-p, window-iso-combined-p)
9084 (window-iso-combinations)
9085 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
9086 (windows-with-parameter, window-with-parameter)
9087 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
9088 (window-atom-check, window-side-check, window-check):
9089 New functions.
85cc1f11
MR
9090 (ignore-window-parameters, window-sides, window-sides-vertical)
9091 (window-sides-slots): New variables.
9092 (window-size-fixed): Move down in code. Minor doc-string fix.
9093
e7156492
AS
90942011-06-05 Andreas Schwab <schwab@linux-m68k.org>
9095
9096 * comint.el (comint-dynamic-complete-as-filename)
9097 (comint-dynamic-complete-filename): Correctly call
9098 completion-in-region.
9099
7e821d0d
DD
91002011-06-05 Deniz Dogan <deniz@dogan.se>
9101
9102 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
9103 in last change.
9104
ac09b8a1
DD
91052011-06-05 Deniz Dogan <deniz@dogan.se>
9106
9107 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
9108 (rcirc): Use it to prompt for encryption.
9109
34699b85
RW
91102011-06-05 Roland Winkler <winkler@gnu.org>
9111
9112 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
9113 (bibtex-search-entries): New command bound to C-c C-a.
9114 (bibtex-display-entries): New function.
9115
004dedd3
RW
91162011-06-05 Roland Winkler <winkler@gnu.org>
9117
9118 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
9119 (bibtex-insert-kill): After yanking insert newline if necessary.
9120 (bibtex-initialize): Call bibtex-string-files-init only once.
9121 (bibtex-mode): Do not call easy-menu-add.
9122 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
9123 (bibtex-yank): Set arg properly if nil.
9124
022fe7ce
RW
91252011-06-05 Roland Winkler <winkler@gnu.org>
9126
2b75be67
SM
9127 * textmodes/bibtex.el (bibtex-search-entry-globally):
9128 New variable.
022fe7ce
RW
9129 (bibtex-search-entry): Use it.
9130
b7c3692a
RW
91312011-06-05 Roland Winkler <winkler@gnu.org>
9132
9133 * textmodes/bibtex.el (bibtex-entry-format): New option
9134 sort-fields.
9135 (bibtex-format-entry, bibtex-reformat): Honor this option.
9136 (bibtex-parse-entry): Return fields in proper order.
9137
8eda563d
JB
91382011-06-05 Juanma Barranquero <lekktu@gmail.com>
9139
9140 * doc-view.el (doc-view-remove-if): Move computation of result out
9141 of `dolist' to silence misleading lexical-binding warning.
9142
7dbe3dbc
CY
91432011-06-04 Chong Yidong <cyd@stupidchicken.com>
9144
9145 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
9146 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
9147
0c33dd17
MA
91482011-06-04 Michael Albinus <michael.albinus@gmx.de>
9149
9150 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
9151 "SunOS 5.10".
9152
f8f91c2b
MA
91532011-06-04 Michael Albinus <michael.albinus@gmx.de>
9154
9155 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
9156 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
9157 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
9158 (tramp-parse-putty):
9159 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
9160 (tramp-completion-function-alist-ssh)
9161 (tramp-completion-function-alist-telnet)
9162 (tramp-completion-function-alist-su)
9163 (tramp-completion-function-alist-putty): Set `tramp-autoload'
9164 cookie.
9165
9166 * net/tramp-ftp.el:
9167 * net/tramp-sh.el:
9168 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
9169 load "tramp.el" `tramp-set-completion-function'.
9170
e17d9003
SM
91712011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9172
9173 * shell.el: Require and use pcomplete.
9174 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
9175 (shell-completion-vars): Set pcomplete-default-completion-function.
9176
6c4cab03
DD
91772011-06-04 Deniz Dogan <deniz@dogan.se>
9178
9179 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
9180 `memq' (Bug#8799).
9181
ea9fafe0
SM
91822011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9183
9184 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
9185
b3e945d3
JB
91862011-06-02 Juanma Barranquero <lekktu@gmail.com>
9187
9188 * bs.el (bs--mark-unmark, bs--nth-wrapper):
9189 * mpc.el (mpc-select-extend, mpc-songpointer-context):
9190 * vc/log-view.el (log-view-beginning-of-defun):
9191 * vc/smerge-mode.el (smerge-apply-resolution-patch)
9192 (smerge-refine-forward, smerge-refine-chopup-region):
9193 Silence warning for unused `dotimes' counter variables.
9194
7d520089
SM
91952011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9196
9197 * net/tramp.el (tramp-with-progress-reporter): Rename from
9198 with-progress-reporter. Use `declare'.
9199 * net/tramp-smb.el:
9200 * net/tramp-sh.el:
9201 * net/tramp-gvfs.el: Update all uses.
9202
a1c2400f
JB
92032011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
9204
9205 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
9206 buffer isn't killed before making it current.
9207
2403c841
SM
92082011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9209
9210 Silence various byte-compiler warnings.
9211 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
9212 `access-type' and new obsolescence format.
9213 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
9214 new format.
9215 (byte-compile-check-variable): New `access-type' argument.
9216 Only warn if the access-type is obsolete.
9217 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9218 (byte-compile-variable-set): Adjust callers.
9219 * help-fns.el (describe-variable): Adjust to new obsolescence format.
9220 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
9221 setting it as obsolete.
9222 * simple.el (minibuffer-completing-symbol):
9223 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
9224 access as obsolete.
9225 * minibuffer.el (minibuffer-completing-file-name): Don't make it
9226 obsolete yet.
9227 * international/quail.el (quail-mouse-choose-completion): Remove unused
9228 code referring to obsolete var.
9229 (quail-choose-completion-string): Remove.
9230 * server.el (server-clients-with, server-kill-buffer-query-function)
9231 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
9232 * proced.el (proced-send-signal):
9233 * emacs-lisp/lisp.el (lisp-complete-symbol):
9234 Replace completion-annotate-function with completion-extra-properties.
9235
2462470b
SM
92362011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9237
fb5b2591
SM
9238 * simple.el (goto-line): Use read-number.
9239 (overriding-map-is-bound): Remove.
9240 (saved-overriding-map): Change default.
9241 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
9242 Take the map as argument.
9243 (universal-argument, negative-argument, digit-argument): Use it.
9244 (restore-overriding-map): Adjust.
9245 (do-auto-fill): Use fill-forward-paragraph.
9246 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
9247
fd6fa53f
SM
9248 * minibuffer.el (minibuffer-inactive-mode-map): New var.
9249 (minibuffer-inactive-mode): New major mode.
9250 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
9251 the *Messages* buffer" hack.
9252 (mouse-popup-menubar): Don't burp if the event is a normal key.
9253
2462470b
SM
9254 Miscellaneous tweaks.
9255 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
9256 lexical scoping as in subr.el's dolist and dotimes.
9257 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
9258 Silence compiler warning.
9259 * thingatpt.el (forward-whitespace): Trivial coding style fix.
9260 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
9261 * international/ccl.el (ccl-compile): Trivial simplification.
9262 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
9263 * emacs-lisp/testcover.el (testcover-end): Remove spurious
9264 `printflag' argument.
9265 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9266 Purecopy the whole obsolescence data.
9267
108bf785
LL
92682011-06-01 Leo Liu <sdl.web@gmail.com>
9269
9270 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
9271 improve doc-string as suggested by Marco Pessotto
9272 <melmothx@gmail.com>.
9273 (rcirc-print): Fix last change.
9274
30a23501
SM
92752011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9276
9277 * minibuffer.el (complete-with-action): Return nil for the metadata and
9278 boundaries of non-functional tables.
9279 (completion-table-dynamic): Return nil for the metadata.
9280 (completion-table-with-terminator): Add default case, using
9281 complete-with-action.
9282 (completion--metadata): New function.
9283 (completion-all-sorted-completions, minibuffer-completion-help): Use it
9284 to try and avoid pathological performance problems.
9285 (completion--embedded-envvar-table): Return `category' metadata.
9286
bcd54f83
LMI
92872011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9288
9289 * subr.el (process-alive-p): New tiny convenience function.
9290
e227544d
SM
92912011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9292
9293 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
9294 content but also its previous major mode.
9295
e8296fdc
HE
92962011-05-31 Helmut Eller <eller.helmut@gmail.com>
9297
4d61f28d 9298 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
9299 *Backtrace* buffer when we exit with C-M-c.
9300
620c53a6
SM
93012011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9302
9303 * minibuffer.el: Add metadata method to completion tables.
9304 (completion-category-overrides): New defcustom.
9305 (completion-metadata, completion--field-metadata)
9306 (completion-metadata-get, completion--styles)
9307 (completion--cycle-threshold): New functions.
9308 (completion-try-completion, completion-all-completions):
9309 Add `metadata' argument to choose completion-styles.
9310 (completion--do-completion): Use metadata to choose cycling.
9311 (completion-all-sorted-completions): Use metadata for sorting.
9312 Remove :completion-cycle-penalty which is not needed any more.
9313 (completion--try-word-completion): Add `metadata' argument.
9314 (minibuffer-completion-help): Check metadata for annotation function
9315 and sorting.
9316 (completion-file-name-table): Return `category' metadata.
9317 (minibuffer-completing-file-name): Make obsolete.
9318 * simple.el (minibuffer-completing-symbol): Make obsolete.
9319 * icomplete.el (icomplete-completions): Pass new `metadata' param to
9320 completion-try-completion.
9321
1257e755
SM
93222011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9323
9324 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
9325
3767e706
LL
93262011-05-30 Leo Liu <sdl.web@gmail.com>
9327
9328 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
9329 (rcirc-print): Decode all incoming messages (bug#8744).
9330 (rcirc-decode-coding-system): Allow value nil for automatic coding
9331 system detection.
3767e706 9332
d1a5d56a
GM
93332011-06-01 Glenn Morris <rgm@gnu.org>
9334
9335 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
9336
e8cbec34
CY
93372011-05-29 Chong Yidong <cyd@stupidchicken.com>
9338
9339 * image.el (image-animate-max-time): Allow nil and t values.
9340 Default to nil.
9341 (create-animated-image): Doc fix.
9342 (image-animate-start): Remove second arg; just use
9343 image-animate-max-time.
9344 (image-animate-timeout): Doc fix. Args changed.
9345
9346 * image-mode.el (image-toggle-display-image): Ensure that the
9347 image spec passed to the animate timer is the same object as in
58179cce 9348 the buffer's display property (Bug#6981).
e8cbec34
CY
9349 (image-transform-properties): Doc fix.
9350
9351 * image.el (image-animate-max-time): Default to nil.
9352
159daf87
MR
93532011-05-29 Martin Rudalics <rudalics@gmx.at>
9354
9355 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
9356 entire buffer list (Bug#8184).
9357
d66c4c7c
CY
93582011-05-29 Chong Yidong <cyd@stupidchicken.com>
9359
9360 * image.el (imagemagick-types-inhibit)
9361 (imagemagick-register-types): Doc fix.
9362
80aec780
DD
93632011-05-29 Deniz Dogan <deniz@dogan.se>
9364
9365 * net/rcirc.el (rcirc): Use the user's stored encryption method by
9366 default.
9367
1dd3c2d9
CY
93682011-05-29 Chong Yidong <cyd@stupidchicken.com>
9369
9370 * select.el: Don't perform clipboard-manager saving in hooks;
9371 leave the hooks empty.
9372
60e56523
LL
93732011-05-28 Leo Liu <sdl.web@gmail.com>
9374
9375 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
9376 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
9377 (occur-edit-mode): New major mode (Bug#8463).
9378 (occur-after-change-function): New function.
9379 (occur-engine): Give Occur tags a read-only property.
9380
2b1e1a22
KR
93812011-05-28 Kevin Ryde <user42@zip.com.au>
9382
9383 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
9384
5d344e88
CY
93852011-05-28 Chong Yidong <cyd@stupidchicken.com>
9386
8e6ca83d
CY
9387 * bindings.el (help-echo): Make the initial non-indicator dash
9388 empty on graphical terminals (Bug#7295).
9389
5d344e88
CY
9390 * files.el (auto-mode-alist): Move config rule after the
9391 in-stripping one (Bug#8547).
9392
bfbbace7
CY
9393 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
9394
fbeba6e2
CY
9395 * startup.el (normal-splash-screen): Remove gratuitous mode-line
9396 setting (Bug#8740).
9397
60ed8c72
AA
93982011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
9399
4ac619f0
AA
9400 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
9401 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
9402 (Bug#8539).
60ed8c72 9403
23db196e
CY
94042011-05-28 Chong Yidong <cyd@stupidchicken.com>
9405
9406 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
9407
5012f24c
DK
94082011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
9409
9410 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
9411 (hs-hide-block-at-point, hs-find-block-beginning)
9412 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
9413 (Bug#8279).
9414
6a639b16
GM
94152011-05-28 Glenn Morris <rgm@gnu.org>
9416
9417 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
9418
d43eaf2c
CY
94192011-05-28 Chong Yidong <cyd@stupidchicken.com>
9420
5199bde1
CY
9421 * help-fns.el (describe-function-1): If the function is a derived
9422 major mode, print the parent mode.
9423
d43eaf2c
CY
9424 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
9425 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
9426
423428a8
SM
94272011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9428
0ff8e1ba 9429 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 9430 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
9431 * progmodes/etags.el (tags-completion-at-point-function):
9432 * info-look.el (info-lookup-completions-at-point): Mark as
9433 non-exclusive.
9434 (info-complete): Adjust accordingly.
9435
423428a8
SM
9436 * info-look.el: Convert to lexical-binding and completion-at-point.
9437 (info-lookup-completions-at-point): New function.
9438 (info-complete): Use it and completion-in-region.
9439
b74aa22b
DA
94402011-05-28 Drew Adams <drew.adams@oracle.com>
9441
9442 * isearch.el: Let M-e start with point at the first mismatched char.
9443 (isearch-fail-pos): New function.
9444 (isearch-edit-string): Use it.
9445
66e2e71d
DK
94462011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9447
9448 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9449
b1890b0f 94502011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
9451
9452 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
9453 traversal functions for avl-trees.
9454 (avl-tree--stack): New struct.
9455 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
9456 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
9457 (avl-tree--do-enter): Add optional `updatefun' arg.
9458 Change return value.
eb95d01d 9459 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
9460 (avl-tree--do-delete): Add `test' and `nilflag' args.
9461 Change return value.
eb95d01d
TC
9462 (avl-tree-member): Add optional `nilflag'
9463 (avl-tree-member-p): New function.
9464 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
9465 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
9466 (avl-tree-stack-empty-p): New functions.
9467
3769ddcf
TC
9468 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
9469 avl-tree--del-balance1 and make it work both ways.
9470 (avl-tree--del-balance2): Remove.
9471 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
9472 make it work both ways.
9473 (avl-tree--enter-balance2): Remove.
9474 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
9475 New macros.
9476 (avl-tree--mapc, avl-tree-map): Add direction argument.
9477
eb95d01d 94782011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
9479
9480 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
9481
a9f737ee
CY
94822011-05-27 Chong Yidong <cyd@stupidchicken.com>
9483
9484 * select.el: Support clipboard managers with built-in function
9485 x-clipboard-manager-save, via delete-frame-functions and
9486 kill-emacs-hook.
9487 (xselect-convert-to-targets): Add MULTIPLE target to list.
9488 (xselect-convert-to-save-targets): New function.
9489
c92a1e54
KH
94902011-05-27 Kenichi Handa <handa@m17n.org>
9491
9492 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
9493 let-binding rfc2047-encode-encoded-words to nil.
9494
e145f188
GM
94952011-05-27 Glenn Morris <rgm@gnu.org>
9496
5ec8a862
GM
9497 * mail/emacsbug.el: Don't require url-util.
9498
4b29d9fb
GM
9499 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
9500
e145f188
GM
9501 * files.el (set-auto-mode):
9502 Also respect mode: entries at the end of the file. (Bug#8586)
9503
7d15102b
GM
95042011-05-26 Glenn Morris <rgm@gnu.org>
9505
98f593b8
GM
9506 * files.el (hack-local-variables-prop-line, hack-local-variables):
9507 Downcase mode names, as seems to be traditional.
27b48e63 9508 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 9509
7d15102b
GM
9510 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
9511 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
9512
51d5b4ec
JD
95132011-05-25 Julien Danjou <julien@danjou.info>
9514
9515 * textmodes/rst.el (rst-define-level-faces): Do not define face
9516 symbol if it is already defined.
9517
91513f63
VB
95182011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
9519
9520 * play/5x5.el (5x5-new-game, 5x5-randomize):
9521 Reset 5x5-solver-output to nil when a new grid is cast.
9522 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
9523 these debugging traces, as defmacro breaks the compiled code.
9524
4d90d6d0
DK
95252011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9526
9527 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9528
e1b90ef6
LL
95292011-05-24 Leo Liu <sdl.web@gmail.com>
9530
9531 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
9532 (vc-bzr-sha1): Adapt.
9533
d8e4b68b 9534 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
9535
9536 * bindings.el: Provide sha1 feature.
9537
db0406bb 95382011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
9539
9540 * mail/sendmail.el: Require `rfc2047'.
9541 (mail-insert-from-field): Do not perform RFC2047 encoding.
9542 (mail-encode-header): New function.
9543 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
9544 buffer to the return value of select-message-coding-system.
9545 Call mail-encode-header.
b8d747b9
KH
9546
9547 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
9548
db0406bb 95492011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 9550
4d90d6d0
DK
9551 * mail/supercite.el (sc-default-cite-frame):
9552 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 9553
eb8a5e9b
GM
95542011-05-24 Glenn Morris <rgm@gnu.org>
9555
f8630703
GM
9556 * progmodes/python.el (brm-menu): Declare.
9557
8831bbed
GM
9558 * emulation/viper.el (viper-set-hooks): Declare.
9559
eb8a5e9b
GM
9560 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
9561 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
9562 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
9563 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
9564 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
9565 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
9566
a2a25d24
SM
95672011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9568
9569 Add an :exit-function for completion-at-point.
9570
9571 * minibuffer.el (completion--done): New fun.
9572 (completion--do-completion): Use it. New arg `expect-exact'.
9573 (minibuffer-complete, minibuffer-complete-word): Don't output message,
9574 since completion--do-completion does it for us now.
9575 (minibuffer-force-complete): Use completion--done and
9576 completion--replace. Handle sole-completion case with more care.
9577 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
9578 (completion-extra-properties): New var.
9579 (completion-annotate-function): Make obsolete.
9580 (minibuffer-completion-help): Adjust accordingly.
9581 Use completion-list-insert-choice-function.
9582 (completion-at-point, completion-help-at-point):
9583 Bind completion-extra-properties.
9584 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
9585 * simple.el (completion-list-insert-choice-function): New var.
9586 (completion-setup-function): Preserve it.
9587 (choose-completion): Pay attention to it, shuffle the code a bit.
9588 (choose-completion-string): New arg `insert-function'.
9589
9590 * textmodes/bibtex.el: Convert to lexical binding.
9591 (bibtex-mode-map): Use completion-at-point.
9592 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
9593 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
9594 (bibtex-complete): Define as obsolete alias.
9595 (bibtex-complete-internal): Remove.
9596 (bibtex-format-entry): Remove unused sub-group in regexp.
9597 * shell.el (shell--command-completion-data)
9598 (shell-environment-variable-completion):
9599 * pcomplete.el (pcomplete-completions-at-point):
9600 * comint.el (comint--complete-file-name-data): Use :exit-function
9601 instead of completion-table-with-terminator so it also works for
9602 choose-completion.
9603
e44e373d
SM
96042011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9605
4f91a816
SM
9606 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
9607
782fc819
SM
9608 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
9609 (bug#8710).
9610
e44e373d
SM
9611 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
9612
381987c3
KM
96132011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
9614
9615 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
9616 customization variable and implement: If non-nil, auto-fill will
9617 be inhibited while on topic's header line.
9618
b776bc70
VB
96192011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
9620
9621 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 9622 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
9623 always have a solution in grid size = 5 cases.
9624 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
9625 (5x5-solver-output, 5x5-log-buffer): New vars.
9626 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
9627 Make these variables buffer local to achieve 5x5 multi-session-ness.
9628 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
9629 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
9630 (5x5-solve-suggest): New funs.
9631 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
9632 randomize a grid so that we ensure that there is always a solution.
9633 (5x5-make-random-grid): Allow other movement than flipping.
9634
7de88b6e
KR
96352011-05-23 Kevin Ryde <user42@zip.com.au>
9636
9637 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 9638 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
9639 advice and passes PREDICATE.
9640
b1ef1257
SM
96412011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9642
bbca48fe
SM
9643 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
9644 byte-compile-lambda if it's actually a lambda.
9645
b1ef1257
SM
9646 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
9647 Fix function quoting. Use backquote better.
9648
92a9cc65
YS
96492011-05-22 Yuanle Song <sylecn@gmail.com>
9650
9651 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
9652 matching (Bug#8516).
9653
f0fb8059
JA
96542011-01-22 Jari Aalto <jari.aalto@cante.net>
9655
9656 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
9657 different face (Bug#8178).
9658
d5b44c93
CY
96592011-05-22 Chong Yidong <cyd@stupidchicken.com>
9660
9661 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
9662 defface (Bug#8144).
9663
79106a44
SM
96642011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9665
9c848d8a
SM
9666 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
9667 funcall as well (bug#8712). Warn when performing those conversions.
9668 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
9669
79106a44
SM
9670 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
9671
88dfa756
GM
96722011-05-22 Glenn Morris <rgm@gnu.org>
9673
9674 * files.el (hack-local-variables-prop-line): Small simplifications.
9675 (hack-local-variables, hack-local-variables-prop-line):
9676 If MODE-ONLY, return the mode, rather than just `t'.
9677
b7cf2c79
SM
96782011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9679
9680 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
9681
3f1a8558
GM
96822011-05-21 Glenn Morris <rgm@gnu.org>
9683
7e4ccca3
GM
9684 * files.el (hack-local-variables-prop-line, hack-local-variables):
9685 If only interested in the mode, don't bother doing the other stuff.
9686
637d46ca
GM
9687 * image-mode.el (image-after-revert-hook):
9688 Redraw all frames on which the image is visible. (Bug#8567)
9689
973d955b
GM
9690 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
9691
3f1a8558
GM
9692 * wid-edit.el (widget-checklist-match-inline):
9693 Fix 2011-04-19 change. (Bug#8649)
9694
96479927
SM
96952011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9696
1dcf791f
SM
9697 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9698 Also allow singlespace after single-letter capitals followed by a dot.
9699
96479927
SM
9700 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
9701 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
9702
35fd0881
N
97032011-05-20 Nix <nix@esperi.org.uk>
9704
9705 * files.el (basic-save-buffer-2):
9706 Fix handling of break-hardlink-on-save with non-existent files.
9707
82745640
DD
97082011-05-19 Deniz Dogan <deniz@dogan.se>
9709
9710 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 9711 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 9712
4a720484
GM
97132011-05-19 Glenn Morris <rgm@gnu.org>
9714
d1f21341
GM
9715 * progmodes/f90.el (f90-type-def-re):
9716 Handle "type, bind(c)". (Bug#8691)
9717
4a720484
GM
9718 * emacs-lisp/autoload.el (batch-update-autoloads):
9719 Set autoload-excludes by parsing loadup.el rather than Makefiles.
9720
2fb0a219
MA
97212011-05-18 Michael Albinus <michael.albinus@gmx.de>
9722
9723 * net/tramp.el (tramp-process-actions): Set "first-password-request"
9724 property for the correct connection in case of multihops.
9725
e565dd37
GM
97262011-05-18 Glenn Morris <rgm@gnu.org>
9727
c2571358 9728 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
9729 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
9730
e565dd37
GM
9731 Rationalize calendar handling of day and month abbrev-arrays.
9732 * calendar/calendar.el (calendar-customized-p): New function.
9733 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
9734 (calendar-day-name-array, calendar-month-name-array): Doc fix.
9735 Add :set function.
9736 (calendar-abbrev-length, calendar-day-abbrev-array)
9737 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
9738 (calendar-day-abbrev-array, calendar-month-abbrev-array):
9739 Elements may no longer be nil.
9740 (calendar-day-name, calendar-month-name):
9741 Update for changed nature of abbrev arrays.
9742 * calendar/diary-lib.el (diary-name-pattern):
9743 Update for changed nature of abbrev arrays.
9744 (diary-mark-entries-1): Update calendar-make-alist calls.
9745 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
9746 * calendar/cal-html.el (cal-html-day-abbrev-array):
9747 Simply inherit from calendar-day-abbrev-array.
9748
1d99a745
SM
97492011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9750
9751 * progmodes/grep.el (grep-mode): Disable default
9752 compilation-directory-matcher setting (bug#8684).
9753
7c1d9aa0
MA
97542011-05-17 Michael Albinus <michael.albinus@gmx.de>
9755
9756 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
9757 instead of "head" and "tail". There were problems with SunOS 5.9,
9758 and it performs better.
9759
3952e9d8
GM
97602011-05-17 Glenn Morris <rgm@gnu.org>
9761
2dd12e7f
GM
9762 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
9763
e4157b9c
GM
9764 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9765 Replace obsolete function.
9766
8e249bbd
GM
9767 * shell.el (pcomplete-parse-arguments-function): Declare.
9768
3952e9d8
GM
9769 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
9770 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
9771 (appt-check): Doc fixes.
9772 (appt-disp-window-function, appt-delete-window-function):
9773 Remove needless special case in custom :type.
9774 (appt-display-count): Default to 0, not nil.
9775 (appt-check): Reset appt-display-count to 0, not nil.
9776
c71a0d48 97772011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 9778
c71a0d48
GM
9779 * progmodes/python.el (python-font-lock-keywords):
9780 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 9781
31d55be9
SM
97822011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
9785
3bfacb2f
KR
97862011-05-16 Kevin Ryde <user42@zip.com.au>
9787
9788 * info-look.el (makefile-automake-mode): New setups, looking in
9789 automake manual, then makefile-mode.
9790 (makefile-mode): Remove automake manual, have it just in
9791 makefile-automake-mode since there's various things different or
9792 not relevant to plain make.
9793 (makefile-mode): Remove "other-modes" non-existent automake-mode,
9794 believe a hypothetical automake-mode would go to makefile-mode,
9795 not the other way around.
9796
c8e83751
CY
97972011-05-15 Chong Yidong <cyd@stupidchicken.com>
9798
5e9e35cd
CY
9799 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9800 hunk-end tags (Bug#8672).
9801
c8e83751
CY
9802 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9803 vc-annotate-show-diff-revision-at-line (Bug#8671).
9804
50b23e5a
GM
98052011-05-14 Glenn Morris <rgm@gnu.org>
9806
7210a739
GM
9807 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
9808 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
9809 (change-log-font-lock-keywords): Also handle multiple author lines
9810 with leading tabs. (Bug#8644)
7210a739 9811
4691905a
GM
9812 * calendar/appt.el (appt-check): Rename some local variables.
9813 Some simplification/reordering.
9814
50b23e5a
GM
9815 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
9816 (feedmail-sendmail-f-doesnt-sell-me-out)
9817 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9818 (feedmail-debug-sit-for, feedmail-queue-express-hook)
9819 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
9820 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9821 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
9822 (feedmail-binmail-gnulinuxish-template):
9823 Rename from feedmail-binmail-linuxish-template.
9824 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9825 Use insert-buffer-substring.
9826
215cda7c
BC
98272011-05-14 Bill Carpenter <bill@carpenter.org>
9828
9829 * mail/feedmail.el (feedmail-patch-level): Increase.
9830 (feedmail-debug): New custom group.
9831 (feedmail-confirm-outgoing-timeout)
9832 (feedmail-sendmail-f-doesnt-sell-me-out)
9833 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9834 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9835 (feedmail-sender-line, feedmail-from-line)
9836 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 9837 (feedmail-spray-this-address)
215cda7c
BC
9838 (feedmail-spray-address-fiddle-plex-list)
9839 (feedmail-queue-use-send-time-for-date)
9840 (feedmail-queue-use-send-time-for-message-id)
9841 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9842 (feedmail-buffer-eating-function):
9843 Doc fixes.
9844 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9845 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9846 (feedmail-message-action-scroll-down): New functions.
9847 (feedmail-queue-directory, feedmail-queue-draft-directory):
9848 Use expand-file-name.
9849 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9850 Remove C-v help entry.
9851 (feedmail-queue-buffer-file-name): New variable.
9852 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9853 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9854 (feedmail-message-action-send-strong, feedmail-message-action-edit)
9855 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9856 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9857 (feedmail-message-action-toggle-spray)
9858 (feedmail-run-the-queue-no-prompts)
9859 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9860 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9861 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9862 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9863 (feedmail-envelope-deducer, feedmail-fiddle-from)
9864 (feedmail-fiddle-sender, feedmail-default-date-generator)
9865 (feedmail-fiddle-date, feedmail-fiddle-message-id)
9866 (feedmail-fiddle-spray-address)
9867 (feedmail-fiddle-list-of-spray-fiddle-plexes)
9868 (feedmail-fiddle-list-of-fiddle-plexes)
9869 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9870 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9871 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9872 Change default. Doc fix.
9873 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9874 (feedmail-binmail-linuxish-template): New constant.
9875 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
9876 Respect feedmail-sendmail-f-doesnt-sell-me-out.
9877 (feedmail-send-it): Add debug call.
9878 Use feedmail-queue-buffer-file-name, and
9879 feedmail-send-it-immediately-wrapper.
9880 (feedmail-message-action-send): Add debug call.
9881 Use feedmail-send-it-immediately-wrapper.
9882 (feedmail-queue-express-to-queue): Add debug call.
9883 Run feedmail-queue-express-hook.
9884 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
9885 (feedmail-message-action-help-blat):
9886 Rename from feedmail-queue-send-edit-prompt-help-first.
9887 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
9888 Check line-endings. Handle errors better.
9889 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9890 Doc fix. Add debug call.
9891 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
9892 Use feedmail-queue-send-edit-prompt-inner.
9893 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9894 (feedmail-queue-send-edit-prompt-inner): New function, extracted
9895 from feedmail-queue-send-edit-prompt.
9896 (feedmail-queue-send-edit-prompt-help)
9897 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9898 (feedmail-tidy-up-slug): Add debug call.
9899 Respect feedmail-queue-slug-suspect-regexp.
9900 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9901 (feedmail-dump-message-to-queue): Add debug call.
9902 Expand queue-directory.
9903 (feedmail-dump-message-to-queue): Change message slightly.
9904 Use feedmail-say-chatter.
9905 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
9906 (feedmail-send-it-immediately-wrapper): New function.
9907 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
9908 Insert empty string rather than newline. Handle full-frame case.
9909 Use catch/throw. Use feedmail-say-chatter.
9910 (feedmail-fiddle-from): Try mail-host-address.
9911 (feedmail-default-message-id-generator): Doc fix.
9912 Bind system-time-locale. Handle missing end.
9913 (feedmail-fiddle-x-mailer): Add debug call.
9914 Handle feedmail-x-mailer-line being nil.
9915 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9916 Add debug call. Use buffer-substring-no-properties.
9917 (feedmail-say-debug, feedmail-say-chatter): New functions.
9918 (feedmail-find-eoh): Give an explicit error.
9919
42c7e61e
UJ
99202011-05-13 Ulf Jasper <ulf.jasper@web.de>
9921
c2571358 9922 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 9923 family from helvetica to sans.
c2571358 9924 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9925 etc/images/newsticker.
9926
c2571358 9927 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
9928 family from helvetica to sans.
9929
9930 * net/newst-plainview.el (newsticker-new-item-face)
9931 (newsticker-old-item-face, newsticker-immortal-item-face)
9932 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 9933 (newsticker-statistics-face): Change default family from
42c7e61e 9934 helvetica to sans.
c2571358 9935 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9936 etc/images/newsticker.
9937
9938 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9939 (newsticker--process-auto-mark-filter-match): : Tell user about
9940 auto-marking.
9941
8497a297
DV
99422011-05-13 Didier Verna <didier@xemacs.org>
9943
9944 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
9945 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9946 TODO entries.
8497a297
DV
9947 (lisp-lambda-list-keyword-parameter-indentation)
9948 (lisp-lambda-list-keyword-parameter-alignment)
9949 (lisp-lambda-list-keyword-alignment): New customizable user options.
9950 (lisp-indent-defun-method): Improve docstring.
9951 (extended-loop-p): Fix comment.
9952 (lisp-indent-lambda-list-keywords-regexp): New variable.
9953 (lisp-indent-lambda-list): New function.
9954 (lisp-indent-259): Use it.
9955 (lisp-indent-defmethod): Support for more than one
9956 method qualifier and properly indent methods lambda-lists.
9957 (defgeneric): Provide a missing common-lisp-indent-function property.
9958
f278f87f
SM
99592011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9960
9961 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9962 bounds for the empty string (bug#8667).
9963
5233edd7
GM
99642011-05-13 Glenn Morris <rgm@gnu.org>
9965
5237a44f
GM
9966 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9967
8340026c 9968 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 9969 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 9970
5233edd7 9971 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 9972 (appt-time-msg-list): Doc fix.
a5464014 9973 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 9974
92d10796
AS
99752011-05-12 Andreas Schwab <schwab@linux-m68k.org>
9976
9977 * progmodes/ld-script.el (ld-script-keywords)
9978 (ld-script-builtins): Update keywords list.
9979
914a0ae1
SM
99802011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9981
c89be45f
SM
9982 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9983
914a0ae1
SM
9984 * shell.el (shell-completion-vars): New function.
9985 (shell-mode):
9986 * simple.el (read-shell-command): Use it.
9987 (blink-matching-open): No need for " [...]" in minibuffer-message.
9988
98dc3df3
GM
99892011-05-12 Glenn Morris <rgm@gnu.org>
9990
9991 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9992 (appt-check): Simplify.
9993
d2fc7e3d 99942011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 9995
4d61f28d 9996 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
9997 literal "/dev/null".
9998
d2fc7e3d 99992011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
10000
10001 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
10002 Fix typo.
10003
d2fc7e3d 100042011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 10005
3f254caa
SM
10006 * progmodes/which-func.el (which-function):
10007 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
10008 which might not be defined (Bug#8260).
10009
d45885f7
GM
100102011-05-12 Glenn Morris <rgm@gnu.org>
10011
10012 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
10013 Let byte-compile-initial-macro-environment always take precedence.
10014
488086f4
SM
100152011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10016
10017 * net/rcirc.el: Add support for SSL/TLS connections.
10018 (rcirc-server-alist): New field `encryption'.
10019 (rcirc): Check `encryption' settings.
10020 (rcirc-connect): New arg `encryption'. Use open-network-stream.
10021 Merge make-local-variable into `set'.
10022 (rcirc--connection-open-p): New function.
10023 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
10024 the process is not a network process (e.g. running gnutls-cli).
10025 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
10026 Make rcirc-(en|de)code-coding-system local here.
10027 (rcirc-mode): Merge make-local-variable into `set'.
10028 (rcirc-parent-buffer): Make permanent buffer-local.
10029 (rcirc-multiline-minor-mode): Don't do it here.
10030 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
10031 there's no server buffer.
10032
7d3b9d44
GM
100332011-05-11 Glenn Morris <rgm@gnu.org>
10034
f64049c6
GM
10035 * newcomment.el (comment-kill): Prefix "unused" local.
10036
93c9df73
GM
10037 * term/w32console.el (get-screen-color): Declare.
10038
7d3b9d44
GM
10039 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10040 Handle symbol elements of byte-compile-initial-macro-environment.
10041
9e2dd53f
LL
100422011-05-10 Leo Liu <sdl.web@gmail.com>
10043
488086f4
SM
10044 * bookmark.el (bookmark-bmenu-mode-map):
10045 Bind bookmark-bmenu-search to `/'.
8b340240 10046
9e2dd53f 10047 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
10048 (footnote-unicode-string, footnote-unicode-regexp): New variable.
10049 (Footnote-unicode): New function.
10050 (footnote-style-alist): Add unicode style to the list.
10051 (footnote-style): Doc fix.
9e2dd53f 10052
79b70037
GM
100532011-05-10 Jim Meyering <meyering@redhat.com>
10054
10055 Fix doubled-word typos.
10056 * international/quail.el (quail-insert-kbd-layout): and and -> and
10057 * kermit.el: and and -> and
10058 * net/ldap.el (ldap-search-internal): to to -> to
10059 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
10060 * progmodes/js.el (js-mode): and and -> and
10061 * textmodes/artist.el (artist-move-to-xy): at at -> at
10062 (artist-draw-region-trim-line-endings): if if -> if
10063 And Safetyc -> Safety.
10064 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
10065
b8f82dc1 100662011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 10067 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
10068
10069 * files.el (hack-one-local-variable-eval-safep):
10070 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
10071
4f99f44b
GM
100722011-05-10 Glenn Morris <rgm@gnu.org>
10073
10074 * calendar/diary-lib.el (diary-list-entries-hook)
10075 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
10076 (diary-nongregorian-marking-hook, diary-list-entries)
10077 (diary-include-other-diary-files, diary-mark-entries)
10078 (diary-mark-included-diary-files): Doc fixes.
10079
84f29e6b
JB
100802011-05-09 Juanma Barranquero <lekktu@gmail.com>
10081
10082 * misc.el: Require tabulated-list.el during compilation.
10083
9bedd73a
CY
100842011-05-09 Chong Yidong <cyd@stupidchicken.com>
10085
488086f4
SM
10086 * progmodes/compile.el (compilation-start):
10087 Run compilation-filter-hook for the async case too.
9bedd73a
CY
10088 (compilation-filter-hook): Doc fix.
10089
797c735c
DD
100902011-05-09 Deniz Dogan <deniz@dogan.se>
10091
10092 * wdired.el: Remove outdated installation comment. Fix usage
10093 comment.
10094
5f4b1dfe
JB
100952011-05-09 Juanma Barranquero <lekktu@gmail.com>
10096
10097 * misc.el: Implement new command `list-dynamic-libraries'.
10098 (list-dynamic-libraries--loaded-only-p): New variable.
10099 (list-dynamic-libraries--refresh): New function.
10100 (list-dynamic-libraries): New command.
10101
4c44026c
CY
101022011-05-09 Chong Yidong <cyd@stupidchicken.com>
10103
488086f4
SM
10104 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10105 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
10106 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
10107 higher priority to avoid clobbering by gnu.
10108
027f966d
CY
101092011-05-08 Chong Yidong <cyd@stupidchicken.com>
10110
10111 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
10112 if the face has existing theme settings (Bug#8454).
10113
085f5d7d
CY
101142011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
10115
488086f4
SM
10116 * progmodes/perl-mode.el (perl-imenu-generic-expression):
10117 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 10118
2a86a00c
RS
10119 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
10120 special file names `.' and `..' (Bug#8259).
10121
d9c54a06
CY
101222011-05-08 Chong Yidong <cyd@stupidchicken.com>
10123
488086f4
SM
10124 * progmodes/grep.el (grep-mode-font-lock-keywords):
10125 Remove buffer-changing entries.
d9c54a06
CY
10126 (grep-filter): New function.
10127 (grep-mode): Add it to compilation-filter-hook.
10128
10129 * progmodes/compile.el (compilation-filter-hook)
10130 (compilation-filter-start): New defvars.
10131 (compilation-filter): Call compilation-filter-hook prior to
10132 updating the process mark.
10133
c4662635
SM
101342011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10135
10136 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
10137
b0512a1d
EZ
101382011-05-07 Eli Zaretskii <eliz@gnu.org>
10139
605c9376
EZ
10140 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
10141 mailclient-send-it even if window-system is nil. (Bug#8595)
10142
c4662635
SM
10143 * term/w32console.el (terminal-init-w32console):
10144 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
10145 background-mode. (Bug#8597)
10146
d1dc2cc2
SM
101472011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10148
10149 Make bytecomp.el understand that defmethod defines funs (bug#8631).
10150 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
10151 New functions.
10152 (defgeneric, eieio--defmethod): Use them.
10153 (eieio-defgeneric): Remove.
10154 (defmethod): Call defgeneric in a way visible to the byte-compiler.
10155
915d1300
GM
101562011-05-07 Glenn Morris <rgm@gnu.org>
10157
a3961c3e
GM
10158 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
10159 Use let rather than let*.
10160 (timeclock-find-discrep): Remove unused local.
10161
314347b9
GM
10162 * calendar/diary-lib.el (diary-comment-start): Doc fix.
10163
915d1300
GM
10164 * calendar/appt.el (appt-time-msg-list): Doc fix.
10165
275b59b0
NF
101662011-05-06 Noah Friedman <friedman@splode.com>
10167
10168 * apropos.el (apropos-print-doc): Only use
10169 emacs-lisp-docstring-fill-column when it is bound to an integer,
10170 per that variable's documentation.
10171
6c19f744
SM
101722011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10173
10174 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 10175 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 10176
60f884b2
GM
101772011-05-06 Glenn Morris <rgm@gnu.org>
10178
5006e634
GM
10179 * calendar/appt.el (appt-message-warning-time): Doc fix.
10180 (appt-warning-time-regexp): New option.
10181 (appt-make-list): Respect appt-message-warning-time.
10182
548d0a63
GM
10183 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
10184 New options.
10185 (diary-add-to-list): Strip comments from the displayed string.
10186 (diary-mode): Set comment-start and comment-end.
10187
60f884b2
GM
10188 * vc/diff-mode.el (smerge-refine-subst): Declare.
10189 (diff-refine-hunk): Don't require smerge-mode when compiling.
10190
989681bb
JB
101912011-05-06 Juanma Barranquero <lekktu@gmail.com>
10192
10193 * simple.el (list-processes): Return nil as the docstring says.
10194
a6bc05e1
MA
101952011-05-05 Michael Albinus <michael.albinus@gmx.de>
10196
10197 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
10198 to "".
10199 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10200 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
10201 determining of binary transfer. (Bug#7383)
10202
23c22e9a
MA
102032011-05-05 Michael Albinus <michael.albinus@gmx.de>
10204
c4662635
SM
10205 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10206 Fix port computation bug. (Bug#8618)
23c22e9a 10207
0bff894f
GM
102082011-05-05 Glenn Morris <rgm@gnu.org>
10209
b8296902
GM
10210 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
10211
1f522ce8
GM
10212 * simple.el (shell-dynamic-complete-functions)
10213 (comint-dynamic-complete-functions): Declare.
10214
cf5bee67
GM
10215 * net/network-stream.el (gnutls-negotiate):
10216 * simple.el (tabulated-list-print): Fix declarations.
10217
10218 * progmodes/gud.el (syntax-symbol, syntax-point):
10219 Remove unnecessary and incorrect declarations.
10220
0bff894f
GM
10221 * emacs-lisp/check-declare.el (check-declare-scan):
10222 Handle byte-compile-initial-macro-environment in bytecomp.el
10223
9869b3ae
SM
102242011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10225
10226 Fix earlier half-done eieio-defmethod change (bug#8338).
10227 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
10228 Streamline and change calling convention.
10229 (defmethod): Adjust accordingly and simplify.
10230 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
10231 new eieio--defmethod.
10232 (slot-boundp): Minor CSE simplification.
10233
9c1d5ac5
MZ
102342011-05-05 Milan Zamazal <pdm@zamazal.org>
10235
10236 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
10237 (glasses-make-readable): Use glasses-separate-capital-groups.
10238
455c834e
JB
102392011-05-05 Juanma Barranquero <lekktu@gmail.com>
10240
10241 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
10242 (warning-series): Doc fix.
10243 (display-warning): Don't try to create the buffer if we just found it.
10244
9ed7c8cb
CY
102452011-05-04 Chong Yidong <cyd@stupidchicken.com>
10246
10247 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
10248 (autoload-find-generated-file): New function.
10249 (generate-file-autoloads): Bind generated-autoload-file to
10250 buffer-file-name.
9869b3ae
SM
10251 (update-file-autoloads, update-directory-autoloads):
10252 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
10253 output file (Bug#7989).
10254 (batch-update-autoloads): Doc fix.
10255
0898ca10
JB
102562011-05-04 Juanma Barranquero <lekktu@gmail.com>
10257
10258 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
10259
31dfb76c
GM
102602011-05-04 Glenn Morris <rgm@gnu.org>
10261
f330b642
GM
10262 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
10263 function, so it follows changes in calendar-date-style.
10264 (diary-fancy-date-matcher): New function.
10265 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
10266 (diary-fancy-font-lock-fontify-region-function):
10267 Use diary-fancy-date-pattern as a function.
10268
31dfb76c
GM
10269 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
10270 non-numbers for `year' etc pseudo-variables. (Bug#8583)
10271
48e79d6a
TZ
102722011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
10273
10274 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
10275 instead of positional arguments. Allow :keylist and :crlfiles
10276 arguments.
10277 (open-gnutls-stream): Call it.
10278
10279 * net/network-stream.el (network-stream-open-starttls): Adjust to
10280 call `gnutls-negotiate' with :process and :hostname arguments.
10281
dd5a5ee0
SM
102822011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10283
ef80fc09
SM
10284 * minibuffer.el (completion--message): New function.
10285 (completion--do-completion, minibuffer-complete)
10286 (minibuffer-force-complete, minibuffer-complete-word): Use it.
10287 (completion--do-completion): Don't ignore completion-auto-help when in
10288 icomplete-mode.
10289
dd5a5ee0
SM
10290 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
10291 internal encoding (e.g. tibetan zero is not whitespace).
10292 (global-whitespace-mode): Prefer save-current-buffer.
10293 (whitespace-trailing-regexp): Remove useless save-match-data.
10294 (whitespace-empty-at-bob-regexp): Minor simplification.
10295
b7d22a83
CY
102962011-05-03 Chong Yidong <cyd@stupidchicken.com>
10297
10298 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
10299
5192af46
AM
103002011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10301
10302 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 10303 Use `concat' to create string for insertion.
5192af46 10304
5767d190
SM
103052011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10306
10307 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
10308 Avoid open-line which runs post-self-insert-hook.
10309 (bibtex-fill-entry): Remove unused `end' var.
10310
bf242939
AM
103112011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
10312
5767d190
SM
10313 * textmodes/ispell.el (ispell-add-per-file-word-list):
10314 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 10315
25666126
LL
103162011-05-03 Leo Liu <sdl.web@gmail.com>
10317
10318 * isearch.el (isearch-yank-pop): New command.
5767d190 10319 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
10320 (isearch-forward): Mention it.
10321
52d3c2d0
SM
103222011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10323
1bcace58
SM
10324 * simple.el (minibuffer-complete-shell-command): Remove.
10325 (minibuffer-local-shell-command-map): Use completion-at-point.
10326 (read-shell-command): Setup completion vars here instead.
10327 (read-expression-map): Bind TAB to symbol completion.
10328
52d3c2d0
SM
10329 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
10330 error directly rather via storing it into `results'.
10331
35813471
LL
103322011-05-02 Leo Liu <sdl.web@gmail.com>
10333
10334 * vc/diff.el: Fix description.
10335
e793a940
LMI
103362011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10337
10338 * server.el (server-eval-at): New function.
10339
8de66e05
LMI
103402011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10341
10342 * net/network-stream.el (open-network-stream): Take a :nowait
10343 parameter and pass it on to `make-network-process'.
10344 (network-stream-open-plain): Ditto.
10345
dcb79f20
AS
103462011-04-30 Andreas Schwab <schwab@linux-m68k.org>
10347
10348 * faces.el (face-spec-set-match-display): Don't match toolkit
10349 options on terminal frames.
10350
14a7fbd8
SM
103512011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10352
7eabc1be
SM
10353 * progmodes/pascal.el: Use lexical binding.
10354 (pascal-mode-map): Remove author preferences.
10355
14a7fbd8
SM
10356 * pcomplete.el (pcomplete-std-complete): Don't abuse
10357 completion-at-point.
10358
50f84510
JB
103592011-04-28 Juanma Barranquero <lekktu@gmail.com>
10360
6e087a44
JB
10361 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
10362 removing code that has been dead since 1991 or so.
10363
50f84510
JB
10364 * startup.el (command-line): When warning about "_emacs", use a
10365 delayed warning to allow the user to filter it out.
10366
0ba690bd
DD
103672011-04-28 Deniz Dogan <deniz@dogan.se>
10368
10369 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
10370 user has not joined.
10371
08abfaad
SM
103722011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10373
10374 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
10375 aren't any completions at point.
10376
638f053a
JB
103772011-04-28 Juanma Barranquero <lekktu@gmail.com>
10378
10379 * subr.el (display-delayed-warnings): New function.
10380 (delayed-warnings-hook): New variable.
10381
8fff8daa
SM
103822011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10383
08abfaad
SM
10384 * minibuffer.el (completion-at-point, completion-help-at-point):
10385 Don't presume that a given completion-at-point-function will always
10386 use the same calling convention.
10387
8fff8daa
SM
10388 * pcomplete.el (pcomplete-completions-at-point):
10389 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
10390 pcomplete-seen is non-nil.
10391 (pcomplete-comint-setup): Also recognize the new comint/shell
10392 completion functions.
10393 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
10394 pcomplete-seen is non-nil.
10395
841a1577 103962011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 10397
841a1577 10398 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 10399 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 10400 the first character in the entry. This allows for code to add its
211ec907
UJ
10401 own uid to the entry.
10402 (icalendar--convert-float-to-ical): Add export of
10403 `diary-float'-entries save for those with the optional DAY
10404 argument.
10405
2a782793
DC
104062011-04-27 Daniel Colascione <dan.colascione@gmail.com>
10407
10408 * subr.el (shell-quote-argument): Use alternate escaping strategy
10409 when we spot a variable reference in a string.
10410
0438ce91
DC
104112011-04-26 Daniel Colascione <dan.colascione@gmail.com>
10412
10413 * cus-start.el (all): Define customization for debug-on-event.
10414
841a1577 104152011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
10416
10417 * subr.el (shell-quote-argument): Escape correctly under Windows.
10418
d090ed6c
SM
104192011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10420
10421 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
10422
bfd31217
MA
104232011-04-25 Michael Albinus <michael.albinus@gmx.de>
10424
d090ed6c
SM
10425 * net/tramp.el (tramp-process-actions): Add POS argument.
10426 Delete region between POS and (pos).
bfd31217 10427
d090ed6c
SM
10428 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10429 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
10430 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
10431
10432 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
10433 position in `tramp-process-actions' call.
10434
10435 * net/trampver.el: Update release number.
10436
e92f3bd3
SM
104372011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10438
850256b5
SM
10439 * custom.el (defcustom): Obey lexical-binding.
10440
e92f3bd3
SM
10441 Fix octave-inf completion problems reported by Alexander Klimov.
10442 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
10443 Inherit from octave-mode-syntax-table.
10444 (inferior-octave-mode): Set info-lookup-mode.
10445 (inferior-octave-completion-at-point): New function.
10446 (inferior-octave-complete): Use it and completion-in-region.
10447 (inferior-octave-dynamic-complete-functions): Use it as well, and use
10448 comint-filename-completion.
10449 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
10450 symbol elements which shouldn't be word elements.
10451 (octave-font-lock-keywords, octave-beginning-of-defun)
10452 (octave-function-header-regexp): Adjust regexps accordingly.
10453 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
10454
cd22b309
JB
104552011-04-25 Juanma Barranquero <lekktu@gmail.com>
10456
10457 * net/gnutls.el (gnutls-errorp): Declare before first use.
10458
8b492194
TZ
104592011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
10460
10461 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
10462 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 10463 default trustfile exists before going to use it. Add missing
5a5fa834 10464 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
10465 Reported by Claudio Bley <claudio.bley@gmail.com>.
10466 (open-gnutls-stream): Add usage example.
10467
10468 * net/network-stream.el (network-stream-open-starttls): Give host
10469 parameter to `gnutls-negotiate'.
10470 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 10471 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 10472
841a1577 104732011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 10474
cd22b309
JB
10475 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
10476 Use correct match group (bug#8438).
05842630 10477
3ba7869c
CY
104782011-04-24 Chong Yidong <cyd@stupidchicken.com>
10479
512e3ae1
CY
10480 * emacs-lisp/package.el (package-built-in-p): Fix typo.
10481 (package-menu--generate): New arg specifying packages to show.
10482 (package-menu-refresh, package-menu-execute, list-packages):
10483 Callers changed.
10484 (package-show-package-list): New function, replacing deleted
10485 package--list-packages (renamed because it is non-internal).
10486
10487 * finder.el (finder-list-matches): Use package-show-package-list
10488 instead of deleted package--list-packages.
10489
e92f3bd3
SM
10490 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
10491 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
10492 (vc-annotate-mode-map): Bind it to RET.
10493
7031be6d
UR
104942011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10495
10496 * progmodes/etags.el (next-file): Don't use set-buffer to change
10497 buffers (Bug#8478).
10498
4ef177aa
CY
104992011-04-24 Chong Yidong <cyd@stupidchicken.com>
10500
c8d173eb
CY
10501 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
10502
4ef177aa
CY
10503 * apropos.el (apropos-label-face): Avoid variable-pitch face.
10504 (apropos-accumulator): Doc fix.
10505 (apropos-function, apropos-macro, apropos-command)
10506 (apropos-variable, apropos-face, apropos-group, apropos-widget)
10507 (apropos-plist): Add face property.
10508 (apropos-symbols-internal): Fix indentation.
10509 (apropos-print): Simplify help, and recognize apropos-multi-type.
10510 (apropos-print-doc): Use button-type-get to extract the button's
10511 face property. Fill docstring (Bug#8352).
10512
4ffd0d6b 105132011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
10514
10515 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
10516
c6c32125 10517 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 10518 (mpuz-mode-map): Use mapc.
c6c32125
JB
10519 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
10520 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
10521 Fix typos in docstrings.
10522
58d468b4
JB
10523 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
10524 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
10525
6470c3c6
JB
10526 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
10527
4ffd0d6b 105282011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
10529
10530 * minibuffer.el (completion--do-completion): Avoid the "Next char
10531 not unique" prompt if icomplete-mode is enabled (Bug#5849).
10532
3ad8bad0
CY
10533 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
10534 mouse-2 into unread-command-events, it is interpreted correctly.
10535
71d73c9c 10536 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 10537 (image-toggle-display): Doc fix.
71d73c9c 10538
841a1577 105392011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 10540
4ffd0d6b
GM
10541 * textmodes/page.el (what-page): Use line-number-at-pos to
10542 calculate line number (Bug#6825).
6e1dbaa9 10543
c2fb1b60
JB
105442011-04-22 Juanma Barranquero <lekktu@gmail.com>
10545
10546 * eshell/esh-mode.el (find-tag-interactive): Declare function.
10547 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
10548 Pass argument NO-DEFAULT to `find-tag-interactive'.
10549
e02f48d7
JB
105502011-04-22 Juanma Barranquero <lekktu@gmail.com>
10551
10552 Lexical-binding cleanup.
10553
10554 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
10555 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
10556 * progmodes/ada-prj.el (ada-prj-initialize-values)
10557 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
10558 (ada-prj-show-value):
10559 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
10560 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
10561 (antlr-invalidate-context-cache, antlr-options-menu-filter)
10562 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
10563 * progmodes/bug-reference.el (bug-reference-push-button):
10564 * progmodes/fortran.el (fortran-line-length):
10565 * progmodes/glasses.el (glasses-change):
10566 * progmodes/octave-mod.el (octave-fill-paragraph):
10567 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
10568 (python-pdbtrack-grub-for-buffer, python-sentinel):
10569 * progmodes/sql.el (sql-save-connection):
10570 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
10571 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
10572 Mark unused parameters.
10573
10574 * progmodes/compile.el (compilation--flush-directory-cache)
10575 (compilation--flush-parse, compile-internal): Mark unused parameters.
10576 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
10577 (compilation-next-error-function): Remove unused variable `timestamp'.
10578
10579 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
10580 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
10581
10582 * progmodes/dcl-mode.el (dcl-end-of-command):
10583 Remove unused variable `start'.
10584 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
10585 (dcl-option-value-basic, dcl-option-value-offset)
10586 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
10587 Mark unused parameters.
10588 (dcl-save-local-variable): Remove unused variable `val'.
10589 (mode): Declare.
10590
10591 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
10592 Mark unused parameters.
10593 (delphi-ignore-changes): Move before first use.
10594 (delphi-charset-token-at): Remove unused variable `start'.
10595 (delphi-else-start): Remove unused variable `if-count'.
10596 (delphi-comment-block-start, delphi-comment-block-end):
10597 Remove unused variable `kind'.
10598 (delphi-indent-line): Remove unused variable `new-point'.
10599
10600 * progmodes/ebrowse.el (ebrowse-files-list)
10601 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
10602 Mark unused parameters. Don't quote `lambda'.
10603 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
10604 Don't quote `lambda'.
10605 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
10606 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
10607 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
10608 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
10609 Use `ignore-errors'.
10610 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
10611 (ebrowse-view/find-file-and-search-pattern)
10612 (ebrowse-view/find-member-declaration/definition):
10613 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
10614 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
10615 Rename parameter PREFIX-ARG to PREFIX.
10616 (ebrowse-tags-read-name): Remove unused variables `start' and
10617 `member-info'.
10618 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
10619 to `tags-file'.
10620
10621 * progmodes/etags.el (local-find-tag-hook): Declare.
10622 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
10623 Mark unused parameters.
10624
10625 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
10626 (executable-interpret): Mark unused parameter.
10627
10628 * progmodes/flymake.el (flymake-process-sentinel)
10629 (flymake-after-change-function)
10630 (flymake-create-temp-with-folder-structure)
10631 (flymake-get-include-dirs-dot): Mark unused parameters.
10632 (flymake-safe-delete-directory): Remove unused variable `err'.
10633
10634 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
10635 (speedbar-timer-fn, speedbar-line-text)
10636 (speedbar-change-expand-button-char, speedbar-delete-subblock)
10637 (speedbar-center-buffer-smartly): Declare functions.
10638 (gdb-find-watch-expression): Remove unused variable `array'.
10639 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
10640 (gdb-starting): Mark unused parameters.
10641 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
10642 (gdb-table-string): Remove unused variable `res'.
10643 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
10644 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
10645 (gdb-display-buffer): Remove unused variable `cur-size'.
10646
10647 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
10648 allow lexical-binding compilation.
10649 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
10650 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
10651 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
10652 Mark unused parameters.
10653 (gud-gdb-marker-filter): Remove unused variable `match'.
10654 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
10655 lambda expressions and funcall them, instead of using `fset'.
10656
10657 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
10658 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
10659
10660 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
10661 variable `header-beg'; use `let'.
10662
10663 * progmodes/icon.el (indent-icon-exp): Remove unused variables
10664 `restart', `last-sexp' and `at-do'.
10665
10666 * progmodes/js.el (js--debug): Mark unused parameter.
10667 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
10668 (js--splice-into-items): Remove unused variable `item'.
10669 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
10670
10671 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
10672 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
10673 (makefile-complete): Remove unused variable `try'.
10674 (makefile-fill-paragraph, makefile-match-function-end):
10675 Mark unused parameters.
10676
10677 * progmodes/octave-inf.el (inferior-octave-complete):
10678 Remove unused variable `proc'.
10679 (inferior-octave-output-digest): Mark unused parameter.
10680
10681 * progmodes/perl-mode.el (perl-calculate-indent):
10682 Remove unused variable `err'.
10683
10684 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
10685 (prolog-indent-line): Mark unused parameters.
10686 (prolog-indent-line): Remove unused variable `beg'.
10687
10688 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
10689 (reporter-dont-compact-list): Declare.
10690
10691 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
10692 Remove unused variable `char'.
10693 (sh-debug): Mark unused parameter.
10694 (sh-get-indent-info): Remove unused variable `start'.
10695 (sh-calculate-indent): Remove unused variable `var'.
10696
10697 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
10698 (simula-electric-keyword): Remove unused variable `null'.
10699 (simula-search-backward, simula-search-forward): Remove unused
10700 variables `begin' and `end'.
10701
10702 * progmodes/vera-mode.el (vera-guess-basic-syntax):
10703 Remove unused variable `pos'.
10704 (vera-electric-tab, vera-comment-uncomment-region):
10705 Mark unused parameters.
10706 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
10707
7ede3b65
CY
107082011-04-22 Chong Yidong <cyd@stupidchicken.com>
10709
10710 * emacs-lisp/package.el (package--builtins, package-alist)
10711 (package-load-descriptor, package-built-in-p, package-activate)
10712 (define-package, package-installed-p)
10713 (package-compute-transaction, package-buffer-info)
10714 (package--push): Doc fix. Distinguish more clearly between
10715 version strings and version lists.
10716
121656e9
JB
107172011-04-21 Juanma Barranquero <lekktu@gmail.com>
10718
10719 Lexical-binding cleanup.
10720
10721 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
10722 (5x5-make-mutate-best):
10723 * play/fortune.el (fortune-in-buffer):
10724 * play/gomoku.el (gomoku-init-display):
10725 * play/solitaire.el (solitaire, solitaire-do-check):
10726 * play/tetris.el (tetris-default-update-speed-function):
10727 Mark unused parameters.
10728
10729 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
10730 (bubbles--shift): Remove unused variable `char-org'.
10731 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
10732 (bubbles--show-images): Remove unused variable `char'.
10733
10734 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
10735 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
10736 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
10737 (decipher-analyze-buffer): Use ?\s.
10738 (decipher-make-checkpoint): Remove unused variable `mapping'.
10739
10740 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
10741
10742 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10743 Remove unused variable `result'; use `let'.
10744
10745 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
10746 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
10747 (gametree-children-shown-p, gametree-compute-reduced-score):
10748 Use `ignore-errors'.
10749
10750 * play/handwrite.el (ps-lpr-switches): Declare.
10751 (handwrite): Remove unused variables `pmin' and `lastp'.
10752
10753 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
10754
10755 * play/landmark.el (landmark-init-display)
10756 (landmark-update-naught-weights): Mark unused parameters.
10757 (landmark-y): Remove unused variable `noise'. Simplify.
10758 (landmark-human-plays): Remove unused variable `score'.
10759
10760 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
10761 (mpuz-try-proposal): Remove unused variable `game'.
10762
10763 * play/zone.el (life-patterns): Declare.
10764
80f499c7
JB
107652011-04-20 Juanma Barranquero <lekktu@gmail.com>
10766
10767 * vc/vc.el (ediff-vc-internal): Declare function.
10768
024ff170
SM
107692011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10770
c0a193ea
SM
10771 * shell.el: Use lexical-binding and std completion UI.
10772 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
10773 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
10774 comint-preoutput-filter-functions rather than on
10775 comint-output-filter-functions.
10776 (shell-command-completion, shell--command-completion-data)
10777 (shell-filename-completion, shell-environment-variable-completion)
10778 (shell-c-a-p-replace-by-expanded-directory): New functions.
10779 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
10780 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
10781 (shell-dynamic-complete-environment-variable): Use them.
10782 (shell-dynamic-complete-as-environment-variable)
10783 (shell-dynamic-complete-as-command): Remove.
10784 (shell-match-partial-variable): Match past point.
10785 * comint.el: Clean up use of completion-at-point-functions.
10786 (comint-completion-at-point): New function.
10787 (comint-mode): Use it completion-at-point-functions.
10788 (comint-dynamic-complete): Make it obsolete.
10789 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10790 (comint-c-a-p-replace-by-expanded-history): New function.
10791 (comint-dynamic-complete-functions)
10792 (comint-replace-by-expanded-history): Use it.
10793 * minibuffer.el (completion-table-with-terminator): Allow dynamic
10794 termination strings. Try harder to avoid second try-completion.
10795 (completion-in-region-mode-map): Disable bindings that don't work yet.
10796
2dbaa080
SM
10797 * comint.el: Use lexical-binding. Require CL.
10798 (comint-dynamic-complete-functions): Use comint-filename-completion.
10799 (comint-completion-addsuffix): Tweak custom type.
10800 (comint-filename-completion, comint--common-suffix)
10801 (comint--common-quoted-suffix, comint--table-subvert)
10802 (comint--complete-file-name-data): New functions.
10803 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10804 (comint-dynamic-list-filename-completions): Use them.
10805 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 10806
2dbaa080
SM
10807 * minibuffer.el (completion-in-region-mode):
10808 Keep completion-in-region-mode--predicate global.
10809 (completion-in-region--postch):
10810 Assume completion-in-region-mode--predicate is not null.
10811
c79a6f38
SM
10812 * progmodes/flymake.el (flymake-start-syntax-check-process):
10813 Obey `dir'. Simplify.
10814
024ff170
SM
10815 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
10816 we're in VC after all.
10817
1c6c854e
CS
108182011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
10819
10820 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 10821 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
10822 (vc-version-diff): Use vc-diff-build-argument-list-internal.
10823
bed7f140
SM
108242011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10825
332e62ab
SM
10826 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10827 add sanity check.
10828
bed7f140
SM
10829 * obsolete/erc-hecomplete.el: Make obsolete.
10830 * obsolete/: Standardize obsolescence info in the header.
10831
f195c582
GM
108322011-04-20 Glenn Morris <rgm@gnu.org>
10833
10834 * calendar/solar.el (solar-horizontal-coordinates):
10835 Use the longitude argument rather than `calendar-longitude'.
10836 (solar-date-next-longitude): Remove unused locals.
10837
cb79b8c0
VJL
108382011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10839
10840 * whitespace.el: New version 13.2.1.
10841
108422011-04-20 felix <EmacsWiki> (tiny change)
10843
d8e4b68b 10844 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
10845 switching between major modes on a file.
10846
602ea69d
SM
108472011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10848
10849 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10850 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10851 multi-line comments as well.
10852
06b60517
JB
108532011-04-19 Juanma Barranquero <lekktu@gmail.com>
10854
10855 Lexical-binding cleanup.
10856
10857 * arc-mode.el (archive-mode-revert):
10858 * cmuscheme.el (scheme-interactively-start-process):
10859 * custom.el (custom-initialize-delay):
10860 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10861 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10862 * emacs-lock.el (emacs-lock-clear-sentinel):
10863 * ezimage.el (defezimage):
10864 * follow.el (follow-avoid-tail-recenter):
10865 * fringe.el (set-fringe-mode-1):
10866 * generic-x.el (bat-generic-mode-compile):
10867 * help-mode.el (help-info-variable, help-do-xref)
10868 (help-mode-revert-buffer):
10869 * help.el (view-emacs-todo):
10870 * iswitchb.el (iswitchb-completion-help):
10871 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10872 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10873 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10874 * locate.el (locate-update):
10875 * longlines.el (longlines-encode-region)
10876 (longlines-after-change-function):
10877 * outline.el (outline-isearch-open-invisible):
10878 * ps-def.el (declare-function, charset-dimension, char-width)
10879 (encode-char):
10880 * ps-mule.el (ps-mule-plot-string):
10881 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10882 (recentf-edit-list-select, recentf-edit-list-validate)
10883 (recentf-open-files-action):
10884 * rect.el (delete-whitespace-rectangle-line)
10885 (rectangle-number-line-callback):
10886 * register.el (window-configuration-to-register)
10887 (frame-configuration-to-register):
10888 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10889 * select.el (xselect-convert-to-string, xselect-convert-to-length)
10890 (xselect-convert-to-targets, xselect-convert-to-delete)
10891 (xselect-convert-to-filename, xselect-convert-to-charpos)
10892 (xselect-convert-to-lineno, xselect-convert-to-colno)
10893 (xselect-convert-to-os, xselect-convert-to-host)
10894 (xselect-convert-to-user, xselect-convert-to-class)
10895 (xselect-convert-to-name, xselect-convert-to-integer)
10896 (xselect-convert-to-atom, xselect-convert-to-identity):
10897 * subr.el (declare, ignore, process-kill-without-query)
10898 (text-clone-maintain):
10899 * terminal.el (te-get-char, te-tic-sentinel):
10900 * tool-bar.el (tool-bar-make-keymap):
10901 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10902 * type-break.el (type-break-mode, type-break-noninteractive-query):
10903 * view.el (View-back-to-mark):
10904 * wid-browse.el (widget-browse-action, widget-browse-widget)
10905 (widget-browse-widgets, widget-browse-sexp):
10906 * widget.el (define-widget-keywords):
10907 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10908 Mark unused parameters.
10909
10910 * align.el (align-adjust-col-for-rule): Mark unused parameter.
10911 (align-areas): Remove unused variable `look'.
10912 (align-region): Remove unused variables `real-end' and `pos-list'.
10913
10914 * apropos.el (apropos-score-doc): Remove unused variable `i'.
10915
10916 * bindings.el (mode-line-modified, mode-line-remote):
10917 Mark unused parameters.
10918 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10919
10920 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10921 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10922
10923 * comint.el (comint-history-isearch-pop-state)
10924 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10925 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10926 (comint-substitute-in-file-name): Doc fix.
10927
10928 * completion.el (cmpl-statistics-block): Mark unused parameter.
10929 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10930 (save-completions-to-file, load-completions-from-file):
10931 Remove unused local variable `e'.
10932
10933 * composite.el (compose-chars): Remove unused variable `len'.
10934 (lgstring-insert-glyph): Remove unused variable `g'.
10935 (compose-glyph-string): Remove unused variables `ascent',
10936 `descent', `lbearing' and `rbearing'.
10937 (compose-glyph-string-relative): Remove unused variables
10938 `lbearing', `rbearing' and `wadjust'.
10939 (compose-gstring-for-graphic): Remove unused variables `header',
10940 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
10941 (compose-gstring-for-terminal): Remove unused variables `header'
10942 and `nchars'. Use `let', not `let*'.
10943
10944 * cus-edit.el (Custom-set, Custom-save, custom-reset)
10945 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10946 (Custom-buffer-done, custom-buffer-create-internal)
10947 (custom-browse-visibility-action, custom-browse-group-tag-action)
10948 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10949 (widget-magic-mouse-down-action, custom-toggle-parent)
10950 (custom-add-parent-links, custom-toggle-hide-variable)
10951 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10952 (custom-toggle-hide-face, face, hook, custom-group-link-action)
10953 (custom-face-menu-create, custom-variable-menu-create, get)
10954 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10955 (custom-reset-standard-save-and-update): Remove unused variable `value'.
10956 (customize-apropos): Remove unused variable `tests'.
10957 (custom-group-value-create): Remove unused variable `hidden-p'.
10958 (sort-fold-case): Declare.
10959
10960 * cus-theme.el (custom-reset-standard-faces-list)
10961 (custom-reset-standard-variables-list): Declare.
10962 (customize-create-theme, custom-theme-revert, custom-theme-write)
10963 (custom-theme-choose-mode, customize-themes, custom-theme-save):
10964 Mark unused parameters.
10965
10966 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10967
10968 * delim-col.el (delimit-columns-max): Move defvar before first use.
10969
10970 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 10971 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
10972
10973 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10974 (auto-insert): Declare.
10975 (desktop-restore-file-buffer): Rename desktop-* parameters;
10976 mark unused ones.
10977 (desktop-create-buffer): Rename desktop-* parameters and bind them.
10978 (desktop-buffer): Rename desktop-* parameters.
10979
10980 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10981 (dframe-reposition-frame-xemacs, dframe-help-echo)
10982 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10983 Mark unused parameters.
10984
10985 * dired-aux.el (backup-extract-version-start, overwrite-query)
10986 (overwrite-backup-query, rename-regexp-query)
10987 (rename-non-directory-query): Declare.
10988 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10989 (dired-add-entry): Remove unused variable `orig-file-name'.
10990 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10991 Use parameter PRESERVE-TIME instead of accessing dynamic variable
10992 `dired-copy-preserve-time' directly.
10993 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10994 (dired-insert-subdir-newpos): Rename unused variable `pos'.
10995
10996 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10997 (dired-virtual-revert, dired-make-relative-symlink):
10998 Mark unused parameters.
10999 (manual-program): Declare.
11000 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
11001 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
11002 wrapped in `with-no-warnings' to avoid replacing one warning by another.
11003
11004 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
11005
11006 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
11007
11008 * echistory.el (electric-history-in-progress, Helper-return-blurb):
11009 Declare.
11010
11011 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
11012
11013 * electric.el (Electric-command-loop): Rename parameter
11014 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
11015
11016 * expand.el (expand-in-literal): Remove unused variable `here'.
11017
11018 * facemenu.el (facemenu-add-new-color):
11019 Remove unused variable `docstring'.
11020
11021 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
11022 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
11023 (face-attr-construct): Mark unused parameter. Doc fix.
11024 (read-color): Remove unused variable `hex-string'.
11025
11026 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
11027 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
11028 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
11029 (display-buffer-other-frame): Remove unused variable `old-window'.
11030 (kill-buffer-hook): Declare.
11031 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
11032 Mark unused parameters.
11033 (after-find-file): Pass 1 to `auto-save-mode', not t.
11034
11035 * files-x.el (auto-insert): Declare.
11036 (modify-file-local-variable-prop-line): Remove unused variable `val'.
11037
11038 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 11039 variable `buf'. Mark unused parameter.
06b60517
JB
11040 (find-lisp-insert-directory): Mark unused parameter.
11041
11042 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
11043 (format-encode-region): Remove unused variables `cur-buf' and `result'.
11044 (format-common-tail): Remove, unused.
11045 (format-deannotate-region): Remove unused variable `loc'.
11046 (format-annotate-region): Remove unused variable `p'.
11047 (format-annotate-single-property-change): Remove unused variables
11048 `default' and `tail'.
11049
11050 * forms.el (read-file-filter): Declare.
11051 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
11052
11053 * frame.el (frame-creation-function-alist): Mark unused parameter.
11054 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
11055
11056 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
11057 Remove unused parameters.
11058 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
11059 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
11060
11061 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
11062 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
11063 (hfy-prepare-tag-map): Mark unused parameters.
11064 (htmlfontify-buffer): Use `called-interactively-p'.
11065
11066 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
11067 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
11068 (ibuffer-do-occur): Mark unused parameters.
11069 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
11070 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
11071
11072 * ibuffer.el: Don't quote `lambda'.
11073 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
11074 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
11075 Mark unused parameters.
11076
11077 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
11078 (ido-completing-read): Mark unused parameters.
11079 (ido-copy-current-word): Mark unused parameters;
11080 remove unused variable `name'.
11081 (ido-sort-merged-list): Remove unused parameter `dirs'.
11082
11083 * ielm.el (ielm-input-sender): Mark unused parameter.
11084 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
11085 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
11086 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
11087 `ielm-string' as a dynamic variable accessible from the IELM prompt.
11088 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
11089
11090 * image-dired.el (image-dired-display-thumbs): Remove unused
11091 variables `curr-file' and `count'.
11092 (image-dired-remove-tag): Remove unused variable `start'.
11093 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
11094 variable `curr-file'
11095 (image-dired-rotate-original): Remove unused variable `temp-file'.
11096 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
11097 Remove unused variable `file'.
11098 (image-dired-gallery-generate): Remove unused variable `curr'.
11099 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
11100
11101 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
11102
11103 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
11104
11105 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
11106
11107 * isearch.el (minibuffer-history-symbol): Declare.
11108 (isearch-edit-string): Remove unused variable `err'.
11109 (isearch-message-prefix, isearch-message-suffix):
11110 Mark unused parameters.
11111
11112 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
11113
11114 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
11115
11116 * makesum.el (double-column): Remove unused variable `cnt'.
11117
11118 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
11119 (ido-ignore-item-temp-list): Declare.
11120
11121 * mouse-drag.el (mouse-drag-throw): Remove unused variables
11122 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
11123 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
11124 (mouse-drag-drag): Remove unused variables `mouse-delta' and
11125 `mouse-col-delta'.
11126
11127 * mouse-sel.el (mouse-extend-internal):
11128 Remove unused variable `orig-window-frame'.
11129
11130 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
11131 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
11132 Move declarations before first use.
11133 (pcomplete-opt): Mark unused parameters; doc fix.
11134
11135 * proced.el (proced-revert): Mark unused parameter.
11136 (proced-send-signal): Remove unused variable `err'.
11137
11138 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
11139 Rename parameter PREFIX-ARG to ARG.
11140 (ps-basic-plot-string, ps-basic-plot-whitespace):
11141 Mark unused parameters.
11142
11143 * replace.el (replace-count): Define.
11144 (occur-revert-function): Mark unused parameters.
11145 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
11146 (isearch-case-fold-search, isearch-string): Declare.
11147 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
11148 bind `case-fold-search'. Remove unused variables `beg' and `end',
11149 and simplify.
11150 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
11151 COUNT and bind `replace-count'.
11152 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
11153 to COUNT.
11154
11155 * savehist.el (print-readably, print-string-length): Declare.
11156
11157 * shadowfile.el (shadow-expand-cluster-in-file-name):
11158 Remove unused variable `cluster'.
11159 (shadow-copy-file): Remove unused variable `i'.
11160 (shadow-noquery, shadow-clusters, shadow-site-cluster)
11161 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
11162 (shadow-define-literal-group, shadow-define-regexp-group)
11163 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
11164
11165 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
11166 (shell): Use `called-interactively-p'.
11167 (shell-directory-tracker): Remove unused variable `chdir-failure'.
11168
11169 * simple.el (compilation-context-lines, comint-file-name-quote-list)
11170 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
11171 (delete-backward-char): Remove unused variable `ocol'.
11172 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
11173 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
11174 (event-apply-hyper-modifier, event-apply-shift-modifier)
11175 (event-apply-control-modifier, event-apply-meta-modifier):
11176 Mark unused parameters.
11177 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
11178 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
11179
11180 * speedbar.el (speedbar-ignored-directory-expressions)
11181 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
11182 (speedbar-find-file, speedbar-dir-follow)
11183 (speedbar-directory-buttons-follow, speedbar-tag-find)
11184 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
11185 (speedbar-buffers-line-directory, speedbar-buffer-click):
11186 Mark unused parameters.
11187 (speedbar-tag-file): Remove unused variable `mode'.
11188 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
11189
11190 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
11191
11192 * talk.el (talk): Remove unused variable `display'.
11193
11194 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
11195 (tar-write-region-annotate): Mark unused parameter.
11196
11197 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
11198 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
11199 Declare them, wrapped in `with-no-warnings' to avoid replacing one
11200 warning by another.
11201
11202 * time-stamp.el (time-stamp-string-preprocess):
11203 Remove unused variable `require-padding'.
11204
11205 * tree-widget.el (widget-glyph-enable): Declare.
11206 (tree-widget-action): Mark unused parameter.
11207
11208 * w32-fns.el (x-get-selection): Mark unused parameter.
11209 (autoload-make-program, generated-autoload-file): Declare.
11210
11211 * wdired.el (wdired-revert): Mark unused parameters.
11212 (wdired-xcase-word): Remove unused variable `err'.
11213
11214 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
11215 (whitespace-help-scroll): Remove unused variable `data-help'.
11216
11217 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
11218 (widget-image-insert, widget-after-change, default)
11219 (widget-default-format-handler, widget-default-notify)
11220 (widget-default-prompt-value, widget-info-link-action)
11221 (widget-url-link-action, widget-function-link-action)
11222 (widget-variable-link-action, widget-file-link-action)
11223 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
11224 (widget-field-prompt-internal, widget-field-action, widget-field-match)
11225 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
11226 (widget-insert-button-action, widget-delete-button-action, visibility)
11227 (widget-documentation-link-action, widget-documentation-string-action)
11228 (widget-const-prompt-value, widget-regexp-match, symbol)
11229 (widget-coding-system-prompt-value)
11230 (widget-key-sequence-value-to-external, sexp)
11231 (widget-sexp-value-to-internal, character, vector, cons)
11232 (widget-choice-prompt-value, widget-boolean-prompt-value)
11233 (widget-color--choose-action): Mark unused parameters.
11234 (widget-item-match-inline, widget-choice-match-inline)
11235 (widget-checklist-match, widget-checklist-match-inline)
11236 (widget-group-match): Rename parameter VALUES to VALS.
11237 (widget-field-value-set): Remove unused variable `size'.
11238 (widget-color-action): Remove unused variables `value' and `start'.
11239
11240 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 11241 variable `dir'. Doc fix.
06b60517
JB
11242 (windmove-find-other-window): Don't pass it.
11243
11244 * window.el (count-windows): Mark unused parameter.
11245 (bw-adjust-window): Remove unused variable `err'.
11246
11247 * woman.el (woman-file-name): Remove unused variable `default'.
11248 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
11249 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
11250 (global-font-lock-mode): Declare.
11251 (woman-decode-region): Mark unused parameter.
11252 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
11253
11254 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
11255 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
11256 (x-dnd-handle-moz-url): Remove unused variable `title'.
11257 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
11258
11259 * xml.el (xml-parse-tag, xml-parse-attlist):
11260 Remove unused variable `pos'.
11261
bc4f7f3d
GM
112622011-04-19 Glenn Morris <rgm@gnu.org>
11263
11264 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
11265 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
11266 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11267 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
11268 * calendar/cal-html.el (cal-html-insert-minical):
11269 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
11270 (calendar-mark-date-pattern):
11271 Prefix "unused" locals.
11272
11273 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
11274 optional argument `style'.
11275
11276 * calendar/appt.el (appt-make-list):
11277 * calendar/cal-china.el (calendar-chinese-date-string):
11278 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
11279 (diary-hebrew-yahrzeit):
11280 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
11281 * calendar/calendar.el (calendar-generate-window):
11282 * calendar/time-date.el (time-to-days):
11283 Remove unused local variables.
11284
16a43933
CY
112852011-04-18 Chong Yidong <cyd@stupidchicken.com>
11286
11287 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
11288 glyphless-char-display table.
11289 (tabulated-list-glyphless-char-display): New var.
11290
7eed1860
SS
112912011-04-18 Sam Steingold <sds@gnu.org>
11292
11293 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
11294 to acknowledgments.
11295
4d2d1ccd
GM
112962011-04-17 Glenn Morris <rgm@gnu.org>
11297
11298 * calendar/diary-lib.el (diary-sexp-entry):
11299 * calendar/holidays.el (holiday-sexp):
11300 Set debug-on-error rather than the removed stack-trace-on-error.
11301
239da61d
GM
113022011-04-16 Glenn Morris <rgm@gnu.org>
11303
11304 * progmodes/f90.el: Use lexical-binding.
11305 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
11306
8b05752a
SM
113072011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11308
daca8ba5
SM
11309 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
11310 (mail-mode): Setup mailalias completion here instead.
11311 * mail/mailalias.el: Use lexical-binding.
11312 (pattern, mailalias-done): Declare dynamic.
11313 (mail-completion-at-point-function): New function, from mail-complete.
11314 (mail-complete): Use it.
11315 (mail-completion-expand): New function.
11316 (mail-get-names): Use it.
11317 (mail-directory, mail-directory-process, mail-directory-stream):
11318 Don't use `pattern' for lexically bound arg.
11319
6f542485
SM
11320 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
11321
037e7c3f
SM
11322 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
11323 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
11324 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
11325
8b05752a
SM
11326 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
11327 (byte-save-window-excursion, byte-temp-output-buffer-setup)
11328 (byte-interactive-p): Define them again, for use when inlining
11329 old code.
11330
49093f60
JB
113312011-04-15 Juanma Barranquero <lekktu@gmail.com>
11332
11333 * loadup.el: Use `string-to-number', not `string-to-int'.
11334
b5b8e7de
SM
113352011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11336
11337 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
11338 gud-gdb-complete-command.
11339 (gud-gdb-completions): New function, from gud-gdb-complete-command.
11340 (gud-gdb-completion-at-point): New function.
11341 (gud-gdb-completions): Remove.
11342
f42efeb5
MA
113432011-04-14 Michael Albinus <michael.albinus@gmx.de>
11344
49093f60
JB
11345 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
11346 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
11347 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
11348 whether `executable-find' is bound.
f42efeb5
MA
11349
11350 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
11351
e240cc21
SM
113522011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11353
11354 * minibuffer.el (completion-in-region-mode-predicate)
11355 (completion-in-region-mode--predicate): New vars.
11356 (completion-in-region, completion-in-region--postch)
11357 (completion-in-region-mode): Use them.
11358 (completion--capf-wrapper): Also return the hook function.
11359 (completion-at-point, completion-help-at-point):
11360 Adjust and provide a predicate.
c2bd2ab0
SM
11361
11362 Preserve arg names for advice of subr and lexical functions (bug#8457).
11363 * help-fns.el (help-function-arglist): Consolidate the subr and
11364 new-byte-code cases. Add argument `preserve-names' to extract names
11365 from the docstring when needed.
11366 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
11367 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
11368 (ad-arglist): Use help-function-arglist's new arg.
11369 (ad-definition-type): Use cond.
11370
c183f693
JB
113712011-04-13 Juanma Barranquero <lekktu@gmail.com>
11372
06641a47
JB
11373 * autorevert.el (auto-revert-handler):
11374 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
11375 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
11376 Don't quote lambda.
11377
c183f693
JB
11378 * image-mode.el (image-transform-set-scale):
11379 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
11380
1e3b6001
G
113812011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11382
11383 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 11384 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
11385 Upgrades via gnutls-cli are too slow to be done opportunistically.
11386
2d6af8dd
JB
113872011-04-12 Juanma Barranquero <lekktu@gmail.com>
11388
11389 * dframe.el (dframe-current-frame): Remove spurious quote.
11390
c0749a51
GM
113912011-04-12 Glenn Morris <rgm@gnu.org>
11392
088d0d61
GM
11393 * calendar/cal-tex.el (cal-tex-end-document):
11394 Try to automatically use latin1 input if needed.
11395
c0749a51
GM
11396 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
11397 Don't try to cons a mark onto an empty element.
11398
5c90fde0
LL
113992011-04-11 Leo Liu <sdl.web@gmail.com>
11400
11401 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
11402 buffers.
11403 (ido-kill-buffer-at-head): Support killing virtual buffers.
11404
369e974d
CY
114052011-04-10 Chong Yidong <cyd@stupidchicken.com>
11406
11407 * minibuffer.el (completion-show-inline-help): New var.
11408 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
11409 (minibuffer-force-complete, minibuffer-complete-word):
11410 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
11411
11412 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
11413 to avoid interference from inline help (Bug#5849).
11414
37f1c930
LL
114152011-04-10 Leo Liu <sdl.web@gmail.com>
11416
099c39a4
JB
11417 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11418 Fix typo.
37f1c930 11419
a32d4040
CY
114202011-04-09 Chong Yidong <cyd@stupidchicken.com>
11421
11422 * image-mode.el (image-toggle-display-image): Signal an error if
11423 not in Image mode.
11424 (image-transform-mode, image-transform-resize)
11425 (image-transform-set-rotation): Doc fix.
daca8ba5 11426 (image-transform-set-resize): Delete.
a32d4040
CY
11427 (image-transform-set-scale, image-transform-fit-to-height)
11428 (image-transform-fit-to-width): Handle image-toggle-display-image
11429 and image-transform-resize directly.
11430
099c39a4 114312011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
11432
11433 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
11434 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
11435 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
11436 (doc-view-mode-map): Add bindings for the new functions.
11437
099c39a4 114382011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 11439
4d61f28d 11440 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
11441 Fix typo in docstring.
11442
3726838a
EZ
114432011-04-08 Eli Zaretskii <eliz@gnu.org>
11444
04f33f1e
EZ
11445 * files.el (file-size-human-readable): Produce one digit after
11446 decimal, like "ls -lh" does.
11447
11448 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
11449 the file size representation.
11450
3726838a
EZ
11451 * simple.el (list-processes): If async subprocesses are not
11452 available, error out with a clear error message.
11453
cbb59342
CY
114542011-04-08 Chong Yidong <cyd@stupidchicken.com>
11455
11456 * help.el (help-form-show): New function, to be called from C.
11457 Put help-form output in a buffer named differently than *Help*.
11458
e3971c44
EZ
114592011-04-08 Eli Zaretskii <eliz@gnu.org>
11460
11461 * files.el (file-size-human-readable): New function.
11462
11463 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
11464 computing the representation inline. Don't require `cl'.
11465
12544bbe
GM
114662011-04-08 Glenn Morris <rgm@gnu.org>
11467
a1de6c6a
GM
11468 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
11469
3c4671f4
GM
11470 * net/browse-url.el (browse-url-firefox):
11471 Test system-type, not system-configuration.
11472
b605679c
GM
11473 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
11474 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
11475 Use log-edit-empty-buffer-p. (Bug#7598)
11476
56442f0c
GM
11477 * net/rlogin.el (rlogin-process-connection-type): Simplify.
11478 (rlogin-mode-map): Initialize in the defvar.
11479 (rlogin): Use ignore-errors.
11480
12544bbe
GM
11481 * replace.el (occur-mode-map): Some fixes for menu items.
11482
eb237b0f
AH
114832011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11484
11485 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
11486
7d668f2c
CY
114872011-04-06 Chong Yidong <cyd@stupidchicken.com>
11488
e67a13ab
CY
11489 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
11490 issuing unused warnings.
11491
11492 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
11493 macro directly.
11494
7d668f2c
CY
11495 * simple.el: Lisp reimplement of list-processes. Based on an
11496 earlier reimplementation by Leo Liu, but using tabulated-list.el.
11497 (process-menu-mode): New major mode.
11498 (list-processes--refresh, list-processes):
11499 (process-menu-visit-buffer): New functions.
11500
11501 * files.el (save-buffers-kill-emacs): Don't assume any return
11502 value of list-processes, which is undocumented anyway.
11503
a83ec3c9
CY
115042011-04-06 Chong Yidong <cyd@stupidchicken.com>
11505
11506 * emacs-lisp/tabulated-list.el: New file.
11507
e91a96fe
CY
11508 * emacs-lisp/package.el: Use Tabulated List mode.
11509 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
11510 (package-menu-mode): Derive from tabulated-list-mode. Set up the
11511 table format using Tabulated List mode variables.
11512 (package--push): New macro, replacing package-list-maybe-add.
11513 (package-menu--generate): Use package--push. Renamed from
11514 package--generate-package-list.
11515 (package-menu-refresh, list-packages): Use it.
daca8ba5 11516 (package-menu--print-info): Rename from package-print-package.
e91a96fe 11517 Return insertion data instead of inserting it directly.
099c39a4
JB
11518 (package-menu-describe-package, package-menu-execute):
11519 Use tabulated-list-get-id.
e91a96fe
CY
11520 (package-menu-mark-delete, package-menu-mark-install)
11521 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
11522 (package-menu-mark-obsolete-for-deletion):
11523 Use tabulated-list-put-tag.
e91a96fe
CY
11524 (package--list-packages, package-menu-revert)
11525 (package-menu-get-package, package-menu-get-version)
11526 (package-menu-sort-by-column): Functions deleted.
11527 (package-menu-package-list, package-menu-sort-key): Vars deleted.
11528 (package-menu--status-predicate, package-menu--version-predicate)
11529 (package-menu--name-predicate)
11530 (package-menu--description-predicate): Handle arguments in the
11531 Tabulated List format.
11532 (package-list-packages-no-fetch): Call list-packages.
11533
3e214b50
JB
115342011-04-06 Juanma Barranquero <lekktu@gmail.com>
11535
11536 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 11537 (after-find-file): Don't bind it.
3e214b50
JB
11538 (revert-buffer-in-progress-p): New variable.
11539 (revert-buffer): Bind it.
11540 Pass nil for `after-find-file-from-revert-buffer'.
11541
11542 * saveplace.el (save-place-find-file-hook): Use new variable
11543 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
11544
3f0f1700
GM
115452011-04-06 Glenn Morris <rgm@gnu.org>
11546
c0274801
GM
11547 * Makefile.in (AUTOGEN_VCS): New variable.
11548 (autoloads): Use $AUTOGEN_VCS.
11549
3f0f1700
GM
11550 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
11551 * calendar/calendar.el (calendar-mode-map):
11552 Check for toolkit scroll bars. (Bug#8305)
11553
41ea9e48
CY
115542011-04-05 Chong Yidong <cyd@stupidchicken.com>
11555
11556 * minibuffer.el (completion-in-region--postch)
11557 (completion-in-region-mode): Remove unnecessary messages.
11558
6194c800
JB
115592011-04-05 Juanma Barranquero <lekktu@gmail.com>
11560
33256f14
JB
11561 * font-lock.el (font-lock-refresh-defaults):
11562 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
11563 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
11564
6194c800
JB
11565 * info.el (Info-directory-list, Info-read-node-name-2)
11566 (Info-split-parameter-string): Doc fixes.
11567 (Info-virtual-nodes): Reflow docstring.
11568 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
11569 (Info-apropos-toc-nodes, info-finder, Info-get-token)
11570 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
11571 Fix typos in docstrings.
11572 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
11573 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
11574 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
11575 (Info-restore-desktop-buffer): Mark unused parameters.
11576 (Info-directory-find-file, Info-directory-find-node)
11577 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
11578 (Info-virtual-index-find-node, Info-apropos-find-file)
11579 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 11580 Mark unused parameters; fix typos in docstrings.
6194c800
JB
11581 (Info-virtual-index): Remove unused local variable `nodename'.
11582
b87a8200 115832011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 11584
b87a8200
DD
11585 * net/rcirc.el: Update my e-mail address.
11586 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 11587
3b2ff876
CY
115882011-04-05 Chong Yidong <cyd@stupidchicken.com>
11589
11590 * startup.el (command-line): Save the cursor's theme-face
11591 directly, instead of using face-override-spec.
11592
11593 * custom.el (load-theme): Minor optimization in assigning faces.
11594
8d17e7ca
JB
115952011-04-04 Juanma Barranquero <lekktu@gmail.com>
11596
11597 * help-fns.el (describe-variable): Complete all variables having
11598 documentation, including keywords.
11599 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
11600
2fbc1934
JB
116012011-04-04 Juanma Barranquero <lekktu@gmail.com>
11602
11603 Convert to lexical-binding.
11604
11605 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
11606 (bs--get-marked-string, bs--get-modified-string)
11607 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
11608 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
11609 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
11610
11611 * ehelp.el (electric-help-execute-extended)
11612 (electric-help-ctrl-x-prefix):
11613 * hexl.el (hexl-revert-buffer-function):
11614 * linum.el (linum-after-change, linum-after-scroll):
11615 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
11616
11617 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
11618
74f50695
DU
116192011-04-04 Daiki Ueno <ueno@unixuser.org>
11620
11621 * epa-dired.el:
11622 * epa-mail.el:
11623 * epa-hook.el:
11624 * epa-file.el:
11625 * epa.el:
11626 * epg.el: Use lexical binding.
11627
c11325f7
CY
116282011-04-03 Chong Yidong <cyd@stupidchicken.com>
11629
0d9e9a12
CY
11630 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
11631
c11325f7 11632 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
11633 dictionary case for flyspell-mark-duplications-exceptions.
11634 Use regexp matching for languages.
c11325f7
CY
11635 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
11636 default dictionary (Bug#7926).
11637
da91b5f2
CY
116382011-04-02 Chong Yidong <cyd@stupidchicken.com>
11639
099c39a4
JB
11640 * emacs-lisp/package.el (package--with-work-buffer):
11641 Recognize https URLs.
da91b5f2 11642
099c39a4
JB
11643 * net/network-stream.el: Move from gnus/proto-stream.el.
11644 Change prefix to network-stream throughout.
da91b5f2
CY
11645 (open-protocol-stream): Merge into open-network-stream, leaving
11646 open-protocol-stream as an alias. Handle nil BUFFER args.
11647
11648 * subr.el (open-network-stream): Move to net/network-stream.el.
11649
afa8e9f6
GM
116502011-04-02 Glenn Morris <rgm@gnu.org>
11651
1d2e369d
GM
11652 * find-dired.el (find-exec-terminator): New option.
11653 (find-ls-option): Test for -ls support.
11654 (find-ls-subdir-switches): Test for -b in find-ls-option.
11655 (find-dired, find-grep-dired): Doc fixes.
11656 (find-dired): Use find-exec-terminator.
11657
8abb7da8 11658 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
11659 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
11660 (find-name-arg): Remove purecopy.
8abb7da8 11661
f3ca7378
GM
11662 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
11663 (grep-compute-defaults): Check for `-exec COMMAND +' support.
11664 Set grep-find-use-xargs, grep-find-command, and grep-find-template
11665 accordingly. Don't add the null-device if not needed.
11666
afa8e9f6
GM
11667 * files.el (save-some-buffers): Doc fix.
11668
35eae264
EZ
116692011-04-02 Eli Zaretskii <eliz@gnu.org>
11670
11671 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
11672
26b51db5
JB
116732011-04-01 Juanma Barranquero <lekktu@gmail.com>
11674
11675 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
11676 Use `dolist' rather than `mapcar'.
11677
7200d79c
SM
116782011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11679
03408648 11680 Add lexical binding.
7200d79c 11681
03408648
SM
11682 * subr.el (apply-partially): Use new closures rather than CL.
11683 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
11684 (dolist, dotimes): Use slightly different expansion for lexical code.
11685 (functionp): Move to C.
11686 (letrec): New macro.
11687 (with-wrapper-hook): Use it and apply-partially instead of CL.
11688 (eval-after-load): Preserve lexical-binding.
11689 (save-window-excursion, with-output-to-temp-buffer): Turn them
11690 into macros.
7200d79c 11691
03408648
SM
11692 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
11693
11694 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
11695 than the arglist.
11696 (help-add-fundoc-usage): Don't add `Not documented'.
11697 (help-function-arglist): Handle closures, subroutines, and new
11698 byte-code-functions.
11699 (help-make-usage): Remove leading underscores.
11700 (describe-function-1): Handle closures.
11701 (describe-variable): Use special-variable-p for completion.
11702
11703 * files.el (lexical-binding): Declare safe.
f488fb65 11704
03408648
SM
11705 * emacs-lisp/pcase.el: Don't use destructuring-bind.
11706 (pcase--memoize): Rename from pcase-memoize. Change weakness.
11707 (pcase): Add `let' pattern.
11708 Change memoization so it actually works.
11709 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
11710 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
11711 <let>: New case.
f488fb65 11712
03408648
SM
11713 * emacs-lisp/macroexp.el: Use lexical binding.
11714 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
11715 Don't convert ' to #' without checking that it's indeed quoting
11716 a lambda.
11717
11718 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 11719 Use eval-sexp-add-defvars.
03408648
SM
11720 (eval-sexp-add-defvars): New fun.
11721
11722 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
11723
11724 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
11725 Don't autoload.
11726 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
11727 than the internal `byte-compile-lambda'.
11728 (defmethod): Don't hide code under quotes.
11729 (eieio-defmethod): New `code' argument.
11730
11731 * emacs-lisp/eieio-comp.el: Remove.
11732
11733 * emacs-lisp/edebug.el (edebug-eval-defun)
11734 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
11735 (edebug-toggle): Avoid `eval'.
11736
11737 * emacs-lisp/disass.el (disassemble-internal): Handle new
11738 `closure' objects.
11739 (disassemble-1): Handle new byte codes.
11740
11741 * emacs-lisp/cl.el (pushnew): Silence warning.
11742
11743 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
11744 (cl-byte-compile-throw): Remove.
11745 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
11746
11747 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
11748 closures.
11749
11750 * emacs-lisp/cconv.el: New file.
11751
11752 * emacs-lisp/bytecomp.el: Use lexical binding instead of
11753 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
11754 (byte-compile-initial-macro-environment):
11755 Handle declare-function here.
11756 (byte-compile--lexical-environment): New var.
11757 (byte-stack-ref, byte-stack-set, byte-discardN)
11758 (byte-discardN-preserve-tos): New lap codes.
11759 (byte-interactive-p): Don't use any more.
11760 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
11761 New macros.
11762 (byte-compile-lapcode): Use them and handle new lap codes.
11763 (byte-compile-obsolete): Remove.
11764 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
11765 (byte-compile-arglist-warn): Check late def of inlinable funs.
11766 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
11767 since they should have been expanded by now.
11768 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
11769 (byte-compile-from-buffer): Remove unused second arg.
11770 (byte-compile-preprocess): New function.
11771 (byte-compile-toplevel-file-form): New function to distinguish
11772 file-form calls from outside from file-form calls from hunk-handlers.
11773 (byte-compile-file-form): Simplify.
11774 (byte-compile-file-form-defsubst): Remove.
11775 (byte-compile-file-form-defmumble): Simplify now that
11776 byte-compile-lambda always returns a byte-code-function.
11777 (byte-compile): Preprocess.
11778 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
11779 Remove, not used any more.
11780 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
11781 (byte-compile-make-args-desc): New funs.
11782 (byte-compile-lambda): Handle lexical functions. Always return
11783 a byte-code-function.
11784 (byte-compile-reserved-constants): New var, to make up room for
11785 closed-over variables.
11786 (byte-compile-constants-vector): Obey it.
11787 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
11788 (byte-compile-macroexpand-declare-function): New function.
11789 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11790 byte-code-functions.
11791 (byte-compile-form): Check obsolescence here.
11792 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11793 (byte-compile-variable-ref): Remove.
11794 (byte-compile-dynamic-variable-op): New fun.
11795 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11796 (byte-compile-variable-set): New funs.
11797 (byte-compile-discard): Add 2 args.
11798 (byte-compile-stack-ref, byte-compile-stack-set)
11799 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11800 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11801 macroexpand-all instead.
11802 (byte-compile-quote-form): Remove.
11803 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11804 (byte-compile-bind, byte-compile-unbind): New funs.
11805 (byte-compile-let): Handle let* and lexical binding.
11806 (byte-compile-let*): Remove.
11807 (byte-compile-catch, byte-compile-unwind-protect)
11808 (byte-compile-track-mouse, byte-compile-condition-case):
11809 Handle a new :fun-body form, used for lexical scoping.
11810 (byte-compile-save-window-excursion)
11811 (byte-compile-with-output-to-temp-buffer): Remove.
11812 (byte-compile-defun): Simplify.
11813 (byte-compile-stack-adjustment): New fun.
11814 (byte-compile-out): Use it.
11815 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
11816
11817 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
11818 handler any more.
11819
11820 * emacs-lisp/byte-opt.el: Use lexical binding.
11821 (byte-inline-lapcode): Remove (to bytecomp).
11822 (byte-compile-inline-expand): Pay attention to inlining to/from
11823 lexically bound code.
11824 (byte-compile-unfold-lambda): Don't handle byte-code-functions
11825 any more.
11826 (byte-optimize-form-code-walker): Don't handle save-window-excursion
11827 any more and don't call compiler-macros.
11828 (byte-compile-splice-in-already-compiled-code): Remove.
11829 (byte-code): Don't inline any more.
11830 (disassemble-offset): Receive `bytes' as argument rather than via
11831 dynamic scoping.
11832 (byte-compile-tag-number): Declare before first use.
11833 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11834 `return' even if make-spliceable.
11835 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11836 obsolete interactive-p.
11837 (byte-optimize-lapcode): Optimize new lap-codes.
11838 Don't trip up on new form of `byte-constant' lap code.
11839
11840 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11841
11842 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11843
11844 * custom.el (custom-initialize-default, custom-declare-variable):
11845 Use `defvar'.
11846
11847 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11848 New variables.
11849 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11850 (COMPILE_FIRST): Add macroexp and cconv.
11851 * makefile.w32-in: Mirror changes in Makefile.in.
11852
11853 * vc/cvs-status.el:
11854 * vc/diff-mode.el:
11855 * vc/log-edit.el:
11856 * vc/log-view.el:
11857 * vc/smerge-mode.el:
11858 * textmodes/bibtex-style.el:
11859 * textmodes/css.el:
11860 * startup.el:
11861 * uniquify.el:
da91b5f2
CY
11862 * minibuffer.el:
11863 * newcomment.el:
11864 * reveal.el:
11865 * server.el:
11866 * mpc.el:
11867 * emacs-lisp/smie.el:
11868 * doc-view.el:
11869 * dired.el:
03408648
SM
11870 * abbrev.el: Use lexical binding.
11871
0f0c1f27
EZ
118722011-04-01 Eli Zaretskii <eliz@gnu.org>
11873
11874 * info.el (info-display-manual): New function.
11875
c82b2579
SM
118762011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11877
11878 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11879
221ddf68
TH
118802011-03-31 Tassilo Horn <tassilo@member.fsf.org>
11881
11882 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 11883 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 11884
cba6e77e
GM
118852011-03-31 Glenn Morris <rgm@gnu.org>
11886
e040639f
GM
11887 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11888
cba6e77e
GM
11889 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11890
6d0f1c9e
CS
118912011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
11892
11893 * progmodes/python.el (python-default-interpreter)
11894 (python-python-command-args, python-jython-command-args)
11895 (python-which-shell, python-which-args, python-which-bufname)
11896 (python-file-queue, python-comint-output-filter-function)
11897 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11898 variables and functions.
11899
3e2d70fd
SM
119002011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11901
11902 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11903 (completion-in-region-mode): New minor mode.
11904 (completion-in-region): Use it.
11905 (completion-in-region--data, completion-in-region-mode-map): New vars.
11906 (completion-in-region--postch): New function.
11907 (completion--capf-misbehave-funs, completion--capf-safe-funs):
11908 New vars.
11909 (completion--capf-wrapper): New function.
11910 (completion-at-point): Use it to track well-behavedness of
11911 hook functions.
11912 (completion-help-at-point): New command.
11913
f3e4086c
JM
119142011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
11915
11916 * vc/add-log.el (add-change-log-entry): Don't use whitespace
11917 syntax class to search for whitespace on a single line
11918 (Message-ID: <4D938140.4030905@redhat.com>).
11919
eb7ffc14
LL
119202011-03-30 Leo Liu <sdl.web@gmail.com>
11921
11922 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11923 New commands.
11924 (edit-abbrevs-map): Bind them here.
11925 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
11926
d806ab68
KM
119272011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
11928
11929 * allout.el (allout-hide-by-annotation, allout-flag-region):
11930 Reduce possibility of overlay leakage by making them volatile.
11931
11932 * allout-widgets.el (allout-widgets-tally): Define as nil so the
11933 hash is not shared between buffers. Mode initialization is
11934 responsible for giving it a useful starting value.
11935 (allout-item-span): Reduce possibility of overlay leakage by
11936 making them volatile.
11937 (allout-widgets-count-buttons-in-region): Add diagnostic function
11938 for tracking down button overlay leaks.
11939
ea622834
LL
119402011-03-29 Leo Liu <sdl.web@gmail.com>
11941
11942 * ido.el (ido-read-internal): Use the default history var
11943 minibuffer-history if no HISTORY is specified.
11944
b62f8267
G
119452011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
11946
03408648
SM
11947 * net/imap.el (imap-shell-open, imap-process-connection-type):
11948 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
11949 Kerberos, SSL, other subprocesses.
11950
947b6566
LL
119512011-03-28 Leo Liu <sdl.web@gmail.com>
11952
11953 * abbrev.el (abbrev-table-empty-p): New function.
11954 (prepare-abbrev-list-buffer): Place empty abbrev tables after
11955 nonempty ones. (Bug#5937)
11956
5ffb62aa
JD
119572011-03-27 Jan Djärv <jan.h.d@swipnet.se>
11958
11959 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11960
7a097943
LL
119612011-03-27 Leo Liu <sdl.web@gmail.com>
11962
11963 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11964 for foreground and background colors.
11965 (ansi-color-make-color-map): Adapt.
11966
c5b40130
LL
119672011-03-25 Leo Liu <sdl.web@gmail.com>
11968
1f48f7d2
LL
11969 * midnight.el (midnight-time-float): Remove. Note it calculates
11970 the microsecond component incorrectly and seconds-to-time does the
11971 same job.
625897ec 11972 Remove redundant (require 'timer).
1f48f7d2 11973
c5b40130
LL
11974 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11975 (ido-completions): Remove unused arguments. (Bug#8329)
11976
d86d2721
SM
119772011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11978
11979 * minibuffer.el (completion--flush-all-sorted-completions):
11980 Remove itself from hook.
11981 (completion-at-point): Let the functions perform the completion
11982 immediately and return nil or t.
11983 * comint.el (comint-dynamic-complete-functions): Now identical to
11984 completion-at-point-functions.
11985 (comint-dynamic-list-input-ring): Remove unused var `index'.
11986 (comint--match-partial-filename, comint--unquote&expand-filename):
11987 New funs, split from comint-match-partial-filename.
11988 (comint-dynamic-complete): Use completion-at-point.
11989 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11990
e8974c48
DA
119912011-03-24 Drew Adams <drew.adams@oracle.com>
11992
11993 * thingatpt.el: Support `defun'.
11994
def71b5e
LL
119952011-03-23 Leo Liu <sdl.web@gmail.com>
11996
cb5af48e
LL
11997 * abbrevlist.el: Move to obsolete/abbrevlist.el.
11998
def71b5e
LL
11999 * help-mode.el (help-mode-finish): Tweak regexp.
12000
927c53e7
GM
120012011-03-23 Glenn Morris <rgm@gnu.org>
12002
18d05bed
GM
12003 * eshell/esh-opt.el (eshell-eval-using-options):
12004 Do not bind unused local variable `eshell-option-stub'.
12005
927c53e7
GM
12006 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
12007
9d0da923
JB
120082011-03-22 Juanma Barranquero <lekktu@gmail.com>
12009
12010 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
12011 keymap variable in `with-no-warnings' to avoid a warning when the
12012 keymap has been already `defconst'ed.
12013
4b978a67
LL
120142011-03-22 Leo Liu <sdl.web@gmail.com>
12015
12016 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
12017 encode all chars in abbrevs; otherwise use emacs-mule or
12018 utf-8-emacs. (Bug#8308)
12019
5fd62452
JB
120202011-03-22 Juanma Barranquero <lekktu@gmail.com>
12021
0b1596c6
JB
12022 * simple.el (backward-delete-char-untabify):
12023 Avoid warning about using `delete-backward-char'.
12024
5fd62452
JB
12025 * image.el (image-type-file-name-regexps): Make it variable.
12026 `imagemagick-register-types' modifies it, and the user may want
12027 to add new extensions for known image types.
12028 (imagemagick-register-types): Throw error if not using ImageMagick.
12029
0b4e93f1
LL
120302011-03-22 Leo Liu <sdl.web@gmail.com>
12031
12032 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
12033 located before rcirc-prompt-end-marker.
12034 (rcirc-complete): Error if point is not after rcirc prompt.
12035 Handle the case when table is nil.
9882e214 12036 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 12037
fccee4ab
CY
120382011-03-22 Chong Yidong <cyd@stupidchicken.com>
12039
12040 * custom.el (custom--inhibit-theme-enable): Make it affect only
12041 custom-theme-set-variables and custom-theme-set-faces.
12042 (provide-theme): Ignore custom--inhibit-theme-enable.
12043 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
12044 (custom-enabling-themes): Delete variable.
d86d2721
SM
12045 (enable-theme): Accept only loaded themes as arguments.
12046 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
12047 (custom-enabled-themes): Forbid themes from setting this.
12048 Eliminate use of custom-enabling-themes.
12049 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 12050
af896da6
LL
120512011-03-21 Leo Liu <sdl.web@gmail.com>
12052
12053 * ido.el (ido-read-internal): Add ido-selected to history instead
12054 of user input.
12055
78f64af0
SM
120562011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12057
12058 * subr.el (deferred-action-list, deferred-action-function):
12059 Mark obsolete.
12060
b16ac1ec
LL
120612011-03-21 Leo Liu <sdl.web@gmail.com>
12062
810f7698
LL
12063 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
12064 change on 2011-02-13 (bug#8309).
12065
b16ac1ec
LL
12066 * minibuffer.el (read-file-name-function): Change default value.
12067 (read-file-name--defaults): Rename from read-file-name-defaults.
12068 (read-file-name-default): Rename from read-file-name.
12069 (read-file-name): Call read-file-name-function.
12070
4e05e67e
GM
120712011-03-21 Glenn Morris <rgm@gnu.org>
12072
12073 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
12074 Doc fixes.
12075
4359915b
CY
120762011-03-21 Chong Yidong <cyd@stupidchicken.com>
12077
12078 * cus-theme.el: Add missing provide statement.
12079 (customize-create-theme): Extract theme value correctly.
12080 (custom-theme-visit-theme): Autoload.
12081 (customize-create-theme): Prompt before inserting default faces.
12082
1fe275ee
JB
120832011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
12084
12085 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
12086 units and musical notes.
12087
cd394be1 120882011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
12089
12090 * ido.el (ido-read-internal): Use completing-read-default.
12091 (ido-completing-read): Fix compatibility with completing-read.
12092
7d476bde
CO
120932011-03-20 Christian Ohler <ohler@gnu.org>
12094
12095 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
12096 (ert-delete-all-tests): Use `called-interactively-p' rather than
12097 `interactive-p'.
12098 (ert--make-xrefs-region): Respect END.
12099
fe0fb33e
CY
121002011-03-19 Chong Yidong <cyd@stupidchicken.com>
12101
ff854b0b
CY
12102 * dired-aux.el (dired-create-directory): Signal an error if the
12103 directory already exists (Bug#8246).
12104
fe0fb33e
CY
12105 * facemenu.el (list-colors-display): Call list-faces-display
12106 inside with-help-window.
12107 (list-colors-print): Use display property to align the final
12108 column, instead of checking window-width.
12109
576bce32
EZ
121102011-03-19 Eli Zaretskii <eliz@gnu.org>
12111
4d61f28d 12112 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
12113 windows-nt systems.
12114 (emerge-protect-metachars): Quote correctly for ms-dos and
12115 windows-nt systems.
12116
89c41d68 121172011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
12118
12119 * info.el (info-initialize): Replace all uses of `:' with
12120 path-separator for compatibility with non-Unix systems.
12121 Cache quoting of path-separator. (Bug#8258)
12122
b14e3e21 121232011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
12124
12125 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
12126 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
12127 (mouse-avoidance-mode): Fix typos in docstrings.
12128
4525ce3e
CY
121292011-03-19 Chong Yidong <cyd@stupidchicken.com>
12130
12131 * startup.el (package-subdirectory-regexp): Move from package.el.
12132 Omit \\` and \\', and let callers add them.
12133
12134 * emacs-lisp/package.el (package-strip-version)
12135 (package-load-all-descriptors): Add \\` and \\' to
12136 package-subdirectory-regexp before using it.
12137 (package-untar-buffer): New arg DIR; ensure that file untars only
12138 into this expected directory. Remove superfluous delete-region.
12139 (package-unpack): Caller changed.
12140 (package-tar-file-info): Use package-subdirectory-regexp.
12141
a904a09a 121422011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 12143
a904a09a
SM
12144 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
12145 diff-mode-shared-map (bug#8284).
12146 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
12147
121482011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12149
12150 * calendar/time-date.el (format-seconds): Use assoc instead of
12151 assoc-string, since assoc-string doesn't exist in XEmacs.
12152
171fc304
JB
121532011-03-17 Juanma Barranquero <lekktu@gmail.com>
12154
12155 * custom.el (custom-known-themes): Reflow docstring.
12156 (custom-theme-load-path): Fix typo in docstring.
12157 (load-theme): Fix typo in error message.
12158 (custom-available-themes, custom-variable-theme-value):
12159 Use `let', not `let*'.
12160
d71990a1
JB
121612011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
12162
12163 * calc/README: Mention inclusion of musical notes.
12164
12165 * calc/calc-units.el (calc-lu-quant): Rename from
12166 `calc-logunits-quantity'.
12167 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
12168 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
12169 (calc-db): Rename from `calc-dblevel'.
12170 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
12171 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
12172 (calc-np): Rename from `calc-nplevel'.
12173 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
12174 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
12175 (calc-lu-plus): Rename from `calc-logunits-add'.
12176 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
12177 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
12178 (calc-lu-minus): Rename from `calc-logunits-sub'.
12179 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
12180 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
12181 (calc-lu-times): Rename from `calc-logunits-mul'.
12182 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
12183 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
12184 (calc-lu-divide): Rename from `calc-logunits-div'.
12185 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
12186 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
12187
12188 * calc/calc-ext.el (calc-init-extensions): Update the names of the
12189 functions being autoloaded.
12190
12191 * calc/calc.el (calc-lu-power-reference): Rename from
12192 `calc-logunits-power-reference'.
12193 (calc-lu-field-reference): Rename from
12194 `calc-logunits-field-reference'.
12195
7a71b18d
GM
12196 * calc/calc-help.el (calc-l-prefix-help):
12197 Mention musical note functions.
d71990a1 12198
40c2934b
SM
121992011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12200
12201 * minibuffer.el (completion-all-sorted-completions):
12202 Use :completion-cycle-penalty text property if present.
12203
b0911414
KM
122042011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
12205
12206 * allout.el (allout-yank-processing): Adjust for new rebulleting
12207 regime so bullet being yanked is used without prompting the user
12208 for a choice.
12209
8a05b668
JB
122102011-03-16 Juanma Barranquero <lekktu@gmail.com>
12211
12212 * startup.el (command-line): Warn the user that _emacs is deprecated.
12213
5ba5fb81
JB
122142011-03-16 Juanma Barranquero <lekktu@gmail.com>
12215
12216 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
12217 (delphi-verbose, delphi-comment-face, delphi-string-face)
12218 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
12219 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
12220 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
12221 (delphi-new-comment-line, delphi-font-lock-defaults)
12222 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
12223 Fix typos in docstrings.
12224
2dab465b
KM
122252011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
12226
5ba5fb81 12227 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
12228 Invert the roles of character and string values for INSTEAD, so a
12229 string is used for the more common case of a defaulting prompt.
12230
0adf5618
SM
122312011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12232
12233 * progmodes/ruby-mode.el (ruby-backward-sexp):
12234 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
12235 * play/gamegrid.el (gamegrid-make-face):
12236 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
12237 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
12238 * notifications.el (notifications-notify):
12239 * net/xesam.el (xesam-search-engines):
12240 * net/quickurl.el (quickurl-list-insert):
12241 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
12242
d72700e5
CY
122432011-03-15 Chong Yidong <cyd@stupidchicken.com>
12244
12245 * startup.el (command-line): Update package subdirectory regexp.
12246
49c5410a
SM
122472011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12248
c6eee9aa
SM
12249 * allout.el (allout-abbreviate-flattened-numbering)
12250 (allout-mode-deactivate-hook): Fix up obsolescence "date".
12251
49c5410a
SM
12252 * subr.el (read-char-choice): Only show the cursor after the prompt,
12253 not after the answer.
12254
047b2bb9
KR
122552011-03-15 Kevin Ryde <user42@zip.com.au>
12256
12257 * help-fns.el (variable-at-point): Skip leading quotes, if any
12258 (bug#8253).
12259
0a57d256
SM
122602011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12261
12262 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
12263 warning message.
12264
77c992bc
MA
122652011-03-14 Michael Albinus <michael.albinus@gmx.de>
12266
12267 * shell.el (shell): When called interactively, offer to change the
12268 shell file name on remote hosts.
12269
eebc475d
TZ
122702011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
12271
12272 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
12273 integration for LDAP parameters. The host, base, user or binddn,
12274 and secret tokens can be specified in a netrc file, for instance.
12275 This is optional because an `auth-source' parameter must be
12276 specified in the search attributes.
12277
9d05d1ba
JB
122782011-03-13 Juanma Barranquero <lekktu@gmail.com>
12279
12280 * help.el (describe-mode): Link to the mode's definition (bug#8185).
12281
09d9db2c
GM
122822011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12283
12284 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
12285 into declaration. Remove redundant and harmful binding.
12286
122872011-03-12 Eli Zaretskii <eliz@gnu.org>
12288
12289 * files.el (file-ownership-preserved-p): Pass `integer' as an
12290 explicit 2nd argument to `file-attributes'. If the file's owner
12291 is the Administrators group on Windows, and the current user is
12292 Administrator, consider that a match.
12293
12294 * server.el (server-ensure-safe-dir): Consider server directory
12295 safe on MS-Windows if its owner is the Administrators group while
12296 the current Emacs user is Administrator. Use `=' to compare
12297 numerical UIDs, since they could be integers or floats.
12298
219bd536
JB
122992011-03-12 Juanma Barranquero <lekktu@gmail.com>
12300
12301 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
12302
f3afd36b
MA
123032011-03-12 Michael Albinus <michael.albinus@gmx.de>
12304
12305 Sync with Tramp 2.2.1.
12306
12307 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
12308
12309 * net/trampver.el: Update release number.
12310
3aaaa6f1
SM
123112011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12312
94642599
SM
12313 * progmodes/compile.el (compilation--previous-directory): Fix up
12314 various nil/dead-marker mismatches (bug#8014).
12315 (compilation-directory-properties, compilation-error-properties):
12316 Don't call it at a position past the one we're about to change.
12317
3aaaa6f1
SM
12318 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
12319 Disable obsolescence warnings in the file that declares it.
12320
14239447
KM
123212011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
12322
099c39a4
JB
12323 * allout-widgets.el (allout-widgets-tally):
12324 Initialize allout-widgets-tally as a hash table rather than nil to
12325 prevent mode-line redisplay warnings. Also, clarify the module
12326 description and fix a comment typo.
14239447 12327
135e287c
JB
123282011-03-11 Juanma Barranquero <lekktu@gmail.com>
12329
12330 * help-fns.el (describe-variable): Don't complete keywords.
12331 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
12332
ffbf300e
CY
123332011-03-10 Chong Yidong <cyd@stupidchicken.com>
12334
ba08b241
CY
12335 * emacs-lisp/package.el (package-version-join): Impose a standard
12336 string representation for pre/alpha/beta version lists.
12337 (package-unpack-single): Standardize the directory name by passing
12338 it through package-version-join.
12339 (package-strip-rcs-id): Accept any version string that does not
12340 signal an error in version-to-list.
ffbf300e 12341
f346fd6b
MA
123422011-03-10 Michael Albinus <michael.albinus@gmx.de>
12343
12344 * simple.el (delete-trailing-whitespace): Return nil for the
12345 benefit of `write-file-functions'.
12346
ccb55d27
GM
123472011-03-10 Glenn Morris <rgm@gnu.org>
12348
5ceaac0c
GM
12349 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
12350
02da65ff
GM
12351 * vc/vc-git.el (vc-git-program): New option.
12352 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
12353 (vc-git--call): Use it.
12354
b2f603cc
GM
12355 * eshell/esh-util.el (eshell-condition-case): Doc fix.
12356
5772caab
GM
12357 * cus-edit.el (Custom-newline): If no button at point, look
12358 for a subgroup button at start-of-line. (Bug#2298)
12359
ccb55d27
GM
12360 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
12361
ec6ecaed
JD
123622011-03-10 Julien Danjou <julien@danjou.info>
12363
12364 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
12365 `cursor-type' is nil.
12366
9d5aa01d
JB
123672011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
12368
12369 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
12370
b6a5875b
KM
123712011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
12372
7a71b18d 12373 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
12374 preserves the existing header prefix, rebulleting it if necessary,
12375 rather than replacing it. This is necessary for proper operation
12376 of cooperative addons like allout-widgets.
1154d12e
JB
12377 (allout-make-topic-prefix, allout-rebullet-heading):
12378 Change SOLICIT arg to INSTEAD, and interpret additionally a string
12379 value as alternate bullet to be used, instead of prompting the user
12380 for a bullet character.
b6a5875b 12381
ee545c35
MA
123822011-03-09 Michael Albinus <michael.albinus@gmx.de>
12383
d86d2721
SM
12384 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12385 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
12386 `tramp-default-port'.
12387
c47971d7
DD
123882011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12389
12390 * net/rcirc.el (rcirc-handler-001): Remove useless
12391 with-rcirc-process-buffer.
12392 (rcirc-check-auth-status): Swap arguments to string-match.
12393
13522cb4
GM
123942011-03-09 Glenn Morris <rgm@gnu.org>
12395
0be6f4f1
GM
12396 * shell.el (shell-mode):
12397 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
12398
13522cb4
GM
12399 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
12400 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
12401
515de2e3
CY
124022011-03-08 Chong Yidong <cyd@stupidchicken.com>
12403
12404 * emacs-lisp/package.el (package-refresh-contents)
12405 (package-menu-execute): Use condition-case-no-debug.
12406
b511b994
MA
124072011-03-08 Michael Albinus <michael.albinus@gmx.de>
12408
12409 * simple.el (shell-command-to-string): Use `process-file'.
12410
12411 * emacs-lisp/package.el (package-tar-file-info): Handle also
12412 remote files.
12413
d86d2721
SM
12414 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12415 Use `equal' for upload base check.
b511b994 12416
25bbfb31
AM
124172011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
12418
12419 * textmodes/texinfo.el (texinfo-environments):
12420 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
12421
be996521
GM
124222011-03-08 Glenn Morris <rgm@gnu.org>
12423
e9c8529f
GM
12424 * cus-start.el (cursor-in-non-selected-windows):
12425 Fix :set quoting oddness. (Bug#8192)
12426
be996521
GM
12427 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
12428 in some setf expressions. (Bug#2159)
12429
2bb5649e
CY
124302011-03-08 Chong Yidong <cyd@stupidchicken.com>
12431
12432 * custom.el (custom-available-themes): Return themes in
12433 alphabetical order.
12434
33383987 12435See ChangeLog.15 for earlier changes.
e3d51b27
MR
12436
12437;; Local Variables:
12438;; coding: utf-8
e3d51b27
MR
12439;; End:
12440
acaf905b 12441 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
12442
12443 This file is part of GNU Emacs.
12444
12445 GNU Emacs is free software: you can redistribute it and/or modify
12446 it under the terms of the GNU General Public License as published by
12447 the Free Software Foundation, either version 3 of the License, or
12448 (at your option) any later version.
12449
12450 GNU Emacs is distributed in the hope that it will be useful,
12451 but WITHOUT ANY WARRANTY; without even the implied warranty of
12452 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12453 GNU General Public License for more details.
12454
12455 You should have received a copy of the GNU General Public License
12456 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.