* lisp/progmodes/hideshow.el (hs-block-end-regexp): Restore lost
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
d30aca1b
DN
12012-08-20 Dan Nicolaescu <dann@gnu.org>
2
3 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
4 buffer local setting.
5
ddf0e868
CY
62012-08-15 Chong Yidong <cyd@gnu.org>
7
8 * Version 24.2 released.
9
6652b0bc
GM
102012-08-15 Glenn Morris <rgm@gnu.org>
11
12 * vc/log-edit.el (log-edit-font-lock-gnu-style): Mark safe if boolean.
13
27d6c5a8
LL
142012-08-15 Leo Liu <sdl.web@gmail.com>
15
16 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
17 rcirc-encode-coding-system.
18
4432d2e2
LL
192012-08-13 Leo Liu <sdl.web@gmail.com>
20
21 * net/rcirc.el (rcirc-split-message): New function.
22 (rcirc-send-message): Use it. (Bug#12051)
23
7aacaf15
GM
242012-08-10 Glenn Morris <rgm@gnu.org>
25
fbb5e336
GM
26 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
27
7aacaf15
GM
28 * tutorial.el (help-with-tutorial):
29 * emacs-lisp/copyright.el (copyright-update-directory):
30 * emacs-lisp/autoload.el (autoload-find-generated-file)
31 (autoload-find-file): Disable local eval: (for insurance).
32
f40b9f10
GM
332012-08-07 Glenn Morris <rgm@gnu.org>
34
35 * files.el (hack-local-variables-filter): If an eval: form is not
36 known to be safe, and enable-local-variables is :safe, then ignore
37 the form totally, as is done for non-eval forms. (Bug#12155)
6f97980a 38 This is CVE-2012-3479.
f40b9f10 39
de655540
CY
402012-08-07 Chong Yidong <cyd@gnu.org>
41
42 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
43
638eaeb9
SM
442012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
45
46 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
47 syntax-propertize-function (bug#10095).
48
a55739d3
CY
492012-07-28 Chong Yidong <cyd@gnu.org>
50
51 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
52 gdb-get-location.
53
9a0f8f2e
LL
542012-07-25 Leo Liu <sdl.web@gmail.com>
55
56 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
57 the alist (bug#12029).
58
971635ee
CY
592012-07-25 Chong Yidong <cyd@gnu.org>
60
61 * mouse.el (mouse-drag-track): Do not set the mark if the user
62 releases the mouse without selecting anything (Bug#11588).
63
2c73e345
LL
642012-07-21 Leo Liu <sdl.web@gmail.com>
65
638eaeb9
SM
66 * progmodes/cc-cmds.el (c-defun-name):
67 Use match-string-no-properties instead for consistency.
2c73e345 68
542dfbde
LL
692012-07-20 Leo Liu <sdl.web@gmail.com>
70
3646bcd6
LL
71 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
72 (Bug#7879)
73
542dfbde
LL
74 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
75
95bdccb7
SM
762012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
77
d0b822e3
SM
78 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
79 * progmodes/bug-reference.el, misearch.el: Provide themselves
80 (bug#11915).
81
95bdccb7
SM
82 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
83 of narrowed buffer (bug#11966).
84
fe1a523f
JD
852012-07-14 Jan Djärv <jan.h.d@swipnet.se>
86
87 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
88 also (Bug#7879).
89
aa7aaf8f
SM
902012-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
91
92 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
93 change (bug#11826).
94
cb442973
GM
952012-07-02 Glenn Morris <rgm@gnu.org>
96
97 * simple.el (kill-whole-line): Doc tweak.
98
93842198
EZ
992012-07-01 Eli Zaretskii <eliz@gnu.org>
100
101 * files.el (file-relative-name): Compare file names
102 case-insensitively if on MS-Windows or MS-DOS, or if
103 read-file-name-completion-ignore-case is non-nil. Don't use
104 case-fold-search for this purpose. (Bug#11827)
105
3d8b9024
AS
1062012-06-28 Andreas Schwab <schwab@linux-m68k.org>
107
aa7aaf8f
SM
108 * calendar/cal-dst.el (calendar-current-time-zone):
109 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 110
26e8548e
MY
1112012-06-25 Masatake YAMATO <yamato@redhat.com>
112
113 * progmodes/which-func.el (which-func-format):
114 Add mouse-face. (Bug#11698)
115
c101ef0a
LL
1162012-06-24 Leo Liu <sdl.web@gmail.com>
117
a08bd6bf
LL
118 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
119 read-only error.
120
d939b632
LL
121 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
122
c101ef0a
LL
123 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
124
e994155e
LL
1252012-06-23 Leo Liu <sdl.web@gmail.com>
126
127 * textmodes/enriched.el (enriched-next-annotation):
128 Use eq (Bug#11528).
129
ec55c5e0
SM
1302012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
131
132 * minibuffer.el (minibuffer-confirm-exit-commands):
133 Add completion-at-point (bug#11725).
134
9e29ca4f
GM
1352012-06-21 Glenn Morris <rgm@gnu.org>
136
137 * progmodes/f90.el (f90-font-lock-keywords-2):
138 Add some preprocessor elements. (Bug#10499)
139
bde2ab6f
SM
1402012-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
141
142 * progmodes/cperl-mode.el (cperl-update-syntaxification):
143 Use syntax-propertize (bug#11739).
144
9c758578
GM
1452012-06-13 Glenn Morris <rgm@gnu.org>
146
147 * international/mule-cmds.el (mule-menu-keymap)
148 (set-language-environment, set-locale-environment): Doc tweaks.
149
94f0aa34
CY
1502012-06-01 Chong Yidong <cyd@gnu.org>
151
152 * Version 24.1 released.
153
9e1b8ec4
GM
1542012-06-01 Glenn Morris <rgm@gnu.org>
155
156 * mail/rmail.el (rmail-yank-current-message):
157 Leave point at correct position. (Bug#11660)
158
00cd0305
CY
1592012-06-01 Chong Yidong <cyd@gnu.org>
160
161 * allout-widgets.el: Fix code header
162
94f0aa34
CY
1632012-06-01 Chong Yidong <cyd@gnu.org>
164
bde2ab6f
SM
165 * cus-edit.el (customize-changed-options-previous-release):
166 Bump to 23.4.
94f0aa34 167
dd41169b
SM
1682012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
169
bde2ab6f
SM
170 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
171 Handle arbitrary file name lengths (Bug#11585).
dd41169b 172
5221ccb9
MR
1732012-05-28 Martin Rudalics <rudalics@gmx.at>
174
175 * desktop.el (desktop-read): Clear previous and next buffers for
176 all windows and bury *Messages* buffer (bug#11556).
177
b30b64b9
EZ
1782012-05-18 Eli Zaretskii <eliz@gnu.org>
179
ec55c5e0
SM
180 * mail/sendmail.el (mail-yank-region):
181 Recognize rmail-yank-current-message in addition to insert-buffer.
bde2ab6f 182 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
183 a *mail* buffer created through rmail-start-mail with sendmail as
184 mail-user-agent.
185
6d4a05e3
SM
1862012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
187
188 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
189 parens around the arg list (bug#11499). Silly backport.
190
4f32cc6c
CY
1912012-05-16 Chong Yidong <cyd@gnu.org>
192
193 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
194
fcf2993f
CY
1952012-05-15 Chong Yidong <cyd@gnu.org>
196
27d1f87a
CY
197 * help.el (describe-mode): Doc fix.
198
fcf2993f
CY
199 * net/gnutls.el (gnutls-min-prime-bits): Default to 256 (Bug#11267).
200
6cb820ba
CY
2012012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
202
203 * progmodes/compile.el (compilation-internal-error-properties):
204 Calculate start position correctly when end-col is set but
205 end-line is not (Bug#11382).
206
d9d1dfef
SM
2072012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * net/rlogin.el (rlogin-mode-map): Fix last change.
210
8633b1f4
JW
2112012-05-09 Jason L. Wright <jason.wright@inl.gov> (tiny change)
212
213 * mail/smtpmail.el (smtpmail-send-command): Send the command and
214 the following \r\n using a single `process-send-string', since the
215 Lotus SMTP server refuses to accept any commands if they are sent
216 with two `process-send-string's (bug#11444).
217
fe263b8f
SM
2182012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * shell.el (shell-parse-pcomplete-arguments): Obey
221 pcomplete-arg-quote-list inside double-quoted args as well (bug#11348).
222
1cb51c12
SM
2232012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
224
225 * shell.el (shell-completion-vars): Fix last change (bug#11348).
226
18f00515
CY
2272012-05-07 Chong Yidong <cyd@gnu.org>
228
229 * ansi-color.el (ansi-color-process-output): Check for validity of
230 comint-last-output-start before using it. This avoids a bad
231 interaction with gdb-mi's input/output buffer.
232
fd075e7b
GM
2332012-05-06 Glenn Morris <rgm@gnu.org>
234
235 * files.el (dir-locals-read-from-file):
236 Mention dir-locals in any error message.
237
25f292cd
CY
2382012-05-06 Chong Yidong <cyd@gnu.org>
239
240 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
241 package (Bug#11410).
242
f677562b
CY
2432012-05-05 Chong Yidong <cyd@gnu.org>
244
245 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
246 variables into description.
247
3d53ee1b
SM
2482012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
249
250 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
251 shell-delimiter-argument-list (bug#11348).
252 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
253
f16e5386
CY
2542012-05-04 Chong Yidong <cyd@gnu.org>
255
256 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
257 Nextstep.
258
e59fb960
KH
2592012-05-03 Kenichi Handa <handa@m17n.org>
260
261 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
262 decoding, and show a warning message without signalling an error
263 (Bug#11282).
264
91af76bf
EZ
2652012-04-30 Eli Zaretskii <eliz@gnu.org>
266
267 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
268 the yanked message in preference to the default value of
269 buffer-file-coding-system.
270
d9558cad
MR
2712012-04-30 Martin Rudalics <rudalics@gmx.at>
272
fe263b8f
SM
273 * window.el (display-buffer--action-function-custom-type):
274 Fix entry.
d9558cad 275
09affde0
AM
2762012-04-27 Alan Mackenzie <acm@muc.de>
277
278 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
279
c5bb7569
CY
2802012-04-27 Chong Yidong <cyd@gnu.org>
281
282 * subr.el (read-key): Avoid running filter function when setting
283 up temporary tool bar entries (Bug#9922).
284
c4347ab9
AS
2852012-04-26 Andreas Schwab <schwab@linux-m68k.org>
286
287 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
288 (Bug#11344)
289
acb71f1d
CY
2902012-04-24 Chong Yidong <cyd@gnu.org>
291
292 * select.el (xselect--encode-string): New function, split from
293 xselect-convert-to-string.
294 (xselect-convert-to-string): Use it.
295 (xselect-convert-to-filename, xselect-convert-to-os)
296 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
297 returned strings are properly encoded (Bug#11315).
298
d55486c7
CY
2992012-04-22 Chong Yidong <cyd@gnu.org>
300
301 * simple.el (delete-active-region): Move to killing custom group.
302
581b6788
AS
3032012-04-21 Andreas Schwab <schwab@linux-m68k.org>
304
305 * progmodes/which-func.el (which-func-current): Quote %
306 characters for mode-line processing.
307
18edb22d
CY
3082012-04-21 Chong Yidong <cyd@gnu.org>
309
310 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
311 reaching eob (Bug#11286).
312
4b932ea2
PE
3132012-04-20 Richard Stallman <rms@gnu.org>
314
315 Fix logic for returning to and yanking from Rmail buffer.
316
317 * mail/rmail.el (rmail-start-mail):
318 Pass (rmail-mail-return...) for the return-action.
319 Pass (rmail-yank-current-message...) for the yank-action.
320 (rmail-yank-current-message): New function.
321 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
322 (rmail-reply): Likewise.
323 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
324
325 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
326 buffer, not the last. Reject temp buffers. Use the rmail-mode
327 buffer, not newbuf.
328
9ee9f470
EZ
3292012-04-20 Eli Zaretskii <eliz@gnu.org>
330
331 * progmodes/gdb-mi.el (gdb-control-level): New variable.
332 (gdb): Make it buffer-local and init to zero.
333 (gdb-control-commands-regexp): New variable.
334 (gdb-send): Don't wrap in "-interpreter-exec console" if
335 gdb-control-level is positive. Increment gdb-control-level
336 whenever the command matches gdb-control-commands-regexp, and
337 decrement it each time the command is "end". (Bug#11279)
338
41cfe0cb
MR
3392012-04-20 Martin Rudalics <rudalics@gmx.at>
340
341 * window.el (adjust-window-trailing-edge, enlarge-window)
342 (shrink-window, window-resize):
343 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
344 windows (Bug#11276).
345
54071013
DN
3462012-04-20 Dan Nicolaescu <dann@gnu.org>
347
348 * battery.el (battery-echo-area-format): Display remaining time
349 for sysfs backend too (Bug#11269).
350 (battery-linux-sysfs): Fix conditional for the charge.
351
f30d612a
CY
3522012-04-20 Chong Yidong <cyd@gnu.org>
353
354 * progmodes/gdb-mi.el (gdb): Revert 2012-04-19 change.
355 (gdb-inferior-io--init-proc): New function.
356 (gdb-init-1): Use it.
357 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
358 responsible for allocating a new pty and hooking it to gdb when
359 the old pty gets an EIO due to process exit.
360 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
361 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
362 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
363
2116e93c
EZ
3642012-04-20 Eli Zaretskii <eliz@gnu.org>
365
366 * window.el (window-min-size, window-sizable, window-min-delta)
367 (window-max-delta, window--resizable, window-resizable)
368 (window-total-size, window-full-height-p, window-full-width-p)
369 (window-in-direction, window--resize-mini-window, window-resize)
370 (window--resize-child-windows-normal)
371 (window--resize-child-windows, window--resize-siblings)
372 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 373 (enlarge-window, shrink-window): Doc fixes.
2116e93c 374
b668fa6e
CY
3752012-04-19 Chong Yidong <cyd@gnu.org>
376
fe263b8f
SM
377 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
378 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
379 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
380 pty process (Bug#11273).
381 (gdb-update): New arg to suppress talking to the gdb process.
382 (gdb-done-or-error): Use it.
383 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
384 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
385 sentinel not being called.
386
387 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
388
d02766ab
CY
3892012-04-18 Chong Yidong <cyd@gnu.org>
390
391 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
392
016a35df
GM
3932012-04-18 Glenn Morris <rgm@gnu.org>
394
395 * net/network-stream.el (open-network-stream): Doc fix.
396
2c070447
CY
3972012-04-17 Chong Yidong <cyd@gnu.org>
398
399 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
400
f0f6bc35
AM
4012012-04-16 Alan Mackenzie <acm@muc.de>
402
403 Ensure searching for keywords is case sensitive.
404
405 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
406 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
407 (c-defun-name, c-mark-function, c-cpp-define-name)
408 (c-comment-indent, c-scan-conditionals, c-indent-defun)
409 (c-context-line-break): bind case-fold-search to nil.
410
fe263b8f
SM
411 * progmodes/cc-mode.el (c-font-lock-fontify-region):
412 bind case-fold-search to nil.
f0f6bc35 413
4fc2c72a
CY
4142012-04-16 Chong Yidong <cyd@gnu.org>
415
416 * mail/sendmail.el (mail-bury): Call return action with the right
417 Rmail buffer (Bug#11242).
418
9a864fa2
CY
4192012-04-15 Chong Yidong <cyd@gnu.org>
420
421 * server.el (server-process-filter): Handle corner case where both
422 tty and nowait options are present (Bug#11102).
423
e153c136
GM
4242012-04-15 Glenn Morris <rgm@gnu.org>
425
426 * simple.el (process-file-side-effects): Doc fix.
427
ca7d96c8
GM
4282012-04-14 Glenn Morris <rgm@gnu.org>
429
430 * international/mule-cmds.el (set-language-environment): Doc fix.
431
9c2d6a4a
SM
4322012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
433
434 Avoid the use of ((lambda ...) ...) in lexical-binding code.
435 * emacs-lisp/easy-mmode.el (define-minor-mode):Use funcall (bug#11241).
436
9557e2be
CY
4372012-04-13 Kim F. Storm <storm@cua.dk>
438
439 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
440 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
441
81927dd2
CY
4422012-04-12 Chong Yidong <cyd@gnu.org>
443
444 * custom.el (custom-theme-set-variables): Doc fix.
445
8edb942b
GM
4462012-04-12 Glenn Morris <rgm@gnu.org>
447
448 * international/mule.el (set-auto-coding-for-load): Doc fix.
449
4517fe3a
SM
4502012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
453 Reported by Noah Friedman. Backport from trunk.
454
0de3da9f
AM
4552012-04-11 Alan Mackenzie <acm@muc.de>
456
4517fe3a
SM
457 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression):
458 Make imenu work again for Objective C Mode. Correct the *-index
459 values, these having been disturbed by a previous change in 2011-08.
57f845ee 460
0de3da9f
AM
461 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
462 Correct two search limits.
463
ede141ac
SM
4642012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
465
466 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
467
d0203d61
AS
4682012-04-10 Andreas Schwab <schwab@linux-m68k.org>
469
470 * international/characters.el: Fix sorting.
471
cb80bcd1
EZ
4722012-04-10 Eli Zaretskii <eliz@gnu.org>
473
474 * international/characters.el: Add more missing Latin case pairs.
475
0d93216c
AS
4762012-04-10 Andreas Schwab <schwab@linux-m68k.org>
477
478 * international/characters.el: Recover lost case pairs.
479
4a427f58
GM
4802012-04-10 Glenn Morris <rgm@gnu.org>
481
482 * files.el (dir-locals-set-class-variables): Doc fix.
483
9f847f41
EZ
4842012-04-09 Eli Zaretskii <eliz@gnu.org>
485
3f1b5bf8
EZ
486 * international/characters.el: Add set-case-syntax-pair call for
487 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
488 counterpart. (Bug#11209)
489
9f847f41
EZ
490 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
491
0c2014a3
GM
4922012-04-09 Glenn Morris <rgm@gnu.org>
493
494 * calendar/holidays.el (calendar-check-holidays): Doc fix.
495
e2627d21
EZ
4962012-04-08 Eli Zaretskii <eliz@gnu.org>
497
498 * textmodes/ispell.el (ispell-dictionary-base-alist): Add data for
499 Hebrew.
500
5c14e333
CY
5012012-04-08 Chong Yidong <cyd@gnu.org>
502
503 * net/rcirc.el (rcirc-cmd-quit): Revert 2012-03-18 change
504 (Bug#11192).
505
bf6fa423
GM
5062012-04-07 Glenn Morris <rgm@gnu.org>
507
508 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
509
82b24fb2
EZ
5102012-04-07 Eli Zaretskii <eliz@gnu.org>
511
4517fe3a
SM
512 * minibuffer.el (completion-in-region-mode-map):
513 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 514
f23d2c7d
LMI
5152012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
516
517 * window.el (shrink-window): Mention the `window-min-height'
518 variable in the doc string.
519
0a0a3573
BG
5202012-04-05 Bastien Guerry <bzg@altern.org>
521
522 * color.el (color-lighten-name): Fix typo.
523
e5248ac9
SM
5242012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
525
526 * server.el (server--on-display-p): New function.
527 (server--on-display-p): Use it.
528
b4243e22
GV
5292012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
530
531 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
532 (bug#11145).
533
305d9f44
SM
5342012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * comint.el (comint--common-quoted-suffix): Check string boundary
537 before comparing (bug#11158).
538 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
539
3d439cd1
CY
5402012-04-04 Chong Yidong <cyd@gnu.org>
541
321cc491
CY
542 * minibuffer.el (completion-extra-properties): Doc fix.
543
3d439cd1
CY
544 * subr.el (delayed-warnings-hook): Doc fix.
545
2d562c0f
DU
5462012-04-04 Daiki Ueno <ueno@unixuser.org>
547
548 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
549 selection (Bug#11159).
550 (epa-insert-keys): Inform that the default public key will be
551 exported if no key is selected.
552
4443f204
RS
5532012-04-04 Richard Stallman <rms@gnu.org>
554
555 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
556
529c06b6
CY
5572012-04-03 Chong Yidong <cyd@gnu.org>
558
559 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
560 mail-insert-file, not its obsolete alias mail-attach-file.
561
66b907dc
MA
5622012-04-03 Michael Albinus <michael.albinus@gmx.de>
563
564 * notifications.el (notifications-notify): Fix docstring.
565
c0ea195d
GM
5662012-04-02 Glenn Morris <rgm@gnu.org>
567
568 * emacs-lisp/authors.el (authors-aliases): Another addition.
569
5ca64e00
MA
5702012-04-02 Michael Albinus <michael.albinus@gmx.de>
571
572 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
573 `tramp-compat-call-process' instead of `tramp-local-call-process'.
574 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
575
42ee526b
CY
5762012-04-01 Chong Yidong <cyd@gnu.org>
577
578 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
579 Handle root directory properly.
580 (copy-directory): Caller changed.
581
582 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
583 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
584
0b021094
GM
5852012-03-31 Glenn Morris <rgm@gnu.org>
586
40f86458
GM
587 * term/xterm.el (xterm-extra-capabilities): Doc fix.
588
7019c177
GM
589 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
590
a1daddd6
GM
591 * calendar/calendar.el (calendar-window-list)
592 (calendar-hide-window): Restore. (Bug#11140)
593 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
594
0b021094
GM
595 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
596
40311efc
TV
5972012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
598
599 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
600 Check if file is a symlink (Bug#10489).
601
602 * files.el (copy-directory): Likewise.
603
5319014e
CY
6042012-03-30 Chong Yidong <cyd@gnu.org>
605
606 * image.el (imagemagick-types-inhibit)
607 (imagemagick-register-types): Doc fix.
608
935d1290
AM
6092012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
610
611 * ispell.el (ispell-get-extended-character-mode): Disable
612 extended-char-mode for hunspell. hunspell does not support it and
613 treats ~word as ordinary words in pipe mode.
614
61c6e8fd
GM
6152012-03-30 Glenn Morris <rgm@gnu.org>
616
617 * tutorial.el (help-with-tutorial): Ensure local variables don't
618 happen to make the buffer read-only. (Bug#11127)
619
81fdff00
SM
6202012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
623 (perl-calculate-indent): Return `noindent' in strings.
624
6e7a6ec0
SS
6252012-03-28 Sam Steingold <sds@gnu.org>
626
627 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
628 instead of the broken adhockery which does not prevent calendar
629 buffers from being displayed at random after exit.
630 (calendar-window-list, calendar-hide-window): Remove the broken
631 adhockery.
632
fee88ca0
GM
6332012-03-28 Glenn Morris <rgm@gnu.org>
634
635 * replace.el (query-replace-map): Doc fix.
636
38de3354
AS
6372012-03-28 Andreas Schwab <schwab@linux-m68k.org>
638
639 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
640 contents. (Bug#11109)
641
b973155e
SM
6422012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
643
644 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
645 (bug#11077).
646 (avl-tree--check, avl-tree--check-node): New funs.
647
dcb6e7b3
MR
6482012-03-27 Martin Rudalics <rudalics@gmx.at>
649
650 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
651 (switch-to-prev-buffer, switch-to-next-buffer):
652 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
653 showing a buffer already is done on the same frame.
654
b4fa35fa
GM
6552012-03-27 Glenn Morris <rgm@gnu.org>
656
657 * startup.el (mail-host-address): Doc fix.
658
f9210e18
SM
6592012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
660
661 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
662 than 197 variables.
663
c0bf7753
AF
6642012-03-26 Ami Fischman <ami@fischman.org>
665
666 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
667
33da7b16
GM
6682012-03-26 Glenn Morris <rgm@gnu.org>
669
02243d9d
GM
670 * files.el (save-buffers-kill-emacs): Doc fix.
671
33da7b16
GM
672 * startup.el (normal-top-level, command-line, command-line-1):
673 Give them doc strings.
674
e5a69fd0
EZ
6752012-03-25 Eli Zaretskii <eliz@gnu.org>
676
677 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 678 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 679
9a69676a
CY
6802012-03-25 Chong Yidong <cyd@gnu.org>
681
4125cb8b
CY
682 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
683 theme if it was previously enabled before (Bug#11031).
684
dd470960
CY
685 * cus-theme.el (custom-theme-write-faces): Retrieve current face
686 spec with custom-face-get-current-spec if its :shown-value is not
687 determined yet (Bug#9337).
4125cb8b 688 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 689
9a69676a
CY
690 * button.el (button-at): Minor addition to docstring.
691
6e7e90fa
SL
6922012-03-24 Simon Leinen <simon.leinen@gmail.com>
693
694 * vc/vc.el (vc-merge): Fix a prompt.
695
f06e2758
CY
6962012-03-24 Chong Yidong <cyd@gnu.org>
697
698 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
699 point (Bug#9623).
700
6e7e90fa
SL
701 * button.el (button-at): Minor addition to docstring.
702
b9d0879b
SM
7032012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
704
705 * newcomment.el (comment-choose-indent): No space after BOL.
706
e71cebb3
SS
7072012-03-22 Sam Steingold <sds@gnu.org>
708
709 * window.el (switch-to-prev-buffer): Revert last patch because the
710 bug turned out to be an advertised feature (Elisp manual 28.14).
711
335aff35
GM
7122012-03-22 Glenn Morris <rgm@gnu.org>
713
714 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
715 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
716
c676576a
LMI
7172012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
718
719 * net/network-stream.el (network-stream-open-starttls): Make error
720 message under Windows be less misleading.
721
126f3d39
LW
7222012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
723
724 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
725 understands (bug#9942).
726
64fee311
CY
7272012-03-22 Chong Yidong <cyd@gnu.org>
728
729 * simple.el (end-of-visible-line): Handle return value of
730 next-single-property-change properly (Bug#9371).
731
a640d29a
KH
7322012-03-22 Kenichi Handa <handa@m17n.org>
733
734 * international/quail.el (quail-insert-kbd-layout): Fix previous
735 change. To avoid unwanted bidi reordering, use
736 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
737
39675016
DG
7382012-03-21 Dmitry Gutov <dgutov@yandex.ru>
739
740 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
741 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
742 (ruby-beginning-of-indent): Be more careful with the difference
743 between word-boundary and symbol boundary.
744 (ruby-mode-syntax-table): Make : a symbol constituent.
745
0a6934fc 7462012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 747
3d008e4f
SM
748 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
749
0a6934fc
SM
7502012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
751
af67c9d7
SM
752 * progmodes/etags.el (tags-completion-at-point-function):
753 Improve last fix.
754
1acad97c
SM
755 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
756
e298b5da
SS
7572012-03-21 Sam Steingold <sds@gnu.org>
758
759 * progmodes/etags.el (tags-completion-at-point-function):
760 Avoid the error when point is inside the pattern.
761
91d82a70
JY
7622012-03-21 John Yates <john@yates-sheets.org> (tiny change)
763
764 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
765 line (Bug#10855).
766
69188b79
CY
7672012-03-21 Drew Adams <drew.adams@oracle.com>
768
769 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
770
99fc91fe
AK
7712012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
772
773 * ido.el (ido-set-current-directory, ido-read-internal)
774 (ido-choose-completion-string, ido-completion-help): Handle nil
775 value of ido-completion-buffer (Bug#11008).
776
087bbb4c
SS
7772012-03-21 Sam Steingold <sds@gnu.org>
778
779 * window.el (switch-to-prev-buffer): Do not switch to a visible
780 window previous buffer, just like with the frame previous buffers.
781
fb5b8aca
CY
7822012-03-21 Chong Yidong <cyd@gnu.org>
783
784 * faces.el (make-face, make-empty-face, copy-face):
785 * face-remap.el (face-remap-add-relative, face-remap-set-base):
786 Doc fixes.
787
dc9924b8
SM
7882012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
789
790 * wid-edit.el (widget-complete-field): Remove (bug#11051).
791 (widget-complete): Remove broken use of it.
792
f0bcceb9
CY
7932012-03-20 Chong Yidong <cyd@gnu.org>
794
dc9924b8
SM
795 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
796 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
797 characters.
798
ee52ebf3
TH
7992012-03-20 Tassilo Horn <tassilo@member.fsf.org>
800
801 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
802 to draw rectangles, not squares. (Regression introduced by revno
803 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
804
4c5779ab
CY
8052012-03-18 Chong Yidong <cyd@gnu.org>
806
807 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
808 it is not yet defined (for temacs).
809
15360934
LL
8102012-03-18 Leo Liu <sdl.web@gmail.com>
811
dc9924b8 812 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 813
d9a8eb66
EZ
8142012-03-17 Eli Zaretskii <eliz@gnu.org>
815
816 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
817 (ispell-choices-win-default-height, ispell-silently-savep)
818 (ispell-dictionary-alist, ispell-encoding8-command)
819 (ispell-check-version, ispell-aspell-find-dictionary)
820 (ispell-valid-dictionary-list, ispell-words-keyword)
821 (ispell-get-word, ispell-internal-change-dictionary)
822 (ispell-region, ispell-skip-region-list)
823 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
824 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
825 (ispell-message-text-end, ispell-message)
826 (ispell-buffer-local-parsing): Doc fix.
827
f02ff80d
J
8282012-03-13 Jambunathan K <kjambunathan@gmail.com>
829
830 * htmlfontify.el: Add support for code block fontification for ODT
831 export (Bug #9914).
832 (hfy-optimisations): Define new option
833 `body-text-only'
834 (hfy-fontify-buffer): Honor above setting.
835 (hfy-begin-span, hfy-end-span): New routines factored out form
836 `hfy-fontify-buffer'.
837 (hfy-begin-span-handler, hfy-end-span-handler): New variables
838 that permit insertion of custom tags.
839 (hfy-fontify-buffer): Use above handlers.
840 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
841 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 842 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
f02ff80d
J
843 over multiple runs. This is made possible by having the caller let
844 bind a special variable `hfy-user-sheet-assoc'.
845 (htmlfontify-string): New defun.
846 (hfy-compile-face-map): Make sure that the last char in the
847 buffer is correctly fontified.
848 (hfy-face-resolve-face): Whitespace only change.
849
9ac7a13f
EZ
8502012-03-17 Eli Zaretskii <eliz@gnu.org>
851
852 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
853 message more clear.
854
e2b5bdd7
LL
8552012-03-16 Leo Liu <sdl.web@gmail.com>
856
857 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
858
2e492df3
AM
8592012-03-16 Alan Mackenzie <acm@muc.de>
860
861 Further optimise the handling of large macros.
862
863 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
864 limit to a call of `c-literal-limits'.
865 (c-determine-+ve-limit): New function.
dc9924b8
SM
866 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
867 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
868 In CASE 5B, restrict a search limit to 500.
869 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
870
871 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
872 Restrict macro bounds to +-500 from after-change's BEG END.
873
50e94f0c
LL
8742012-03-16 Leo Liu <sdl.web@gmail.com>
875
876 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
877
6f09f6ed
AH
8782012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
879
880 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 881 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 882
c7e73d51
GM
8832012-03-16 Glenn Morris <rgm@gnu.org>
884
da986230
GM
885 * view.el (view-buffer, view-buffer-other-window)
886 (view-buffer-other-frame): Doc fixes re special mode-class.
887
0835f01e
GM
888 * subr.el (eval-after-load): If named feature is provided not from
889 a file, run after-load forms. (Bug#10946)
890
c7e73d51
GM
891 * calendar/calendar.el (calendar-insert-at-column):
892 Handle non-unit-width characters a bit better. (Bug#10978)
893
3f2eafd1
CY
8942012-03-15 Chong Yidong <cyd@gnu.org>
895
896 * emacs-lisp/ring.el (ring-extend): New function.
897 (ring-insert+extend): Extend the ring correctly (Bug#11019).
898
899 * comint.el (comint-read-input-ring)
900 (comint-add-to-input-history): Grow comint-input-ring lazily.
901
103af3fe
SM
9022012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
903
663b1677
SM
904 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
905 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
906
103af3fe
SM
907 * imenu.el: Fix multiple inheritance breakage (bug#9199).
908 (imenu-add-to-menubar): Don't add a redundant index.
909 (imenu-update-menubar): Handle a dynamically composed keymap.
910
899cb7cb
KY
9112012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
912
913 * mail/sendmail.el (mail-encode-header):
914 Bind rfc2047-encode-encoded-words to nil.
915
3809f91d
GM
9162012-03-13 Glenn Morris <rgm@gnu.org>
917
918 * calendar/calendar.el (calendar-string-spread):
919 Handle non-unit-width characters a bit better. (Bug#10978)
920
9e345a01
LL
9212012-03-13 Leo Liu <sdl.web@gmail.com>
922
923 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
924 directory and file as argument (Bug#10822).
925
4a07df36
KS
9262012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
927
928 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
929 For dynamically generated code, follow $PC.
930 (gdb-disassembly-handler-custom): Handle no function name case.
931
4aaa9356
TL
9322012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
933
934 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
935 * emulation/ws-mode.el (ws-query-replace):
936 * sort.el (sort-regexp-fields):
937 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
938
225979da
SM
9392012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
940
941 * dabbrev.el: Fix cycle completion order (bug#10963).
942 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
943 (dabbrev-completion): Don't use an obarray; provide
944 a cycle-sort-function.
945
e2f1fdab
LL
9462012-03-12 Leo Liu <sdl.web@gmail.com>
947
dc9924b8 948 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
949 (kill-do-not-save-duplicates): Doc fix.
950
b19490ed
SM
9512012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
952
953 * dabbrev.el: Fix cycle completion (bug#10963).
954 Use lexical binding and wrap to 80 columns.
955 (dabbrev-completion): Delay computing the list of completions.
956
4b05d722
KH
9572012-03-12 Kenichi Handa <handa@m17n.org>
958
959 * international/quail.el (quail-insert-kbd-layout): Surround each
960 row by LRO and PDF instead of inserting many LRMs. Pad the left
961 and right of each non-spacing marks. Insert invisible space
962 between lower and upper characters to prevent composition.
963
dbbc2e69
SM
9642012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
965
966 * minibuffer.el (minibuffer-complete): Don't get confused when the
967 function is run twice via different commands (bug#10958).
968 (complete-with-action): Fix docstring.
969
292112ed
CY
9702012-03-12 Chong Yidong <cyd@gnu.org>
971
5d1ac394
CY
972 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
973 (nxml-completion-at-point-function): New function.
974 (nxml-mode): Use it.
975 (nxml-bind-meta-tab-to-complete-flag): Default to t.
976
292112ed
CY
977 * emacs-lisp/package.el (package-unpack, package-unpack-single):
978 Load generated autoloads file before byte compiling (Bug#10970).
979 (package--make-autoloads-and-compile): New helper fun.
980
4098f8f7
CS
9812012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
982
983 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
984
8f754691
MA
9852012-03-11 Michael Albinus <michael.albinus@gmx.de>
986
987 * autorevert.el (auto-revert-handler): Ensure, that
988 file-readable-p is applied only for local files or in
989 auto-revert-tail-mode.
990
e29ab36b
AS
9912012-03-11 Andreas Schwab <schwab@linux-m68k.org>
992
dbbc2e69
SM
993 * server.el (server-eval-at): Handle non-tcp connections.
994 Decode result string.
ad0bf5b6 995
e29ab36b
AS
996 * server.el (server-msg-size): New constant.
997 (server-reply-print): New function.
998 (server-eval-and-print): Use it.
999 (server-eval-at): Use server-quote-arg and server-unquote-arg.
1000 Handle -print-nonl.
1001
de5939ba
CS
10022012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
1003
1004 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
1005 (Bug#10987).
1006
0c93eabf
CY
10072012-03-11 Chong Yidong <cyd@gnu.org>
1008
397a688f
CY
1009 * simple.el (goto-line): Doc fix (Bug#9938).
1010
2cc775f9
CY
1011 * subr.el (save-window-excursion): Doc fix (Bug#9979).
1012
0c93eabf
CY
1013 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
1014 when finished (Bug#10963).
1015
c491fa41
MR
10162012-03-11 Martin Rudalics <rudalics@gmx.at>
1017
1018 * window.el (split-window-below): Fix bug in case where
1019 split-window-keep-point is nil (Bug#10971).
1020
300e8fa5
JL
10212012-03-11 Juri Linkov <juri@jurta.org>
1022
1023 * replace.el (replace-highlight): Set isearch-word to nil
1024 unconditionally. (Bug#10887)
1025
dbf6c5a1
EZ
10262012-03-10 Eli Zaretskii <eliz@gnu.org>
1027
1028 * net/mairix.el (mairix-replace-invalid-chars): Rename from
1029 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 1030 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
1031 (mairix-widget-create-query): Add usage information about mairix
1032 search forms: negating words, searching for substrings, etc.
1033
b9e501de
JP
10342012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
1035
1036 * international/fontset.el (font-encoding-alist): Add an entry for
1037 ksx1001 (Bug#5667).
1038
92795c91
RS
10392012-03-10 Richard Stallman <rms@gnu.org>
1040
1694e6c1
RS
1041 * mail/sendmail.el (mail-encode-header):
1042 Set rfc2047-encode-encoded-words.
1043
607e8555
RS
1044 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
1045
de3bc99a
RS
1046 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
1047 view buffer means not swapped.
1048 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
1049 (rmail-write-region-annotate): Error if real text has disappeared.
1050
92795c91
RS
1051 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
1052
699bd04e
CY
10532012-03-10 Chong Yidong <cyd@gnu.org>
1054
1055 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
1056 * emulation/cua-base.el (cua--init-keymaps):
1057 Add delete-forward-char to remappings (Bug#9666).
699bd04e 1058
570a1714
MR
10592012-03-10 Martin Rudalics <rudalics@gmx.at>
1060
dbbc2e69
SM
1061 * speedbar.el (speedbar-unhighlight-one-tag-line):
1062 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 1063
82dcf4e4
CY
10642012-03-10 Chong Yidong <cyd@gnu.org>
1065
7a2c7ca7
CY
1066 * minibuffer.el (completion-in-region, completion-help-at-point):
1067 Give the completion field overlay a high priority (Bug#6830).
1068
82dcf4e4
CY
1069 * dired.el (dired-goto-file): Recognize absolute file name
1070 listings (Bug#7126).
1071 (dired-goto-file-1): New helper function.
1072 (dired-toggle-read-only): Inhibit warnings.
1073
052e28ac
MA
10742012-03-09 Michael Albinus <michael.albinus@gmx.de>
1075
1076 * net/dbus.el: (dbus-property-handler): Return empty array if
1077 there are no properties.
1078
95d5e396
LL
10792012-03-09 Leo Liu <sdl.web@gmail.com>
1080
1081 * savehist.el (savehist-printable): Stricter check for string
1082 value (Bug#10937).
1083
3f018d6d
EZ
10842012-03-09 Eli Zaretskii <eliz@gnu.org>
1085
dbbc2e69
SM
1086 * mail/smtpmail.el (smtpmail-send-it):
1087 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
1088 valid mbox format.
1089
f7fd3d79
GM
10902012-03-09 Glenn Morris <rgm@gnu.org>
1091
1092 * files.el (dir-locals-find-file):
1093 Don't check result is regular, readable.
1094 (dir-locals-read-from-file): Demote errors.
1095
6ff6e72f
EZ
10962012-03-08 Eli Zaretskii <eliz@gnu.org>
1097
dbbc2e69
SM
1098 * international/quail.el (quail-insert-kbd-layout):
1099 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
1100 layout cell, to prevent their reordering by bidi display engine.
1101 For details, see the discussion in
1102 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
1103
9cec7834
AM
11042012-03-08 Alan Mackenzie <acm@muc.de>
1105
1106 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
1107 the starting position; make it extend the marked region when
1108 invoked repeatedly - all under appropriate circumstances.
1109 Fixes bugs #5525, #10906.
1110
9a40b8d4
GM
11112012-03-08 Glenn Morris <rgm@gnu.org>
1112
1113 * files.el (locate-dominating-file, dir-locals-find-file):
1114 Undo 2012-03-06 change.
1115
7a08ed35
EZ
11162012-03-07 Eli Zaretskii <eliz@gnu.org>
1117
dbbc2e69
SM
1118 * international/quail.el (quail-help):
1119 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
1120 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
1121 for the reason.
1122
5aca4f71 11232012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
1124
1125 Avoid superfluous registering of signals. (Bug#10807)
1126
1127 * notifications.el (notifications-on-action-object)
1128 (notifications-on-close-object): New defvars.
1129 (notifications-on-action-signal, notifications-on-closed-signal):
1130 Unregister the signal if not needed any longer.
1131 (notifications-notify): Register `notifications-action-signal' or
1132 `notifications-closed-signal', if :on-action or :on-close has been
1133 passed as argument.
1134
78e8b10a
CY
11352012-03-07 Chong Yidong <cyd@gnu.org>
1136
1137 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
1138 non-X platforms.
1139
69481eb8
GM
11402012-03-06 Glenn Morris <rgm@gnu.org>
1141
1142 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1143 (x-disown-selection-internal, x-get-selection-internal):
1144 Doc fix (add arglist signatures). (Bug#10783)
1145
133b8e11
KS
11462012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1147
1148 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1149 Handle breakpoints with no "type".
1150
99a83064
GM
11512012-03-06 Glenn Morris <rgm@gnu.org>
1152
1153 * files.el (locate-dominating-file): Add optional predicate argument.
1154 (dir-locals-find-file): Make use of above change.
1155
17798e78
TTN
11562012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
1157
1158 * info.el (Info-insert-dir): Also try "dir.gz".
1159
eb182446
GM
11602012-03-06 Glenn Morris <rgm@gnu.org>
1161
8f2114ee
GM
1162 * files.el (dir-locals-find-file):
1163 Ignore non-readable or non-regular files. (Bug#10928)
1164
eb182446
GM
1165 * files.el (locate-dominating-file): Doc fix.
1166
24679323
AS
11672012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
1168
1169 * calendar/calendar.el (calendar-set-mode-line):
1170 `getenv' returns a string. (Bug#10951)
1171
01d972a9
LL
11722012-03-05 Leo Liu <sdl.web@gmail.com>
1173
109aa8a9
LL
1174 * simple.el (backward-delete-char-untabify): Constrain point to
1175 field (Bug#10939).
1176
01d972a9
LL
1177 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
1178
10607bea
CY
11792012-03-05 Chong Yidong <cyd@gnu.org>
1180
1181 * simple.el (count-words): If called from Lisp, return the word
1182 count, for symmetry with `count-lines'. Arglist changed.
1183 (count-words--message): Args changed. Consolidate counting code
1184 from count-words and count-words-region.
1185 (count-words-region): Caller changed.
1186 (count-lines-region): Make it an obsolete alias.
1187
5dd11cfe
TH
11882012-03-04 Tassilo Horn <tassilo@member.fsf.org>
1189
1190 * saveplace.el (save-place-to-alist)
1191 (save-place-ignore-files-regexp): Allow value nil to disable this
1192 feature.
1193
c349f4e6
CY
11942012-03-04 Chong Yidong <cyd@gnu.org>
1195
1196 * faces.el (face-spec-reset-face): For the default face, reset the
1197 attributes to default values (Bug#10748).
1198
e627be4c
LMI
11992012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1200
1201 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
1202 previous patch: Check `message-send-mail-function', and not the
1203 default function (bug#10897).
1204
ebeabff4
MA
12052012-03-04 Michael Albinus <michael.albinus@gmx.de>
1206
a41a6cf4
MA
1207 * notifications.el (notifications-on-action-signal)
1208 (notifications-on-closed-signal): Check for unique service name of
1209 incoming event. Fix error in removing entry.
ebeabff4 1210 (top): Register for signals with wildcard service name.
a41a6cf4 1211 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 1212
c1ca42b4
CY
12132012-03-04 Chong Yidong <cyd@gnu.org>
1214
dc9924b8 1215 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 1216
ea16568d
GM
12172012-03-04 Glenn Morris <rgm@gnu.org>
1218
1219 * abbrev.el (copy-abbrev-table, abbrev-table-p)
1220 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
1221 (expand-abbrev, define-abbrev-table): Doc fixes.
1222
fbae4637
LMI
12232012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1224
1225 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
1226 `message-default-send-mail-function' and not `send-mail-function'
1227 when doing the prompting for `sendmail-query-once' before sending
1228 in Message buffers (bug#10897).
1229
a1e7225c
LMI
1230 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1231 This is inconsistent with all the other stream functions, which leave
1232 the setting up to the higher levels (if so wanted) (bug#10931).
1233
56d093a9
AM
12342012-03-02 Alan Mackenzie <acm@muc.de>
1235
1236 Depessimize the handling of very large macros.
1237
1238 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
1239 (c-macro-cache-syntactic): New variables to implement a one
1240 element macro cache.
1241 (c-invalidate-macro-cache): New function.
1242 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
1243 Adapt to use the new cache.
1244 (c-state-safe-place): Use better the cache of safe positions.
1245 (c-state-semi-nonlit-pos-cache)
1246 (c-state-semi-nonlit-pos-cache-limit):
1247 New variables for...
1248 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
1249 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
1250 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
1251 Use c-state-semi-safe-place.
56d093a9 1252
dbbc2e69
SM
1253 * progmodes/cc-langs.el (c-get-state-before-change-functions):
1254 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 1255
817e5c3d
MA
12562012-03-02 Michael Albinus <michael.albinus@gmx.de>
1257
dbbc2e69
SM
1258 * jka-compr.el (jka-compr-call-process):
1259 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
1260 not remote.
1261
a032a702
MA
12622012-03-01 Michael Albinus <michael.albinus@gmx.de>
1263
1264 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
1265 access of FILE2, if FILE1 does not exist.
1266
99a54f21
MA
1267 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
1268 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
1269
1270 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
1271 Add "PAGER=" to `process-environment'.
1272
f6561e1f
MM
12732012-03-01 Michael R. Mauger <mmaug@yahoo.com>
1274
1275 * progmodes/sql.el: Bug fix
1276 (sql-get-login-ext): Save login values in globals.
1277 (sql-get-login): Use new version of `sql-get-login-ext'.
1278 (sql-interactive-mode): Set global `sql-connection' to nil.
1279 (sql-connect): Set global values for connection.
1280 (sql-product-interactive): Save global values as buffer local.
1281
2d44d9cc
LL
12822012-02-29 Leo Liu <sdl.web@gmail.com>
1283
1284 * abbrev.el (define-abbrevs): Reset sys to nil.
1285
96b49301 12862012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1287
bf7f9bc5
JB
1288 * files.el (file-equal-p): Rename from `files-equal-p'.
1289 Return nil when one or both files don't exist.
96b49301 1290 (file-subdir-of-p): Now only top directory must exists,
1291 return nil if it doesn't.
bf7f9bc5
JB
1292 (copy-directory): No need to test with `file-subdir-of-p' after
1293 creating dir.
1294 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
1295 to `file-equal-p'.
96b49301 1296
44e97401
GM
12972012-02-28 Glenn Morris <rgm@gnu.org>
1298
1299 * shell.el (shell-mode):
1300 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
1301 * play/landmark.el (landmark-font-lock-face-O):
1302 * play/handwrite.el (handwrite):
1303 * play/gomoku.el (gomoku-O):
1304 * net/browse-url.el (browse-url-browser-display):
1305 * international/mule.el (define-charset):
1306 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
1307 * filesets.el (filesets-find-file-delay):
1308 * eshell/em-xtra.el (eshell-xtra):
1309 * eshell/em-unix.el (eshell-grep):
1310 * emulation/viper.el (viper-mode):
1311 * emacs-lisp/regexp-opt.el (regexp-opt-group):
1312 * emacs-lisp/easymenu.el (easy-menu-define):
1313 * calendar/timeclock.el (timeclock-use-display-time):
1314 * bs.el (bs-mode):
1315 * bookmark.el (bookmark-save-flag):
1316 Doc fix (standardize possessive apostrophe usage).
1317
c98c6276
CY
13182012-02-27 Chong Yidong <cyd@gnu.org>
1319
bf7f9bc5
JB
1320 * emulation/viper-cmd.el (viper-intercept-ESC-key):
1321 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 1322
c98c6276
CY
1323 * font-lock.el (font-lock-specified-p): Rename from
1324 font-lock-spec-present. Callers changed.
1325
9c62cd04 13262012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 1327
bf7f9bc5
JB
1328 * emacs-lisp/package.el (package-compute-transaction):
1329 Handle holding a package version to t in package-load-list.
8ac9e529 1330
530739c9
MA
13312012-02-26 Michael Albinus <michael.albinus@gmx.de>
1332
1333 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
1334 (tramp-get-inode, tramp-get-device): Use cached values.
1335
487915d7
AM
13362012-02-26 Alan Mackenzie <acm@muc.de>
1337
1338 Check there is a font-lock specification before doing initial
1339 fontification.
1340
1341 * font-core.el (font-lock-mode): Move the conditional from
1342 :after-hook to font-lock-initial-fontify.
1343 (font-lock-default-function): Move the check for a specification
1344 to font-lock-spec-present.
1345
dc9924b8 1346 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
1347 (font-lock-spec-present): New function.
1348
4fd96557
JB
13492012-02-26 Jim Blandy <jimb@red-bean.com>
1350
1351 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
1352 (gdb-send): Apply it to the operand of the '-interpreter-exec
1353 console' command, so that we can pass arguments with (say) quotes
1354 in them. Store exact string sent in gdb-debug-log (Bug#10765).
1355
9a4888c0
CY
13562012-02-26 Chong Yidong <cyd@gnu.org>
1357
07498861
CY
1358 * help-fns.el (describe-function-1): Clarify description of
1359 remapping (Bug#10844).
1360
9a4888c0
CY
1361 * files.el (files-equal-p): Doc fix.
1362 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
1363 and quit the loop once a mismatch is found.
1364
ea8fb88d
JB
13652012-02-25 Juanma Barranquero <lekktu@gmail.com>
1366
1367 * bs.el (bs--show-with-configuration): Don't throw an error
1368 if the window cannot be split; otherwise, subsequent calls to
1369 bs-show fail, restoring a stale window config. (Bug#10882)
1370
525795c1
JD
13712012-02-25 Jan Djärv <jan.h.d@swipnet.se>
1372
1373 * term/ns-win.el (global-map): Bind ns-drag-file to
1374 ns-find-file (Bug#5855, Bug#10050).
1375
f008086f
AS
13762012-02-25 Andreas Schwab <schwab@linux-m68k.org>
1377
1378 * calendar/parse-time.el (parse-time-string): Allow extractor to
1379 return nil.
1380
a3fcfa99
MA
13812012-02-25 Michael Albinus <michael.albinus@gmx.de>
1382
91027d08
JB
1383 * net/tramp.el (tramp-file-name-for-operation):
1384 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
1385
1386 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
1387 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1388 Add COPY-CONTENTS argument.
a3fcfa99 1389
67b0de11
CY
13902012-02-25 Chong Yidong <cyd@gnu.org>
1391
1392 Add custom groups for VC backends, for consistency with vc-bzr.
1393
1394 * vc/vc-arch.el (vc-arch):
1395 * vc/vc-cvs.el (vc-cvs):
1396 * vc/vc-git.el (vc-git):
1397 * vc/vc-hg.el (vc-hg):
1398 * vc/vc-mtn.el (vc-mtn):
1399 * vc/vc-rcs.el (vc-rcs):
1400 * vc/vc-sccs.el (vc-sccs):
1401 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
1402 All relevant defcustoms reassigned.
1403
3c9dfce6
CY
14042012-02-25 Chong Yidong <cyd@gnu.org>
1405
1339bf43
CY
1406 * newcomment.el (comment-styles): Add autoload (Bug#10868).
1407
3c9dfce6
CY
1408 * term/x-win.el (x-initialize-window-system): Reduce default for
1409 x-selection-timeout to 5 seconds (Bug#8869).
1410
53a46cd0 14112012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14a8a663 1412
53a46cd0 1413 * files.el (file-subdir-of-p): Fix typo.
14a8a663 1414
25b2e303 14152012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1416
ec70a47d
GM
1417 * files.el (files-equal-p, file-subdir-of-p): New functions.
1418 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 1419 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
1420 * dired-aux.el (dired-copy-file-recursive): Same.
1421 (dired-create-files): Modify destination when source is equal to
1422 dest when copying files.
53a46cd0 1423 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 1424
914260cd
MA
14252012-02-24 Michael Albinus <michael.albinus@gmx.de>
1426
1427 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
1428 (Bug#10874)
1429
2cb228f7
AM
14302012-02-23 Alan Mackenzie <acm@muc.de>
1431
1432 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
1433 parameter "after-hook:" to allow the expansion to run code after
1434 the execution of the mode hooks.
1435
1436 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 1437 from font-lock-mode-internal.
2cb228f7 1438
91027d08 1439 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
1440 :after-hook.
1441
8f0fde21
SM
14422012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1443
3e88618b
SM
1444 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
1445 (completion--cache-all-sorted-completions): New function.
1446 (completion-all-sorted-completions): Use it.
1447 (completion--do-completion, minibuffer-force-complete):
1448 Use it to re-instate the flush hook.
1449
8f0fde21
SM
1450 * icomplete.el (icomplete-completions): Replace last fix with a better
1451 one (bug#10850).
1452
8e911f6f
DG
14532012-02-23 Dmitry Gutov <dgutov@yandex.ru>
1454
1455 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
1456 when it might call us back infinitely (bug#10797).
1457
49fe4321
GM
14582012-02-23 Glenn Morris <rgm@gnu.org>
1459
1460 * minibuffer.el (completion-category-overrides): Doc fix.
1461
b291b572
SM
14622012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1463
1464 * minibuffer.el (completion-table-with-context): Fix inf-loop.
1465 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
1466
31a9ef2e
GM
14672012-02-23 Glenn Morris <rgm@gnu.org>
1468
5e6e6794 1469 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
1470 (authors-obsolete-files-regexps, authors-ignored-files)
1471 (authors-ambiguous-files, authors-renamed-files-alist):
1472 Add more entries.
1473
0bd1e074
JL
14742012-02-23 Juri Linkov <juri@jurta.org>
1475
1476 * isearch.el (isearch-occur): Sync interactive spec with occur's
1477 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
1478
b617673c
JL
1479 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
1480
19e9789e
JL
14812012-02-22 Juri Linkov <juri@jurta.org>
1482
1483 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
1484 (ucs-insert): Doc fix. Check for hex digits in the string.
1485 Don't display `nil' in the error message. (Bug#10857)
1486
f41ce09d
AM
14872012-02-22 Alan Mackenzie <acm@muc.de>
1488
7a71b18d 1489 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 1490
ac2eceee
GM
14912012-02-22 Glenn Morris <rgm@gnu.org>
1492
1493 * ffap.el (ffap-c-path):
1494 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
1495
abd1f678
CY
14962012-02-22 Chong Yidong <cyd@gnu.org>
1497
1498 * custom.el (load-theme): Doc fix.
1499
f25aef2e
GM
15002012-02-22 Glenn Morris <rgm@gnu.org>
1501
1502 * dired-x.el (dired-guess-shell-alist-default):
1503 Remove escape sequences from nroff output. (Bug#172)
1504
5f8dc2ca
GM
15052012-02-21 Glenn Morris <rgm@gnu.org>
1506
6ff86ec4
GM
1507 * vc/emerge.el (emerge-defvar-local):
1508 Set `permanent-local' property rather than unused `preserved'.
1509
be3223a3 1510 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
1511 (picture-mode-map): Use it. (Bug#10860)
1512 (picture-mode): Doc fix.
1513
3fe58f4f
JB
15142012-02-21 Juanma Barranquero <lekktu@gmail.com>
1515
1516 * newcomment.el (uncomment-region-default): Remove unused binding.
1517
f9a998c3
GM
15182012-02-21 Glenn Morris <rgm@gnu.org>
1519
1520 * textmodes/picture.el (picture-motion, picture-motion-reverse)
1521 (picture-self-insert, picture-tab-chars): Doc fix.
1522 (picture-mode-map): Fix C-a, C-e.
1523
c6029348
GM
15242012-02-20 Glenn Morris <rgm@gnu.org>
1525
1526 * emacs-lisp/authors.el (authors-aliases): Add another entry.
1527
ab1ce9d7
LL
15282012-02-20 Leo Liu <sdl.web@gmail.com>
1529
1530 * icomplete.el (icomplete-completions): Check FROM arg before
1531 passing to substring (Bug#10850).
1532
0fd40f89
CY
15332012-02-19 Chong Yidong <cyd@gnu.org>
1534
1535 * comint.el: Require ansi-color.
1536 (comint-output-filter-functions): Add ansi-color-process-output.
1537
1538 * ansi-color.el: Don't set comint-output-filter-functions; it is
1539 now in the initial value defined in comint.el.
1540 (ansi-color-apply-face-function): New variable.
1541 (ansi-color-apply-on-region): Use it.
1542 (ansi-color-apply-overlay-face): New function.
1543
1544 * shell.el (shell): No need to require ansi-color.
1545 (shell-mode): Use ansi-color-apply-face-function to highlight
1546 color escapes using font-lock-face property (Bug#10835).
1547
20af2394
CY
15482012-02-19 Chong Yidong <cyd@gnu.org>
1549
1550 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
1551 mode-line formats (Bug#10839).
1552
e23a3fbe
GM
15532012-02-18 Glenn Morris <rgm@gnu.org>
1554
b474519e
GM
1555 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
1556
1557 * mail/undigest.el (unforward-rmail-message): Doc fix.
1558
e23a3fbe
GM
1559 * saveplace.el (save-place-ignore-files-regexp): Add :version.
1560
57939ff4
EZ
15612012-02-18 Eli Zaretskii <eliz@gnu.org>
1562
1563 * international/characters.el (script-list): Sync with the latest
1564 Unicode Character Database.
1565
0c23686e
AS
15662012-02-18 Andreas Schwab <schwab@linux-m68k.org>
1567
1568 * international/titdic-cnv.el: Remove duplicate coding tag.
1569 * language/cham.el: Likewise.
1570 * language/tai-viet.el: Likewise.
1571
6818b449
GM
15722012-02-18 Glenn Morris <rgm@gnu.org>
1573
1574 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
1575 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
1576 (calendar-bahai-all-holidays-flag, calendar-other-dates):
1577 * calendar/diary-lib.el (diary-abbreviated-year-flag):
1578 * calendar/holidays.el (holiday-bahai-holidays)
1579 (calendar-holidays, list-holidays):
1580 Use utf-8 Bahá'í in doc-strings, menus, etc.
1581
0311a3fc
TH
15822012-02-17 Tassilo Horn <tassilo@member.fsf.org>
1583
1584 * saveplace.el (save-place-ignore-files-regexp): New variable
1585 allowing for excluding files from saving their location of point.
1586 The default value matches the temporary commit message editing
1587 files from Git, SVN, Bazaar, and Mercurial.
1588 (save-place-to-alist): Use it.
1589
eb864a71
LM
15902012-02-17 Lawrence Mitchell <wence@gmx.li>
1591 Stefan Monnier <monnier@iro.umontreal.ca>
1592
1593 * newcomment.el (uncomment-region-default): Don't leave extra space
1594 when an arg is provided (bug#8150).
1595
ee0ce425
TZ
15962012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1597
eb864a71 1598 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 1599
95ddf442
GM
16002012-02-17 Glenn Morris <rgm@gnu.org>
1601
1602 * net/socks.el: Require network-stream. (Bug#10599)
1603
48dd1e39 16042012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
1605
1606 * international/charprop.el:
1607 * international/uni-name.el:
1608 * international/uni-old-name.el:
1609 * international/uni-comment.el: Regenerate.
1610
d68cd087
GM
16112012-02-16 Glenn Morris <rgm@gnu.org>
1612
1613 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
1614 Interactively in calendar buffer, give an error if not on a date.
1615
13932042
GM
16162012-02-15 Glenn Morris <rgm@gnu.org>
1617
1618 * shell.el (shell-delimiter-argument-list):
1619 Revert 2011-02-17 change. (Bug#8027)
1620
c3a70e2b
CY
16212012-02-15 Chong Yidong <cyd@gnu.org>
1622
60236b0d
CY
1623 * minibuffer.el (completion-at-point-functions): Doc fix.
1624
c3a70e2b
CY
1625 * custom.el (defcustom): Doc fix; note use of defvar.
1626
9f26dc24
GM
16272012-02-15 Glenn Morris <rgm@gnu.org>
1628
1629 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
1630 Doc fixes.
1631
6546b134
GM
16322012-02-14 Glenn Morris <rgm@gnu.org>
1633
1634 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
1635
d29b2b4c
LI
16362012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1637
1638 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
1639 way the ports list is computed.
835bdcba
LI
1640 (smtpmail-query-smtp-server): Prompt the user for a port number if
1641 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 1642
08dcdbc9
TZ
16432012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1644
1645 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
1646
2605051a
GM
16472012-02-13 Glenn Morris <rgm@gnu.org>
1648
1649 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
1650
7ee99f32
TZ
16512012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1652
1653 * net/gnutls.el (gnutls-trustfiles): New variable.
1654 (gnutls-negotiate): Use it.
1655
5f0af64f
LI
16562012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1657
1658 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
1659 does its stuff if Gnus is running.
1660
c14fcc95
AM
16612012-02-13 Alan Mackenzie <acm@muc.de>
1662
1663 Fix a loop in c-set-fl-decl-start.
1664
7a71b18d 1665 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
1666 c-backward-syntactic-ws actually moves backwards.
1667
142b4d90
LL
16682012-02-13 Leo Liu <sdl.web@gmail.com>
1669
1670 * net/rcirc.el (rcirc-markup-attributes): Move point to the
1671 beginning so that all \C-o chars are removed.
1672
fa9958a6
TZ
16732012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1674
dc9924b8 1675 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 1676
0bc5886a
AM
16772012-02-12 Alan Mackenzie <acm@muc.de>
1678
1679 Fix infinite loop with long macros.
1680 * cc-engine.el (c-state-safe-place): Handle macros properly.
1681
d4bd55e7
CY
16822012-02-12 Chong Yidong <cyd@gnu.org>
1683
1684 * window.el (display-buffer): Doc fix (Bug#10785).
1685
66f3fe22
GM
16862012-02-12 Glenn Morris <rgm@gnu.org>
1687
bd7da63e
GM
1688 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1689 (x-disown-selection-internal, x-get-selection-internal):
1690 Sync docs with the xselect.c versions.
1691
66f3fe22
GM
1692 * allout-widgets.el: Add missing license notice.
1693
3e0d2fa7
GM
16942012-02-11 Glenn Morris <rgm@gnu.org>
1695
cfecdf09
GM
1696 * select.el (x-get-selection-internal, x-own-selection-internal)
1697 (x-disown-selection-internal):
1698 * x-dnd.el (x-get-selection-internal): Update declarations.
1699
6d216d7f
GM
1700 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
1701
2bed3f04
GM
1702 * window.el (window-sides-slots):
1703 * tool-bar.el (tool-bar-position):
1704 * term/xterm.el (xterm-extra-capabilities):
1705 * ses.el (ses-self-reference-early-detection):
1706 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
1707 (verilog-auto-wire-type)
1708 (verilog-auto-delete-trailing-whitespace)
1709 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
1710 (verilog-auto-tieoff-declaration):
1711 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
1712 (sql-oracle-statement-starters, sql-oracle-scan-on):
1713 * progmodes/prolog.el (prolog-align-comments-flag)
1714 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
1715 (prolog-left-indent-regexp, prolog-paren-indent-p)
1716 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
1717 (prolog-types, prolog-mode-specificators)
1718 (prolog-determinism-specificators, prolog-directives)
1719 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
1720 (prolog-electric-dot-flag)
1721 (prolog-electric-dot-full-predicate-template)
1722 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
1723 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
1724 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
1725 (prolog-program-switches, prolog-prompt-regexp)
1726 (prolog-debug-on-string, prolog-debug-off-string)
1727 (prolog-trace-on-string, prolog-trace-off-string)
1728 (prolog-zip-on-string, prolog-zip-off-string)
1729 (prolog-use-standard-consult-compile-method-flag)
1730 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
1731 (prolog-imenu-max-lines, prolog-info-predicate-index)
1732 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
1733 (prolog-char-quote-workaround):
1734 * progmodes/cc-vars.el (c-defun-tactic):
1735 * net/tramp.el (tramp-encoding-command-interactive)
1736 (tramp-local-end-of-line):
1737 * net/soap-client.el (soap-client):
1738 * net/netrc.el (netrc-file):
1739 * net/gnutls.el (gnutls):
1740 * minibuffer.el (completion-category-overrides)
1741 (completion-cycle-threshold)
1742 (completion-pcm-complete-word-inserts-delimiters):
1743 * man.el (Man-name-local-regexp):
1744 * mail/feedmail.el (feedmail-display-full-frame):
1745 * international/characters.el (glyphless-char-display-control):
1746 * eshell/em-ls.el (eshell-ls-date-format):
1747 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
1748 (lisp-lambda-list-keyword-parameter-indentation)
1749 (lisp-lambda-list-keyword-parameter-alignment):
1750 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
1751 * dired-x.el (dired-omit-verbose):
1752 * cus-theme.el (custom-theme-allow-multiple-selections):
1753 * calc/calc.el (calc-highlight-selections-with-faces)
1754 (calc-lu-field-reference, calc-lu-power-reference)
1755 (calc-note-threshold):
1756 * battery.el (battery-mode-line-limit):
1757 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1758 (archive-7z-update):
1759 * allout.el (allout-prefixed-keybindings)
1760 (allout-unprefixed-keybindings)
1761 (allout-inhibit-auto-fill-on-headline)
1762 (allout-flattened-numbering-abbreviation):
1763 * allout-widgets.el (allout-widgets-auto-activation)
1764 (allout-widgets-icons-dark-subdir)
1765 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
1766 (allout-widgets-theme-dark-background)
1767 (allout-widgets-theme-light-background)
1768 (allout-widgets-item-image-properties-emacs)
1769 (allout-widgets-item-image-properties-xemacs)
1770 (allout-widgets-run-unit-tests-on-load)
1771 (allout-widgets-time-decoration-activity)
1772 (allout-widgets-hook-error-post-time)
1773 (allout-widgets-track-decoration):
1774 Add missing :version tags to new defcustoms and defgroups.
1775
5fec1b8e
GM
1776 * progmodes/sql.el (sql-ansi-statement-starters)
1777 (sql-oracle-statement-starters): Add custom type.
1778
3e0d2fa7
GM
1779 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1780 (prolog-system-version): Give it a type.
1781
90b671e2
EZ
17822012-02-11 Eli Zaretskii <eliz@gnu.org>
1783
1784 * term/pc-win.el (x-select-text, x-selection-owner-p)
1785 (x-own-selection-internal, x-disown-selection-internal)
1786 (x-get-selection-internal): Sync doc strings and argument lists
1787 with xselect.c, common-win.el and x-win.el. (Bug#10783)
1788
5eac0c02
LL
17892012-02-11 Leo Liu <sdl.web@gmail.com>
1790
1791 * progmodes/python.el (python-end-of-statement): Fix infinite
1792 loop. (Bug#10788)
1793
f82cb659
GM
17942012-02-10 Glenn Morris <rgm@gnu.org>
1795
1796 * international/mule-cmds.el (unify-8859-on-encoding-mode)
1797 (unify-8859-on-decoding-mode): Properly mark as obsolete.
1798
cc26d239
LI
17992012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1800
1801 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
1802 about SMTP before checking the From header.
1803
91027d08 1804 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
1805 into own function for reuse by emacsbug.el.
1806
1be3ca5a
LL
18072012-02-10 Leo Liu <sdl.web@gmail.com>
1808
1809 * subr.el (condition-case-unless-debug): Rename from
1810 condition-case-no-debug. All callers changed.
1811 (with-demoted-errors): Fix caller.
1812
1813 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1814 * nxml/rng-valid.el (rng-do-some-validation):
1815 * emacs-lisp/package.el (package-refresh-contents)
1816 (package-menu-execute):
1817 * desktop.el (desktop-create-buffer):
91027d08 1818 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 1819
b011fbfe
GM
18202012-02-10 Glenn Morris <rgm@gnu.org>
1821
b2096d72
GM
1822 * textmodes/bibtex.el:
1823 Add missing :version tags for new/changed defcustoms.
1824
b011fbfe
GM
1825 * files.el (remote-file-name-inhibit-cache): Doc fixes.
1826
4c7e65bf
LI
18272012-02-09 Lars Ingebrigtsen <larsi@rusty>
1828
1829 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1830 (smtpmail-via-smtp): Use it, or fall back on the From address.
1831 (smtpmail-send-it): Ditto.
1832
f3934f6f
SM
18332012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1834
1835 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1836 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
1837 (byte-compile-tmp-var): New const.
1838 (byte-compile-defvar): Use it to minimize .elc size.
1839 Just use `defvar' rather than simulate it (bug#10761).
1840
a075a2c5
GM
18412012-02-09 Glenn Morris <rgm@gnu.org>
1842
cf3aa21b
GM
1843 * files.el (rename-uniquely): Doc fix. (Bug#3806)
1844
354998cd
GM
1845 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1846 Add :version tags.
1847
dc9924b8
SM
1848 * progmodes/compile.el (compilation-error-screen-columns)
1849 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 1850
dab3703d
GM
1851 * vc/log-view.el (log-view-toggle-entry-display):
1852 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1853
3f88cd72
GM
1854 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1855 (report-emacs-bug-can-use-xdg-email):
1856 (report-emacs-bug-insert-to-mailer): Doc fixes.
1857 (report-emacs-bug): Message fix.
1858
d95b247d
GM
1859 * net/browse-url.el (browse-url-can-use-xdg-open)
1860 (browse-url-xdg-open): Doc fixes.
1861
a075a2c5
GM
1862 * electric.el (electric-indent-mode, electric-pair-mode)
1863 (electric-layout-rules, electric-layout-mode): Doc fixes.
1864 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1865
ffb6157e
MR
18662012-02-08 Martin Rudalics <rudalics@gmx.at>
1867
1868 * server.el (server-unselect-display): Don't inadvertently kill
1869 the current buffer. (Bug#10729)
1870
e1ac4066
GM
18712012-02-08 Glenn Morris <rgm@gnu.org>
1872
34e8a2da
GM
1873 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1874 (sql-list-table): Doc fixes.
1875
b4ac6e8c
GM
1876 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1877 Comment out (does nothing).
1878
e1ac4066
GM
1879 * completion.el (dynamic-completion-mode):
1880 * dirtrack.el (dirtrack-debug-mode):
1881 * electric.el (electric-layout-mode):
1882 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1883 * face-remap.el (text-scale-mode, buffer-face-mode):
1884 * iimage.el (iimage-mode):
1885 * image-mode.el (image-transform-mode):
1886 * minibuffer.el (completion-in-region-mode):
1887 * scroll-lock.el (scroll-lock-mode):
1888 * simple.el (next-error-follow-minor-mode):
1889 * tar-mode.el (tar-subfile-mode):
1890 * tooltip.el (tooltip-mode):
1891 * vcursor.el (vcursor-use-vcursor-map):
1892 * wid-browse.el (widget-minor-mode):
1893 * emulation/tpu-edt.el (tpu-edt-mode):
1894 * emulation/tpu-extras.el (tpu-cursor-free-mode):
1895 * international/iso-ascii.el (iso-ascii-mode):
1896 * language/thai-util.el (thai-word-mode):
1897 * mail/supercite.el (sc-minor-mode):
1898 * net/goto-addr.el (goto-address-mode):
1899 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1900 * progmodes/cwarn.el (cwarn-mode):
1901 * progmodes/flymake.el (flymake-mode):
1902 * progmodes/glasses.el (glasses-mode):
1903 * progmodes/hideshow.el (hs-minor-mode):
1904 * progmodes/pascal.el (pascal-outline-mode):
1905 * textmodes/enriched.el (enriched-mode):
1906 * vc/smerge-mode.el (smerge-mode):
1907 Doc fixes (minor mode argument).
1908
5e0d957f
EZ
19092012-02-07 Eli Zaretskii <eliz@gnu.org>
1910
1911 * ls-lisp.el (ls-lisp-sanitize): New function.
1912 (ls-lisp-insert-directory): Use it to fix or remove any elements
1913 in file-alist with missing attributes. (Bug#4673)
1914
98d7371e
AM
19152012-02-07 Alan Mackenzie <acm@muc.de>
1916
1917 Fix spurious recognition of c-in-knr-argdecl.
1918
1919 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1920 putative K&R region.
1921
667ced3a
AM
19222012-02-07 Alan Mackenzie <acm@muc.de>
1923
eb864a71
LM
1924 * progmodes/cc-engine.el (c-forward-objc-directive):
1925 Prevent looping in "#pragma mark @implementation".
667ced3a 1926
5b77774d
MA
19272012-02-07 Michael Albinus <michael.albinus@gmx.de>
1928
1929 * notifications.el (notifications-on-closed-signal): Make `reason'
1930 optional. (Bug#10744)
1931
af008560
GM
19322012-02-07 Glenn Morris <rgm@gnu.org>
1933
60d47423
GM
1934 * emacs-lisp/easy-mmode.el (define-minor-mode):
1935 Doc fixes for the macro and the mode it defines.
1936
dd605cc4
GM
1937 * image.el (imagemagick-types-inhibit): Doc fix.
1938
af008560
GM
1939 * cus-start.el (imagemagick-render-type): Add it.
1940
5cc59a37
LI
19412012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1942
1943 * progmodes/cc-mode.el
1944 (c-standard-font-lock-fontify-region-function): Set the default at
1945 load time, too, so that `font-lock-fontify-buffer' can be called
1946 without setting up the entire mode first. This fixes a bug in
1947 `mm-inline-text' with C MIME parts.
1948
9a6dd747
CY
19492012-02-06 Chong Yidong <cyd@gnu.org>
1950
2d16b285
CY
1951 * simple.el (list-processes--refresh): Delete exited processes
1952 (Bug#8094).
1953
171e9b6e
CY
1954 * comint.el (comint-next-prompt): next-single-char-property-change
1955 and prev-single-char-property-change never return nil (Bug#8657).
1956
9a6dd747
CY
1957 * custom.el (defcustom): Doc fix (Bug#9711).
1958
aa4589a7
CY
19592012-02-05 Chong Yidong <cyd@gnu.org>
1960
5c2a252f
CY
1961 * cus-edit.el (custom-variable-reset-backup): Quote the value
1962 before storing it in the customized-value property (Bug#6712).
4aab9006 1963 (custom-display): Add a customization type tag.
983b9602 1964 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 1965
aa4589a7
CY
1966 * wid-edit.el (widget-field-value-get): New optional arg to
1967 suppress trailing whitespace truncation.
1968 (character): Use it (Bug#2689).
1969
1ff980ae
AS
19702012-02-05 Andreas Schwab <schwab@linux-m68k.org>
1971
1972 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1973 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1974
03988c98
CY
19752012-02-05 Chong Yidong <cyd@gnu.org>
1976
eeb6cc88
CY
1977 * cus-edit.el (custom-variable-value-create): For mismatched
1978 types, show the current value (Bug#7600).
1979
03988c98
CY
1980 * custom.el (defcustom): Doc fix.
1981
f8cdeef0
GM
19822012-02-05 Glenn Morris <rgm@gnu.org>
1983
1984 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1985
0696d255
JB
19862012-02-05 Juanma Barranquero <lekktu@gmail.com>
1987
1988 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1989 (pp-buffer): Use `ignore-errors', `looking-at-p'.
1990 (pp-last-sexp): Use `looking-at-p'.
1991
34c99998
GM
19922012-02-04 Glenn Morris <rgm@gnu.org>
1993
8f05da42
GM
1994 * files.el (revert-buffer):
1995 Doc fix (mention revert-buffer-in-progress-p).
1996
f160676e
GM
1997 * emacs-lisp/ert-x.el (ert-simulate-command):
1998 Check deferred-action-list (which is obsolete) is bound.
1999
c7291ad9
GM
2000 * subr.el (with-wrapper-hook): Doc fixes.
2001
34c99998
GM
2002 * simple.el (filter-buffer-substring-functions)
2003 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
2004
6283a7d3
LL
20052012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
2006
2007 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
2008 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
2009
e96e3013
LL
20102012-02-04 Leo Liu <sdl.web@gmail.com>
2011
2012 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
2013
8ded50f2
GM
20142012-02-04 Glenn Morris <rgm@gnu.org>
2015
82ff1d13
GM
2016 * image.el (image-extension-data): Add obsolete alias.
2017
987a0a16
GM
2018 * isearch.el (isearch-update): Doc fix.
2019
ea32ef46
GM
2020 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
2021
8ded50f2
GM
2022 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
2023
eea14f31
GM
20242012-02-03 Glenn Morris <rgm@gnu.org>
2025
2026 * image.el (image-animated-p): Doc fix. Use image-animated-types.
2027 (image-animate-timeout): Doc fix.
2028
2029 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
2030
12f381b7
GM
20312012-02-02 Glenn Morris <rgm@gnu.org>
2032
953cebf5
GM
2033 * server.el (server-auth-dir): Doc fix.
2034 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
2035
12f381b7
GM
2036 * subr.el (run-mode-hooks): Doc fix.
2037
953a8c3b
JL
20382012-02-02 Juri Linkov <juri@jurta.org>
2039
2040 * image-mode.el (image-toggle-display-image): Remove tautological
2041 `major-mode' from the `derived-mode-p' test.
2042
c5d3843c
KH
20432012-02-02 Kenichi Handa <handa@m17n.org>
2044
9f6e692e 2045 * composite.el (compose-region): Cancel previous change.
c5d3843c 2046
159462d4 20472012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
2048
2049 * composite.el (compose-region, compose-string): Signal error for
2050 a null string component (Bug#6988).
2051
9f562668
CY
20522012-02-01 Chong Yidong <cyd@gnu.org>
2053
e2cef717
CY
2054 * view.el (view-buffer-other-window, view-buffer-other-frame):
2055 Handle special modes like view-buffer (Bug#10650).
2056 (view-buffer): Simplify.
2057
9f562668
CY
2058 * frame.el (set-frame-font): Tweak meaning of third argument.
2059
9f6e692e
JB
2060 * dynamic-setting.el (font-setting-change-default-font):
2061 Use set-frame-font (Bug#9982).
9f562668 2062
781acb9f
GM
20632012-02-01 Glenn Morris <rgm@gnu.org>
2064
6035be52
GM
2065 * progmodes/compile.el (compilation-internal-error-properties):
2066 Respect compilation-first-column in the "*compilation*" buffer.
2067
781acb9f
GM
2068 * emacs-lisp/easy-mmode.el (define-minor-mode):
2069 Relax :variable's test for a named function.
2070
abbceb00
AM
20712012-01-31 Alan Mackenzie <acm@muc.de>
2072
2073 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
2074 off by one error.
2075
fce3fdeb
CY
20762012-01-31 Chong Yidong <cyd@gnu.org>
2077
2078 * frame.el (set-frame-font): New arg ALL-FRAMES.
2079
2080 * menu-bar.el (menu-set-font): Use set-frame-font.
2081
2082 * faces.el (face-spec-reset-face): Don't apply unspecified
2083 attribute values to the default face.
2084
47893581
JB
20852012-01-31 Juanma Barranquero <lekktu@gmail.com>
2086
2087 * progmodes/cwarn.el (cwarn): Remove dead link.
2088 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
2089 Remove * from defcustom docstrings.
2090 (turn-on-cwarn-mode): Make obsolete.
2091 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
2092 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
2093
e58e988a
GM
20942012-01-31 Glenn Morris <rgm@gnu.org>
2095
60dc2671 2096 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 2097 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 2098 Allow named functions to be used as the cdr of :variable.
e58e988a 2099
7a3f511d
GM
21002012-01-30 Glenn Morris <rgm@gnu.org>
2101
2102 * emacs-lisp/authors.el (authors-fixed-entries):
2103 Remove reference to deleted file rnewspost.el.
2104
cb882333
JB
21052012-01-29 Juanma Barranquero <lekktu@gmail.com>
2106
2107 * window.el (window-with-parameter): Remove unused variable `windows'.
2108 (window--side-check): Remove unused variable `code'.
2109 (window--resize-siblings): Remove unused variable `first'.
2110 (adjust-window-trailing-edge): Remove unused variable `failed'.
2111 (window-deletable-p, window--delete): Remove unused variable `buffer'.
2112 Use `let', not `let*'.
2113 (balance-windows-2): Remove unused variable `found'.
2114 (window--state-put-2): Remove unused variable `splits'.
2115 (window-state-put): Remove unused variable `selected'.
2116 (same-window-p): Use `string-match-p'.
2117 (display-buffer-assq-regexp): Remove unused variable `value'.
2118 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2119 Mark argument ALIST as ignored.
2120 (pop-to-buffer): Remove unused variable `old-window'.
2121
907201af
EZ
21222012-01-29 Eli Zaretskii <eliz@gnu.org>
2123
2124 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
2125 and .lzma compressed files.
2126
ea162670
CY
21272012-01-29 Chong Yidong <cyd@gnu.org>
2128
5b95ee8a
CY
2129 * frame.el (window-system-default-frame-alist): Doc fix.
2130
ea162670
CY
2131 * dynamic-setting.el (font-setting-change-default-font): Don't
2132 change the default face if SET-FONT argument is non-nil (Bug#9982).
2133
d6e6f4b1
SB
21342012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
2135
2136 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
2137
0f29fa41 21382012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
2139
2140 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
2141 breakpoints in files outside current directory (Bug#6098).
2142
db174434
CY
21432012-01-29 Chong Yidong <cyd@gnu.org>
2144
6b25e4e2
SE
2145 * progmodes/python.el: Require ansi-color at top-level.
2146
6df6ae42
JB
2147 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
2148 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
2149 (lisp-mode-abbrev-table): Add doc.
2150 (lisp-mode-variables): Don't set local-abbrev-table.
2151 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
2152
e70ee681
RW
21532012-01-28 Roland Winkler <winkler@gnu.org>
2154
2155 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
2156
ace88aa2
RW
21572012-01-28 Roland Winkler <winkler@gnu.org>
2158
2159 * textmodes/bibtex.el (bibtex-entry-alist): New function.
2160 (bibtex-set-dialect): Use it. Either set global values of
2161 dialect-dependent variables or bind these variables buffer-locally
2162 (Bug#10254).
2163 (bibtex-mode): Call bibtex-set-dialect via
2164 hack-local-variables-hook.
eb864a71
LM
2165 (bibtex-dialect): Update docstring.
2166 Add safe-local-variable predicate.
ace88aa2
RW
2167 (bibtex-entry-alist, bibtex-field-alist): Initialize via
2168 bibtex-set-dialect.
2169 (bibtex-mode-map): Define menu for each dialect.
2170 (bibtex-entry): Fix docstring.
2171
93376c5b
CY
21722012-01-28 Chong Yidong <cyd@gnu.org>
2173
2174 * eshell/esh-arg.el (eshell-quote-argument): New function.
2175
2176 * eshell/esh-ext.el (eshell-invoke-batch-file):
2177 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
2178 first arg to eshell-parse-command (Bug#10523).
2179
4372494f
DA
21802012-01-28 Drew Adams <drew.adams@oracle.com>
2181
2182 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
2183 `default-directory' is non-nil.
2184
4d4ec1f8
EZ
21852012-01-28 Eli Zaretskii <eliz@gnu.org>
2186
2187 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
2188 line that displays system-configuration-options. (Bug#9924)
2189
7c188927
DA
21902012-01-28 Drew Adams <drew.adams@oracle.com>
2191
2192 * descr-text.el (describe-char): Show information about POS, in
2193 addition to information about the character at POS. Improve and
2194 update the doc string. Change "code point" to "code point in
2195 charset", to avoid confusion with the character's Unicode code
2196 point shown above that. (Bug#10129)
2197
e0da685a
EZ
21982012-01-28 Eli Zaretskii <eliz@gnu.org>
2199
2200 * descr-text.el (describe-char): Show the raw character, not only
2201 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
2202 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
2203 for the reasons.
2204
70550acf
PH
22052012-01-28 Phil Hagelberg <phil@hagelb.org>
2206
eb864a71
LM
2207 * emacs-lisp/package.el (package-install):
2208 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 2209
0ce8e868
CY
22102012-01-28 Chong Yidong <cyd@gnu.org>
2211
cb882333
JB
2212 * emacs-lisp/package.el (package-maybe-load-descriptor):
2213 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
2214 (package-maybe-load-descriptor): Use it.
2215 (package-download-transaction): Fully load required packages
2216 inside the loop, so that `require' calls work (Bug#10593).
2217 (package-install): No need to call package-initialize now.
2218
2e7f3bea
CY
22192012-01-28 Chong Yidong <cyd@gnu.org>
2220
6e9bad14
CY
2221 * simple.el (deactivate-mark): Doc fix (Bug#8614).
2222
f823b8ca
CY
2223 * tooltip.el (tooltip-mode): Doc fix.
2224 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
2225
2680c309
CY
2226 * frame.el (set-cursor-color): Doc fix (Bug#352).
2227
d7a9e63b
CY
2228 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
2229 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
2230
2e7f3bea
CY
2231 * cus-edit.el (custom-buffer-create-internal): Fix search button
2232 action (Bug#10542).
2ae01800 2233 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 2234
fc4f7a23
EW
22352012-01-27 Eduard Wiebe <usenet@pusto.de>
2236
2237 * dired.el (dired-mark-files-regexp):
2238 Include any subdirectory components. (Bug#10445)
2239
7dd37071
ML
22402012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
2241
2242 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
2243 Handle [host]:port syntax. (Bug#10533)
2244
a268160b
AH
22452012-01-27 Alex Harsanyi <harsanyi@mac.com>
2246
2247 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
2248
e43273ef
GM
22492012-01-26 Glenn Morris <rgm@gnu.org>
2250
2251 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
2252 * term.el (term-raw-escape-map): Use Control-X-prefix.
2253 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
2254
1edf595d
MR
22552012-01-25 Martin Rudalics <rudalics@gmx.at>
2256
2257 * window.el (window-state-get, window--state-get-1): Don't deal
2258 with fixed-sizeness of windows. Simplify code.
2259
fa8eafef
JC
22602012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
2261
6df6ae42
JB
2262 * window.el (window--state-get-1, window--state-put-2):
2263 Don't save and restore the mark.
fa8eafef 2264
0b21c100
CY
22652012-01-25 Chong Yidong <cyd@gnu.org>
2266
2267 * custom.el (custom-variable-p): Doc fix.
2268
5ae1a6c8
GM
22692012-01-25 Glenn Morris <rgm@gnu.org>
2270
40047858
GM
2271 * dired.el (dired-goto-file): Handle some of the more common
2272 characters that `ls -b' escapes. (Bug#10596)
2273
5ddce96c
GM
2274 * progmodes/compile.el (compilation-next-error-function):
2275 Respect compilation-first-column in the "*compilation*" buffer.
2276 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
2277
5ae1a6c8
GM
2278 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
2279
b559f1a9
GM
22802012-01-24 Glenn Morris <rgm@gnu.org>
2281
2282 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
2283
6725d21a
JD
22842012-01-24 Julien Danjou <julien@danjou.info>
2285
2286 * color.el (color-rgb-to-hsl): Fix value computing.
2287 (color-hue-to-rgb): New function.
2288 (color-hsl-to-rgb): New function.
2289 (color-clamp, color-saturate-hsl, color-saturate-name)
2290 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2291 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2292
70df4bbe
GM
22932012-01-24 Glenn Morris <rgm@gnu.org>
2294
2295 * vc/vc-rcs.el (vc-rcs-create-tag):
2296 * vc/vc-sccs.el (vc-sccs-create-tag):
2297 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
2298
802a2ae2
ML
22992012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
2300
2301 * eshell/esh-util.el (eshell-read-hosts-file):
2302 Skip comment lines. (Bug#10549)
2303
d7128bb1
ML
2304 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
2305
d1a5c3b4
JB
23062012-01-23 Juanma Barranquero <lekktu@gmail.com>
2307
2724d9c7
JB
2308 * subr.el (display-delayed-warnings): Doc fix.
2309 (collapse-delayed-warnings): New function to collapse identical
2310 adjacent warnings.
2311 (delayed-warnings-hook): Add it.
d1a5c3b4 2312
a5509865
MA
23132012-01-22 Michael Albinus <michael.albinus@gmx.de>
2314
2315 * net/tramp.el (tramp-action-login): Set connection property "login-as".
2316
2317 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
2318 properties, when "login-as" is set.
2319
2320 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
2321 (tramp-default-user-alist): Don't add "pscp".
2322 (tramp-do-copy-or-rename-file-out-of-band): Use connection
2323 property "login-as", if set. (Bug#10530)
2324
cc6d5805
MA
23252012-01-21 Michael Albinus <michael.albinus@gmx.de>
2326
2327 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
2328 "plink1" and "psftp". (Bug#10530)
2329
23302012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
2331
2332 * international/mule-cmds.el (prefer-coding-system): Show a
2333 warning message if the default value of file-name-coding-system
2334 was not changed.
2335
f0960428
JC
23362012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2337
cb882333
JB
2338 * windmove.el (windmove-reference-loc):
2339 Fix windmove-reference-loc miscalculation.
f0960428 2340
dd6f2a63
JB
23412012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2342
2343 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
2344 default unit.
2345
7b447e9b
GM
23462012-01-21 Glenn Morris <rgm@gnu.org>
2347
117a9ea1
GM
2348 * international/mule.el (auto-coding-alist): Add .tbz.
2349
7b447e9b
GM
2350 * files.el (local-enable-local-variables): Doc fix.
2351 (inhibit-local-variables-regexps): Rename from
2352 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
2353 Doc fix. Add some extensions from auto-coding-alist.
2354 (inhibit-local-variables-suffixes):
2355 Rename from inhibit-first-line-modes-suffixes. Doc fix.
2356 (inhibit-local-variables-p):
2357 New function, extracted from set-auto-mode-1.
2358 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
2359 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
2360 (hack-local-variables): Doc fix. Make the mode-only case
2361 respect enable-local-variables and friends.
2362 Respect inhibit-local-variables-regexps for file-locals, but
2363 not for directory-locals.
2364 (set-visited-file-name):
2365 Take account of inhibit-local-variables-regexps.
2366 Whether it applies may change as the file name is changed.
2367 * jka-cmpr-hook.el (jka-compr-install):
2368 * jka-compr.el (jka-compr-uninstall):
2369 Update for inhibit-first-line-modes-suffixes name change.
2370
dd6e3cdd
MR
23712012-01-20 Martin Rudalics <rudalics@gmx.at>
2372
2373 * help-macro.el (make-help-screen): Temporarily restore original
2374 binding for minor-mode-map-alist (Bug#10454).
2375
0d0deb38
JD
23762012-01-19 Julien Danjou <julien@danjou.info>
2377
2378 * color.el (color-name-to-rgb): Use the white color to find the max
2379 color component value and return correctly computed values.
2380 (color-name-to-rgb): Add missing float conversion for max value.
2381
34a02f46
MR
23822012-01-19 Martin Rudalics <rudalics@gmx.at>
2383
2384 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
2385 special state value for window-persistent-parameters.
2386 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
2387 (window--state-put-2): Reset all window parameters to nil before
2388 assigning values of persistent parameters.
2389
606c44c4
AM
23902012-01-18 Alan Mackenzie <acm@muc.de>
2391
2392 Eliminate sluggishness and hangs in fontification of "semicolon
2393 deserts".
2394
cb882333
JB
2395 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
2396 Change value 10000 -> 3000.
606c44c4
AM
2397 (c-state-safe-place): Reformulate so it doesn't stack up an
2398 infinite number of wrong entries in c-state-nonlit-pos-cache.
2399 (c-determine-limit-get-base, c-determine-limit): New functions to
2400 determine backward search limits disregarding literals.
2401 (c-find-decl-spots): Amend commenting.
2402 (c-cheap-inside-bracelist-p): New function which detects "={".
2403
2404 * progmodes/cc-fonts.el
2405 (c-make-font-lock-BO-decl-search-function): Give a limit to a
2406 backward search.
2407 (c-font-lock-declarations): Fix an occurrence of point being
2408 undefined. Check additionally for point being in a bracelist or
2409 near a macro invocation without a semicolon so as to avoid a
2410 fruitless time consuming search for a declarator. Give a more
2411 precise search limit for declarators using the new
2412 c-determine-limit.
2413
f3860cea
GM
24142012-01-18 Glenn Morris <rgm@gnu.org>
2415
2416 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
2417 (set-auto-mode): Doc fixes.
2418
1db03b16
GM
24192012-01-17 Glenn Morris <rgm@gnu.org>
2420
0e6038be
GM
2421 * isearch.el (search-nonincremental-instead): Fix doc typo.
2422
1db03b16
GM
2423 * dired.el (dired-insert-directory): Handle newlines in directory name.
2424 (dired-build-subdir-alist): Unescape newlines in directory name.
2425
4cb0aa75
MA
24262012-01-17 Michael Albinus <michael.albinus@gmx.de>
2427
2428 * net/tramp.el (tramp-local-end-of-line): New defcustom.
2429 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
2430 (tramp-action-terminal): Use it. (Bug#10530)
2431
1d00653d
SM
24322012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2433
2434 * minibuffer.el (completion--replace): Strip properties (bug#10062).
2435
6a6ee00d
MR
24362012-01-16 Martin Rudalics <rudalics@gmx.at>
2437
2438 * window.el (window-state-ignored-parameters): Remove variable.
2439 (window--state-get-1): Rename argument MARKERS to IGNORE.
2440 Handle persistent window parameters. Make copy of clone-of
2441 parameter only if requested. (Bug#10348)
2442 (window--state-put-2): Install a window parameter only if it has
2443 a non-nil value or an existing parameter shall be overwritten.
2444
97912def
MA
24452012-01-15 Michael Albinus <michael.albinus@gmx.de>
2446
2447 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
2448
688070a5
EZ
24492012-01-14 Eli Zaretskii <eliz@gnu.org>
2450
2451 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
2452 don't pass the (nil) value of `upnode' to string-match.
2453
301afadc
CY
24542012-01-14 Chong Yidong <cyd@gnu.org>
2455
2456 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 2457 Fix values recognized by the cursorBlink resource.
301afadc 2458
9e5788aa
PE
24592012-01-14 Paul Eggert <eggert@cs.ucla.edu>
2460
2461 * epg.el (epg--make-temp-file): Avoid permission race condition
2462 when running on old Emacs versions (bug#10403).
2463
3cdb7f5a
GM
24642012-01-14 Glenn Morris <rgm@gnu.org>
2465
2466 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
2467
8c82b1b4
AM
24682012-01-13 Alan Mackenzie <acm@muc.de>
2469
2470 Fix filling for when filladapt mode is enabled.
2471
2472 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
2473 c-mask-paragraph, pass in `fill-paragraph' rather than
2474 `fill-region-as-paragraph'. (This is a reversion of a previous
2475 change.)
eb864a71
LM
2476 * progmodes/cc-mode.el (c-basic-common-init):
2477 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 2478
e517eda4
GM
24792012-01-13 Glenn Morris <rgm@gnu.org>
2480
1498536e
GM
2481 * dired.el (dired-switches-escape-p): New function.
2482 (dired-insert-directory): Use dired-switches-escape-p.
2483 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
2484
e517eda4
GM
2485 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
2486
328f984d
GM
24872012-01-12 Glenn Morris <rgm@gnu.org>
2488
2489 * mail/sendmail.el (mail-mode): Update paragraph-separate for
2490 changes in adaptive-fill-regexp. (Bug#10276)
2491
2cc769a8
AM
24922012-01-11 Alan Mackenzie <acm@muc.de>
2493
2494 Fix Emacs bug #10463 - put `widen's around the critical spots.
2495
1d00653d 2496 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
2497 widen around each invocation of c-state-pp-to-literal. Remove an
2498 unused let variable.
2499
e52c37fa
GM
25002012-01-11 Glenn Morris <rgm@gnu.org>
2501
2502 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 2503 Doc fix.
e52c37fa 2504
96f8741e
CY
25052012-01-10 Chong Yidong <cyd@gnu.org>
2506
1d00653d
SM
2507 * net/network-stream.el (network-stream-open-starttls):
2508 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
2509 response to the capability command.
2510
b09a806e
GM
25112012-01-10 Glenn Morris <rgm@gnu.org>
2512
2513 * mail/unrmail.el (unrmail): Tweak previous change.
2514
7655cb66
CY
25152012-01-09 Chong Yidong <cyd@gnu.org>
2516
2517 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
2518
9d5a8f0b
AM
25192012-01-08 Alan Mackenzie <acm@muc.de>
2520
2521 Optimise font locking in long enum definitions.
2522
2523 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
2524 arm to a cond form to handle enums.
2525 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
2526 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
2527
9a0115ab 25282012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
2529
2530 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 2531 (Bug#10401)
6bb72cbd 2532
f186bb95
LMI
25332012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2534
29232a68
LMI
2535 * faces.el (set-face-attribute): Clarify the meaning of the nil
2536 frame (bug#10294).
2537
4e5d086d
LMI
2538 * subr.el (with-selected-frame): Mention that the selected frame
2539 is restored (bug#9980).
2540
8e66aebe
LMI
2541 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
2542 (bug#9759).
2543
cd394be1 2544 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
2545 (password-read): Don't autoload unused function.
2546
adf4e762
JB
25472012-01-07 Juanma Barranquero <lekktu@gmail.com>
2548
2549 * progmodes/which-func.el (which-func-mode): Turn into a
2550 non-interactive function and mark as obsolete (bug#10428).
2551
89bd9ccd
CY
25522012-01-06 Chong Yidong <cyd@gnu.org>
2553
2554 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
2555 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
2556 functions, along with 1 and -1.
2557
4afee9d5
EZ
25582012-01-06 Eli Zaretskii <eliz@gnu.org>
2559
2560 * time.el (display-time-load-average)
2561 (display-time-default-load-average): Doc fixes. See the thread
2562 starting at
2563 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
2564 for the details.
2565
536aea70
GM
25662012-01-06 Glenn Morris <rgm@gnu.org>
2567
665ae865
GM
2568 * mail/unrmail.el (unrmail): Give an explicit error if the input file
2569 has no messages. (Bug#10377)
2570
c869783d
GM
2571 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
2572 than Info-edit. (Bug#10385)
2573
2bb4227e
GM
2574 * time.el (display-time-load-average, display-time-next-load-average):
2575 Doc fixes.
2576
7d5944b9
GM
2577 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
2578 local setting of buffer-read-only to the input buffer. (Bug#10419)
2579
536aea70
GM
2580 * calendar/calendar.el (calendar-mode):
2581 Locally set scroll-margin to 0. (Bug#10379)
2582
7dccca16
UM
25832012-01-06 Ulrich Mueller <ulm@gentoo.org>
2584
2585 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
2586
afbb7930
GM
25872012-01-05 Glenn Morris <rgm@gnu.org>
2588
2589 * eshell/em-unix.el (diff-no-select): Autoload it.
2590 (eshell/diff): Use diff-no-select. (Bug#10420)
2591
04482335
CY
25922012-01-05 Chong Yidong <cyd@gnu.org>
2593
7baca3bc
CY
2594 * shell.el (shell-dynamic-complete-functions): Revert last change.
2595 (shell-command-completion-function): New function.
2596 (shell-completion-vars): Use it to implement
2597 shell-completion-execonly (Bug#10417).
2598
04482335
CY
2599 * custom.el (enable-theme): Don't set custom-safe-themes.
2600
1d00653d
SM
2601 * cus-theme.el (custom-theme-merge-theme):
2602 Ignore custom-enabled-themes and custom-safe-themes.
04482335 2603
bb5aa5d6
MM
26042012-01-05 Michael R. Mauger <mmaug@yahoo.com>
2605
2606 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
2607 first prompt in `sql-interacive-mode'.
2608 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 2609 keywords.
6df6ae42 2610 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
2611 (sql-product-interactive): Bug fix: Set `sql-buffer' in
2612 context of original buffer. Invoke `sql-login-hook'.
2613
a7183d7c
EZ
26142012-01-04 Eli Zaretskii <eliz@gnu.org>
2615
2616 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
2617 letters in cite-prefix.
2618
a1eacd1e
LMI
26192012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2620
2621 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
2622
787cdb34
CY
26232012-01-03 Chong Yidong <cyd@gnu.org>
2624
1d00653d
SM
2625 * shell.el (shell-dynamic-complete-functions):
2626 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
2627 comint-filename-completion first (Bug#10417).
2628
30710442
RS
26292012-01-02 Richard Stallman <rms@gnu.org>
2630
2631 * battery.el (battery-status-function):
2632 Detect when to use battery-yeeloong-sysfs.
2633 (battery-echo-area-format): Add string for Yeeloong.
2634 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
2635 (battery-yeeloong-sysfs): New function.
2636
f75bfc33
CY
26372012-01-02 Chong Yidong <cyd@gnu.org>
2638
2639 * dirtrack.el (dirtrack-list): Eliminate unused third element.
2640 (dirtrack): Merge code for handling relative filenames in prompt
2641 from shell-dir-cookie-watcher.
2642 (dirtrack-debug-message): New arg to avoid excess format calls.
2643
2644 * shell.el (shell-dir-cookie-re): Variable deleted.
2645 (shell-dir-cookie-watcher): Function deleted.
2646 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
2647 with dirtrack-mode.
2648
651e947e
EZ
26492012-01-01 Eli Zaretskii <eliz@gnu.org>
2650
1d00653d
SM
2651 * term/w32-win.el (dynamic-library-alist) <gnutls>:
2652 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
2653 libgnutls-26.dll.
2654
94d4c7dc
AS
26552011-12-31 Andreas Schwab <schwab@linux-m68k.org>
2656
2657 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
2658
8d43f3cd
EZ
26592011-12-31 Eli Zaretskii <eliz@gnu.org>
2660
2661 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
2662 headers of non-MIME messages, when rmail-enable-mime is non-nil.
2663
98c8795a
MA
26642011-12-29 Michael Albinus <michael.albinus@gmx.de>
2665
2666 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
2667 also for alternative shells.
2668 (tramp-open-connection-setup-interactive-shell): Check, whether
2669 the shell is a busybox.
2670 (tramp-send-command): Don't suppress multiple prompts for
2671 busyboxes, it hurts.
2672
51281b32
CY
26732011-12-28 Chong Yidong <cyd@gnu.org>
2674
2675 * progmodes/gdb-mi.el (gdb-get-source-file-list)
2676 (gdb-get-source-file): Move mode line update to
2677 gdb-get-source-file (Bug#10087).
2678
2170cb53
CY
26792011-12-25 Chong Yidong <cyd@gnu.org>
2680
2681 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
2682 gud-gdb-marker-filter without taking it as an argument.
2683 (gud-gdb-run-command-fetch-lines): Caller changed.
2684 (gud-gdb-completion-function): New variable.
2685 (gud-gdb-completion-at-point): Use it.
2686 (gud-gdb-completions-1): Split from gud-gdb-completions.
2687
2688 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
2689 function as separate arguments.
2690 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
2691 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
2692 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
2693 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
2694 (gdb-stopped, def-gdb-auto-update-trigger)
2695 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
2696 (gdb-get-changed-registers, gdb-get-main-selected-frame):
2697 Callers changed.
2170cb53
CY
2698 (gud-gdbmi-completions): New function.
2699 (gdb): Use it for generating the completion table.
2700
be8b11bb
AM
27012011-12-24 Alan Mackenzie <acm@muc.de>
2702
2703 Introduce a mechanism to widen the region used in context font
1d00653d 2704 locking. Use this to protect declarations from losing their contexts.
be8b11bb 2705
1d00653d
SM
2706 * progmodes/cc-langs.el (c-before-font-lock-functions):
2707 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 2708 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
2709 functions to be run just before context (etc.) font locking.
2710
2711 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 2712 New, functionality extracted from
be8b11bb 2713 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 2714 (c-in-after-change-fontification): New variable.
be8b11bb
AM
2715 (c-after-change): Set c-in-after-change-fontification.
2716 (c-set-fl-decl-start): Rejig its interface, so it can be called
2717 from both after-change and context fontifying.
b81d40f0
JB
2718 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
2719 New functions.
2720 (c-standard-font-lock-fontify-region-function): New variable.
2721 (c-font-lock-fontify-region): New function.
be8b11bb 2722
341cf6ac
JL
27232011-12-24 Juri Linkov <juri@jurta.org>
2724
2725 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
2726 (Bug#10348)
2727
bffcee0a
MA
27282011-12-23 Michael Albinus <michael.albinus@gmx.de>
2729
2730 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
2731 existence of source file. (Bug#10325)
2732
cb5e207c
AM
27332011-12-23 Alan Mackenzie <acm@muc.de>
2734
2735 Fix unstable fontification inside templates.
2736
b81d40f0
JB
2737 * progmodes/cc-langs.el (c-before-font-lock-functions):
2738 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
2739 additionally has c-set-fl-decl-start. The other languages (apart
2740 from AWK) have that as a single entry.
2741
b81d40f0
JB
2742 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2743 The functionality for "local" declarations has been extracted to
cb5e207c
AM
2744 c-set-fl-decl-start.
2745
b81d40f0
JB
2746 * progmodes/cc-mode.el (c-common-init, c-after-change):
2747 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
2748 (c-set-fl-decl-start): New function, extracted from
2749 c-font-lock-enclosing-decls and enhanced.
2750
60ff536c
JB
27512011-12-23 Juanma Barranquero <lekktu@gmail.com>
2752
2753 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
2754
1c4757d6
JL
27552011-12-22 Juri Linkov <juri@jurta.org>
2756
2757 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
2758
d031f2c7
CY
27592011-12-22 Chong Yidong <cyd@gnu.org>
2760
2761 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
2762
bace743a
DA
27632011-12-21 Drew Adams <drew.adams@oracle.com>
2764
2765 * files.el (file-remote-p): Fix docstring. (Bug#10319)
2766
728a1f2b
JC
27672011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2768
2769 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
2770
0d373f73
TZ
27712011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
2772
fec0aaa4
TZ
2773 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
2774 highlighting and support. Fix up comments for capitalization.
2775 (cfengine-mode-debug): New var.
2776 (cfengine3-mode): Change the modeline indicator to "CFE3".
2777 (cfengine3-font-lock-keywords): Improve defun highlighting.
2778 (cfengine2-actions): Rename from `cfengine-actions'.
2779 (cfengine2-font-lock-keywords): Rename from
2780 `cfengine-font-lock-keywords'.
2781 (cfengine2-imenu-expression): Rename from
2782 `cfengine-imenu-expression'.
2783 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2784 (cfengine2-beginning-of-defun): Rename from
2785 `cfengine-beginning-of-defun'.
2786 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2787 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2788 (cfengine2-mode): Rename from `cfengine-mode'. Change the
2789 modeline indicator to "CFE2".
2790 (cfengine-mode): Defalias to `cfengine-auto-mode'.
2791 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 2792
bc86f573
CY
27932011-12-21 Chong Yidong <cyd@gnu.org>
2794
2795 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
2796 filename argument.
2797
d45ba96b
MR
27982011-12-20 Martin Rudalics <rudalics@gmx.at>
2799
2800 * window.el (window-normalize-buffer-to-display): Remove.
2801 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
2802
a6198c90
CY
28032011-12-19 Chong Yidong <cyd@gnu.org>
2804
2805 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
2806 Don't signal an error in a predicate function; return non-nil.
2807 (vc-dir-mark-file): Move the error here.
2808 (vc-dir-mark-unmark): If acting on the region, keep going if one
2809 of the entries cannot be marked/unmarked.
2810 (vc-dir-mark-all-files): If current entry is a directory, mark
2811 only child files, as documented.
2812
34c5fb55
VB
28132011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
2814
2815 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2816 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2817 addition.
2818
c803b2b7
JD
28192011-12-18 Jan Djärv <jan.h.d@swipnet.se>
2820
2821 * term/ns-win.el (ns-get-selection-internal)
2822 (ns-store-selection-internal): Declare.
1154d12e
JB
2823 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2824 Declare as obsolete.
2825 (ns-get-pasteboard, ns-paste-secondary):
2826 Use ns-get-selection-internal.
2827 (ns-set-pasteboard, ns-copy-including-secondary):
2828 Use ns-store-selection-internal.
c803b2b7 2829
9cff91f8 28302011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
2831
2832 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 2833 (vc-deduce-fileset): Doc fix.
99a289d9 2834
f16c898a
AS
28352011-12-16 Andreas Schwab <schwab@linux-m68k.org>
2836
2837 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2838
763237c4
SS
28392011-12-13 Sam Steingold <sds@gnu.org>
2840
2841 * man.el (Man-getpage-in-background): When running under a
2842 window-system, ignore $MANWIDTH and $COLUMNS.
2843
5fc1c122
KH
28442011-12-15 Kenichi Handa <handa@m17n.org>
2845
2846 * language/ethio-util.el: Change coding tag to utf-8-emacs.
2847 (setup-ethiopic-environment-internal): Comment out key-binding for
2848 ethio-toggle-punctuation.
2849
13d49cbb
AM
28502011-12-13 Alan Mackenzie <acm@muc.de>
2851
898169a2
AM
2852 Add the switch statement to AWK Mode.
2853
7a71b18d 2854 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
2855 "default" to the keywords regexp.
2856
7a71b18d 2857 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 2858 expression as the rest.
1d00653d
SM
2859 (c-nonlabel-token-key): Allow string literals for AWK.
2860 Refactor for the other modes.
898169a2 2861
13d49cbb 2862 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 2863 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
2864 routines. Limit backward searching in c-font-lock-enclosing.decl.
2865
2866 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2867 pp-state and literal type in addition to the limits.
1d00653d 2868 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 2869 (c-state-literal-at): Use the above new defun.
1d00653d
SM
2870 (c-slow-in-literal, c-fast-in-literal): Remove.
2871 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
2872
2873 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2874 being in a literal. Add a limit for backward searching.
2875
2876 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2877 c-slow-in-literal.
2878
15e0efc7
SM
28792011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2880
2881 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2882
454592a6
MR
28832011-12-13 Martin Rudalics <rudalics@gmx.at>
2884
2885 * window.el (delete-other-windows): Use correct frame in call to
2886 window-with-parameter.
2887
87393f26
DP
28882011-12-12 Daniel Pfeiffer <occitan@t-online.de>
2889
2890 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2891 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2892 (makefile-gmake-statements, makefile-makepp-statements):
2893 Use it and add new makepp keywords.
2894 (makefile-makepp-font-lock-keywords): Add new patterns.
2895 (makefile-match-function-end): Match new [...] and [[...]].
2896
11636b22
JB
28972011-12-11 Juanma Barranquero <lekktu@gmail.com>
2898
2899 * ses.el (ses-call-printer-return, ses-cell-property-get)
2900 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2901 (ses-create-cell-variable, ses-reset-header-string)
2902 (ses-cell-set-formula, ses-repair-cell-reference-all)
2903 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2904 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2905 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2906 (ses-aset-with-undo, ses-load, ses-truncate-cell)
2907 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2908 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2909 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2910 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2911 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2912 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2913 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2914 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2915
cf018193
VB
29162011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
2917
2918 * ses.el: The overall change is to add cell renaming, that is
2919 setting fancy names for cell symbols other than name matching
2920 "\\`[A-Z]+[0-9]+\\'" regexp .
2921 (ses-create-cell-variable): New defun.
2922 (ses-relocate-formula): Relocate formulas only for cells the
2923 symbols of which are not renamed, i.e. symbols whose names do not
2924 match regexp "\\`[A-Z]+[0-9]+\\'".
2925 (ses-relocate-all): Relocate values only for cells the symbols of
2926 which are not renamed.
2927 (ses-load): Create cells variables as the (ses-cell ...) are read,
2928 in order to check row col consistency with cell symbol name only
2929 for cells that are not renamed.
2930 (ses-replace-name-in-formula): New defun.
2931 (ses-rename-cell): New defun.
2932
ee957461
CY
29332011-12-11 Chong Yidong <cyd@gnu.org>
2934
2935 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2936 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2937
9a9e9ef0
MR
29382011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
2939
2940 * window.el (other-window): Fix docstring.
2941
92a8eba5
EZ
29422011-12-10 Eli Zaretskii <eliz@gnu.org>
2943
2944 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
2945 `from' or `to' address before taking its substring.
2946 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
2947 encoded name is chopped in the middle of the encoded string, and
2948 thus displayed encoded.
2949
e152e577
JB
29502011-12-10 Juanma Barranquero <lekktu@gmail.com>
2951
2952 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2953
e5d84bfe
EZ
29542011-12-10 Eli Zaretskii <eliz@gnu.org>
2955
2956 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
2957 to use texinfo-update-node and commands that call it if the
2958 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 2959 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
2960 (texinfo-all-menus-update, texinfo-master-menu)
2961 (texinfo-update-node, texinfo-every-node-update)
2962 (texinfo-multiple-files-update): Doc fix. Warn against updating
2963 all the @node lines.
2964 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
2965 argument is numeric. Explain better in the doc string what the
2966 function really does.
2967 (texinfo-insert-master-menu-list): Improve the error message
2968 displayed if there's no menu in the Top node.
2969 (Bug#2975) See also this thread:
e5d84bfe
EZ
2970 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2971
1d84e9bb
MG
29722011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
2973
2974 * speedbar.el (speedbar-supported-extension-expressions):
2975 Add .adb and .ads, commonly used for Ada source code (bug#10256).
2976
382c953b
JB
29772011-12-09 Juanma Barranquero <lekktu@gmail.com>
2978
2979 * printing.el (pr-mode-alist):
2980 * simple.el (filter-buffer-substring-functions)
2981 (completion-list-insert-choice-function):
2982 * window.el (window-with-parameter, window-atom-root)
2983 (window-sides-slots, window-size-fixed, window-min-delta)
2984 (window-max-delta, window--resize-mini-window)
2985 (window--resize-child-windows-normal, window-tree)
2986 (delete-other-windows, quit-window, split-window)
2987 (display-buffer-record-window, special-display-buffer-names)
2988 (special-display-regexps, special-display-popup-frame)
2989 (same-window-p, split-window-sensibly)
2990 (display-buffer-overriding-action, display-buffer-alist)
2991 (display-buffer-base-action, display-buffer, switch-to-buffer)
2992 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2993 (fit-window-to-buffer, recenter-positions)
2994 (mouse-autoselect-window-state, mouse-autoselect-window-select):
2995 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2996 and remove unneeded backslashes in docstrings.
2997
39c9faef
SM
29982011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2999
98449af8
SM
3000 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
3001
39c9faef
SM
3002 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
3003 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
3004 end in ".mk".
3005 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
3006 when reading the makefile (bug#10116).
3007
86ed9fdc
SM
30082011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3009
3010 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
3011 (bug#10116).
3012
5580f89d
GM
30132011-12-06 Glenn Morris <rgm@gnu.org>
3014
3015 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
3016
28d3917c
CY
30172011-12-06 Chong Yidong <cyd@gnu.org>
3018
3019 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
3020
a98edce9
JB
30212011-12-06 Juanma Barranquero <lekktu@gmail.com>
3022
3023 * textmodes/table.el (table-shorten-cell): Fix typo.
3024
e65adfac
CG
30252011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
3026
3027 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
3028
71cc0b74
EZ
30292011-12-05 Eli Zaretskii <eliz@gnu.org>
3030
3031 * descr-text.el (describe-char): Fix display of strong
3032 right-to-left characters and directional embeddings and overrides.
3033
3034 * simple.el (what-cursor-position): Fix display of codepoints of
3035 strong right-to-left characters.
3036
315bc30d
CY
30372011-12-05 Chong Yidong <cyd@gnu.org>
3038
3039 * faces.el (read-color): Doc fix.
3040
58a70b94
GM
30412011-12-05 Glenn Morris <rgm@gnu.org>
3042
3043 * align.el (align--set-marker): Add doc-string.
3044 Don't try to move something that is not a marker. (Bug#10216)
3045
5158face
GM
30462011-12-04 Glenn Morris <rgm@gnu.org>
3047
3048 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
3049 overly zealous deletion of trailing whitespace.
3050
520fca41
JB
30512011-12-04 Juanma Barranquero <lekktu@gmail.com>
3052
3053 * server.el (server-delete-client): On Windows, do not try to delete
3054 the only terminal.
3055 (server-process-filter): On Windows, treat requests for a tty frame as
3056 if they were for a GUI frame if the running server is in GUI mode.
3057
5e605a2e
GM
30582011-12-03 Glenn Morris <rgm@gnu.org>
3059
3060 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
3061
5c3fe83f
SM
30622011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3063
6f5e57e7
SM
3064 * electric.el: Streamline electric-indent's hook.
3065 (electric-indent-chars): Revert to simple list.
3066 (electric-indent-functions): New var.
3067 (electric-indent-post-self-insert-function): Use it.
3068
5c3fe83f
SM
3069 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
3070 there's no inferior buffer (bug#10196).
3071 (prolog-consult-compile): Don't use toggle-read-only.
3072
6bdac736
MA
30732011-12-02 Michael Albinus <michael.albinus@gmx.de>
3074
3075 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
3076 interrupt. (Bug#10187)
3077
6131ba7f
SM
30782011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3079
99c79fee
SM
3080 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
3081 (bug#9160).
3082
6131ba7f
SM
3083 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
3084 (bug#10191).
3085
cb0a02ea
JL
30862011-12-02 Juri Linkov <juri@jurta.org>
3087
3088 * info.el (Info-search): Display "end of manual" when Isearch
3089 reaches the end of single-file Info manual. (Bug#9918)
3090
66e0570c
EZ
30912011-12-02 Eli Zaretskii <eliz@gnu.org>
3092
3093 * isearch.el (isearch-message-prefix): Run the input method part
3094 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
3095
02b16839
JL
30962011-12-02 Juri Linkov <juri@jurta.org>
3097
3098 * isearch.el (isearch-occur): Use `word-search-regexp' for
3099 `isearch-word'.
3100 (isearch-search-and-update): Add condition for `isearch-word' and
3101 call `word-search-regexp'. (Bug#10145)
3102
0b950688
GM
31032011-12-01 Glenn Morris <rgm@gnu.org>
3104
3105 * eshell/em-hist.el (eshell-hist-initialize):
3106 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 3107 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 3108
9505c3c7
SM
31092011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3110
3111 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
3112
1bbe96b2 31132011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 3114
a1beca85
SM
3115 * progmodes/verilog-mode.el (verilog-pretty-expr):
3116 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
3117 verilog, such as += *= and the like.
3118 (verilog-assignment-operator-re): Regular expression to find the
3119 assigment operator in a verilog assignment.
3120 (verilog-assignment-operation-re): Regular expression to find an
3121 assignment statement for pretty-expr.
3122 (verilog-in-attribute-p): Query returns true if point is in an
3123 attribute context; used to skip these for expression line up from
3124 pretty-expr.
3125 (verilog-in-parameter-p): Query returns true if point is in an
3126 parameter definition context; used to skip these for expression
3127 line up from pretty-expr.
3128 (verilog-in-parenthesis-p): Query returns true if point is in a
3129 parenthetical expression, specifically ( ) but not [ ] or { };
3130 used by pretty-expr.
3131 (verilog-just-one-space): If there is no space, don't add one.
3132 (verilog-get-lineup-indent-2): Specifically skip just attribute
3133 contexts for expression lineup, rather than skipping all
3134 parenthetical expressions.
3135 (verilog-calculate-indent): Fix comment, and fix indent.
3136 (verilog-do-indent): Indent declarations in lists (suggested by
3137 Joachim Lechner).
3138 (verilog-mode-abbrev-table): Populate abbrev mode with the various
3139 skeleton items.
3140 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
3141 by Alain Mellan).
3142
1bbe96b2 31432011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
3144
3145 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
3146 parameters with embedded comments. Reported by Ray Stevens.
3147 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
3148 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
3149 Reported by Tim Holt.
3150 (verilog-auto): Fix AUTOing a upper module then AUTOing module
3151 instantiated by upper module causing wrong expansion until AUTOed a
3152 second time. Reported by K C Buckenmaier.
3153 (verilog-diff-auto): Fix showing .* as a difference when
3154 `verilog-auto-star-save' off. Reported by Dan Dever.
3155 (verilog-auto-reset, verilog-read-always-signals)
3156 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
3157 temporary signals in reset list if
3158 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
3159 style to each signal's assignment type, bug381.
3160 Reported by Thomas Esposito.
6288f0ca
WS
3161 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
3162 (verilog-uvm-statement-re): Support UVM indentation and
3163 highlighting, with old OVM keywords only.
a1beca85 3164 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
3165 Support AUTOTIEOFF creating non-wire data types.
3166 Suggested by Jonathan Greenlaw.
6288f0ca
WS
3167 (verilog-auto-insert-lisp, verilog-delete-to-paren)
3168 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
3169 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
3170 (verilog-read-sub-decls, verilog-read-sub-decls-line):
3171 Fix mismatching parenthesis inside commented out code when deleting
382c953b 3172 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
3173 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
3174 non-numeric vector width. Reported by Alex Reed.
3175 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 3176 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
3177 (verilog-auto-delete-trailing-whitespace):
3178 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
3179 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
3180 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
3181 Fix verilog-scan-cache corruption when running user AUTO expansion
3182 hooks that call indentation routines.
3183 (verilog-simplify-range-expression): Fix typo ignoring lower case
3184 identifiers.
3185 (verilog-delete-auto): Fix delete-autos to also remove user created
3186 automatics, as long as they start with AUTO.
3187 (verilog-batch-diff-auto, verilog-diff-auto)
3188 (verilog-diff-function): Add `verilog-diff-auto' and bind to
3189 "C-c?" to report differences in AUTO expansion, ignoring spaces.
3190 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
3191 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
3192 (verilog-re-search-forward-quick, verilog-syntax-ppss):
3193 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
3194 is disabled and its cache will get corrupt, causing AUTOS not to
3195 expand. Instead use only -quick functions.
3196 (verilog-scan-region): Fix scanning over escaped quotes.
3197 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
3198 (verilog-re-search-backward-quick)
3199 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
3200 related functions now ignore strings, to fix misparsing of strings
3201 with magic comments embedded in them.
a1beca85
SM
3202 (verilog-read-auto-template):
3203 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
3204 Reported by Brad Dobbie.
3205 (verilog-read-auto-template):
3206 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 3207 Reported by Brad Dobbie.
6288f0ca
WS
3208 (verilog-auto-inst, verilog-auto-inst-param)
3209 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
3210 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
3211 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
3212 debugging templates without merge conflicts, bug357.
3213 Reported by Brad Dobbie.
3214 (verilog-read-auto-template):
3215 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
3216 Reported by Brad Dobbie.
3217 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
3218 abbrevs so user won't be asked to save.
3219 (verilog-read-auto-lisp-present): Fix to start at beginning of
3220 buffer in case called outside of verilog-auto.
3221 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
3222 to "X-2". Reported by Matthew Myers.
3223 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
3224 all inputs from module templates. Reported by Leith Johnson.
3225 (verilog-module-inside-filename-p): Fix locating programs as with
3226 modules.
3227 (verilog-auto-inst-port): Fix vl-width expressions when using
3228 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
3229 (verilog-decls-get-regs, verilog-decls-get-signals,
3230 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
3231 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
3232 verilog-read-decls): Combine reg and wire structures into one var
3233 structure to represent SystemVerilog concepts.
3234 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
3235 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
3236 (verilog-auto-wire-type, verilog-insert-definition):
3237 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
3238 SystemVerilog "logic" keyword instead of "wire"/"reg".
3239 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
3240 to declares outputs that also have assignments (presumably in an
a1beca85
SM
3241 ifdef or generate if so there's not a driver conflict).
3242 Reported by Matthew Myers.
3243 (verilog-auto-declare-nettype, verilog-insert-definition):
3244 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
3245 `default_nettype none. Reported by Julian Gorfajn.
3246 (verilog-read-always-signals-recurse, verilog-read-decls)
3247 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
3248 malformed end statement, bug325. Reported by Joshua Wise and
3249 Andrew Drake.
3250 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
3251 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
3252 when expanding .* in interfaces, bug320.
3253 Reported by Pierre-David Pfister.
6288f0ca 3254 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
3255 name and open parenthesis, bug317.
3256 Reported by Pierre-David Pfister.
6288f0ca
WS
3257 (verilog-simplify-range-expression): Fix simplification of
3258 multiplications inside AUTOWIRE connections, bug303.
3259 (verilog-auto-inst-port): Support parameter expansion in
3260 multidimensional arrays.
3261 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
3262 after "assert property". Reported by Julian Gorfajn.
3263 (verilog-simplify-range-expression): Fix "couldn't merge" errors
3264 with multiplication, bug303.
3265 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
3266 Reported by Jan Frode Lonnum.
3267
1bbe96b2
GM
32682011-11-30 Juanma Barranquero <lekktu@gmail.com>
3269
3270 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
3271 (hfy-shell-file-name, hfy-shell):
3272 * international/fontset.el (x-decompose-font-name): Fix typos.
3273
32742011-11-29 Ken Brown <kbrown@cornell.edu>
3275
3276 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
3277 (gdb-version): Remove defvar.
3278 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
3279 (gdb-gud-context-command, gdb-non-stop-handler)
3280 (gdb-current-context-command, gdb-stopped): Use it.
3281 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
3282 (gdb-non-stop-handler): Don't enable pretty-printing here.
3283 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
3284 non-stop mode. Use the following.
3285 (gdb-check-target-async): New defun.
3286 (gud-watch, gdb-stopped): Fix whitespace.
3287 (gdb-get-source-file): Don't try to display the source file if
3288 `gdb-main-file' is nil.
3289
32902011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3291
3292 * align.el: Try to generate fewer markers (bug#10047).
3293 (align--set-marker): New macro.
3294 (align-region): Use it.
3295
c935221f
SM
32962011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3297
3298 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
3299
e70b5064
CY
33002011-11-29 Chong Yidong <cyd@gnu.org>
3301
3302 * indent.el (indent-for-tab-command, indent-according-to-mode):
3303 Doc fix.
3304 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
3305
f3af92b7
MA
33062011-11-29 Michael Albinus <michael.albinus@gmx.de>
3307
3308 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
3309 aware of remote file names. (Bug#10124)
3310
ed472be9
CY
33112011-11-29 Chong Yidong <cyd@gnu.org>
3312
3313 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
3314
24510c22
SM
33152011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3316
3317 * files.el (find-file): Don't use force-same-window (bug#10144).
3318 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
3319 use pop-to-buffer if the selected window can't be used.
3320 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
3321
c60c3703
EZ
33222011-11-28 Eli Zaretskii <eliz@gnu.org>
3323
3324 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
3325 special-mode-map.
3326
e95def75
CY
33272011-11-28 Chong Yidong <cyd@gnu.org>
3328
3329 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
3330
c3f1c606
NR
33312011-11-27 Nick Roberts <nickrob@snap.net.nz>
3332
3333 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
3334 gdb-get-source-file-list on gdb-create-source-file-list.
3335
00db469c
EZ
33362011-11-26 Eli Zaretskii <eliz@gnu.org>
3337
3338 * whitespace.el (whitespace-newline): Use a different foreground
3339 color for 16-color light-background displays.
3340
4ad3bc2a
CY
33412011-11-24 Chong Yidong <cyd@gnu.org>
3342
3343 * window.el (display-buffer--special-action): Doc fix.
3344
e9fce1ac
JB
33452011-11-25 Juanma Barranquero <lekktu@gmail.com>
3346
3347 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
3348 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
3349 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
3350 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
3351 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
3352 (avl-tree-stack-first):
3353 * emacs-lisp/cconv.el (cconv--analyse-use):
3354 * net/gnutls.el (gnutls-negotiate): Fix typos.
3355
cb825e5d
GM
33562011-11-24 Glenn Morris <rgm@gnu.org>
3357
3adbe224
GM
3358 * lpr.el (lpr-windows-system, lpr-lp-system):
3359 * mail/binhex.el (binhex-begin-line):
3360 * progmodes/grep.el (grep-history, grep-find-history):
3361 * textmodes/flyspell.el:
3362 * vc/pcvs-defs.el (cvs-global-menu):
3363 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
3364 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
3365 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
3366
321decc8
GM
3367 * net/tls.el: Fix case of "GnuTLS".
3368
420b63ad
GM
3369 * paths.el (rmail-file-name): Format doc-string for make-docfile.
3370
cb825e5d
GM
3371 * version.el (emacs-build-system): Give it a doc-string.
3372
a0649f08
JL
33732011-11-24 Juri Linkov <juri@jurta.org>
3374
3375 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
3376
c0bc0fd4
GM
33772011-11-24 Glenn Morris <rgm@gnu.org>
3378
3379 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
3380 if called on a non-mime message just toggle the headers. (Bug#8006)
3381
20db1522
JB
33822011-11-24 Juanma Barranquero <lekktu@gmail.com>
3383
3384 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
3385 (allout-lead-with-comment-string, allout-structure-deleted-hook)
3386 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
3387 (allout-rebullet-heading, allout-open-sibtopic)
3388 (allout-toggle-current-subtree-encryption)
3389 (allout-toggle-subtree-encryption, allout-encrypt-string)
3390 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
3391 (allout-distinctive-bullets-string, allout-auto-activation):
3392 * window.el (window-normalize-buffer-to-display):
3393 * progmodes/verilog-mode.el (verilog-batch-indent):
3394 * textmodes/bibtex.el (bibtex-field-braces-opt)
3395 (bibtex-field-strings-opt):
3396 * vc/cvs-status.el (cvs-tree-merge):
3397 Fix typos.
3398
7262a87c
MA
33992011-11-23 Michael Albinus <michael.albinus@gmx.de>
3400
3401 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
3402 `non-essential' to t, in order to avoid remote connections.
3403
283430a1
EZ
34042011-11-23 Eli Zaretskii <eliz@gnu.org>
3405
a1beca85
SM
3406 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3407 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
3408 case-insensitively.
3409
d2992a38
ML
34102011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3411
3412 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
3413
50419064
GM
34142011-11-23 Glenn Morris <rgm@gnu.org>
3415
da94eca1
GM
3416 * paths.el (rmail-file-name): Reformat the doc-string so that it
3417 is picked up.
3418
9aac4de2
GM
3419 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
3420 (rmail-auto-file): Ignore case in the "special" field names,
3421 as mail-fetch-field does for all others.
3422
8038d2d2
GM
3423 * mail/rmail.el (rmail-forward):
3424 * mail/rmailkwd.el (rmail-set-label):
3425 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
3426 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
3427
f3fe222a
GM
3428 * mail/rmail.el (rmail-current-message): Doc fix.
3429
50419064
GM
3430 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
3431
28109f49
SM
34322011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3433
3434 * server.el (server-eval-and-print): Allow C-g (bug#6585).
3435
394c65f1
GM
34362011-11-22 Glenn Morris <rgm@gnu.org>
3437
3438 * mail/rmailmm.el (test-rmail-mime-handler)
3439 (test-rmail-mime-bulk-handler)
3440 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
3441
f2a0aa3a
JL
34422011-11-21 Juri Linkov <juri@jurta.org>
3443
1154d12e
JB
3444 * calc/calc.el (calc-read-key-sequence):
3445 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 3446
9c34a344
LMI
34472011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3448
3449 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
3450 Tell the caller that the next line needs recomputation, even
3451 though it doesn't start a sexp (bug#10094).
3452
f04a3be9
SM
34532011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3454
3455 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
3456
7978747f
SM
34572011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3458
f04a3be9
SM
3459 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3460 Use force-same-window.
7978747f 3461
fe7a3057
JB
34622011-11-20 Juanma Barranquero <lekktu@gmail.com>
3463
3464 * descr-text.el (describe-char-unicode-data):
3465 * json.el (json-string-escape):
3466 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
3467 (Footnote-unicode, Footnote-style-p):
3468 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
3469
24901d61
CY
34702011-11-20 Chong Yidong <cyd@gnu.org>
3471
3472 * window.el (replace-buffer-in-windows): Restore interactive spec.
3473
bac7ff22
SM
34742011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3475
24f3d7b9
SM
3476 * electric.el (electric-indent-mode): Fix last change (too optimistic).
3477
bac7ff22
SM
3478 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
3479 (byte-compile-global-not-obsolete-vars): New var.
3480 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
3481 Use it.
3482 (byte-compile-warn-obsolete): Align text with the one in *Help*.
3483
cd1181db
JB
34842011-11-20 Juanma Barranquero <lekktu@gmail.com>
3485
3486 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
3487 * progmodes/pascal.el (electric-pascal-equal):
3488 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
3489 * xml.el (xml-substitute-special): Fix typos.
3490
7fb18e9e
GM
34912011-11-20 Glenn Morris <rgm@gnu.org>
3492
3493 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
3494 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
3495 Doc fixes.
3496 (rmail-decode-mime-charset): Mark as obsolete.
3497
3498 * mail/rmailsum.el (rmail-message-regexp-p-1):
3499 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
3500 Before using mime functions, check they are set. (Bug#10077)
3501
d5a6b3ba
JL
35022011-11-19 Juri Linkov <juri@jurta.org>
3503
3504 * info.el (Info-finder-find-node): Use `package--builtins' instead
3505 of `package-alist'. Use node names formed by the pattern "Keyword "
3506 and the keyword name.
3507
e981b61f
AS
35082011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3509
1d00653d 3510 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 3511
3ffbc301
JL
35122011-11-19 Juri Linkov <juri@jurta.org>
3513
3514 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
3515 that calls `revert-buffer' on all Info buffers. (Bug#9915)
3516 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
3517 `old-history', `old-history-forward'. Add let-binding
3518 `window-selected'. Remove calls to `kill-buffer',
3519 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
3520 before calling `Info-find-node', so `Info-find-node-2' will reread
3521 the Info file. Restore window positions only when `window-selected'
3522 is non-nil.
3523
30c62133
JL
35242011-11-19 Juri Linkov <juri@jurta.org>
3525
3526 * isearch.el (isearch-lazy-highlight-new-loop):
3527 Remove condition `(not isearch-error)'. (Bug#9918)
3528
3529 * misearch.el (multi-isearch-search-fun): Add condition
3530 `(not bound)' to ignore lazy-highlighting search.
3531 Add the search-failed message "end of multi" when the end of
3532 multi-sequence is reached. Uncapitalize the search-failed
3533 message "Repeat for next buffer".
3534
3535 * info.el (Info-search): Add the search-failed message
3536 "end of the manual" when the end of the manual is reached
3537 in Isearch mode.
3538
645ca9cf
JL
35392011-11-19 Juri Linkov <juri@jurta.org>
3540
3541 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
3542 Use non-destructive `remove' instead of `delete' because
3543 `Info-history-list' stored to `Info-isearch-initial-history-list' in
3544 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
3545
df754f66
JL
35462011-11-19 Juri Linkov <juri@jurta.org>
3547
3548 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
3549 to nil instead of binding `search-ring' and `regexp-search-ring'.
3550 (Bug#9185)
3551
0e23d96a
EZ
35522011-11-19 Eli Zaretskii <eliz@gnu.org>
3553
3554 * simple.el (line-move): Force movement by logical lines for any
3555 hscrolled window, not only when auto-hscroll-mode is on.
3556 (line-move-visual): Update doc string to that effect. (Bug#10076)
3557
8a6ccb66
AS
35582011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3559
3560 * language/european.el (macintosh): Define as alias for mac-roman.
3561
49ae5b39
EZ
35622011-11-19 Eli Zaretskii <eliz@gnu.org>
3563
3564 * mail/rmailmm.el (rmail-mime-display-header)
3565 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
3566 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
3567 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
3568 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
3569 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
3570 of a raw aref.
3571 (rmail-mime-entity-segment): To get past the tagline, move forward
3572 2 more lines, to account for the 2 empty lines that precede and
3573 follow the line with the buttons.
3574 (rmail-mime-update-tagline): Move one more line, to get past the
3575 empty line that follows the buttons in the tagline. (Bug#9520)
3576
c56cad4a
MR
35772011-11-19 Martin Rudalics <rudalics@gmx.at>
3578
3579 * window.el (window-max-delta-1, window-min-delta-1)
3580 (window-min-size-1, window-state-get-1, window-state-put-1)
3581 (window-state-put-2): Use "window--" prefix.
3582
cbe71af3
SM
35832011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3584
2ad52c60
SM
3585 * emacs-lisp/smie.el: Improve warnings and conflict detection.
3586 (smie-warning-count): New var.
3587 (smie-set-prec2tab): Use it.
3588 (smie-bnf->prec2): Improve warnings. Add docstring.
3589 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
3590 (smie-bnf--set-class): New function.
3591 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
3592 corner case.
3593
6944dbc1
SM
3594 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
3595 (compilation-error-properties, compilation-move-to-column):
3596 Handle compilation-first-column while in the target buffer.
3597
c400c4d7
SM
3598 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
3599 Don't hardcode point-min==1.
3600
6dbe3e96
SM
3601 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
3602 (eshell-rewrite-for-command): Remove workaround.
3603 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
3604 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
3605 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
3606
cbe71af3
SM
3607 * files-x.el (modify-file-local-variable): Obey commenting conventions.
3608
a8e1496d
GM
36092011-11-17 Glenn Morris <rgm@gnu.org>
3610
3611 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3612 Ignore buffer-local generated-autoload-file if it is the same
3613 as the global value. (Bug#10049)
3614
df85d315
JB
36152011-11-17 Juanma Barranquero <lekktu@gmail.com>
3616
3617 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
3618 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
3619 (reftex-toc-previous-heading, reftex-toc-max-level)
3620 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
3621 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
3622 (reftex-toc-do-promote, reftex-toc-promote-prepare)
3623 (reftex-toc-promote-action, reftex-toc-extract-section-number)
3624 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
3625 (reftex-toc-rename-label, reftex-toc-visit-location)
3626 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
3627 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
3628 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
3629 leaving "*toc*" only for references to the buffer.
3630
a0c2d0ae
MR
36312011-11-17 Martin Rudalics <rudalics@gmx.at>
3632
3633 * window.el (window-resize, delete-window, split-window):
3634 Replace window-splits by window-combination-resize.
1d00653d 3635 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 3636
35c0bac8
GM
36372011-11-17 Glenn Morris <rgm@gnu.org>
3638
3639 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3640 Make bash entry derive from sh entry, not shell entry.
3641
d0c8fc8a
MA
36422011-11-16 Michael Albinus <michael.albinus@gmx.de>
3643
d0c8fc8a
MA
3644 * net/tramp-cache.el (tramp-flush-file-property): Flush also
3645 properties of linked files. (Bug#9879)
3646
7262a87c
MA
3647 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
3648 local file name.
3649
7877f373
JB
36502011-11-16 Juanma Barranquero <lekktu@gmail.com>
3651
3652 * menu-bar.el (menu-bar-file-menu):
3653 * printing.el (pr-ps-utility):
3654 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
3655 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
3656 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
3657 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
3658 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
3659 (icalendar--convert-cyclic-to-ical)
3660 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
3661 (icalendar--convert-ical-to-diary)
3662 (icalendar--convert-recurring-to-diary)
3663 (icalendar--convert-non-recurring-all-day-to-diary)
3664 (icalendar-import-format-sample):
3665 * progmodes/idlw-shell.el (idlwave-shell-mode):
3666 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
3667 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
3668 (vhdl-ps-print-init): Fix typos.
3669
10649b82
KM
36702011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
3671
9d0cfcd6
GM
3672 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
3673 FSF and collapse date sequence, obscure author/maintainer email address
3674 better, remove extra version line, track relocation of author's webpage.
10649b82 3675
9d0cfcd6
GM
3676 * progmodes/python.el (python-pdbtrack-input-prompt)
3677 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
3678 regular python pdb prompts. Adjustments shamelessly taken exactly as
3679 suggested in EmacsWiki page (tiny change):
3680 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 3681
58179cce
JB
36822011-11-16 Juanma Barranquero <lekktu@gmail.com>
3683
3684 * expand.el (expand-pos, expand-index, expand-point):
3685 Remove redundant info from docstring.
3686 (expand-add-abbrevs): Doc fix.
3687 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
3688 (expand-sample-perl-mode-expand-list): Fix typos.
3689
3690 * net/dbus.el (dbus-event-member-name):
3691 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
3692 * term/pc-win.el (msdos-create-frame-with-faces):
3693 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
3694
b6f67890
MR
36952011-11-16 Martin Rudalics <rudalics@gmx.at>
3696
3697 * window.el (split-window, window-state-get-1)
3698 (window-state-put-1, window-state-put-2): Rename occurrences of
3699 window-nest to window-combination-limit.
1d00653d 3700 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 3701
ce7ddba0
CY
37022011-11-16 Chong Yidong <cyd@gnu.org>
3703
3704 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
3705 regexp (Bug#10033).
3706
3ae704f4
SM
37072011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3708
3709 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
3710 `completing-read' will remove *Completions* and will preserve
3711 current-buffer for us.
3712 (tmm-add-prompt): Users of *Completions* will always (re)set its
3713 major mode.
3714 (tmm-old-comp-map): Remove.
3715
6ad1cdde
GM
37162011-11-16 Glenn Morris <rgm@gnu.org>
3717
3718 * mail/rmailedit.el: Require rmailmm when compiling.
3719 (rmail-old-mime-state): New declaration.
3720 (rmail-edit-current-message): If editing a mime message,
3721 edit the "raw" message from the mbox buffer.
3722 (rmail-cease-edit): Handle mime messages. (Bug#9840)
3723
d20faa20
GM
37242011-11-15 Glenn Morris <rgm@gnu.org>
3725
3726 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
3727 which wasn't being used. Add optional arg to force given state.
3728 (rmail-mime): Add optional arg to force given state.
3729
c7015153
JB
37302011-11-15 Juanma Barranquero <lekktu@gmail.com>
3731
3732 * allout.el (allout-encryption-plaintext-sanitization-regexps):
3733 * frame.el (display-mm-dimensions-alist):
3734 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
3735 (outline-move-subtree-down):
3736 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
3737 (newsticker--treeview-do-get-node):
3738 * net/quickurl.el (quickurl-list-buffer-name):
3739 * progmodes/dcl-mode.el (dcl-mode):
3740 * progmodes/gdb-mi.el (gdb-mapcar*):
3741 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
3742
45261b50
GM
37432011-11-15 Glenn Morris <rgm@gnu.org>
3744
3745 * mail/rmail.el (rmail-file-coding-system): It's only ever used
3746 in a boolean sense, so just make it a boolean, and fix the doc.
3747 (rmail-show-mime-function, rmail-mime-feature)
3748 (rmail-require-mime-maybe): Doc fixes.
3749 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
3750
3751 * mail/rmailmm.el (rmail-show-mime): Doc fix.
3752
0d26e0b6
JB
37532011-11-15 Juanma Barranquero <lekktu@gmail.com>
3754
3755 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
3756 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
3757 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
3758 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
3759
447f30f6
GM
37602011-11-15 Glenn Morris <rgm@gnu.org>
3761
672b871d
GM
3762 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
3763 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
3764 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
3765 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
3766 (rmail-mime, rmail-show-mime): Doc fixes.
3767
f6aa5bb1
GM
3768 * term/ns-win.el (mode-line-frame-identification):
3769 Leave it alone. (Bug#10051)
3770
947cd66b
GM
3771 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
3772
447f30f6
GM
3773 * mail/rmailout.el (rmail-output-to-rmail-buffer):
3774 Handle empty buffers. (Bug#9978)
3775
0b381c7e
JB
37762011-11-14 Juanma Barranquero <lekktu@gmail.com>
3777
3778 * international/mule.el (define-charset):
3779 * mail/rmailmm.el (rmail-mime-find-header-encoding):
3780 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3781 * progmodes/verilog-mode.el (verilog-backward-token):
3782 * textmodes/ispell.el (lookup-words):
3783 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3784
71e027ac
GM
37852011-11-14 Glenn Morris <rgm@gnu.org>
3786
56632ce4
GM
3787 * progmodes/executable.el
3788 (executable-make-buffer-file-executable-if-script-p):
3789 Handle file-modes returning nil.
3790
40500957
GM
3791 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
3792 message - not necessary, and causes problems. (Bug#9831)
3793
071c2340
GM
3794 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
3795
d3cfca60
GM
3796 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
3797
71e027ac
GM
3798 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
3799 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
3800 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
3801
89d61221
MR
38022011-11-12 Martin Rudalics <rudalics@gmx.at>
3803
3804 * window.el (window-resize, delete-window): Use window-splits
3805 variable instead of function.
3806 (window-state-get-1, window-state-put-2, window-state-put):
3807 Don't deal with windows' splits status.
3808
98282f6f
GM
38092011-11-12 Glenn Morris <rgm@gnu.org>
3810
3811 * apropos.el (apropos-do-all, apropos-library, apropos-value)
3812 (apropos-documentation): Doc fixes.
3813
40a8bdf6
JB
38142011-11-11 Juanma Barranquero <lekktu@gmail.com>
3815
3816 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3817 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3818
65bd19ff
SM
38192011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3820
3821 * electric.el (electric-indent-post-self-insert-function): Make it
3822 possible for a char to only indent in some circumstances.
3823 (electric-indent-mode): Simplify.
3824
54f9154c
MR
38252011-11-11 Martin Rudalics <rudalics@gmx.at>
3826
3827 * window.el (windows-with-parameter): Remove unused function.
3828 (windows-at-side): Rename to window-at-side-list.
3829 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
3830 (window-side-check, window-size-ignore, window-size-fixed-1)
3831 (window-in-direction-2): Prefix with "window--".
3832 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 3833
68cbc58b
GM
38342011-11-11 Glenn Morris <rgm@gnu.org>
3835
3836 * subr.el (eval-after-load): If FILE is already loaded,
3837 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
3838
b2621720
GM
38392011-11-10 Glenn Morris <rgm@gnu.org>
3840
9a4de110
GM
3841 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3842 Call svn via vc-svn-command rather than vc-do-command.
3843 (vc-svn-command): Add --non-interactive. (Bug#9993)
3844 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3845
b2621720
GM
3846 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3847 Add toggle-read-only. (Bug#7292)
3848 * files.el (toggle-read-only): Mention that it should only
3849 be used interactively. (Bug#10006)
3850
1dce7193
SM
38512011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3852
d9ac1a1e
SM
3853 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3854 Adjust regexp for OCaml warnings.
3855
0c325082
SM
3856 * electric.el (electric-pair-post-self-insert-function): Let user
3857 turn it off buffer-locally (bug#9932).
3858
90132c14
SM
3859 * progmodes/python.el (python-beginning-of-statement):
3860 Rewrite (bug#2703).
3861
1dce7193
SM
3862 * progmodes/compile.el: Better handle TABs (bug#9749).
3863 (compilation-internal-error-properties)
3864 (compilation-next-error-function): Obey the target buffer's
3865 compilation-error-screen-columns.
3866
c4e7c63a
JB
38672011-11-09 Juanma Barranquero <lekktu@gmail.com>
3868
3869 * progmodes/meta-mode.el: Remove obsolete comments.
3870 (meta-right-comment-regexp, meta-ignore-comment-regexp):
3871 Fix typos in docstrings.
3872
2cffd681
MR
38732011-11-09 Martin Rudalics <rudalics@gmx.at>
3874
3875 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 3876 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
3877 (window--resizable): New function. Make all callers of
3878 window-resizable call window--resizable instead.
3879 (window-resizable): Rewrite in terms of window--resizable.
3880
0edcba87
GM
38812011-11-08 Glenn Morris <rgm@gnu.org>
3882
3883 * progmodes/delphi.el (delphi-mode-syntax-table):
3884 Let define-derived-mode define a proper syntax table. (Bug#9994)
3885
4b0d61e3
SM
38862011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3887
3888 * window.el: Stay away from defsubst.
3889 (window-list-no-nils): Remove.
3890 (window-state-get-1, window-state-get): Use backquote instead.
3891
cd394be1 38922011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 3893
4b0d61e3 3894 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 3895 Fix incorrect use of default argument in `completing-read'.
3896
e1c2c6f2
MR
38972011-11-08 Martin Rudalics <rudalics@gmx.at>
3898
3899 * window.el (display-buffer-function, special-display-function):
3900 Mention display-buffer-record-window but do not mention
3901 help-setup parameter in doc-strings.
b3f4a882 3902 (window-min-delta): Fix doc-string typo.
e1c2c6f2 3903
105216ed
CY
39042011-11-08 Chong Yidong <cyd@gnu.org>
3905
3906 * window.el (window-total-height, window-total-width): Doc fix.
3907 (window-body-size): Move from C.
3908 (window-body-height, window-body-width): Move to C.
3909
0a9f9ab5
SM
39102011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3911
3912 * window.el: Make special-display like display-buffer-alist (bug#9532).
3913 (display-buffer--special-action): New function, morphed
3914 from display-buffer--special.
3915 (display-buffer): Use it to handle special-display-buffers at higher
3916 priority (just after display-buffer-alist).
3917 (display-buffer-fallback-action, display-buffer--other-frame-action)
3918 (pop-to-buffer-same-window): Remove display-buffer--special.
3919
a769dd15
GM
39202011-11-07 Glenn Morris <rgm@gnu.org>
3921
3922 * calendar/cal-menu.el (cal-menu-set-date-title):
3923 Do nothing if not in a calendar. (Bug#9976)
3924
05a61ee3
SM
39252011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3926
3927 * files.el (find-file): Always use selected-window.
3928
be7f5545
MR
39292011-11-07 Martin Rudalics <rudalics@gmx.at>
3930
3931 * window.el (window-combinations): Make WINDOW argument
3932 mandatory. Rewrite doc-string.
3933 (walk-window-subtree, window-atom-check, window-min-delta)
3934 (window-max-delta, window--resize-this-window)
3935 (window--resize-root-window-vertically, window-tree)
3936 (balance-windows, window-state-put): Rewrite doc-strings as to
3937 not mention the term "subwindow".
3938 (window--resize-subwindows-skip-p): Rename to
3939 window--resize-child-windows-skip-p.
3940 (window--resize-subwindows-normal): Rename to
3941 window--resize-child-windows-normal.
3942 (window--resize-subwindows): Rename to
3943 window--resize-child-windows.
3944 (window-or-subwindow-p): Rename to window--in-subtree-p.
3945
3c6702ef
ML
39462011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3947
3948 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3949 Ensure that mbox format messages end in two newlines (Bug#9974).
3950
49745b39
CY
39512011-11-06 Chong Yidong <cyd@gnu.org>
3952
3953 * window.el (window-combination-p): Function deleted; its
3954 side-effect is not used in any existing code.
3955 (window-combinations, window-combined-p): Call window-*-child
3956 directly.
3957
24300f5f
CY
39582011-11-05 Chong Yidong <cyd@gnu.org>
3959
3960 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
3961 (window-size-ignore, window-state-get): Callers changed.
3962 (window-normalize-window): Rename from window-normalize-any-window.
3963 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 3964 (window-normalize-live-window): Delete.
447f16b8
CY
3965 (window-combination-p, window-combined-p, window-combinations)
3966 (walk-window-subtree, window-atom-root, window-min-size)
3967 (window-sizable, window-sizable-p, window-size-fixed-p)
3968 (window-min-delta, window-max-delta, window-resizable)
3969 (window-resizable-p, window-full-height-p, window-full-width-p)
3970 (window-current-scroll-bars, window-point-1, set-window-point-1)
3971 (window-at-side-p, window-in-direction, window-resize)
3972 (adjust-window-trailing-edge, maximize-window, minimize-window)
3973 (window-deletable-p, delete-window, delete-other-windows)
3974 (record-window-buffer, unrecord-window-buffer)
3975 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3976 (quit-window, split-window, window-state-put)
3977 (set-window-text-height, fit-window-to-buffer)
3978 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 3979
89bd5ee1
EZ
39802011-11-04 Eli Zaretskii <eliz@gnu.org>
3981
53479029
EZ
3982 * mail/rmail.el (rmail-simplified-subject): Decode subject with
3983 rfc2047-decode-string.
3984 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3985 warnings.
3986
89bd5ee1
EZ
3987 * window.el (window-body-height, window-body-width): Mention in
3988 the doc string that the return values are in frame's canonical
3989 units. (Bug#9949)
3990
bd17fdee
AM
39912011-11-03 Alan Mackenzie <acm@muc.de>
3992
3993 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3994 change in cc-engine.el.
3995
acc825c5
SM
39962011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3997
3998 * window.el (switch-to-buffer): Use `force-same-window' interactively.
3999
1885e5b8
MR
40002011-11-02 Martin Rudalics <rudalics@gmx.at>
4001
4002 * window.el (quit-window): Call unrecord-window-buffer after
4003 showing another buffer in the window. (Bug#9937)
acc825c5 4004 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 4005
ebe06da9
JB
40062011-11-02 Juanma Barranquero <lekktu@gmail.com>
4007
4008 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
4009 Accept status with more than 9 shelves. (Bug#9935)
4010 Reported by Colin D Bennett <colin@gibibit.com>.
4011
4ee88440
MR
40122011-11-01 Martin Rudalics <rudalics@gmx.at>
4013
4014 * help.el (with-help-window): Don't reference
4015 temp-buffer-show-specifiers in doc-string.
4016
08e1d82c
AS
40172011-10-31 Andreas Schwab <schwab@linux-m68k.org>
4018
4019 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
4020 menu-item.
4021
84bd6e9e
VJL
40222011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4023
4024 * whitespace.el: New version 13.2.2.
4025 (whitespace-newline-mode): Disable properly. Reported by Sarah
4026 <EmacsWiki>.
4027
dba0634a
UJ
40282011-10-30 Ulf Jasper <ulf.jasper@web.de>
4029
4030 * net/newst-treeview.el: Remove "Time-stamp".
4031 (newsticker--group-manage-orphan-feeds): Do not call
4032 newsticker--treeview-tree-update.
db22a3c2
JB
4033 (newsticker-treeview-update, newsticker-treeview):
4034 Call newsticker--treeview-tree-update if necessary.
dba0634a 4035
3d8daefe
MR
40362011-10-30 Martin Rudalics <rudalics@gmx.at>
4037
4038 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
4039 (window-iso-combinations): Remove "iso-" infix.
4040 Suggested by Chong Yidong.
3d8daefe
MR
4041 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
4042 (window-max-delta-1, window-resize, window--resize-siblings)
4043 (window--resize-this-window, adjust-window-trailing-edge)
4044 (split-window, balance-windows-1)
4045 (shrink-window-if-larger-than-buffer):
4046 * calendar/calendar.el (calendar-generate-window):
db22a3c2 4047 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 4048
1bc4c3ae
SM
40492011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4050
4051 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
4052 in place (bug#9907).
4053 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
4054 (eshell-rewrite-if-command, eshell-rewrite-for-command)
4055 (eshell-structure-basic-command, eshell-rewrite-while-command)
4056 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
4057 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
4058 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
4059 (eshell-do-pipelines-synchronously, eshell-eval-command):
4060 Use backquotes and prefer setq to set.
4061 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
4062 (eshell-macrop): Use functionp.
c1e2f5fa 4063 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 4064
30b65d9c
CY
40652011-10-30 Chong Yidong <cyd@gnu.org>
4066
4067 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
4068 instead of set-mark (Bug#9810).
4069
2d197ffb
CY
40702011-10-30 Chong Yidong <cyd@gnu.org>
4071
4072 * window.el (split-window-below, split-window-right): Rename from
4073 split-window-above-each-other and split-window-side-by-side
4074 respectively. All callers changed.
4075 (split-window-sensibly, split-window-sensibly): Use them.
4076 (split-window-keep-point): Doc fix.
4077
4078 * isearch.el: Add isearch-scroll property to split-window-below
4079 and split-window-right.
4080
4081 * follow.el (follow-mode):
4082 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4083 * progmodes/ada-xref.el (ada-gdb-application):
4084 * emulation/vip.el (vip-buffer-in-two-windows):
4085 * image-dired.el (image-dired-dired-with-window-configuration):
4086 * dired-x.el (dired-do-find-marked-files):
4087 * dired.el (dired-pop-to-buffer):
4088 * bs.el (bs--show-with-configuration):
4089 * vc/emerge.el (emerge-setup-windows):
4090 * textmodes/two-column.el (2C-two-columns):
4091 * textmodes/reftex-toc.el (reftex-toc):
4092 * progmodes/gdb-mi.el (gdb-setup-windows):
4093 * progmodes/fortran.el (fortran-window-create):
4094 * net/newst-treeview.el (newsticker--treeview-window-init):
4095 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
4096 * emulation/tpu-edt.el (tpu-gold-map):
4097 * emulation/crisp.el (crisp-mode-map):
4098 * calendar/calendar.el (calendar-basic-setup): Callers changed.
4099
38bb2ca8
CY
41002011-10-29 Chong Yidong <cyd@gnu.org>
4101
aa4de341
CY
4102 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
4103
e1eb5385
CY
4104 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
4105
5d2ece3c
CY
4106 * textmodes/flyspell.el (flyspell-word): Fix char offset for
4107 forged Ispell output (Bug#7904).
4108
38bb2ca8
CY
4109 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
4110
d0af9f77
SM
41112011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4112
4113 * doc-view.el: Avoid ugly errors about not finding nil.
4114 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
4115 (doc-view-dvipdf-program, doc-view-unoconv-program)
4116 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
4117 Avoid nil or absolute file name as default value.
4118 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
4119
52bedd34
AM
41202011-10-28 Alan Mackenzie <acm@muc.de>
4121
db22a3c2 4122 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 4123
7e43cfa5
AM
41242011-10-28 Alan Mackenzie <acm@muc.de>
4125
4126 Amend the handling of c-beginning/end-of-defun in nested declaration
4127 scopes.
4128
52bedd34
AM
4129 * progmodes/cc-vars.el (c-defun-tactic): Move here from
4130 cc-langs.el. Change it to a defcustom.
7e43cfa5 4131
52bedd34
AM
4132 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
4133 cc-vars.el.
7e43cfa5 4134
d0af9f77
SM
4135 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4136 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 4137
52bedd34 4138 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 4139 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
4140 (c-widen-to-enclosing-decl-scope): New function.
4141 (c-while-widening-to-decl-block): New macro.
4142 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
4143 outward for defun boundaries, and correspondingly change symbol
4144 `respect-enclosure' to `go-outward'.
4145 (c-declaration-limits): Change algorithm to report only the "innermost"
4146 defun's boundaries.
4147
1a2ce9ee
DD
41482011-10-28 Deniz Dogan <deniz@dogan.se>
4149
4150 * net/rcirc.el (rcirc-mode): Use hard newlines.
4151
bc97a826
AM
41522011-10-28 Alan Mackenzie <acm@muc.de>
4153
4154 Amend to indent and fontify macros "which include their own semicolon"
4155 correctly, using the "virtual semicolon" mechanism.
4156
52bedd34 4157 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 4158
d0af9f77 4159 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 4160 Recode to scan one line at a time rather than having \n and \r
58179cce 4161 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 4162 (c-forward-label): Amend for virtual semicolons.
58179cce 4163 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 4164
52bedd34
AM
4165 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
4166 of the new C macros.
bc97a826 4167
52bedd34 4168 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
4169 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
4170 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
4171 (c-opt-cpp-macro-define): Make into a full language variable.
4172 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
4173 AWK Mode (including \n, \r) removed, no longer needed.
4174
d0af9f77
SM
4175 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
4176 Invoke c-make-macro-with-semi-re.
bc97a826 4177
52bedd34
AM
4178 * progmodes/cc-vars.el (c-macro-with-semi-re):
4179 (c-macro-names-with-semicolon): New variables.
58179cce 4180 (c-make-macro-with-semi-re): New function.
bc97a826 4181
7a6c0941
SM
41822011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4183
4184 * vc/log-edit.el: Fill empty field rather than adding new one.
4185 (log-edit-add-field): New function.
4186 (log-edit-insert-changelog): Use it.
4187
b0c4cdcf
ML
41882011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4189
4190 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
4191
ee1f1da9
SM
41922011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4193
4194 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
4195 (gdb--check-interpreter): New function.
4196 (gdb): Use it.
4197
51bc5f8b
GM
41982011-10-27 Glenn Morris <rgm@gnu.org>
4199
416a2c45
GM
4200 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
4201 (least-positive-float, least-negative-float)
4202 (least-positive-normalized-float, least-negative-normalized-float)
4203 (float-epsilon, float-negative-epsilon):
4204 Remove unnecessary declarations.
4205
4206 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
4207 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
4208 (least-positive-float, least-negative-float)
4209 (least-positive-normalized-float, least-negative-normalized-float)
4210 (float-epsilon, float-negative-epsilon): Add doc-strings,
4211 based on those in cl.texi.
4212
51bc5f8b
GM
4213 * files.el (set-visited-file-name): If the major-mode changed,
4214 reload the local variables. (Bug#9796)
4215
15de15c6
CY
42162011-10-27 Chong Yidong <cyd@gnu.org>
4217
4218 * subr.el (change-major-mode-after-body-hook): New hook.
4219 (run-mode-hooks): Run it.
4220
ee1f1da9
SM
4221 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4222 Use change-major-mode-before-body-hook.
15de15c6
CY
4223
4224 * simple.el (fundamental-mode):
4225 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
4226 change introducing fundamental-mode-hook.
4227
5430d399
JB
42282011-10-26 Juanma Barranquero <lekktu@gmail.com>
4229
acc825c5 4230 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 4231
ad74a69e
MA
42322011-10-26 Michael Albinus <michael.albinus@gmx.de>
4233
4234 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 4235 tramp.el explicitly. (Bug#7583)
ad74a69e 4236
71d4c2a5
SM
42372011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4238
4239 * progmodes/octave-mod.el:
4240 * progmodes/octave-inf.el: Update maintainer.
4241
b1f6fa26
CY
42422011-10-26 Chong Yidong <cyd@gnu.org>
4243
4244 * subr.el (with-wrapper-hook): Rewrite doc.
4245
3f04efd6
MA
42462011-10-25 Michael Albinus <michael.albinus@gmx.de>
4247
4248 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 4249 filenames "/method:foo:". (Bug#9793)
3f04efd6 4250
410488d3
SM
42512011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4252
4253 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
4254 (bug#9865).
4255
c1ebb47e
GM
42562011-10-24 Glenn Morris <rgm@gnu.org>
4257
4258 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
4259
7f5c46c7
MA
42602011-10-24 Michael Albinus <michael.albinus@gmx.de>
4261
4262 * notifications.el: Add the requirement of a running D-Bus session
4263 bus to the Commentary.
4264
db2440b6
JL
42652011-10-24 Juri Linkov <juri@jurta.org>
4266
4267 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
4268 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
4269 (Bug#9364)
4270
feecf435
JL
42712011-10-24 Juri Linkov <juri@jurta.org>
4272
4273 * info.el (Info-following-node-name-re): Add newline to the list
4274 of allowed characters for leading space. (Bug#9824)
4275
a3839de2
SM
42762011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4277
acc825c5
SM
4278 * progmodes/octave-inf.el (inferior-octave-mode-map):
4279 Fix C-c C-h binding.
a3839de2
SM
4280 * progmodes/octave-mod.el (octave-help): Remove.
4281
09388e76
MA
42822011-10-23 Michael Albinus <michael.albinus@gmx.de>
4283
4284 Sync with Tramp 2.2.3.
4285
4286 * net/tramp-cache.el (top): Pacify byte-compiler using
4287 `init-file-user' and `site-run-file'.
4288
4289 * net/trampver.el: Update release number.
4290
86c60681
CY
42912011-10-23 Chong Yidong <cyd@gnu.org>
4292
4293 * files.el (toggle-read-only): Remove obsolete comment about
4294 version control.
4295
4296 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
4297 for toggle-read-only. Note that this hasn't called vc-next-action
4298 since 2008-05-02, though it wasn't documented at the time.
4299
a3839de2
SM
4300 * vc/ediff-init.el (ediff-toggle-read-only-function):
4301 Use toggle-read-only.
86c60681 4302
cd5495ff
AM
43032011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
4304
4305 Fix bug #9560, sporadic wrong indentation; improve instrumentation
4306 of c-parse-state.
4307
00b77525 4308 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 4309 correct faulty logical expression.
cd5495ff
AM
4310 (c-parse-state-state, c-record-parse-state-state):
4311 (c-replay-parse-state-state): New defvar/defuns.
4312 (c-debug-parse-state): Use new functions.
4313
42ee24ed
MR
43142011-10-22 Martin Rudalics <rudalics@gmx.at>
4315
4316 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 4317 last fix. Use window-in-direction correctly.
42ee24ed 4318
a7dee7e7
CY
43192011-10-21 Chong Yidong <cyd@gnu.org>
4320
4321 * progmodes/idlwave.el (idlwave-mode):
4322 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
4323 require-final-newline; that's done in prog-mode.
4324 Suggested by Stefan Monnier.
a7dee7e7 4325
e07b9a6d
MR
43262011-10-21 Martin Rudalics <rudalics@gmx.at>
4327
4328 * mouse.el (mouse-drag-window-above)
4329 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
4330 (mouse-drag-mode-line-1, mouse-drag-header-line)
4331 (mouse-drag-vertical-line-rightward-window): Remove.
4332 (mouse-drag-line): New function.
4333 (mouse-drag-mode-line, mouse-drag-header-line)
4334 (mouse-drag-vertical-line): Call mouse-drag-line.
4335 * window.el (window-at-side-p, windows-at-side): New functions.
4336
7e1361d9
UM
43372011-10-21 Ulrich Mueller <ulm@gentoo.org>
4338
4339 * tar-mode.el (tar-grind-file-mode):
4340 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
4341
30fcaf3a
CY
43422011-10-21 Chong Yidong <cyd@gnu.org>
4343
4344 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
4345 * progmodes/vera-mode.el (vera-mode):
4346 Use mode-require-final-newline.
30fcaf3a 4347
516eddb0
GM
43482011-10-20 Glenn Morris <rgm@gnu.org>
4349
db22a3c2 4350 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 4351
10d5f513
CS
43522011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
4353
4354 * emulation/cua-base.el (cua-set-mark): Fix case of string.
4355
ac6c8639
CY
43562011-10-20 Chong Yidong <cyd@gnu.org>
4357
4358 * emulation/cua-base.el (cua-mode):
4359 * mail/footnote.el (footnote-mode):
4360 * mail/mailabbrev.el (mail-abbrevs-mode):
4361 * net/xesam.el (xesam-minor-mode):
4362 * progmodes/bug-reference.el (bug-reference-mode):
4363 * progmodes/cap-words.el (capitalized-words-mode):
4364 * progmodes/compile.el (compilation-minor-mode)
4365 (compilation-shell-minor-mode):
4366 * progmodes/gud.el (gud-tooltip-mode):
4367 * progmodes/hideif.el (hide-ifdef-mode):
4368 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4369 * progmodes/subword.el (subword-mode):
4370 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4371 * progmodes/which-func.el (which-function-mode):
4372 * term/tvi970.el (tvi970-set-keypad-mode):
4373 * term/vt100.el (vt100-wide-mode):
4374 * textmodes/flyspell.el (flyspell-mode):
4375 * textmodes/ispell.el (ispell-minor-mode):
4376 * textmodes/nroff-mode.el (nroff-electric-mode):
4377 * textmodes/paragraphs.el (use-hard-newlines):
4378 * textmodes/refill.el (refill-mode):
4379 * textmodes/reftex.el (reftex-mode):
4380 * textmodes/rst.el (rst-minor-mode):
4381 * textmodes/sgml-mode.el (html-autoview-mode)
4382 (sgml-electric-tag-pair-mode):
4383 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
4384 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
4385 * emulation/crisp.el (crisp-mode):
4386 * emacs-lisp/eldoc.el (eldoc-mode):
4387 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
4388 minor mode behavior.
4389
aa42ab43
JL
43902011-10-19 Juri Linkov <juri@jurta.org>
4391
4392 * descr-text.el (describe-char): Add #x2010 and #x2011 to
4393 the list of hard-coded chars with escape-glyph face.
4394
89400f1d
SM
43952011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4396
4397 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
4398
305c07f6
MA
43992011-10-19 Michael Albinus <michael.albinus@gmx.de>
4400
4401 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
4402 running process.
4403
13754b54
GM
44042011-10-19 Glenn Morris <rgm@gnu.org>
4405
4406 * vc/vc-bzr.el (vc-bzr-after-dir-status):
4407 Ignore ignored files. (Bug#9726)
4408
06e21633
CY
44092011-10-19 Chong Yidong <cyd@gnu.org>
4410
4411 Doc fix for minor modes, stating that an omitted argument enables
4412 the mode unconditionally when called from Lisp.
4413
4414 * abbrev.el (abbrev-mode):
4415 * allout.el (allout-mode):
4416 * autoinsert.el (auto-insert-mode):
4417 * autoarg.el (autoarg-mode, autoarg-kp-mode):
4418 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
4419 (global-auto-revert-mode):
4420 * battery.el (display-battery-mode):
4421 * composite.el (global-auto-composition-mode)
4422 (auto-composition-mode):
4423 * delsel.el (delete-selection-mode):
4424 * desktop.el (desktop-save-mode):
4425 * dired-x.el (dired-omit-mode):
4426 * dirtrack.el (dirtrack-mode):
4427 * doc-view.el (doc-view-minor-mode):
4428 * double.el (double-mode):
4429 * electric.el (electric-indent-mode, electric-pair-mode):
4430 * emacs-lock.el (emacs-lock-mode):
4431 * epa-hook.el (auto-encryption-mode):
4432 * follow.el (follow-mode):
4433 * font-core.el (font-lock-mode):
4434 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
4435 * help.el (temp-buffer-resize-mode):
4436 * hilit-chg.el (highlight-changes-mode)
4437 (highlight-changes-visible-mode):
4438 * hi-lock.el (hi-lock-mode):
4439 * hl-line.el (hl-line-mode, global-hl-line-mode):
4440 * icomplete.el (icomplete-mode):
4441 * ido.el (ido-everywhere):
4442 * image-file.el (auto-image-file-mode):
4443 * image-mode.el (image-minor-mode):
4444 * iswitchb.el (iswitchb-mode):
4445 * jka-cmpr-hook.el (auto-compression-mode):
4446 * linum.el (linum-mode):
4447 * longlines.el (longlines-mode):
4448 * master.el (master-mode):
4449 * mb-depth.el (minibuffer-depth-indicate-mode):
4450 * menu-bar.el (menu-bar-mode):
4451 * minibuf-eldef.el (minibuffer-electric-default-mode):
4452 * mouse-sel.el (mouse-sel-mode):
4453 * msb.el (msb-mode):
4454 * mwheel.el (mouse-wheel-mode):
4455 * outline.el (outline-minor-mode):
4456 * paren.el (show-paren-mode):
4457 * recentf.el (recentf-mode):
4458 * reveal.el (reveal-mode, global-reveal-mode):
4459 * rfn-eshadow.el (file-name-shadow-mode):
4460 * ruler-mode.el (ruler-mode):
4461 * savehist.el (savehist-mode):
4462 * scroll-all.el (scroll-all-mode):
4463 * scroll-bar.el (scroll-bar-mode):
4464 * server.el (server-mode):
4465 * shell.el (shell-dirtrack-mode):
4466 * simple.el (auto-fill-mode, transient-mark-mode)
4467 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
4468 (line-number-mode, column-number-mode, size-indication-mode)
4469 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
4470 * strokes.el (strokes-mode):
4471 * time.el (display-time-mode):
4472 * t-mouse.el (gpm-mouse-mode):
4473 * tool-bar.el (tool-bar-mode):
4474 * tooltip.el (tooltip-mode):
4475 * type-break.el (type-break-mode-line-message-mode)
4476 (type-break-query-mode):
4477 * view.el (view-mode):
4478 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4479 (global-whitespace-mode, global-whitespace-newline-mode):
4480 * xt-mouse.el (xterm-mouse-mode): Doc fix.
4481
a3839de2
SM
4482 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4483 Fix autogenerated docstring.
06e21633 4484
5214e501
JL
44852011-10-19 Juri Linkov <juri@jurta.org>
4486
4487 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
4488 by checking environment variables "DESKTOP_SESSION" and
4489 "XDG_CURRENT_DESKTOP". (Bug#9779)
4490
195f8db9
JL
44912011-10-19 Juri Linkov <juri@jurta.org>
4492
4493 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
4494 (browse-url-chromium-program, browse-url-chromium-arguments):
4495 New defcustoms.
4496 (browse-url-default-browser): Check for `browse-url-chromium' and
4497 call `browse-url-chromium-program'.
4498 (browse-url-chromium): New command. (Bug#9779)
4499
343a34ff
JB
45002011-10-18 Juanma Barranquero <lekktu@gmail.com>
4501
4502 * facemenu.el (list-colors-duplicates): On Windows, detect more
4503 duplicates by assuming that only colors matching "^System" are
4504 special "system colors". (Bug#9722)
4505
6978a151
SM
45062011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4507
4508 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
4509 to distinguish the author from the committer.
4510
6a80b297
MA
45112011-10-18 Michael Albinus <michael.albinus@gmx.de>
4512
4513 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
4514
b31a5677
JK
45152011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
4516
4517 * international/mule.el (sgml-html-meta-auto-coding-function):
4518 Add support for detecting encoding in HTML5 specified only as
4519 <meta charset="UTF-8">. Implementation just makes http-equiv and
4520 content-type parts from HTML4 encoding string optional. (Bug#9716)
4521
80c6d77f
GM
45222011-10-18 Glenn Morris <rgm@gnu.org>
4523
4524 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
4525
08b0fee8
CY
45262011-10-18 Chong Yidong <cyd@gnu.org>
4527
4528 * faces.el (cursor): Doc fix.
4529
67e729a5
CY
45302011-10-17 Chong Yidong <cyd@gnu.org>
4531
4532 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
4533
343a34ff 45342011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
4535
4536 * dirtrack.el (dirtrack): Support shell buffers with path
4537 prefixes, e.g. tramp-based remote shells. (Bug#9647)
4538
0bc06380
TZ
45392011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
4540
4541 * json.el: Bump version to 1.3 and note change in History.
4542 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
4543
8b79f3e0
SM
45442011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4545
5a7c536b
SM
4546 * comint.el (comint-insert-input, comint-send-input)
4547 (comint-get-old-input-default, comint-backward-matching-input)
4548 (comint-next-prompt): Use nil instead of `input' for field property of
4549 past user input (bug#114).
4550
96a8a0df
SM
4551 * minibuffer.el (completion--replace): Inherit surrounding properties
4552 (bug#114).
4553 (minibuffer-complete-and-exit): Use it.
4554
8b79f3e0
SM
4555 * comint.el (comint--table-subvert): Quote the all-completions output
4556 (bug#9160).
4557
b8f7ff0d
MR
45582011-10-17 Martin Rudalics <rudalics@gmx.at>
4559
8b79f3e0 4560 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 4561
b8f7ff0d 4562 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 4563 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
4564 entries and separate them from frame entries.
4565
c235b555
GM
45662011-10-15 Glenn Morris <rgm@gnu.org>
4567
4568 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
4569 Doc fixes.
4570
6bbfa6e1
CY
45712011-10-15 Chong Yidong <cyd@stupidchicken.com>
4572
8b79f3e0
SM
4573 * net/network-stream.el (network-stream-open-starttls):
4574 Improve detection of failure due to lack of TLS support.
ec5c990d 4575
6bbfa6e1
CY
4576 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
4577 putting the input text in front and in bold.
4578
98488977
SM
45792011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4580
3d1337be
SM
4581 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
4582
ee0b45e4
SM
4583 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
4584 empty buffer.
4585
98488977
SM
4586 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
4587 unread-command-events rather than pushing yet-another event.
4588
186f4720
EZ
45892011-10-14 Eli Zaretskii <eliz@gnu.org>
4590
4591 * mail/sendmail.el (sendmail-query-once): Improve the wording of
4592 the explanation of the possible choices. Make the options passed
4593 to completing-read shorter.
4594
8b7a997c
AM
45952011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4596
4597 * textmodes/flyspell.el (flyspell-large-region): Make sure
4598 extended character mode is used if defined (Bug#1339).
4599
12587bbb
EZ
46002011-10-13 Eli Zaretskii <eliz@gnu.org>
4601
4602 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
4603 character info for LRE, LRO, RLE, and RLO characters by appending
4604 an invisible PDF.
12587bbb 4605
bad41229
SM
46062011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4607
4608 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
4609 even in case of error; add debug spec; simplify data flow.
4610 (with-timeout-handler): Remove.
4611
28dbc92f
MA
46122011-10-12 Michael Albinus <michael.albinus@gmx.de>
4613
4614 Fix Bug#6019, Bug#9315.
4615
4616 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
4617 complete `buffer-file-name', the local file name part could look
4618 remotely (for example on VMS).
4619
4620 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
4621 `tramp-run-real-handler'.
4622 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
4623 already quoted by '"'.
4624
4625 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
4626 Let `file-name-handler-alist' be nil, the local file name part
4627 could look remotely (for example on VMS).
4628
e1b0b23a
SM
46292011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
4632 from here...
4633 (flyspell-post-command-hook): ...to here.
4634
a120bde9
SM
46352011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4636
4637 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
4638 if not needed.
4639 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
4640 using completion. Protect against "slow" callers.
4641 Remove the "message hack".
4642
7ce7717b
JL
46432011-10-11 Juri Linkov <juri@jurta.org>
4644
4645 * isearch.el (isearch-lazy-highlight-word): New variable.
4646 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
4647 Use it. (Bug#9727)
4648
c02ee9d6
GM
46492011-10-11 Glenn Morris <rgm@gnu.org>
4650
4651 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
4652 like f90-previous-statement does.
4653
93e616fd 46542011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4655
1f190e73 4656 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
4657 only in interactive use, to avoid error.
4658
af7b6078
SM
46592011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4660
4661 * minibuffer.el (completion-file-name-table): Fix last change,
4662 i.e. ignore normal errors but not the other ones.
4663
0563dae9
MR
46642011-10-10 Martin Rudalics <rudalics@gmx.at>
4665
4666 * window.el (special-display-buffer-names)
4667 (special-display-regexps): Remove some remnants of earlier
4668 changes from doc-strings.
366ca7f3
MR
4669 (quit-windows-on): New function.
4670
4671 * vc/vc.el (vc-revert, vc-rollback):
4672 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
4673 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 4674 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 4675
49677495
MR
46762011-10-09 Martin Rudalics <rudalics@gmx.at>
4677
4678 * window.el (frame-auto-hide-function): Add version tag.
4679 (Bug#9699)
4680
56f2d1e1
MA
46812011-10-09 Michael Albinus <michael.albinus@gmx.de>
4682
4683 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
4684 condition.
4685
112a6592
LL
46862011-10-09 Leo Liu <sdl.web@gmail.com>
4687
4688 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
4689 (Bug#9701)
4690
0812589b
GM
46912011-10-08 Glenn Morris <rgm@gnu.org>
4692
4693 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
4694 before the first code statement zero indent. (Bug#9690)
4695
b2b0776e
CY
46962011-10-08 Chong Yidong <cyd@stupidchicken.com>
4697
4698 * simple.el (count-words-region): Always count in the region.
4699 Report the number of lines and characters too.
4700 (count-words): New command, which counts in the buffer if the
4701 region is inactive, as count-words-region used to.
4702 (count-words--message): New function. Handle plurals.
4703 (count-lines-region): Make it an alias for count-words-region.
4704
4705 * bindings.el (esc-map): Replace count-lines-region with
4706 count-words-region.
4707
c557cd6b
MR
47082011-10-08 Martin Rudalics <rudalics@gmx.at>
4709
4710 * window.el (window--delete): Delete dedicated frame
4711 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 4712 (switch-to-buffer): Fix doc-string typo.
c557cd6b 4713
61a57ef4 47142011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4715
3a7d293b 4716 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 4717
c3833279
CY
47182011-10-07 Chong Yidong <cyd@stupidchicken.com>
4719
4720 * bindings.el ([M-left],[M-right]): Bind to left-word and
4721 right-word respectively.
4722
21ce8245
GM
47232011-10-07 Glenn Morris <rgm@gnu.org>
4724
4725 * cus-start.el (debug-on-quit): Fix custom type.
4726
6d823bb2
LMI
47272011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4728
0181e193
LMI
4729 * subr.el (define-key-after): Clarify that the function is not
4730 useful for non-menu keymaps.
4731
6d823bb2
LMI
4732 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
4733
8e3459ce 47342011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4735
21ce8245 4736 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 4737 in current minibuffer (Fix bug with recursive minibuffers).
4738
a1c2d21e
CY
47392011-10-06 Chong Yidong <cyd@stupidchicken.com>
4740
4741 * progmodes/gdb-mi.el (gdb): Doc fix.
4742
5a4cf282
MR
47432011-10-05 Martin Rudalics <rudalics@gmx.at>
4744
4745 * window.el (frame-auto-hide-function): New option replacing
4746 frame-auto-delete. Suggested by Stefan Monnier.
4747 (window--delete): Call frame-auto-hide-function instead of
4748 investigating frame-auto-delete.
c96111ea
MR
4749 (window-point-1, set-window-point-1): New functions.
4750 (window-in-direction, record-window-buffer, window-state-get-1)
4751 (display-buffer-record-window): Use window-point-1 instead of
4752 window-point.
4753 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 4754
9854542e
SM
47552011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4756
4757 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
4758
8943cfb0
GM
47592011-10-05 Glenn Morris <rgm@gnu.org>
4760
4761 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
4762 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
4763
647ab967
LL
47642011-10-05 Leo Liu <sdl.web@gmail.com>
4765
4766 * subr.el (read-char-choice): Fix argument to buffer-live-p which
4767 works with buffer object.
4768
3ddfbced
SM
47692011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4770
4771 * mpc.el (mpc-tool-bar-map): Add labels.
4772
bdfa5dd2
GM
47732011-10-04 Glenn Morris <rgm@gnu.org>
4774
4775 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4776
0e2070b5
MR
47772011-10-04 Martin Rudalics <rudalics@gmx.at>
4778
4779 * window.el (window--delete): New function.
4780 (frame-auto-delete): Resuscitate option.
4781 (bury-buffer, replace-buffer-in-windows)
4782 (quit-window): Rewrite using window--delete.
4783 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4784 Pass display-buffer-mark-dedicated to window--display-buffer-2
4785 (Bug#9639).
4786
3dc61a09
SM
47872011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4788
915a9b64
SM
4789 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4790 returns a list (bug#9554). Add remote file name completion.
4791 * comint.el (comint--table-subvert): Curry and get quote&unquote
4792 functions as arguments.
4793 (comint--complete-file-name-data): Adjust call accordingly.
4794 * pcomplete.el (pcomplete--table-subvert): Remove.
4795 (pcomplete-completions-at-point): Use comint--table-subvert instead.
4796
3dc61a09
SM
4797 * minibuffer.el (completion-table-case-fold): Use currying.
4798 (completion--styles-type, completion--cycling-threshold-type):
4799 New constants.
4800 (completion-styles, completion-category-overrides)
4801 (completion-cycle-threshold): Use them.
4802 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
4803 completion-table-case-fold.
4804
8ea0a993
SB
48052011-10-03 Stephen Berman <stephen.berman@gmx.net>
4806
4807 * minibuffer.el (completion-category-overrides): Fix type of styles
4808 and add more user friendly tags (bug#9660).
4809
8c24b7f6
SM
48102011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4811
4812 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4813 (mule-input-method-string): New widget.
4814 (default-input-method, language-info-custom-alist): Use it.
4815
428fe61a
SM
48162011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4817
32c1fffd
SM
4818 * pcomplete.el: Require comint.
4819 (pcomplete--common-suffix): Remove.
4820 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4821 (pcomplete--table-subvert): Sync with comint--table-subvert.
4822 (pcomplete--entries): Use comint-completion-file-name-table.
4823 * comint.el (comint-unquote-filename): Simplify.
4824 (comint-completion-file-name-table): New function (bug#9616).
4825 (comint--complete-file-name-data): Use it.
4826
428fe61a
SM
4827 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4828 (pcmpl-gnu-tar-buffer): Remove.
4829 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
4830 around. Make sure pcomplete-suffix-list is only changed temporarily.
4831 Don't look inside the tar's file if it's too large.
428fe61a 4832
04c52e2f
CY
48332011-10-01 Chong Yidong <cyd@stupidchicken.com>
4834
ce3cefcc
CY
4835 * cus-edit.el (custom-mode-map):
4836 * epa.el (epa-key-list-mode-map):
4837 * man.el (Man-mode-map):
4838 * startup.el (splash-screen-keymap):
4839 * simple.el (special-mode-map): Use scroll-up-command and
4840 scroll-down-command.
4841
4842 * progmodes/idlw-help.el (idlwave-help-mode-map):
4843 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4844 * net/newst-plainview.el (newsticker-mode-map):
4845 * emulation/ws-mode.el (wordstar-mode-map):
4846 * emulation/vi.el (vi-com-map):
4847 * calc/calc-graph.el (calc-graph-show-dumb):
4848 * term/sun.el (terminal-init-sun):
4849 * term/ns-win.el (global-map):
4850 * progmodes/grep.el (grep-mode-map):
4851 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4852 * mail/rmail.el (rmail-mode-map):
4853 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4854
04c52e2f
CY
4855 * custom.el (custom-safe-themes, load-theme): Treat value of t for
4856 custom-safe-themes as special.
4857
79adf8c8
JD
48582011-10-01 Julien Danjou <julien@danjou.info>
4859
4860 * notifications.el (notifications-notify): Fix docstring.
4861
63bd50d3
PS
48622011-10-01 Per Starbäck <per@starback.se>
4863
4864 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
4865
199e4c7e
MR
48662011-09-30 Martin Rudalics <rudalics@gmx.at>
4867
4868 * startup.el (command-line-1): Fix last fix by inserting
4869 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 4870 (Bug#9605) and (Bug#9636)
199e4c7e 4871
fe5f08dd
EZ
48722011-09-29 Eli Zaretskii <eliz@gnu.org>
4873
4874 * simple.el (line-move): If auto-hscroll-mode is disabled and the
4875 window is hscrolled, move by logical lines. (Bug#9607)
4876 (line-move-visual): Update the doc string to the above effect.
4877
b5516bbd
MR
48782011-09-29 Martin Rudalics <rudalics@gmx.at>
4879
ccee00c0
MR
4880 * window.el (display-buffer-record-window): When WINDOW is the
4881 selected window use `point' instead of `window-point'. (Bug#9626)
4882
b5516bbd
MR
4883 * startup.el (command-line-1): Use insert-before-markers when
4884 inserting initial-scratch-message. (Bug#9605)
ccee00c0 4885
b5516bbd
MR
4886 * help.el (help-window): Remove variable.
4887
52aa0014
GM
48882011-09-29 Glenn Morris <rgm@gnu.org>
4889
4890 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4891
df9a7357
JB
48922011-09-29 Juanma Barranquero <lekktu@gmail.com>
4893
4894 * descr-text.el (describe-char-categories): Accept category
4895 descriptions more than one line long.
4896
a8406c20
SM
48972011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4898
88d9610c
SM
4899 * simple.el (delete-trailing-whitespace): Fix last change.
4900
a5daf810
SM
4901 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4902 Don't confuse "y => 3" as the beginning of a `y' operation.
4903
a8406c20
SM
4904 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4905 object has more than 4 slots (bug#9613).
4906
a239d4e9
JB
49072011-09-28 Juanma Barranquero <lekktu@gmail.com>
4908
4909 * subr.el (with-output-to-temp-buffer):
4910 * net/quickurl.el (quickurl, quickurl-browse-url):
4911 Fix typos in docstrings.
4912
693fbdb6
EZ
49132011-09-27 Eli Zaretskii <eliz@gnu.org>
4914
4915 * minibuffer.el (completion-styles)
4916 (completion-category-overrides): Cross reference each other in doc
4917 strings.
4918
8b457e28
GM
49192011-09-27 Glenn Morris <rgm@gnu.org>
4920
4921 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4922 to split-string. (Bug#9606)
4923
85a16208
LMI
49242011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4925
4926 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4927 (bug#9615).
4928
502f9ebd
CY
49292011-09-27 Chong Yidong <cyd@stupidchicken.com>
4930
4931 * emacs-lisp/package.el (list-packages): Fix echo area message.
4932
7690bdea
LL
49332011-09-27 Leo Liu <sdl.web@gmail.com>
4934
4935 * ido.el (ido-read-internal): Accept cons cell HIST arg.
4936
e2ee6f30
MA
49372011-09-25 Michael Albinus <michael.albinus@gmx.de>
4938
4939 * net/dbus.el (dbus-unregister-object): Don't release services for
4940 registered signals. (Bug#9581)
4941
f3f98342
TZ
49422011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4943
4944 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4945 function that picks between cfengine 2 and 3 support
4946 automatically. Update docs accordingly.
4947
dd7aa8dd
KH
49482011-09-22 Kenichi Handa <handa@m17n.org>
4949
4950 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4951 ZERO.
4952 (indian-itrans-v5-table-for-tamil): New variable.
4953 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4954
3f2b07f8
KM
49552011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
4956
4957 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4958 that's true if the current command involved collapsing of text.
4959 It's reset to false at the beginning of the next command.
4960 (allout-post-command-business): Move the cursor to the beginning
4961 of entry if the cursor is hidden and collapsing activity just
4962 happened.
4963
371d6a61
CY
49642011-09-24 Chong Yidong <cyd@stupidchicken.com>
4965
4966 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4967 tracking (Bug#9541).
4968
2ac2721a
UJ
49692011-09-24 Ulf Jasper <ulf.jasper@web.de>
4970
4971 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
4972 (newsticker-show-news): Automatically load html rendering package
4973 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
4974 because w3m-fill-column is let-bound" and the error "Symbol's value
4975 as variable is void: w3m-fill-column".
2ac2721a 4976
fac7ae53
MA
49772011-09-24 Michael Albinus <michael.albinus@gmx.de>
4978
4979 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4980 Release services only if they are defined. (Bug#9581)
4981
e08b633b
RS
49822011-09-23 Richard Stallman <rms@gnu.org>
4983
e488d29c
RS
4984 * textmodes/paragraphs.el (forward-sentence): For backwards case,
4985 distinguish start of paragraph from start of its text.
4986
19c38752
RS
4987 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4988
e08b633b
RS
4989 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4990 (rmail-generate-viewer-buffer): Put that hook on view buffer.
4991 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4992
0a39f27e
AS
49932011-09-23 Andreas Schwab <schwab@linux-m68k.org>
4994
4995 * international/mule-diag.el (mule-diag): Insert a newline after
4996 each fontset description.
4997
db4e950d
SM
49982011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4999
5000 * simple.el (delete-trailing-whitespace):
5001 Document last change; simplify.
5002
eca3f3ea
PW
50032011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
5004
d68e189a
PW
5005 * simple.el (delete-trailing-whitespace): Also delete
5006 extra newlines at the end of the buffer.
5007
eca3f3ea
PW
5008 * textmodes/picture.el: Make motion commands obey shift-select-mode.
5009 (picture-newline): Use forward-line so as to ignore fields.
5010
01c157cc
SM
50112011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5012
5013 * subr.el (with-wrapper-hook): Fix edebug spec.
5014
022de23e
LMI
50152011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5016
5017 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
5018 (bug#4538).
5019
91683089
MA
50202011-09-23 Michael Albinus <michael.albinus@gmx.de>
5021
eca3f3ea
PW
5022 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
5023 Fix nasty bug using wrong cached values.
91683089 5024
5bdd6fa4
AM
50252011-09-23 Alan Mackenzie <acm@muc.de>
5026
5027 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
5028
97adfb97
CY
50292011-09-23 Chong Yidong <cyd@stupidchicken.com>
5030
5031 * window.el (pop-to-buffer): Ensure right window is selected if we
5032 chose another frame.
5033
d4ef2b50
EZ
50342011-09-22 Eli Zaretskii <eliz@gnu.org>
5035
5036 * simple.el (what-cursor-position): Use get-char-property-change
5037 and next-single-char-property-change, to be able to show display
5038 properties that come from overlays as well as text properties.
5039
72258fe5
CY
50402011-09-22 Chong Yidong <cyd@stupidchicken.com>
5041
5042 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
5043
5044 * cmuscheme.el (run-scheme, switch-to-scheme):
5045 * cus-edit.el (customize-group, custom-buffer-create)
5046 (customize-browse):
5047 * info.el (info):
5048 * shell.el (shell):
5049 * mail/sendmail.el (mail):
5050 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
5051
8f098516
RS
50522011-09-22 Richard Stallman <rms@gnu.org>
5053
5054 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
5055 move back only to line beg, don't move back over blank lines.
5056
e74f1bb6
MA
50572011-09-22 Michael Albinus <michael.albinus@gmx.de>
5058
5059 * files.el (copy-directory): Set directory attributes only in case
5060 they could be retrieved from the source directory. (Bug#9565)
5061
bfeef8b6
DK
50622011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
5063
5064 * progmodes/hideshow.el (hs-looking-at-block-start-p)
5065 (hs-find-block-beginning, hs-hide-level-recursive):
5066 Ignore strings as well as comments. (Bug#9502)
5067
7e423bb8
AS
50682011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
5069
5070 * progmodes/sql.el (sql-comint-postgres):
5071 Convert port number to a string. (Bug#9566)
5072
b4d72fcf
MR
50732011-09-22 Martin Rudalics <rudalics@gmx.at>
5074
5075 * window.el (quit-window): Undedicate window when switching to
5076 previous buffer. Reported by Thierry Volpiatto
5077 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
5078 (special-display-popup-frame): When popping up a new frame reset
5079 its previous buffers to nil. Simplify code.
b4d72fcf 5080
a7b88dc6
MA
50812011-09-21 Michael Albinus <michael.albinus@gmx.de>
5082
5083 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
5084 and process filter, as done also in `shell-command'.
5085
cf4eacfd
MR
50862011-09-21 Martin Rudalics <rudalics@gmx.at>
5087
eca3f3ea 5088 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
5089 Call set-window-start with NOFORCE argument t.
5090 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
5091 (quit-window): Reword doc-string. Handle new format of
5092 quit-restore parameter. Don't delete window if it has a
5093 previous buffer we can show instead of the present one.
5094 (display-buffer-record-window): Rewrite using a new format for
5095 the quit-restore window parameter
5096 (special-display-popup-frame, display-buffer-same-window)
5097 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5098 (display-buffer-pop-up-window, display-buffer-use-some-window):
5099 Adapt symbol passed to display-buffer-record-window.
5100 * help.el (help-window-setup): Handle new format of quit-restore
5101 parameter.
5102
8d28cb95
SM
51032011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5104
94ab793f
SM
5105 * faces.el (face-list): Fix docstring (bug#9564).
5106
8d28cb95
SM
5107 * window.el (display-buffer--action-function-custom-type):
5108 Don't include internal functions in the Custom interface.
5109
3820edeb
JL
51102011-09-20 Juri Linkov <juri@jurta.org>
5111
5112 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
5113 (Info-forward-node, Info-backward-node, Info-next-preorder)
5114 (Info-last-preorder): Use it. (Bug#9528)
5115
5147931d
JL
51162011-09-20 Juri Linkov <juri@jurta.org>
5117
5118 * info.el (Info-last-preorder): Visit last menu item only when
5119 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
5120
cf499a1a
JD
51212011-09-20 Julien Danjou <julien@danjou.info>
5122
5123 * password-cache.el (password-cache-remove): Remove entries even if the
5124 value is nil, so that password with a nil value (negative caching) is
5125 possible to invalidate.
5126
f84e2fe2
LM
51272011-09-20 Lawrence Mitchell <wence@gmx.li>
5128
5129 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
5130 all whitespace around breakpoint. (Bug#9553)
5131 (f90-find-breakpoint): Only break at whitespace inside a comment.
5132
78054a46
SM
51332011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5134
5135 * minibuffer.el (completion-file-name-table): Keep track of errors.
5136 (completion-table-with-predicate): Handle the case where pred1 is nil.
5137 * pcomplete.el (pcomplete-completions-at-point): Simplify.
5138
345083b2
SM
51392011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5140
e24e27be
SM
5141 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
5142 (debugger-return-value): Signal an error if the debugging context does
5143 not await any return value.
5144
345083b2
SM
5145 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
5146 * image-mode.el (image-toggle-display-text)
5147 (image-toggle-display-image): Stay away from evil `intangible'.
5148
08d355e3
LL
51492011-09-19 Leo Liu <sdl.web@gmail.com>
5150
5151 * replace.el (occur-revert-arguments): Make it permanent-local.
5152 (occur-mode): Don't call font-lock-defontify.
5153
f01da43f
CY
51542011-09-19 Chong Yidong <cyd@stupidchicken.com>
5155
5156 * net/ldap.el (ldap-search-internal): Don't push empty search
5157 result (Bug#9508).
5158
b6072fa6
SM
51592011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5160
5161 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
5162
443d6696
MA
51632011-09-19 Michael Albinus <michael.albinus@gmx.de>
5164
5165 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
5166 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
5167
7cc6e154
JL
51682011-09-18 Juri Linkov <juri@jurta.org>
5169
5170 * buff-menu.el (Buffer-menu-mode-map):
5171 * dired.el (dired-mode-map):
5172 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
5173 (lisp-interaction-mode-map):
5174 * emacs-lisp/package.el (package-menu-mode-map):
5175 * epa.el (epa-key-list-mode-map):
5176 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
5177 (menu-bar-options-menu):
5178 * outline.el (outline-mode-menu-bar-map):
5179 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
5180 * vc/vc-dir.el (vc-dir-menu-map):
5181 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
5182 Capitalize non-function content words in menu item strings.
5183
5184 * dired.el (dired-mode-map): Add menu item for
5185 `image-dired-dired-toggle-marked-thumbs'.
5186
80302a81
JL
51872011-09-18 Juri Linkov <juri@jurta.org>
5188
5189 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
5190 to `isearch-case-fold-search' and restore its original value
5191 after the `isearch-mode' call.
5192
46c5cf66
JL
51932011-09-18 Juri Linkov <juri@jurta.org>
5194
5195 * progmodes/grep.el (grep-process-setup): Don't check code for 1
5196 because `zgrep' returns 1 for successful matches (bug#9226).
5197
d18b513b
JL
51982011-09-18 Juri Linkov <juri@jurta.org>
5199
5200 * info.el (Info-extract-menu-node-name): Check the second match
5201 for empty string (second test-case of bug#9528).
5202 (Info-last-preorder): Let-bind `Info-history' to nil to not add
5203 intermediate nodes to the history (first test-case of bug#9528).
5204
72753f87
JL
52052011-09-18 Juri Linkov <juri@jurta.org>
5206
5207 * info.el (Info-mode-syntax-table): New variable.
1154d12e 5208 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 5209
c9384295
JL
52102011-09-18 Juri Linkov <juri@jurta.org>
5211
1154d12e
JB
5212 * info.el (Info-file-supports-index-cookies):
5213 Increment line-beginning-position's arg from 3 to 4 because makeinfo
5214 outputs one more line for long file names (bug#4142).
c9384295 5215
d473dce8
CY
52162011-09-18 Chong Yidong <cyd@stupidchicken.com>
5217
5218 * newcomment.el (comment-normalize-vars): If prompting for
5219 comment-start, set comment-start-skip too (Bug#8424).
5220
2176854d
JB
52212011-09-18 Johan Bockgård <bojohan@gnu.org>
5222
5223 * icomplete.el: Fix previous fix of Bug#5849.
5224 (icomplete-mode): Don't set completion-show-inline-help.
5225 (icomplete-minibuffer-setup): Set completion-show-inline-help
5226 locally during icompletion.
5227
3aace4e4
CY
52282011-09-18 Chong Yidong <cyd@stupidchicken.com>
5229
c940224f
CY
5230 * woman.el (woman2-process-escapes): Don't delete unrecognized
5231 escapes (Bug#7843).
5232
3aace4e4
CY
5233 * files.el (inhibit-first-line-modes-regexps): Add image files.
5234 (hack-local-variables-prop-line): Return nil for malformed
5235 prop-lines (Bug#9044).
5236
710dec63
MA
52372011-09-18 Michael Albinus <michael.albinus@gmx.de>
5238
5239 * net/tramp.el (top): Don't require 'shell.
5240 (tramp-methods): Fix docstring.
5241 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
5242 Return complete remote file name. Handle "smb" case.
5243 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
5244 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
5245
5246 * net/tramp-compat.el (top): Require 'shell.
5247
5248 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5249 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
5250 `tramp-current-host'.
5251 (tramp-get-remote-tmpdir): Remove.
5252
5253 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
5254 `tramp-tmpdir' entries.
5255 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
5256 (tramp-smb-handle-file-attributes): Ignore errors.
5257 (tramp-smb-wait-for-output): Check also for process end.
5258
5d5ac8ec
LMI
52592011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5260
5261 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
5262 when sending QUIT (bug#9312).
5263
8c0f49f0
CY
52642011-09-17 Chong Yidong <cyd@stupidchicken.com>
5265
5266 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
5267 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
5268 occur-mode-display-occurrence.
5269 (occur-edit-mode): Add usage message.
5270 (occur-cease-edit): New command.
5271 (occur-after-change-function): Use text properties to find the
5272 position of the prefix text.
5273 (occur-engine): Set stickiness of prefix text properties.
5274
8f1383f7
GM
52752011-09-17 Glenn Morris <rgm@gnu.org>
5276
5277 * progmodes/etags.el (complete-tag):
5278 Fix call to completion-in-region. (Bug#9526)
5279
744ba0e3
JL
52802011-09-17 Juri Linkov <juri@jurta.org>
5281
5282 * textmodes/ispell.el (ispell-word): Add to the error message
5283 the word, ispell program name and current dictionary (bug#9121).
5284 (ispell-tex-arg-end): Capitalize "error" in the error message.
5285
d9bbf400
AS
52862011-09-17 Andreas Schwab <schwab@linux-m68k.org>
5287
5288 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
5289 check. (Bug#4251)
5290
8da11505
JL
52912011-09-17 Juri Linkov <juri@jurta.org>
5292
5293 * window.el (window-safe-min-height, window-safe-min-width):
5294 Fix typos (followup to bug#9522).
5295
a91adc7e
SJ
52962011-09-17 Sven Joachim <svenjoac@gmx.de>
5297
5298 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
5299
064f328a
EZ
53002011-09-16 Eli Zaretskii <eliz@gnu.org>
5301
5302 * simple.el (line-move): If goal-column is set, move by logical
5303 lines, not by display lines. (Bug#971)
5304 (next-line, previous-line, goal-column, line-move-visual): Doc fix
5305 to reflect the above change.
5306
e69df516
SM
53072011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5308
5309 * image.el (imagemagick-register-types): Use regexp-opt.
5310
cbb0f9ab
CY
53112011-09-15 Chong Yidong <cyd@stupidchicken.com>
5312
5313 * window.el (display-buffer-base-action): Rename from
5314 display-buffer-default-action. Make default value empty.
5315 (display-buffer-overriding-action): Convert to defvar.
5316 (display-buffer-fallback-action): New var.
5317
25322144
CY
53182011-09-15 Chong Yidong <cyd@stupidchicken.com>
5319
5320 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
5321 declaration.
5322 (package--add-to-archive-contents): If there is a duplicate entry
5323 with an older version, remove it.
5324 (package-menu-mark-delete, package-menu-mark-install)
5325 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
5326 (package-menu-mark-obsolete-for-deletion):
5327 Use package-menu-get-status instead of a regexp search.
25322144
CY
5328 (package-menu-get-status): Use tabulated-list-entry.
5329 (package-menu-mark-upgrades): New command.
d770725a 5330 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
5331 (package-menu-execute): Do installation before deletion.
5332 (package-menu-refresh, package-menu-execute): Use derived-mode-p
5333 instead of checking major-mode.
5334 (package-menu--find-upgrades): New function.
5335
7520339c
LMI
53362011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5337
5338 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
5339 passwords in the log buffer.
65a046c4
LMI
5340 (smtpmail-process-filter): Update the process marker so that the
5341 "broken by peer" status message is inserted in the right place.
7520339c 5342
d3c30954
SM
53432011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5344
3fe48822
SM
5345 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
5346 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
5347 bibtex-completion-at-point-function.
5348 (bibtex-completion-at-point-function): Use them.
5349
1b8b3954
SM
5350 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
5351
d3c30954
SM
5352 * mpc.el (mpc-constraints-tag-lookup): New function.
5353 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
5354 also to browser "album|playlist".
5355
72779976
JL
53562011-09-14 Juri Linkov <juri@jurta.org>
5357
5358 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
5359 (isearch-edit-string): Use length of `isearch-string' when
5360 `isearch-fail-pos' returns nil.
5361 (isearch-message): Remove duplicate code and call
5362 `isearch-fail-pos' with arg `t'.
5363
a0bf2bcd
CY
53642011-09-14 Chong Yidong <cyd@stupidchicken.com>
5365
17bb0a2d
CY
5366 * replace.el (occur-mode-goto-occurrence): Don't force using other
5367 window (Bug#9499).
5368
a0bf2bcd
CY
5369 * dired-aux.el (dired-do-chmod): Don't provide initial input.
5370
f678e0b6
MR
53712011-09-14 Martin Rudalics <rudalics@gmx.at>
5372
5373 * window.el (display-buffer-window): Remove.
5374 (display-buffer-record-window): Use help-setup window parameter
5375 instead of variable display-buffer-window.
5376 (display-buffer-function, special-display-buffer-names)
5377 (special-display-function): Mention help-setup parameter instead
5378 of display-buffer-window in doc-string.
d3c30954
SM
5379 * help.el (help-window-setup): New argument help-window.
5380 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
5381 Reword some messages.
5382 (with-help-window): Pass window used for displaying the buffer
5383 to help-window-setup. Don't set display-buffer-window.
5384
8e39b2e8
GM
53852011-09-13 Glenn Morris <rgm@gnu.org>
5386
5387 * emacs-lisp/debug.el (debugger-make-xrefs):
5388 Preserve point. (Bug#9462)
5389
85e9c04b
CY
53902011-09-13 Chong Yidong <cyd@stupidchicken.com>
5391
5392 * window.el (window-deletable-p): Use next-frame.
5393
1b36ed6a
MR
53942011-09-13 Martin Rudalics <rudalics@gmx.at>
5395
5396 * window.el (window-auto-delete): Remove.
5397 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 5398 dedication and previous buffers.
1b36ed6a
MR
5399 (switch-to-prev-buffer): Don't delete window.
5400 (delete-windows-on): Delete a window's frame if and only if the
5401 window is dedicated.
5402 (replace-buffer-in-windows): Delete buffer's window or frame if
5403 and only if window is dedicated.
5404 (quit-window): Handle quit-restore as before last change.
4d61f28d 5405 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 5406
ef8ef9fb
CY
54072011-09-13 Chong Yidong <cyd@stupidchicken.com>
5408
5409 * window.el (window-deletable-p): Never delete the last frame on a
5410 given terminal.
5411
b2cba41e
GM
54122011-09-13 Glenn Morris <rgm@gnu.org>
5413
5414 * help.el (describe-key-briefly): Copy previous standard-output change.
5415
51553db6 54162011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
5417
5418 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
5419
b7556719
GM
54202011-09-13 Glenn Morris <rgm@gnu.org>
5421
5422 * emacs-lisp/lisp-mode.el (lisp-indent-function):
5423 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
5424
64b51947
CY
54252011-09-12 Chong Yidong <cyd@stupidchicken.com>
5426
5427 * dired-aux.el (dired-mark-read-string): Don't return default
5428 value on empty input (Bug#9361).
5429 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
5430 Omit initial minibuffer contents.
5431 (dired-do-chmod): Signal an error on empty input.
5432 (dired-mark-read-string): Don't return default on empty input.
5433
5434 * files.el (file-modes-symbolic-to-number): Doc fix.
5435
393a301e
SM
54362011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5437
5438 * international/mule-cmds.el (ucs-completions): Remove.
5439 (read-char-by-name): Use complete-with-action instead; add metadata.
5440
fa5660f9
CY
54412011-09-11 Chong Yidong <cyd@stupidchicken.com>
5442
5443 * window.el (display-buffer--action-function-custom-type)
5444 (display-buffer--action-custom-type): New vars.
5445 (display-buffer-alist, display-buffer-default-action)
5446 (display-buffer-overriding-action): Add defcustom types.
5447
4a592f66
CY
5448 * frame.el (delete-other-frames): Doc fix (Bug#276).
5449
73d56dbd
LMI
54502011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5451
5452 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
5453
37ac18a3
CY
54542011-09-11 Chong Yidong <cyd@stupidchicken.com>
5455
5456 Change modes that used same-window-* vars to use switch-to-buffer.
5457
5458 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
5459 Use switch-to-buffer.
5460
5461 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
5462 (customize-browse, custom-buffer-create-other-window):
5463 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
5464
5465 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
5466 (Info-prev, Info-up, Info-speedbar-goto-node)
5467 (info-display-manual): Use switch-to-buffer.
5468 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
5469
5470 * mail/sendmail.el (mail): Use switch-to-buffer.
5471 (mail-recover): Use switch-to-buffer-other-window.
5472
5473 * cmuscheme.el (run-scheme, switch-to-scheme):
5474 * ielm.el (ielm):
5475 * shell.el (shell):
5476 * net/rlogin.el (rlogin):
5477 * net/telnet.el (telnet, rsh):
5478 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
5479
10195bd6
AS
54802011-09-11 Andreas Schwab <schwab@linux-m68k.org>
5481
5482 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
5483
b322f63a
LMI
54842011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5485
39d7fed6
LMI
5486 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
5487 so don't mention it (bug#9301).
ba5a81f1 5488 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 5489
ee0e9f11
LMI
5490 * faces.el (face-spec-set-match-display): Make `(type graphic)'
5491 match `x', `w32' and `ns', like the manual says (bug#9029).
5492
0b1c89c1 5493 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
5494 (process-kill-buffer-query-function): Mention the buffer name in
5495 the query.
0b1c89c1 5496
77549ea8
LMI
5497 * image-mode.el (image-next-line): The line parameter is mandatory
5498 (bug#9258).
5499
803ef892
LMI
5500 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
5501 which can be useful (bug#9301).
5502
12980837
LMI
5503 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
5504
91054f8f
LMI
5505 * subr.el (match-string): Mention that the current buffer should
5506 be the same as the search was done in (bug#9282).
5507
b322f63a
LMI
5508 * facemenu.el: Disable the remove-* commands if the mark isn't
5509 active (bug#9162).
5510
3199b96f
CY
55112011-09-10 Chong Yidong <cyd@stupidchicken.com>
5512
5513 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
5514 of display-buffer.
5515 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
5516
5517 * replace.el (occur-mode-goto-occurrence)
5518 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
5519 and display-buffer.
5520
5521 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
5522 display-buffer.
5523
5524 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
5525 special-display and same-window variables.
5526 (mail-other-window): Use switch-to-buffer-other-window.
5527 (mail-other-frame): USe switch-to-buffer-other-frame.
5528
393a301e
SM
5529 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
5530 Use display-buffer-other-frame.
3199b96f
CY
5531 (gdb-display-gdb-buffer): Use pop-to-buffer.
5532
5533 * progmodes/gud.el (gud-goto-info): Use info-other-window.
5534
5535 * progmodes/python.el: Don't set same-window-buffer-names.
5536
5537 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
5538
5539 * window.el (display-buffer-alist): Add *Python*.
5540
8319e0bf
CY
55412011-09-10 Chong Yidong <cyd@stupidchicken.com>
5542
5543 * window.el (display-buffer-alist): Add entry for buffers
5544 previously handled same-window-*.
5545 (display-buffer-alist, display-buffer-default-action)
5546 (display-buffer-overriding-action): Mark as risky.
5547 (display-buffer-alist): Document action function changes.
5548 (display-buffer--same-window-action)
5549 (display-buffer--other-frame-action): New variables.
5550 (switch-to-buffer, display-buffer-other-frame): Use them.
5551 (display-buffer): Rename reuse-frame entry to reusable-frames.
5552 (display-buffer-reuse-selected-window): Function deleted.
5553 (display-buffer-reuse-window): Handle reusable-frames alist entry.
5554 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
5555 (display-buffer-special): New function.
5556 (display-buffer--maybe-pop-up-frame-or-window): Rename from
5557 display-buffer-reuse-or-pop-window. Split off special-display
5558 part into display-buffer-special.
5559 (display-buffer-use-some-window): Don't perform any special
5560 pop-up-frames handling.
5561 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 5562 (display-buffer--maybe-same-window): Rename from
0d3ff375 5563 display-buffer-maybe-same-window.
8319e0bf 5564
919a69aa
CY
5565 * info.el: Don't set same-window-regexps.
5566 (info-setup): New function.
5567 (info-other-window, info): Call it.
5568
5569 * cus-edit.el: Don't set same-window-regexps.
5570 (customize-group): New argument.
5571 (customize-group-other-window): Use it.
5572 (customize-face, customize-face-other-window): Likewise.
5573 (custom-buffer-create-other-window): Use pop-to-buffer directly.
5574
8319e0bf
CY
5575 * net/rlogin.el:
5576 * net/telnet.el:
5577 * progmodes/gud.el: Don't set same-window-regexps.
5578
5579 * cmuscheme.el:
5580 * ielm.el:
5581 * shell.el:
5582 * mail/sendmail.el:
5583 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
5584
25173000
JL
55852011-09-10 Juri Linkov <juri@jurta.org>
5586
5587 * isearch.el (isearch-edit-string): Remove obsolete mention of
5588 `C-w' (`isearch-yank-word-or-char') from docstring.
5589 (isearch-query-replace): Fix typo in docstring (bug#9466).
5590
056e44ef
JL
55912011-09-10 Juri Linkov <juri@jurta.org>
5592
5593 * paren.el (show-paren-function): Don't show escaped parens.
5594 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
5595
c3760c17
EZ
55962011-09-10 Eli Zaretskii <eliz@gnu.org>
5597
5598 * mail/sendmail.el (mml-to-mime, mml-attach-file)
5599 (mm-default-file-encoding): Remove autoload forms, they are
5600 replaced with autoload cookies in mml.el and mm-encode.el.
5601 (mail-add-attachment): New command.
5602 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
5603 (mail-mode): Mention mail-insert-file and mail-add-attachment in
5604 the doc string.
5605 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
5606
fece895e
RT
56072011-09-10 Reuben Thomas <rrt@sc3d.org>
5608
e69df516
SM
5609 * simple.el (count-words-region): Use buffer if there's no region
5610 (bug#9429).
fece895e 5611
5e68ce4a
JL
56122011-09-09 Juri Linkov <juri@jurta.org>
5613
5614 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
5615 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
5616 (wdired-isearch-filter-read-only): New function. (Bug#6362)
5617
0a6b9622
AM
56182011-09-09 Alan Mackenzie <acm@muc.de>
5619
5620 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
5621 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
5622
14a29deb
EZ
56232011-09-09 Eli Zaretskii <eliz@gnu.org>
5624
5625 Fix for Savannah bug#9392.
5626 * simple.el (mail-encode-mml): New defvar.
5627
5628 * mail/rmail.el (mail-encode-mml): Add a defvar.
5629 (rmail-enable-mime-composing): Default to t.
5630 (rmail-forward): Use MIME method of forwarding only if both
5631 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
5632 Set mail-encode-mml non-nil if the MIME method was used.
5633
5634 * mail/sendmail.el (mml-to-mime): Add autoload form.
5635 (mail-encode-mml): Add a defvar.
5636 (mail-mode): Make mail-encode-mml buffer-local and initialize it
5637 to nil.
5638 (mail-send): If mail-encode-mml is non-nil, run the outgoing
5639 message through mml-to-mime, and reset mail-encode-mml to nil.
5640
28c45130
GM
56412011-09-09 Glenn Morris <rgm@gnu.org>
5642
5643 * woman.el (woman-if-body): When processing an .el block,
5644 do not delete the next .el block as well. (Bug#9447)
69f4b618 5645 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 5646
9b1c252e
MR
56472011-09-08 Martin Rudalics <rudalics@gmx.at>
5648
5649 * window.el (window-deletable-p): Make sure window is live before
5650 invoking window-prev-buffers.
5651
567457e3
LL
56522011-09-08 Leo Liu <sdl.web@gmail.com>
5653
5654 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
5655
97f05794
JL
56562011-09-08 Juri Linkov <juri@jurta.org>
5657
5658 * progmodes/compile.el (compilation-environment): Make it
5659 a defcustom (bug#8340).
5660
8b0874b5
MR
56612011-09-08 Martin Rudalics <rudalics@gmx.at>
5662
5663 * window.el (frame-auto-delete): Rename to window-auto-delete.
5664 Make it control auto-deletion of windows and/or frames.
5665 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 5666 for deleting window/frame. (Bug#9419)
8b0874b5
MR
5667 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
5668 Rewrite handling of case when window/frame can be deleted.
5669 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 5670 argument t. (Bug#9456)
8b0874b5 5671
4feb6e73
CY
56722011-09-07 Chong Yidong <cyd@stupidchicken.com>
5673
5674 * help-mode.el (help-mode): Restore autoload.
5675
91ab9c13
JL
56762011-09-07 Juri Linkov <juri@jurta.org>
5677
5678 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
5679 `compilation-environment'. Set buffer-local
5680 `compilation-environment' to `thisenv' later after (funcall mode).
5681 (Bug#8340)
5682
5683 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
5684 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
5685 instead of replacing its value. (Bug#8340)
5686
0527e251
JL
56872011-09-07 Juri Linkov <juri@jurta.org>
5688
5689 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
5690 based on text properties put by `grep-filter' instead of matching
5691 escape sequences.
5692 (grep-mode): Set buffer-local `compilation-error-screen-columns'
5693 to the value of `grep-error-screen-columns' (bug#9438).
5694
249f792c
JL
56952011-09-07 Juri Linkov <juri@jurta.org>
5696
5697 * simple.el (next-error-highlight, next-error-highlight-no-select):
5698 Doc fix (bug#9432).
5699
ff7271b9
OT
57002011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5701
5702 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5703 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
5704
183fc730
LL
57052011-09-07 Leo Liu <sdl.web@gmail.com>
5706
5707 * net/rcirc.el (rcirc-mode): Conditionally initialize
5708 rcirc-input-ring.
5709
77694924
SM
57102011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5711
5712 * emacs-lisp/find-func.el (find-function-C-source): Only set
5713 find-function-C-source-directory after checking that we found a source
5714 file there (bug#9440).
5715
d809b8eb
AM
57162011-09-06 Alan Mackenzie <acm@muc.de>
5717
5718 * isearch.el (isearch-other-meta-char): Wherever a key list is
5719 unread, "unread" the prefix arg, too. This fixes bug #8901.
5720
453de99f
OG
57212011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
5722
5723 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
5724
90439906
JL
57252011-09-05 Juri Linkov <juri@jurta.org>
5726
5727 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
5728
f62bd846
JL
57292011-09-05 Juri Linkov <juri@jurta.org>
5730
5731 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
5732 keeping point where processing of grep matches begins, and
5733 continue to delete remaining escape sequences from the same point.
5734 (grep-filter): Make leading zero optional in "0?1;31m" because
5735 git-grep emits "\033[1;31m" escape sequences unlike expected
5736 "\033[01;31m" as GNU Grep does (bug#9408).
5737 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
5738
045820ec
JL
57392011-09-05 Juri Linkov <juri@jurta.org>
5740
5741 * subr.el (y-or-n-p): Capitalize "yes".
5742
f5e29b9b
MA
57432011-09-04 Michael Albinus <michael.albinus@gmx.de>
5744
5745 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
5746 `tramp-cache-unload-hook' where appropriate.
5747 (tramp-methods): Rename `tramp-remote-sh' to
5748 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
5749 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
5750
5751 * net/tramp-sh.el (top): Don't require 'shell.
5752 (tramp-methods): Add `tramp-remote-shell' and
5753 `tramp-remote-shell-args' entries.
5754 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
5755 (tramp-sh-handle-shell-command): Remove.
5756 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5757 Use `tramp-remote-shell'.
5758
2784c434
CY
57592011-09-03 Chong Yidong <cyd@stupidchicken.com>
5760
393a301e 5761 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
5762 (sendmail-query-once): Save directly to send-mail-function.
5763 Update message-send-mail-function too.
5764
5765 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
5766
464cdf56
CS
57672011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5768
5769 * progmodes/python.el (python-mode-map): Use correct function to
5770 start python interpreter from menu-bar (as reported by Geert
5771 Kloosterman).
5772 (inferior-python-mode-map): Fix typo.
393a301e 5773 (python-shell-map): Remove.
464cdf56 5774
d37e5c87
DD
57752011-09-03 Deniz Dogan <deniz@dogan.se>
5776
5777 * net/rcirc.el (rcirc-print): Simplify code for
5778 rcirc-scroll-show-maximum-output. There is no need to walk
5779 through all windows to find the right one.
5780
f3ada0ee
CS
57812011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5782
5783 * help.el (help-return-method): Doc fix.
5784
1f3c99ca
MR
57852011-09-03 Martin Rudalics <rudalics@gmx.at>
5786
5787 * window.el (window-deletable-p): Don't return a non-nil value
5788 when there's a buffer that was shown in the window before.
5789 (Bug#9419)
393a301e
SM
5790 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5791 Set window's previous buffers to nil.
1f3c99ca 5792
a3cf097f
EZ
57932011-09-03 Eli Zaretskii <eliz@gnu.org>
5794
5795 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
5796 newline before and after the tag line, so it doesn't interfere
5797 with determining the paragraph direction of bidirectional text.
5798
3d03de90
LL
57992011-09-03 Leo Liu <sdl.web@gmail.com>
5800
5801 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
5802
c3313451
CY
58032011-09-02 Chong Yidong <cyd@stupidchicken.com>
5804
393a301e 5805 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
5806 (pop-to-buffer): Change interactive spec. Pass second argument
5807 directly to display-buffer.
5808 (display-buffer): Fix interactive spec. Use functionp to
5809 distinguish between a function and a list of functions.
5810
5811 * abbrev.el (edit-abbrevs):
5812 * arc-mode.el (archive-extract):
5813 * autoinsert.el (auto-insert):
5814 * bookmark.el (bookmark-bmenu-list):
5815 * files.el (find-file):
5816 * view.el (view-buffer):
5817 * progmodes/compile.el (compilation-goto-locus):
5818 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5819
89894cd8
CY
58202011-09-02 Chong Yidong <cyd@stupidchicken.com>
5821
5822 * window.el (display-buffer-alist): Doc fix.
5823 (display-buffer): Add docstring. Don't treat
5824 display-buffer-default specially.
5825 (display-buffer-reuse-selected-window)
5826 (display-buffer-same-window, display-buffer-maybe-same-window)
5827 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5828 (display-buffer-pop-up-window)
5829 (display-buffer-reuse-or-pop-window)
5830 (display-buffer-use-some-window): New functions.
5831 (display-buffer-default-action): Use them.
393a301e 5832 (display-buffer-default): Delete.
89894cd8
CY
5833 (pop-to-buffer-1): Fix choice of actions.
5834
ae0bc9fb
SM
58352011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5836
5837 * minibuffer.el (completion--insert-strings): Don't get confused by
5838 completion entries that end with an LF char.
5839
e9d90883
EZ
58402011-09-01 Eli Zaretskii <eliz@gnu.org>
5841
5842 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5843
437014c8
CY
58442011-09-01 Chong Yidong <cyd@stupidchicken.com>
5845
5846 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
5847 (display-buffer-same-window, display-buffer-other-window):
5848 New functions.
437014c8
CY
5849 (pop-to-buffer-1): New function. Use the above.
5850 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 5851 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
5852
5853 * view.el (view-buffer-other-window, view-buffer-other-frame):
5854 Just use pop-to-buffer.
5855
a5e063d5
TV
58562011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5857
5858 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
5859
793d32bb
WH
58602011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
5861
5862 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
5863
d65e4c15
RS
58642011-08-31 Richard Stallman <rms@gnu.org>
5865
5866 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5867 of the separation of rmail-view-buffer from rmail-buffer.
5868 If you say no to "replace original", the decrypt is in the
5869 view buffer. If you say yes, the decrypt goes into the
5870 rmail buffer also.
5871
f818cd2a
MR
58722011-08-31 Martin Rudalics <rudalics@gmx.at>
5873
5874 * window.el (display-buffer-window): Rewrite doc-string.
5875 (display-buffer-record-window): New function.
5876 (display-buffer-macro-specifiers)
5877 (display-buffer-even-window-sizes, display-buffer-set-height)
5878 (display-buffer-set-width, display-buffer-in-window)
5879 (display-buffer-reuse-window, display-buffer-split-specifiers)
5880 (display-buffer-side-specifiers, display-buffer-split-window-1)
5881 (display-buffer-split-window, display-buffer-split-atom-window)
5882 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5883 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5884 (display-buffer-other-window-means-other-frame)
5885 (display-buffer-normalize-special)
5886 (display-buffer-normalize-default)
5887 (display-buffer-normalize-argument)
5888 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5889 (display-buffer-normalize-specifiers, display-buffer-frame)
5890 (display-buffer-same-window, display-buffer-same-frame)
5891 (display-buffer-other-window)
5892 (display-buffer-same-frame-other-window)
5893 (display-buffer-other-frame, pop-to-buffer-same-window)
5894 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5895 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5896 (switch-to-buffer-same-frame)
5897 (switch-to-buffer-other-window-same-frame)
5898 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5899 (display-buffer-alist-set-1, display-buffer-alist-set-2)
5900 (display-buffer-alist-set): Remove.
5901 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
5902 (special-display-regexps, special-display-function):
5903 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
5904 parameter.
5905 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5906 (special-display-frame-alist, special-display-popup-frame)
5907 (same-window-buffer-names, same-window-regexps, same-window-p)
5908 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5909 (split-window-preferred-function, split-height-threshold)
5910 (split-width-threshold, window-splittable-p)
5911 (split-window-sensibly, window--try-to-split-window)
5912 (window--frame-usable-p, even-window-heights)
5913 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
5914 (window--display-buffer-2, display-buffer-other-frame):
5915 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
5916 (display-buffer-default, display-buffer-assq-regexp): New functions.
5917 (display-buffer-alist): Rewrite doc-string.
5918 (display-buffer-default-action)
5919 (display-buffer-overriding-action): New variables.
5920 (display-buffer, switch-to-buffer): Rewrite.
5921 (pop-to-buffer): Restore Emacs 23 behavior but use
5922 window-normalize-buffer-to-display.
5923 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5924 Restore Emacs 23 behavior but use
5925 window-normalize-buffer-to-switch-to.
5926 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
5927 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5928 Rewrite using Emacs 23 options.
f818cd2a 5929
5bc3b51d
MA
59302011-08-31 Michael Albinus <michael.albinus@gmx.de>
5931
5932 * net/tramp.el (tramp-root-regexp): Remove.
5933 (tramp-completion-file-name-regexp-unified)
5934 (tramp-completion-file-name-regexp-separate)
5935 (tramp-completion-file-name-regexp-url): Don't use leading volume
5936 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
5937 (tramp-drop-volume-letter): Simplify definition.
5938 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 5939
b1a4f8e1
SM
59402011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5943 (bug#9356).
5944
5664fa7b
RT
59452011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
5946
b1a4f8e1 5947 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 5948
9a45d6c3
JL
59492011-08-29 Juri Linkov <juri@jurta.org>
5950
5951 * isearch.el (isearch-done): Don't display message "Mark saved"
5952 when arg `edit' is non-nil to prevent its flicker in the echo area.
5953
fb87e0fb
CY
59542011-08-28 Chong Yidong <cyd@stupidchicken.com>
5955
5956 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5957 obsolete packages for deletion.
5958
09ac1c2a
CS
59592011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
5960
5961 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 5962 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
5963 view-mode from help-mode.
5964 (help-xref-override-view-map): Remove.
5965 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5966 view-mode is not used anymore.
5967
7a1ff57f
CY
59682011-08-28 Chong Yidong <cyd@stupidchicken.com>
5969
5970 * server.el (server-port): Doc fix.
5971
b9696605
CY
5972 * cus-theme.el (custom-theme-choose-mode): Inherit from
5973 special-mode (Bug#9124).
5974 (custom-theme-choose-mode-map): Add special-mode to parent.
5975
ef8cdf8c
AM
59762011-08-28 Alan Mackenzie <acm@muc.de>
5977
5978 * progmodes/cc-fonts.el
5979 (c-make-font-lock-BO-decl-search-function): New function.
5980 (c-basic-matchers-after - "Fontify the clauses after various
5981 keywords"): Extract the three keyword lists for the 3 erroneous
5982 constructs from the list of four, and use the new function above
5983 in place of an old one.
5984
27de4e20
DD
59852011-08-28 Deniz Dogan <deniz@dogan.se>
5986
5987 * net/rcirc.el (rcirc-insert-prev-input)
5988 (rcirc-insert-next-input): Remove unused argument.
5989
356a3681
SM
59902011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5991
5992 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5993
3fc9b218
AM
59942011-08-27 Alan Mackenzie <acm@muc.de>
5995
5996 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5997 handle function pointer parameters properly.
5998
538a061c
MR
59992011-08-27 Martin Rudalics <rudalics@gmx.at>
6000
6001 * window.el (display-buffer-reuse-window): Fix case where
6002 selected window was reused with non-nil OTHER-WINDOW argument.
6003 (Bug#9381)
6004
35b1c40c
DD
60052011-08-27 Deniz Dogan <deniz@dogan.se>
6006
6007 * net/rcirc.el (rcirc-check-auth-status): Adding support for
6008 oftc's NickServ messages.
6009
2f6a3e79
GM
60102011-08-27 Glenn Morris <rgm@gnu.org>
6011
6012 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
6013
7254299e
CY
60142011-08-26 Chong Yidong <cyd@stupidchicken.com>
6015
6016 * emacs-lisp/package.el (package-install): Call package-initialize
6017 if called interactively.
6018
f8ccf167
LL
60192011-08-26 Leo Liu <sdl.web@gmail.com>
6020
6021 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
6022
3e8cd5ce
JL
60232011-08-25 Juri Linkov <juri@jurta.org>
6024
6025 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
6026 `search-whitespace-regexp' (bug#9364).
6027
93eb7113
JL
60282011-08-25 Juri Linkov <juri@jurta.org>
6029
6030 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
6031 `regexp-search-ring' to their global values to protect from
6032 updating by `read-from-minibuffer' (bug#9185).
6033
f65d1611
JL
60342011-08-25 Juri Linkov <juri@jurta.org>
6035
6036 * textmodes/ispell.el (ispell-command-loop): Add newline
6037 at the end of the "Use option `i'..." line.
6038
f1cf7a31
JL
60392011-08-25 Juri Linkov <juri@jurta.org>
6040
6041 * battery.el (display-battery-mode): If `battery-status-function'
6042 or `battery-mode-line-format' is nil, display the message and set
6043 `display-battery-mode' to nil (bug#9363).
6044
0c95fcf7
EZ
60452011-08-25 Eli Zaretskii <eliz@gnu.org>
6046
6047 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
6048 bidi-string-mark-left-to-right; they are unnecessary now.
6049
a2ebe600
DD
60502011-08-25 Deniz Dogan <deniz@dogan.se>
6051
6052 * net/quickurl.el: Documentation typo fixes.
6053
e4ed06f1
CY
60542011-08-25 Chong Yidong <cyd@stupidchicken.com>
6055
6056 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
6057
e5f1c99e
GM
60582011-08-25 Glenn Morris <rgm@gnu.org>
6059
b2948976
GM
6060 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
6061
e5f1c99e
GM
6062 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
6063 (smtpmail-via-smtp): Handle nil response from smtp.
6064
f22f4808
JL
60652011-08-24 Juri Linkov <juri@jurta.org>
6066
6067 * proced.el (proced-marked): Inherit from `error' instead of
6068 `font-lock-warning-face'.
6069
6070 * ibuffer.el (ibuffer-marked-face): Change default face from
6071 `font-lock-warning-face' to `warning'.
6072 (ibuffer-deletion-face): Change default face from
6073 `font-lock-type-face' to `error'.
6074
6075 * battery.el (battery-update): Use the face `error' instead of
6076 `font-lock-warning-face' (bug#6117).
6077
6a93965e
JL
60782011-08-24 Juri Linkov <juri@jurta.org>
6079
6080 * faces.el (success): Change face color from "Green3" to
6081 "ForestGreen" on light background (bug#9353).
6082
1ed43b09
CY
60832011-08-24 Chong Yidong <cyd@stupidchicken.com>
6084
5664fa7b
RT
6085 * window.el (quit-window): Rename from quit-restore-window.
6086 Use same arglist as old quit-window.
1ed43b09
CY
6087 (frame-auto-delete): Doc fix.
6088
6089 * view.el (view-mode-exit): Use quit-window.
6090
11dcdbb2
JL
60912011-08-24 Juri Linkov <juri@jurta.org>
6092
6093 * isearch.el (isearch-ring-adjust1): Start visiting previous
6094 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
6095 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
6096 for empty search string (when the last search string is reused
6097 automatically) to adjust the isearch ring to the last element and
6098 prepare the correct index for further M-p commands (bug#9185).
6099
de62b4df
KH
61002011-08-24 Kenichi Handa <handa@m17n.org>
6101
6102 * international/ucs-normalize.el: If decomposition property of
6103 CHAR is the default one (i.e. a list of CHAR itself), treat it as
6104 nil.
6105 (nfd, nfkd): Likewise.
6106
963b492b
SM
61072011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6108
6109 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
6110 from process filters aren't reliably transmitted to the surrounding
6111 accept-process-output.
6112 (mpc-proc-check): New function.
6113 (mpc-proc-sync): Use it (bug#8293)
6114
93b6b5e1
SM
61152011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6116
6117 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
6118 Add compatibility functions (bug#9313).
6119
bca633fb
EZ
61202011-08-23 Eli Zaretskii <eliz@gnu.org>
6121
b177498a
EZ
6122 * cus-start.el (all): Add entry for bidi-paragraph-direction.
6123
6df6ae42 6124 * international/uni-bidi.el: Regenerate.
bca633fb 6125
0902a04e
KH
61262011-08-23 Kenichi Handa <handa@m17n.org>
6127
6128 * international/charprop.el:
6129 * international/uni-bidi.el:
6130 * international/uni-category.el:
6131 * international/uni-combining.el:
6132 * international/uni-comment.el:
6133 * international/uni-decimal.el:
6134 * international/uni-decomposition.el:
6135 * international/uni-digit.el:
6136 * international/uni-lowercase.el:
6137 * international/uni-mirrored.el:
6138 * international/uni-name.el:
6139 * international/uni-numeric.el:
6140 * international/uni-old-name.el:
6141 * international/uni-titlecase.el:
6142 * international/uni-uppercase.el: Regenerate.
6143
3bbf23bc
MR
61442011-08-23 Martin Rudalics <rudalics@gmx.at>
6145
6146 * help.el (help-window-setup): Fix message displayed when other
6147 window is reused. (Bug#9341)
6148
b3fd59bd
SM
61492011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6150
1802e444
SM
6151 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
6152 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
6153
b3fd59bd
SM
6154 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
6155 Mark obsolete.
6156 * shell.el (shell-parse-pcomplete-arguments): New function.
6157 (shell-completion-vars): Use it instead (bug#9160).
6158
4eb61348
SM
61592011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6160
867cab74
SM
6161 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
6162 strings and comments (bug#9333).
6163
4eb61348
SM
6164 * emacs-lisp/debug.el (debug-arglist): New function.
6165 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
6166 (debug-on-entry-1): Handle interpreted closures (bug#9120).
6167
262a1439
JL
61682011-08-22 Juri Linkov <juri@jurta.org>
6169
56ee679c
JL
6170 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6171 Revert regexp that highlights output switches to its old
6172 pre-2010-10-28 value and remove one `?' from it (bug#9319).
6173
262a1439
JL
6174 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
6175 to check for empty output (bug#9226).
6176
f13f86fb
CY
61772011-08-22 Chong Yidong <cyd@stupidchicken.com>
6178
6179 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
6180 symbol-constituent as the default, as that stops font-lock from
6181 working properly (Bug#8843).
6182
c65c9622
LMI
61832011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6184
6185 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
6186 `coding-system-for-*' around the process open call to avoid
6187 auth-source side effects.
e7f2c178 6188 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
6189 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
6190 probe hangs.
c65c9622 6191
23a8a5ab
CY
61922011-08-21 Chong Yidong <cyd@stupidchicken.com>
6193
ff98b2dd
CY
6194 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
6195
23a8a5ab
CY
6196 * emacs-lisp/find-func.el (find-function-noselect): New arg
6197 lisp-only.
6198
6199 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
6200 signal an error for built-in functions (Bug#6664).
6201
f5e3c598
LMI
62022011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6203
6204 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
6205 (smtpmail-try-auth-methods): Use it.
6206
a3f2468a
CY
62072011-08-21 Chong Yidong <cyd@stupidchicken.com>
6208
2c34e8da
CY
6209 * font-lock.el (font-lock-fontify-region)
6210 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
6211 (font-lock-default-unfontify-buffer)
6212 (font-lock-default-fontify-region)
6213 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
6214
b3fd59bd
SM
6215 * progmodes/compile.el (compilation-error-properties):
6216 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
6217 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
6218 `ant' regexp.
ee31aabc 6219
a3f2468a
CY
6220 * net/browse-url.el (browse-url-firefox): Don't call
6221 browse-url-firefox-sentinel unless using -remote (Bug#9328).
6222
8e999f70
GM
62232011-08-20 Glenn Morris <rgm@gnu.org>
6224
c21a496a
GM
6225 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
6226
59ee0542
GM
6227 * tutorial.el (tutorial--default-keys): Update some default bindings.
6228
8e999f70
GM
6229 * files.el (hack-local-variables): Fully ignore case for "mode:".
6230
e3715033
AM
62312011-08-20 Alan Mackenzie <acm@muc.de>
6232
6233 Resolve invalid use of a regexp in regexp-opt.
6234
4d61f28d
JB
6235 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
6236 detection for a java annotation.
e3715033 6237
4d61f28d 6238 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
6239 detection for a java annotation.
6240
4d61f28d
JB
6241 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
6242 handling for java.
e3715033
AM
6243 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
6244
04ed2e9c
CY
62452011-08-20 Chong Yidong <cyd@stupidchicken.com>
6246
6247 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
6248 (Bug#9274).
6249
826cee64
AM
62502011-08-20 Alan Mackenzie <acm@muc.de>
6251
58179cce 6252 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
6253 such a construct. Mainly for when jit-lock etc. starts a chunk
6254 here.
6255
58179cce 6256 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 6257 variable.
58179cce 6258 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
6259 c-make-font-lock-search-function.
6260 (c-make-font-lock-search-function): Use the above function.
6261 (c-make-font-lock-context-search-function): New function.
6262 (c-cpp-matchers): Enhance the preprocessor expression case with
6263 the above function
6264 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
6265 which takes an expression.
6266
6267 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
6268
13009bd8
MR
62692011-08-20 Martin Rudalics <rudalics@gmx.at>
6270
6271 * window.el (display-buffer-reuse-window)
6272 (display-buffer-pop-up-window): Don't reuse or split a side
6273 window.
6274
9234ff7f
GM
62752011-08-19 Glenn Morris <rgm@gnu.org>
6276
6277 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 6278 Downcase "Mode:". (Bug#9331)
9234ff7f 6279
f635daa1
CY
62802011-08-18 Chong Yidong <cyd@stupidchicken.com>
6281
6282 * international/characters.el: Add L and R categories.
6283
6284 * subr.el (bidi-string-mark-left-to-right): Rename from
6285 string-mark-left-to-right. Use category search.
6286
6287 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
6288
bc987f8b
JL
62892011-08-18 Juri Linkov <juri@jurta.org>
6290
6291 * faces.el (error, warning, success): New faces with definitions
6292 copied from old default values of `font-lock-warning-face',
6293 `compilation-warning', `compilation-info' (bug#6117).
6294
6295 * font-lock.el (font-lock-warning-face): Inherit from `error'.
6296
6297 * progmodes/compile.el (compilation-error): Inherit from `error'.
6298 (compilation-warning): Inherit from `warning'.
6299 (compilation-info): Inherit from `success'.
6300
6301 * dired.el (dired-marked): Inherit from `warning'.
6302 (dired-flagged): Inherit from `error'.
6303
57173b96
LMI
63042011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6305
3e79eb87
LMI
6306 * mail/smtpmail.el (auth-source): Require to avoid problems with
6307 binding variables (bug#9298). Also clean up some unused
6308 autoloads.
6309
b3fd59bd
SM
6310 * net/network-stream.el (network-stream-open-starttls):
6311 Support using starttls.el without using gnutls-cli.
57173b96 6312
02b404de
JL
63132011-08-17 Juri Linkov <juri@jurta.org>
6314
6315 * progmodes/grep.el (rgrep): Handle the case when
6316 `grep-find-command' is a cons cell (bug#9278).
6317
8c9177f2
MR
63182011-08-17 Martin Rudalics <rudalics@gmx.at>
6319
6320 * window.el (display-buffer-pop-up-frame): Run frame creation
6321 function with BUFFER current (as special-display-popup-frame
6322 does). Reported by Drew Adams.
6323
3644a0ab
DU
63242011-08-17 Daiki Ueno <ueno@unixuser.org>
6325
6326 * epa-mail.el: Simplify GnuPG group expansion using
6327 epg-expand-group.
6328 (epa-mail-group-alist, epa-mail-group-modtime)
6329 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
6330 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
6331 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
6332 Remove.
6333
5e617bc2 63342011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
6335
6336 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
6337
9c4aeabf
AM
63382011-08-16 Alan Mackenzie <acm@muc.de>
6339
6340 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
6341 Correct, to avoid the inside of macros.
6342
3a99bf64
RS
63432011-08-16 Richard Stallman <rms@gnu.org>
6344
04963aa8
RS
6345 * epa-mail.el: Handle GnuPG group definitions.
6346 (epa-mail-group-alist, epa-mail-group-modtime)
6347 (epa-mail-gnupg-conf-file): New variables.
6348 (epa-mail-parse-groups, epa-mail-sync-groups)
6349 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
6350 (epa-mail-expand-recipients): New functions.
6351 (epa-mail-encrypt): Call epa-mail-expand-recipients.
6352
177549d0
RS
6353 * mail/rmail.el (rmail-epa-decrypt): New command.
6354
fe38beef
RS
6355 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
6356 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
6357 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
6358 (epa-decrypt-armor-in-region): Make error message clearer.
6359
934eacb9
SM
63602011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6361
6362 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
6363 and "a2b" to "ab" for `prefix'.
6364
d024fb4e
CY
63652011-08-14 Chong Yidong <cyd@stupidchicken.com>
6366
6367 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
6368 filter groups.
de148fee
CY
6369 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
6370 Fourquet (Bug#8804).
d024fb4e 6371
62f1ca49
JB
63722011-08-12 Juanma Barranquero <lekktu@gmail.com>
6373
6374 * startup.el (argi): Declare as global variable (bug#9275).
6375
9ccaaa4b
CY
63762011-08-12 Chong Yidong <cyd@stupidchicken.com>
6377
6378 * subr.el (string-mark-left-to-right): Search the entire string
6379 for RTL script, not just the terminating character. Doc fix.
6380
a3dae87a
SM
63812011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6382
6cd18349
SM
6383 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
6384 New function.
6385 (js--regexp-literal, js-syntax-propertize-function): Remove.
6386 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
6387 (js-mode-map): Don't rebind electric keys.
6388 (js-insert-and-indent): Remove.
6389 (js-mode): Setup electric-layout and electric-indent instead.
6390
a3dae87a
SM
6391 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
6392
9d5cb631
DU
63932011-08-12 Daiki Ueno <ueno@unixuser.org>
6394
6395 * epa.el (epa-progress-callback-function): Fix the logic of
6396 displaying progress.
6397 * epa-file.el (epa-file-insert-file-contents): Make progress
6398 display more user-friendly.
6399 (epa-file-write-region): Ditto.
6400
3e26a4a2
CY
64012011-08-10 Chong Yidong <cyd@stupidchicken.com>
6402
6403 * subr.el (string-mark-left-to-right): New function.
6404
6405 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
6406 Use string-mark-left-to-right.
6407 (list-buffers-noselect): Caller changed.
6408
a3dae87a
SM
6409 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
6410 Use string-mark-left-to-right.
3e26a4a2
CY
6411 (tabulated-list-print): Recenter after moving point.
6412
ac8cf6e6
JL
64132011-08-10 Juri Linkov <juri@jurta.org>
6414
6415 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
6416 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
6417 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
6418
8d96c9a4
CY
64192011-08-09 Chong Yidong <cyd@stupidchicken.com>
6420
6421 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
6422 (Bug#7554).
6423
7be1c708 64242011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
6425
6426 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
6427 character. (Bug#6594)
6428
37e11a63
CY
64292011-08-08 Chong Yidong <cyd@stupidchicken.com>
6430
839dde57
CY
6431 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
6432 (image-dired--with-db-file): New macro.
6433 (image-dired-write-tags, image-dired-remove-tag)
6434 (image-dired-create-gallery-lists, image-dired-write-comments)
6435 (image-dired-get-comment, image-dired-mark-tagged-files)
6436 (image-dired-list-tags, image-dired-gallery-generate): Use it.
6437 (image-dired-gallery-generate): Use insert-file-contents.
6438
37e11a63
CY
6439 * time.el (display-time-world-list, display-time-world-display):
6440 * time-stamp.el (time-stamp-string):
6441 * vc/add-log.el (add-change-log-entry): Use setenv instead of
6442 set-time-zone-rule (Bug#7337).
6443
0b4946c4
DU
64442011-08-08 Daiki Ueno <ueno@unixuser.org>
6445
6446 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
6447 (epg-error-to-string, epg-errors-to-string): New function.
6448 (epg-wait-for-completion): Reverse errors list.
6449 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
6450 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
6451 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
6452 (epg-sign-keys, epg-generate-key-from-file)
6453 (epg-generate-key-from-string): Format errors by using
6454 epg-errors-to-string (bug#9255).
6455 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
6456
75bfc667
JL
64572011-08-07 Juri Linkov <juri@jurta.org>
6458
6459 * faces.el (list-faces-display): Remove extra angle bracket
6460 from `help-mode-map'.
6461
6462 * info.el (Info-history-toc-nodes): Doc fix.
6463
6464 * longlines.el (longlines-mode): Doc fix.
6465
673e08bb
SM
64662011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
6467
4640dd88
SM
6468 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
6469 of statements and in a few more cases (bug#9183).
6470
673e08bb
SM
6471 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
6472 New functions.
6473 (cl-transform-lambda): Use them (bug#9239).
6474
89b3f019
MR
64752011-08-05 Martin Rudalics <rudalics@gmx.at>
6476
6477 * window.el (display-buffer-same-window)
6478 (display-buffer-same-frame, display-buffer-other-window)
6479 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6480 (pop-to-buffer-other-window)
6481 (pop-to-buffer-same-frame-other-window)
6482 (pop-to-buffer-other-frame): Make them defuns.
6483 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
6484
640c8776
SM
64852011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6486
6487 * subr.el (make-composed-keymap): Move from C. Change calling
6488 convention, and improve docstring to bring attention to a subtle point.
6489 * minibuffer.el (completing-read-default): Adjust accordingly.
6490
63648a95
MA
64912011-08-03 Michael Albinus <michael.albinus@gmx.de>
6492
6493 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6494 (tramp-open-shell): Use `tramp-shell-quote-argument'.
6495
6496 * net/trampver.el: Update release number.
6497
b796c9b7
SM
64982011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6499
6500 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
6501 "in" (bug#9190).
6502
2239d7d5
LMI
65032011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6504
e07dd7c3
LMI
6505 * mail/sendmail.el (sendmail-query-once): Restore the current
6506 buffer after querying (bug#9074).
6507
0e6a2bd7
LMI
6508 * dired.el (dired-flagged): Use different faces for marked and
6509 flagged files (bug#6117).
6510
ce887515
LMI
6511 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
6512 (bug#4433).
6513
92f2affc
LMI
6514 * ido.el (ido-mode): Switch off the message if called
6515 non-interactively.
6516
57d5aff0
LMI
6517 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
6518 before 587, since it appears that that's more likely to work for
6519 more people.
6520
98cd6c18 6521 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 6522 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
6523 exist.
6524
b96dec83
LMI
6525 * info.el: Remove the `Info-beginning-of-buffer' function
6526 (bug#8325).
6527
b796c9b7
SM
6528 * net/network-stream.el (network-stream-open-starttls):
6529 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 6530
d90e2ea0
MR
65312011-08-01 Martin Rudalics <rudalics@gmx.at>
6532
6533 * window.el (display-buffer-in-window): Don't set dedicated status
6534 of window here (Bug#9215).
6535 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6536 (display-buffer-pop-up-side-window)
b796c9b7 6537 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 6538
cca09170
SM
65392011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
6540
6541 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
6542 before binding generated-autoload-file.
6543
027b979c
DD
65442011-08-01 Deniz Dogan <deniz@dogan.se>
6545
6546 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
6547
3c7ee4f3
MA
65482011-07-30 Michael Albinus <michael.albinus@gmx.de>
6549
6550 Sync with Tramp 2.2.2.
6551
6552 * net/trampver.el: Update release number.
6553
2cc8e51a
JL
65542011-07-30 Juri Linkov <juri@jurta.org>
6555
6556 * dired-aux.el (dired-touch-initial): Remove function.
6557 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
6558 current time, and `default' to the last modification time of the
6559 current marked file (bug#6887).
6560
a514d856
JM
65612011-07-28 Jose E. Marchesi <jemarch@gnu.org>
6562
6563 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 6564 numeric argument to read-number (bug#9163).
a514d856 6565
8a7eddd7
MA
65662011-07-27 Michael Albinus <michael.albinus@gmx.de>
6567
6568 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
6569 connection process, it could be nil.
6570
1ddd96f5
LL
65712011-07-27 Leo Liu <sdl.web@gmail.com>
6572
6573 Simplify url handling in rcirc-mode.
6574
6575 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
6576 (rcirc-browse-url-at-mouse): Remove.
6577 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
6578
b248a85d
AM
65792011-07-26 Alan Mackenzie <acm@muc.de>
6580
6581 Fontify bitfield declarations properly.
6582
6583 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
6584 (c-symbol-chars): Now exported as a lang variable.
6585 (c-not-primitive-type-keywords): New lang variable.
6586
6587 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
6588 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 6589 parsed as a bitfield declaration.
b248a85d 6590
b796c9b7
SM
6591 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6592 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
6593 (c-punctuation-in): New function.
6594 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
6595 declarations properly.
6596
68575ab0
UJ
65972011-07-26 Ulf Jasper <ulf.jasper@web.de>
6598
6599 * calendar/icalendar.el (icalendar--all-events): Take care of
6600 multiple vcalendars in a single file.
b796c9b7 6601 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 6602
0f0a88b9
DD
66032011-07-25 Deniz Dogan <deniz@dogan.se>
6604
6605 * image.el (insert-image): Clarifying docstring.
6606
0b3f36df
MA
66072011-07-24 Michael Albinus <michael.albinus@gmx.de>
6608
6609 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
6610 `tramp-send-command-and-check' if there is no error.
6611 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
6612
a9901f61
AM
66132011-07-22 Alan Mackenzie <acm@muc.de>
6614
6615 Prevent cc-langs.elc being loaded at run time.
6616
6617 * progmodes/cc-mode.el: Remove two autoload forms which loaded
6618 cc-langs.
6619
4d61f28d 6620 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
6621 "(require 'cc-langs)". Quote a form so it will evaluate at
6622 (cc-mode's) compilation time.
6623
11d074b2
MA
66242011-07-22 Michael Albinus <michael.albinus@gmx.de>
6625
6626 * net/tramp.el (tramp-file-name-handler): Avoid recursive
6627 loading. (Bug#9114)
6628
938b94c8
MR
66292011-07-21 Martin Rudalics <rudalics@gmx.at>
6630
6631 * window.el (display-buffer-pop-up-window)
6632 (display-buffer-pop-up-side-window)
6633 (display-buffer-in-side-window): Call display-buffer-set-height
6634 and display-buffer-set-width after setting the new window's
b796c9b7 6635 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 6636
bfa4f190
SS
66372011-07-20 Sam Steingold <sds@gnu.org>
6638
6639 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
6640 (etags-tags-included-tables): Call `convert-standard-filename' on
6641 the file names contained in TAGS so that windows Emacs can handle
6642 TAGS files created by cygwin ctags.
6643
8ca42262
LMI
66442011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6645
6646 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
6647 which apparently didn't work.
6648
5db2afd2 66492011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 6650
5db2afd2
RW
6651 * proced.el (proced-send-signal): For *Marked Processes* buffer
6652 put point at beginning of buffer.
6653
92e15d10
SB
66542011-07-19 Stephen Berman <stephen.berman@gmx.net>
6655
6656 * proced.el (proced-format): Make header lines align with the text
6657 (bug#1779).
6658
1bfd59e5
LMI
66592011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6660
6661 * view.el (view-buffer): Allow running in `special' modes if we're
6662 visiting a file (bug#8615).
6663
f5aae37c
MR
66642011-07-19 Martin Rudalics <rudalics@gmx.at>
6665
6666 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
6667 (display-buffer-alist-set-1, display-buffer-alist-set-2):
6668 New functions.
f5aae37c
MR
6669 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
6670 more accurately.
6671
bf2c1571
AM
66722011-07-18 Alan Mackenzie <acm@muc.de>
6673
6674 Fontify declarators properly when, e.g., a jit-lock chunk begins
6675 inside a declaration.
6676
6677 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
6678
b796c9b7
SM
6679 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6680 New function.
bf2c1571
AM
6681 (c-complex-decl-matchers): Insert reference to
6682 c-font-lock-enclosing-decls.
6683
6684 * progmodes/cc-engine.el (c-backward-single-comment):
6685 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
6686 to nil around calls to (forward-comment -1).
6687
4e190b80
LMI
66882011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6689
12dc863d
LMI
6690 * image.el (put-image): Doc typo fix.
6691
a762e966
LMI
6692 * progmodes/etags.el (tags-search): Doc typo fix.
6693
4e190b80
LMI
6694 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
6695 password if we get errors 550 to 554.
6696
f019fb21
LMI
66972011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6698
b796c9b7 6699 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 6700
81746738
LMI
6701 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
6702 indentation character (bug#6380).
6703
3ee3a1b5
LMI
6704 * files.el (buffer-offer-save): Made permanently local (bug#6241).
6705
c82f64de
LMI
6706 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
6707 to clarify what the problem is (bug#4291).
6708
f019fb21
LMI
6709 * simple.el (current-kill): Clarify what
6710 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
6711 (auto-fill-mode): Document `auto-fill-function' in relation to
6712 `auto-fill-mode' (bug#2470).
f019fb21 6713
0794775d
LM
67142011-07-16 Lawrence Mitchell <wence@gmx.li>
6715
6716 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
6717 method if slot is read-only (bug#9035).
6718
be39b8cc
MR
67192011-07-16 Martin Rudalics <rudalics@gmx.at>
6720
b796c9b7 6721 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 6722 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
6723 selected before, see discussion of (Bug#8615), (Bug#6954).
6724 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 6725
6ccf7859
GM
67262011-07-15 Glenn Morris <rgm@gnu.org>
6727
6728 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 6729 Respect help-form.
6ccf7859 6730
87e86684
LM
67312011-07-09 Lawrence Mitchell <wence@gmx.li>
6732
6733 * net/gnutls.el (gnutls-min-prime-bits): New variable.
6734 (gnutls-negotiate): Use it.
6735
d6066239
LMI
67362011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6737
b796c9b7
SM
6738 * net/gnutls.el (gnutls-negotiate):
6739 Upcase `gnutls-algorithm-priority'.
d6066239 6740
bd23ebc0
GM
67412011-07-15 Glenn Morris <rgm@gnu.org>
6742
c65bca65
GM
6743 * jka-compr.el (jka-compr-verbose): Move from here...
6744 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
6745 Add missing :version tag.
6746 * info.el: No need to require jka-compr when compiling.
bd23ebc0 6747
478615cc
LMI
67482011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6749
7b41decb
LMI
6750 * net/gnutls.el (gnutls-algorithm-priority): New variable.
6751 (gnutls-negotiate): Use it.
6752
dbc44fcd
LMI
6753 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
6754
06789f97
LMI
6755 * info.el (Info-beginning-of-buffer): New command.
6756 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
6757 announcing `b' as the key (bug#8325).
ab896c37 6758 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 6759
c39da690
LMI
6760 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
6761
3aa5f34b
LMI
6762 * international/mule-cmds.el
6763 (describe-specified-language-support): Make the error message
6764 clearer (bug#8905).
6765
4bf0979f
LMI
6766 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
6767
478615cc
LMI
6768 * isearch.el (isearch-barrier): Add a doc string, since it's
6769 mentioned in a function doc string (bug#8678).
6770
75c68aa1
MR
67712011-07-15 Martin Rudalics <rudalics@gmx.at>
6772
6773 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
6774 buffer argument (Bug#9083) and self-identifying label argument.
6775
a7c33da2
GM
67762011-07-15 Glenn Morris <rgm@gnu.org>
6777
6778 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
6779
2f5c6024
LMI
67802011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6781
6782 * man.el (Man-fontify-manpage): Fix message when formatting the
6783 man page (bug#7929).
6784
0bb23927 67852011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
6786
6787 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6788 argument LRM; if non-nil, append an invisible LRM character to the
6789 buffer name.
6790 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
6791 last argument non-nil, when formatting buffer names.
0bb23927
EZ
6792 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
6793 paragraph direction.
cce4b0a7 6794
621ef9ab
LMI
67952011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6796
d1583c48
LMI
6797 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
6798 the man page name (bug#7929).
6799
6a57fb5f
LMI
6800 * image.el (put-image): Mention the `put-image' overlay property
6801 (bug#7834).
6802
d7956b14
LMI
6803 * scroll-bar.el (set-scroll-bar-mode): Mention that
6804 `scroll-bar-mode' lists the values (bug#7772).
6805
5b2d4a66
LMI
6806 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6807 command (bug#7729).
6808
7509a874
LMI
6809 * rect.el (apply-on-rectangle): Return the point after the last
6810 operation.
6811 (string-rectangle): Go to the point after the last operation
6812 (bug#7522).
6813
4fe74b19
LMI
6814 * printing.el (pr-toggle-region): Clarify the documentation
6815 slightly (bug#7493).
6816
b796c9b7
SM
6817 * time.el (display-time-update):
6818 Allow `display-time-mail-function' to return nil (bug#7158).
6819 Fix suggested by Detlev Zundel.
ab283561 6820
fc233c9d
LMI
6821 * vc/diff.el (diff): Clarify the order the file names are read
6822 (bug#7111).
6823
43f5740b
LMI
6824 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6825 the doc string (bug#7015).
6826
f2182a76
LMI
6827 * font-lock.el (font-lock-maximum-decoration): Mention what
6828 numeric levels mean (bug#6935).
6829
621ef9ab
LMI
6830 * startup.el (initial-buffer-choice): Don't mention the `none'
6831 selection, which is against policy.
6832
adc47434
MR
68332011-07-14 Martin Rudalics <rudalics@gmx.at>
6834
b796c9b7
SM
6835 * window.el (display-buffer-normalize-special):
6836 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 6837
7e5bfb8f
EZ
68382011-07-14 Eli Zaretskii <eliz@gnu.org>
6839
6840 * subr.el (version<, version<=, version=): Mention "-CVS" and
6841 "-12345" alpha version numbers.
6842
27fa387a
CY
68432011-07-14 Chong Yidong <cyd@stupidchicken.com>
6844
6845 * bindings.el: Add advertised binding for set-mark-command
6846 (Bug#5772).
6847
8bdfa064
CY
68482011-07-14 Chong Yidong <cyd@stupidchicken.com>
6849
6850 * bindings.el (mode-line-other-buffer):
6851 * bookmark.el (bookmark-bmenu-2-window):
6852 * bs.el (bs-cycle-next, bs-cycle-previous):
6853 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6854 switch-to-buffer.
6855
6856 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 6857 Delete.
8bdfa064 6858
5eba16a3
JB
68592011-07-14 Juanma Barranquero <lekktu@gmail.com>
6860
6861 * follow.el (follow-debug-message, follow-redisplay):
6862 * jka-cmpr-hook.el (with-auto-compression-mode):
6863 Fix typos in docstrings.
6864
15853710
LMI
68652011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6866
a28e4607
LMI
6867 * subr.el (with-silent-modifications): Clarify somewhat what the
6868 macro inhibits (bug#6525).
6869
15853710
LMI
6870 * simple.el (eval-expression): Note what it does if called
6871 interactively (bug#6495).
6872
bee0fcef
CY
68732011-07-13 Chong Yidong <cyd@stupidchicken.com>
6874
b796c9b7
SM
6875 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6876 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
6877
6878 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6879 Remove switch-to-buffer.
6880
58274504
LMI
68812011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6882
bd2fcc8d
LMI
6883 * files.el (make-directory): Clarify that an error will be raised
6884 if there's an error (bug#6397).
6885
0f04b32c
LMI
6886 * startup.el (initial-buffer-choice): Add `none' as a choice
6887 (bug#6234).
6888
465c5fc8
LMI
6889 * subr.el (add-hook): Clarify section about buffer-local hooks
6890 (bug#6218).
6891
58274504
LMI
6892 * dired.el (dired-flagged): Clarify doc string (bug#6117).
6893
bead9a43
JB
68942011-07-13 Juanma Barranquero <lekktu@gmail.com>
6895
6896 * tabify.el (untabify): Preserve the current column so that point
6897 doesn't move (bug#6032).
6898
3af98a7b
LMI
68992011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6900
b796c9b7
SM
6901 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6902 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 6903
6240145a
GM
69042011-07-13 Glenn Morris <rgm@gnu.org>
6905
6906 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
6907 (dired-insert-directory): Give a message the first time
6908 if ls is found not to support --dired.
6909
1d8c2ccc
LMI
69102011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6911
6912 * simple.el (toggle-truncate-lines): Clarify what is toggled
6913 (bug#5580). Text by Drew Adams.
6914
5fc4038e
CY
69152011-07-13 Chong Yidong <cyd@stupidchicken.com>
6916
6917 * simple.el (blink-matching-open): Make the error message from the
6918 last change less verbose.
6919
bf6012e5
DN
69202011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6921
6922 * font-lock.el (font-lock-comment-face): Use the high contrast
6923 "yellow" color for font-lock-comment-face on low color terminals
6924 using a dark background color (bug#4221).
6925
343c3b5a
LMI
69262011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6927
7e9505c5
LMI
6928 * dired.el (dired-insert-set-properties): Make the doc string
6929 reflect what it does now (bug#5325).
6930
c26fdcf5
LMI
6931 * simple.el (blink-matching-open): Say that we were unable to find
6932 the match within the limit, if we're limited (bug#5122).
6933
bb388cc5
LMI
6934 * international/mule-cmds.el (prefer-coding-system): Add an
6935 example (bug#4869).
6936
343c3b5a
LMI
6937 * progmodes/etags.el (tags-search): Document `file-list-form'
6938 (bug#4731).
6939
2a517d45
LM
69402011-07-13 Lawrence Mitchell <wence@gmx.li>
6941
6942 * net/browse-url.el (browse-url-default-browser)
6943 (browse-url-browser-function): Make the default browser choice a
6944 bit more logical (bug#4300). Also clean up the doc string.
6945
b6c78ef2
JB
69462011-07-13 Juanma Barranquero <lekktu@gmail.com>
6947
6948 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6949 binary endings (bug#4440).
6950
1c4dd947
LMI
69512011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6952
a2014063
LMI
6953 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6954 which can be pretty annoying (bug#8971).
6955
9c9c2d88
LMI
6956 * jka-compr.el (jka-compr-verbose): New variable, and use
6957 throughout (bug#8971).
6958
1c4dd947
LMI
6959 * info.el (Info-find-file): Fall back on the installation
6960 directory if we can't find the info node anywhere else.
6961
a1c9f41b
SO
69622011-07-13 Sergei Organov <osv@javad.com> (tiny change)
6963
6964 * vc/vc.el (vc-revert-file):
6965 Don't set file time-stamp in the past. (Bug#5181)
6966
536f3d36
LMI
69672011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6968
7152b011
LMI
6969 * files.el (after-find-file): Give a better error message when
6970 trying to find a symlink that points to a file that doesn't exist
6971 (bug#4398).
6972
536f3d36
LMI
6973 * progmodes/cc-vars.el: Remove (probably) misleading comment
6974 (bug#4396).
6975
460c0fba
JB
69762011-07-12 Johan Bockgård <bojohan@gnu.org>
6977
6978 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6979
7a6bda45
CY
69802011-07-12 Chong Yidong <cyd@stupidchicken.com>
6981
6982 * mouse-sel.el: Hack restoring functionality, while keeping
6983 compatibility with 2010-07-03 changes to mouse selection.
6984 (mouse-sel-primary-overlay): New var.
6985 (mouse-sel-selection-alist): Use it.
6986 (mouse-sel-mode): Doc fix; remove points that are default features
6987 of mouse.el.
6988
c79598ef
JB
69892011-07-12 Johan Bockgård <bojohan@gnu.org>
6990
6991 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6992 Fix previous fix (bug#2490).
6993
ff8be6ef
RW
69942011-07-12 Roland Winkler <winkler@gnu.org>
6995
b796c9b7
SM
6996 * textmodes/bibtex.el (bibtex-initialize):
6997 Use pop-to-buffer-same-window.
ff8be6ef
RW
6998 (bibtex-search-entries): Fix interactive call.
6999
296ba3ee
LMI
70002011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7001
f5242a02 7002 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
7003 Fontise bytecomp Error lines more correctly (bug#2490).
7004 Fix suggested by Johan Bockgård.
f5242a02 7005
296ba3ee
LMI
7006 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
7007
7008 * dired-x.el (dired-guess-default): Use `delete-dups'.
7009
f69fd0d2
CY
70102011-07-12 Chong Yidong <cyd@stupidchicken.com>
7011
7012 * dired.el (dired-mark-prompt):
7013 * dired-aux.el (dired-read-shell-command): Doc fix.
7014
eab5dc07
LMI
70152011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7016
b796c9b7
SM
7017 * mail/sendmail.el (sendmail-query-once):
7018 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
7019 emacs -Q.
7020
7021 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7022
eab5dc07
LMI
7023 * cus-edit.el (custom-file): Take an optional no-error variable.
7024 (customize-save-variable): Set the variable, and give a warning if
7025 running under "emacs -q".
7026
a1e65d42
JB
70272011-07-11 Juanma Barranquero <lekktu@gmail.com>
7028
7029 * loadhist.el (unload-feature-special-hooks):
7030 Add `auto-coding-functions', `fill-nobreak-predicate' and
7031 `find-directory-functions' (bug#5327).
7032
1d52da10
LMI
70332011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7034
be958f1d
LMI
7035 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
7036
5bedb26c
LMI
7037 * cus-edit.el (custom-guess-name-alist): -alist variables should
7038 use the `alist' type (bug#3120). Suggested by Drew Adams.
7039
1d52da10
LMI
7040 * printing.el: Add documentation to all the `pr-toggle-' commands.
7041
cd394be1 70422011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
7043
7044 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
7045 backends where it makes sense (bug#2623).
7046
dcc88d8a
LMI
70472011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7048
c3de9feb
LMI
7049 * dired-x.el (dired-guess-default): Remove duplicate shell command
7050 entries (bug#2028).
8a93078b 7051 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 7052 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 7053
dcc88d8a
LMI
7054 * subr.el (remove-duplicates): New conveniency function.
7055
505e3645
LMI
70562011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7057
7058 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
7059 (bug#1526).
7060
70612011-07-10 Martin Rudalics <rudalics@gmx.at>
7062
7063 * window.el (display-buffer-normalize-default): Don't invert
7064 meaning of even-window-heights. Reported by Eli Zaretskii
7065 <eliz@gnu.org>.
7066
455e4fa1
BR
70672011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
7068
7069 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
7070
8e0bc3e9
CY
70712011-07-10 Chong Yidong <cyd@stupidchicken.com>
7072
7073 * window.el (display-buffer): Fix arguments to
7074 display-buffer-reuse-window in last change.
7075
fa7c3228
CY
7076 * faces.el (link): Use a less saturated blue on light backgrounds.
7077
7078 * startup.el (fancy-startup-text, fancy-about-text)
7079 (fancy-startup-tail): Use font-lock faces, for background safety.
7080
c0a7f300
BN
70812011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
7082
b796c9b7
SM
7083 * emulation/viper-cmd.el (viper-change-state-to-vi):
7084 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 7085
4dc2a129
MR
70862011-07-09 Martin Rudalics <rudalics@gmx.at>
7087
7088 * window.el (display-buffer-default-specifiers): Remove.
7089 (display-buffer-macro-specifiers): Remove default specifiers.
7090 (display-buffer-alist): Default to nil.
b796c9b7 7091 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
7092 (display-buffer-pop-up-window): Allow splitting internal
7093 windows. Check whether a live window was created.
7094 (display-buffer-other-window-means-other-frame)
7095 (display-buffer-normalize-arguments): Rename to
7096 display-buffer-normalize-argument and rewrite. Set the
7097 other-window specifier.
7098 (display-buffer-normalize-special): New function.
7099 (display-buffer-normalize-options): Rename to
7100 display-buffer-normalize-default and rewrite.
7101 (display-buffer-normalize-options-inhibit): Remove.
7102 (display-buffer-normalize-specifiers): Rewrite.
7103 (display-buffer): Process other-window specifier and call
7104 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
7105 more faithfully.
b796c9b7 7106 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 7107 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
7108 (display-buffer-in-window, display-buffer-alist-set):
7109 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
7110 <tassilo@member.fsf.org>.
7111
2d43b8c9
LL
71122011-07-09 Leo Liu <sdl.web@gmail.com>
7113
7114 * register.el (insert-register): Restore accidental change on
7115 2011-06-26. (Bug#9028)
7116
7f9b7c53
GM
71172011-07-09 Glenn Morris <rgm@gnu.org>
7118
7119 * subr.el (remq): Handle the empty list. (Bug#9024)
7120
f042cfd8
AS
71212011-07-08 Andreas Schwab <schwab@linux-m68k.org>
7122
7123 * mail/sendmail.el (send-mail-function): No longer delay custom
7124 initialization.
7125 * custom.el (custom-initialize-delay): Doc fix.
7126
856b2f11
SM
71272011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7128
7129 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
7130
afae1d68
MA
71312011-07-08 Michael Albinus <michael.albinus@gmx.de>
7132
7133 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
7134 human-friendly prompt.
7135
0757af94
SM
71362011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7137
7138 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
7139 provided by a particular plugin.
7140
d760b731
LMI
71412011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7142
7143 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
7144 save customizations (with "emacs -Q"), just set the variable
7145 instead of erroring out.
7146
7147 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7148
cd79ce90
JL
71492011-07-08 Juri Linkov <juri@jurta.org>
7150
7151 * arc-mode.el (archive-zip-expunge, archive-zip-update)
7152 (archive-zip-update-case): Use 7z if found by `executable-find'.
7153 The order of searching the available programs is the same as in
7154 `archive-zip-extract' (bug#8968).
7155
14cc04aa
CY
71562011-07-07 Chong Yidong <cyd@stupidchicken.com>
7157
7158 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
7159 (menu-bar-options-menu): Tweak descriptions.
7160
0a1848ec
LMI
71612011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7162
7163 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
7164 menu items into verb phrases (bug#1421). Also refill to fit under
7165 80 columns.
7166
f5bd0689
CY
71672011-07-07 Chong Yidong <cyd@stupidchicken.com>
7168
538e85c6
CY
7169 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
7170 (Info-read-node-name): Doc fix (Bug#1084).
7171
f5bd0689
CY
7172 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
7173 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
7174 (end-of-sexp, beginning-of-sexp)
7175 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
7176 (forward-symbol, forward-same-syntax, word-at-point)
7177 (sentence-at-point): Doc fix (Bug#1144).
7178
56ec5115
LMI
71792011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7180
f3f8e37f
LMI
7181 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
7182 should cover it (bug#1281).
7183
0757af94 7184 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 7185
e9fce1ac 7186 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
7187 negotiation fails, then possibly try again with a non-encrypted
7188 connection (bug#9017).
7189
56ec5115
LMI
7190 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
7191 be used.
7192
c2f9aec8
RS
71932011-07-07 Richard Stallman <rms@gnu.org>
7194
7195 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
7196 property, and handle its changed format.
7197 Look for the correct line number.
7198 Use file's line contents (but not past first =) to find
7199 correct line in message.
7200
ef7b981d 72012011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
7202
7203 * international/characters.el (build-unicode-category-table):
7204 Delete it.
0757af94 7205 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 7206
0757af94 7207 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
7208 to src/chartab.c.
7209 (get-char-code-property): Call unicode-property-table-internal to
7210 load a file. Call get-unicode-property-internal where necessary.
7211 (put-char-code-property): Call unicode-property-table-internal to
7212 load a file. Call put-unicode-property-internal where necessary.
7213 put-unicode-property-internal where necessary.
0757af94
SM
7214 (char-code-property-description):
7215 Call unicode-property-table-internal to load a file.
c805dec0
KH
7216
7217 * international/charprop.el:
7218 * international/uni-bidi.el:
7219 * international/uni-category.el:
7220 * international/uni-combining.el:
7221 * international/uni-comment.el:
7222 * international/uni-decimal.el:
7223 * international/uni-decomposition.el:
7224 * international/uni-digit.el:
7225 * international/uni-lowercase.el:
7226 * international/uni-mirrored.el:
7227 * international/uni-name.el:
7228 * international/uni-numeric.el:
7229 * international/uni-old-name.el:
7230 * international/uni-titlecase.el:
7231 * international/uni-uppercase.el: Regenerate.
7232
7233 * loadup.el: Load international/charprop.el before
7234 international/characters.
7235
e14b388a
CY
72362011-07-07 Chong Yidong <cyd@stupidchicken.com>
7237
7238 * window.el (next-buffer, previous-buffer): Signal an error if
7239 called from a minibuffer window.
7240
7241 * bindings.el: Revert 2011-07-04 change.
7242
354cf0ba
RS
72432011-07-06 Richard Stallman <rms@gnu.org>
7244
7245 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
7246 (rmail-mime-insert-bulk, rmail-mime-insert-text):
7247 Treat markers like ints.
7248 (rmail-mime-entity): Doc fix.
7249
a48868a7
LMI
72502011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7251
4906cd3d
LMI
7252 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
7253 defcustom again for backwards compatibility.
7254
e0457abe
LMI
7255 * simple.el (shell-command-on-region): Fill.
7256
d67f7e1f
LMI
7257 * dired-aux.el (dired-kill-line): Add a doc string.
7258
fe204702
LMI
7259 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
7260 to "\\sw\\|\\s_" (bug#358).
7261
a48868a7
LMI
7262 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
7263 (dired-unmark-backward): Ditto.
7264 (dired-flag-backup-files): Ditto.
7265
7266 * dired-x.el (dired-mark-sexp): Ditto.
7267
aa8a705c
RS
72682011-07-06 Richard Stallman <rms@gnu.org>
7269
7270 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
7271 (rmail-mime-entity): New arg TRUNCATED.
7272 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
7273 New functions.
7274 (rmail-mime-save): Warn if entity is truncated.
7275 (rmail-mime-toggle-hidden): Likewise, for showing.
7276 (rmail-mime-process-multipart): Record when an entity is truncated.
7277
a9a936b9
RS
7278 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
7279 if ENTITY is a string.
7280
1f2b92cb
LMI
72812011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7282
f4f73198 7283 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
7284 of faces when `M-C-x'-ing their definitions (bug#8378).
7285 Also clean up the code slightly.
f4f73198 7286
12b16734 7287 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 7288 because that makes the colors go away.
12b16734 7289
f0691d22
LMI
7290 * mail/sendmail.el (send-mail-function): Change the default to
7291 `sendmail-query-once'.
9e87df06 7292 (sendmail-query-once): Add an autoload cookie.
f0691d22 7293
1f2b92cb
LMI
7294 * net/network-stream.el (network-stream-open-starttls): Try using
7295 a plain connection even if the server offered STARTTLS, and we
7296 kinda wanted to use it, if Emacs doesn't have any STARTTLS
7297 capability. This should make smtpmail.el work in slightly more
7298 configurations.
7299
1cdd2a1b
MA
73002011-07-06 Michael Albinus <michael.albinus@gmx.de>
7301
7302 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
7303 New defun.
7304 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
7305
fbcc67e2
MM
73062011-07-06 Michael R. Mauger <mmaug@yahoo.com>
7307
7308 * progmodes/sql.el: Version 3.0
0757af94 7309 (sql-product-alist): Add product :completion-object,
fbcc67e2 7310 :completion-column, and :statement attributes.
0757af94 7311 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 7312 (sql-mode-syntax-table): Mark all punctuation.
0757af94 7313 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
7314 ansi keywords.
7315 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 7316 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
7317 (sql-oracle-show-reserved-words): New function for development.
7318 (sql-product-font-lock): Simplify for source code buffers.
7319 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
7320 New functions.
7321 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
7322 (sql-mode-map): Add statement movement functions.
7323 (sql-ansi-statement-starters, sql-oracle-statement-starters):
7324 New variable.
fbcc67e2
MM
7325 (sql-statement-regexp, sql-beginning-of-statement)
7326 (sql-end-of-statement, sql-signum): New functions.
0757af94 7327 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
7328 (sql-show-sqli-buffer): Bug fix.
7329 (sql-interactive-mode): Store connection data as buffer local.
0757af94 7330 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
7331 with sql-interactive-mode.
7332 (sql-save-connection): Save buffer local settings.
0757af94 7333 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
7334 (sql-product-interactive): Bug fix.
7335 (sql-preoutput-hold): New variable.
7336 (sql-interactive-remove-continuation-prompt): Bug fixes.
7337 (sql-debug-redirect): New variable.
7338 (sql-str-literal): New function.
7339 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 7340 Redesign.
fbcc67e2
MM
7341 (sql-oracle-save-settings, sql-oracle-restore-settings)
7342 (sql-oracle-list-all, sql-oracle-list-table): New functions.
7343 (sql-completion-object, sql-completion-column)
7344 (sql-completion-sqlbuf): New variables.
7345 (sql-build-completions-1, sql-build-completions)
7346 (sql-try-completion): New functions.
7347 (sql-read-table-name): Use them.
7348 (sql-contains-names): New buffer local variable.
7349 (sql-list-all, sql-list-table): Use it.
7350 (sql-oracle-completion-types): New variable.
7351 (sql-oracle-completion-object, sql-sqlite-completion-object)
7352 (sql-postgres-completion-object): New functions.
7353
d4eaeab1
GM
73542011-07-06 Glenn Morris <rgm@gnu.org>
7355
7356 * window.el (pop-to-buffer): Doc fix.
7357
322b7dab 73582011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
7359
7360 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
7361
322b7dab 73622011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 7363
322b7dab 7364 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 7365
322b7dab 7366 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 7367
605dd5bf
CY
73682011-07-05 Chong Yidong <cyd@stupidchicken.com>
7369
7370 * button.el (button): Inherit from link face. Suggested by Dan
7371 Nicolaescu.
7372
7dbfa719
SM
73732011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7374
3db614b0
SM
7375 * progmodes/gdb-mi.el: Fit in 80 columns.
7376 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
7377 switch-to-buffer.
7378
7dbfa719
SM
7379 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
7380 if imenu is simply not configured (bug#8941).
7381
919d884a
KM
73822011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
7383
7384 * allout.el (allout-post-undo-hook): New allout outline-change
7385 event hook to signal undo activity.
7386 (allout-post-command-business): Run allout-post-undo-hook if an
7387 undo just occurred.
7dbfa719
SM
7388 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
7389 * allout-widgets.el (allout-widgets-after-undo-function):
7390 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
7391 in the vicinity of an undo.
7392 (allout-widgets-mode): Include allout-widgets-after-undo-function
7393 on the new allout-post-undo-hook.
7394
450a0f09
SM
73952011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7396
7397 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
7398 Let define-derived-mode define it.
7399 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
7400 cycles of abbrev-table inheritance (bug#8998).
7401
2de69e00
RW
74022011-07-05 Roland Winkler <winkler@gnu.org>
7403
7404 * textmodes/bibtex.el: Add support for biblatex.
7405 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
7406 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
7407 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
7408 (bibtex-entry-alist, bibtex-field-alist): New variables.
7409 (bibtex-entry-field-alist): Obsolete alias for
7410 bibtex-BibTeX-entry-alist.
7411 (bibtex-entry-alist, bibtex-field-alist): New widgets.
7412 (bibtex-set-dialect): New command.
7413 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
7414 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
7415 Bind via bibtex-set-dialect.
2de69e00
RW
7416 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
7417 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
7418 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
7419 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
7420 Define via bibtex-set-dialect.
450a0f09
SM
7421 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
7422 Obey bibtex-no-opt-remove-re.
2de69e00
RW
7423 (bibtex-vec-push, bibtex-vec-incr): New functions.
7424 (bibtex-format-entry, bibtex-field-list)
7425 (bibtex-print-help-message, bibtex-validate)
7426 (bibtex-search-entries): Use new format of bibtex-entry-alist.
7427
2dcdbdd9
SM
74282011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 * progmodes/compile.el (compilation-goto-locus):
7431 * net/tramp-cmds.el (tramp-append-tramp-buffers):
7432 * bs.el (bs-cycle-next, bs-cycle-previous):
7433 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
7434 * bindings.el (mode-line-other-buffer):
7435 * autoinsert.el (auto-insert):
7436 * arc-mode.el (archive-extract):
7437 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
7438
b27640fe
JB
74392011-07-05 Juanma Barranquero <lekktu@gmail.com>
7440
7441 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
7442 Fix check of `emacs-lock-unlockable-modes'.
7443 Coerce true values of `emacs-lock--try-unlocking' to t.
7444
53bbe3ad
JB
74452011-07-05 Juanma Barranquero <lekktu@gmail.com>
7446
7447 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
7448 * emacs-lock.el: New file.
7449
1d3cdbc7
JD
74502011-07-05 Julien Danjou <julien@danjou.info>
7451
7452 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
7453 than `boundp' to check if face is set.
7454
9173deec
JB
74552011-07-05 Juanma Barranquero <lekktu@gmail.com>
7456
7457 * register.el (registerv-make):
7458 * window.el (window-min-height): Fix typos in docstrings.
7459
869795d6
JD
74602011-07-05 Jan Djärv <jan.h.d@swipnet.se>
7461
9173deec 7462 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
7463 Update doc string.
7464
b768cdcd
JB
74652011-07-04 Juanma Barranquero <lekktu@gmail.com>
7466
7467 * server.el (server-execute): Catch quit and call
7468 `server-return-error' to pass the error back to emacsclient and
7469 close the connection (bug#8942).
7470
13aa217b
KM
74712011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
7472
7473 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
7474 insecure exception for current topic. Also note that auto-saves
7475 are handled differently.
7476
7477 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
7478 State variables for tracking auto-save inhibition situation.
7479
7480 (allout-write-contents-hook-handler): Rename from
7481 'allout-write-file-hook-handler', and describe how it depends on
7482 write-contents-functions sensitivity to non-nil value to prevent
7483 file write.
7484
7485 (allout-auto-save-hook-handler): Remove. auto-save does not check
7486 this in individual buffers, only in the starting buffer, so this
7487 is not the right way for us to inhibit auto-save in a buffer
7488 according to its condition.
7489
7490 (allout-mode): Use new allout-write-contents-hook-handler, and
7491 only with write-contents-functions. Remove auto-save provisions -
7492 they're implemented elsewhere.
7493
7494 (allout-before-change-handler): If undo is in progress, note that
7495 for attention of allout-post-command-business.
7496
7497 (allout-post-command-business): If the command we're following was
7498 an undo, check for change in the status of encrypted items and
7499 adjust auto-save inhibitions accordingly.
7500
7501 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
7502 according to whether there are or aren't any plain-text topics
7503 pending encryption.
7504
2dcdbdd9 7505 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
7506 Adjust buffer-saved-size and some allout state to inhibit auto-saves
7507 if there are plain-text topics pending encryption.
13aa217b
KM
7508
7509 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
7510 buffer-saved-size and some allout state to not inhibit auto-saves
7511 if there are no longer any plain-text topics pending encryption.
7512
0757af94
SM
7513 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
7514 No longer provide for exemption of the current topic.
13aa217b 7515
ac89b32c
JL
75162011-07-04 Juri Linkov <juri@jurta.org>
7517
7518 Add 7z operations to delete and save changed members (bug#8968).
7519 * arc-mode.el (archive-7z-expunge, archive-7z-update):
7520 New defcustoms.
7521 (archive-7z-write-file-member): New function.
7522 (archive-7z-summarize): Fix the number of dashes in the
7523 listing output.
7524
8fa39615
SM
75252011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7526
7527 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
7528 (bug#8958).
7529
2f11b3f1
CY
75302011-07-04 Chong Yidong <cyd@stupidchicken.com>
7531
d66fef2b
CY
7532 * bindings.el: Ignore next-buffer and previous-buffer in
7533 minibuffer-local-map.
7534
2f11b3f1
CY
7535 * font-lock.el (font-lock-builtin-face): Change light background
7536 color to dark slate blue (Bug#6693).
7537
f932a347
WD
75382011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
7539
7540 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
7541
c8af70e1
SM
75422011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7543
7544 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
7545 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7546 Add switch-to-buffer.
7547
f158badc
LMI
75482011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7549
7550 * isearch.el (isearch-search-fun-function): Clarify further the
7551 meaning of the function returned.
7552
6d95bd46
MA
75532011-07-04 Michael Albinus <michael.albinus@gmx.de>
7554
7555 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
7556
7557 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
7558 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
7559 Use it.
7560 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
7561 `tramp-default-remote-path' does not exist.
7562 (tramp-send-command-and-read): New optional argument NOERROR.
7563 (tramp-open-connection-setup-interactive-shell)
7564 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
7565 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
7566 (tramp-process-sentinel): Flush also process' connection property.
7567 (tramp-sh-handle-start-file-process): Do not set process
7568 sentinel. It is done now ...
7569 (tramp-maybe-open-connection): ... here. (Bug#8929)
7570
909e6b67
MK
75712011-07-04 MON KEY <monkey@sandpframing.com>
7572
7573 * play/animate.el (animate-string): Doc fixes and allow changing
7574 the buffer name (bug#5417).
7575
75762011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7577
c8af70e1 7578 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 7579
f34755dc
PE
75802011-07-04 Paul Eggert <eggert@cs.ucla.edu>
7581
396cec72
PE
7582 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
7583 This is simpler and helps future-proof the code.
7584 (timer-until): Use time-subtract and float-time.
08235028 7585 (timer--time-less-p): Use time-less-p.
f34755dc 7586
56e6cc31
JB
75872011-07-04 Juanma Barranquero <lekktu@gmail.com>
7588
3abb79e5
JB
7589 * type-break.el (timep): Use the value of `float-time' to avoid a
7590 byte-compiler warning.
7591
56e6cc31
JB
7592 * server.el (server-eval-and-print): Return any result, even nil.
7593
7b9430b4
PE
75942011-07-03 Paul Eggert <eggert@cs.ucla.edu>
7595
7596 * type-break.el: Accept time formats that the builtins accept.
7597 (timep, type-break-time-difference): Accept any format that
7598 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
7599 This is simpler and helps future-proof the code.
7600 (type-break-time-difference): Round rather than ignoring
7601 subseconds components.
7602
3034e9e7
LMI
76032011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7604
7605 * info.el (Info-apropos-matches): Make non-interactive, since it
7606 doesn't seem to do anything useful as a command (bug#8829).
7607
1485f4c0
CY
76082011-07-03 Chong Yidong <cyd@stupidchicken.com>
7609
7610 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 7611 Move from faces.el.
1485f4c0
CY
7612 (frame-default-terminal-background): New function.
7613
7614 * custom.el (custom-push-theme): Don't record faces in `changed'
7615 theme; this doesn't work correctly for per-frame face settings.
7616 (disable-theme): Use face-set-after-frame-default to reset faces.
7617 (custom--frame-color-default): New function.
7618
9fa3dd45
LMI
76192011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7620
c8af70e1 7621 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
7622 (bug#8769).
7623
6cbbc20c
KR
76242011-03-29 Kevin Ryde <user42@zip.com.au>
7625
7626 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7627 `perl-Test2' extend to match possible "fail #N" rep count
7628 (bug#8377).
7629
c7f98048
LMI
76302011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7631
65676592
LMI
7632 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
7633 `smtpmail-via-smtp' now returns the error instead of nil.
7634
c7f98048
LMI
7635 * isearch.el (isearch-search-fun-function): Clarify the doc string
7636 (bug#8101).
7637
56e6cc31 76382011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
7639
7640 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
7641 unnecessary spaces (bug#8987).
7642
2b216704
LMI
76432011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7644
7645 * net/network-stream.el (open-network-stream): Use the
7646 :end-of-capability command thoughout.
7647
76482011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7649
7650 * net/network-stream.el (open-network-stream): Add the
7651 :end-of-capability command parameter, used by pop3.el.
7652
36adf6ce
LMI
76532011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7654
1ca0da0e
LMI
7655 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
7656
fc00f69c
LMI
7657 * fringe.el (fringe-query-style): Remove redundant text " (type ?
7658 for list)" (bug#6475).
7659
28fd8759 7660 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 7661 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
7662 an error (bug#6297).
7663
0dd8b6da
LMI
7664 * man.el (Man-reference-regexp): Allow matching possible
7665 word-wrapped references (bug#6289).
7666
ce1438d6
LMI
7667 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
7668 for consistency with the other vc buffers (bug#6197).
7669 (vc-checkin): Ditto.
7670
7671 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
7672
36adf6ce
LMI
7673 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
7674
e83cc1f7
LMI
76752011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7676
8a20ca4c
LMI
7677 * custom.el (defcustom): Clarify that :set is only used in the
7678 Customize user interface (bug#6089).
7679
83319045
LMI
7680 * progmodes/flymake.el (flymake-mode): If the buffer isn't
7681 associated with a file, refuse to run instead of erroring out
7682 (bug#6084).
7683
a8392169
LMI
7684 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
7685 the doc string, since it appears that using `fill-column' always
7686 controls the width (bug#7845).
7687
e83cc1f7
LMI
7688 * simple.el (shell-command-on-region): Say where the error output
7689 went if `shell-command-default-error-buffer' is set (bug#6857).
7690
e47ca23b
KM
76912011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
7692
7693 * allout.el (allout-yank-processing): Adjust cursor position for
7694 backwards-deleted space.
7695
7696 (allout-rebullet-heading): Register changes with
7697 allout-exposure-changed-hook, so the modified topic is properly
7698 decorated.
7699
5cf56143
LMI
77002011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7701
08549772
LMI
7702 * minibuffer.el (completion-in-region): Document PREDICATE
7703 (bug#7136).
7704
48e96771
LMI
7705 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
7706 of keyword/argument pairs (bug#6904).
7707
c8af70e1
SM
7708 * replace.el (multi-occur):
7709 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 7710
e17d05e2
LMI
77112011-07-02 Drew Adams <drew.adams@oracle.com>
7712
7713 * dired.el (dired-mark-if): Make the message about whether it's
7714 marking or unmarking clearer (bug#8523).
7715
063b0e45
LMI
77162011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7717
7718 * disp-table.el (display-table-print-array): New function.
7719 (describe-display-table): Use it to print the vectors more pretty
7720 (Bug#8859).
7721
28545e04
MR
77222011-07-02 Martin Rudalics <rudalics@gmx.at>
7723
7724 * window.el (window-state-get-1): Don't assign clone numbers.
7725 Add clone-of item to list of window parameters.
7726 (window-state-put-2): Don't process clone numbers.
7727 (display-buffer-alist): Fix doc-string.
7728
3349e122
SM
77292011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7730
7731 * subr.el (remq): Don't allocate if it's not needed.
7732 (keymap--menu-item-binding, keymap--menu-item-with-binding)
7733 (keymap--merge-bindings): New functions.
7734 (keymap-canonicalize): Use them to refine the canonicalization.
7735 * minibuffer.el (minibuffer-local-completion-map)
7736 (minibuffer-local-must-match-map): Move initialization from C.
7737 (minibuffer-local-filename-completion-map): Move initialization from C;
7738 don't inherit from anything here.
7739 (minibuffer-local-filename-must-match-map): Make obsolete.
7740 (completing-read-default): Use make-composed-keymap to combine
7741 minibuffer-local-filename-completion-map with either
7742 minibuffer-local-must-match-map or
7743 minibuffer-local-filename-completion-map.
7744
d224ac83
GM
77452011-07-01 Glenn Morris <rgm@gnu.org>
7746
3de63bf8
GM
7747 * type-break.el (type-break-time-sum): Use dolist.
7748
d224ac83
GM
7749 * textmodes/flyspell.el (flyspell-word-search-backward):
7750 Replace CL function.
7751
1a1e3f32
SM
77522011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7753
fe3f64d5
SM
7754 * mouse.el (mouse--strip-first-event): New function.
7755 (function-key-map): Use it to map fringe clicks to normal clicks
7756 by default.
7757
eb604e34
SM
7758 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
7759 (vc-bzr-revision-completion-table): Add support for annotate and date.
7760
1a1e3f32
SM
7761 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
7762 inherit from parent.
7763
5bd35902
LMI
77642011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7765
ace6c69c 7766 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 7767 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 7768
191e2bed
LMI
7769 * dired.el (dired-mode): Fix up the doc string as suggested by
7770 Drew Adams (bug#8817).
7771
5bd35902
LMI
7772 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
7773 cookie, since the manual says that it should be possible to add
7774 this function to `find-file-hook' (bug#8709).
7775
eee8207a
TZ
77762011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7777
7778 * progmodes/cfengine.el: Moved all cfengine3.el functionality
7779 here. Noted Ted Zlatanov as the maintainer.
7780 (cfengine-common-settings, cfengine-common-syntax): New functions
7781 to set up common things between `cfengine-mode' and
7782 `cfengine3-mode'.
7783 (cfengine3-mode): New mode.
7784 (cfengine3-defuns cfengine3-defuns-regex
7785 (cfengine3-class-selector-regex cfengine3-category-regex)
7786 (cfengine3-vartypes cfengine3-font-lock-keywords)
7787 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 7788 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 7789
36b148cf
MA
77902011-07-01 Michael Albinus <michael.albinus@gmx.de>
7791
7792 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
7793
7794 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
7795
0bf4ba9a
MR
77962011-07-01 Martin Rudalics <rudalics@gmx.at>
7797
7798 * window.el (same-window-buffer-names, same-window-regexps)
7799 (same-window-p, special-display-frame-alist)
7800 (special-display-popup-frame, special-display-function)
7801 (special-display-buffer-names, special-display-regexps)
7802 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
7803 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7804 (split-window-preferred-function, split-height-threshold)
7805 (split-width-threshold, even-window-heights)
7806 (display-buffer-mark-dedicated, window-splittable-p)
7807 (split-window-sensibly, window-safely-shrinkable-p):
7808 Un-obsolete.
7809 (display-buffer): Don't spread args with function specifier
7810 because special-display-popup-frame won't like it.
7811
35837f51
PE
78122011-07-01 Paul Eggert <eggert@cs.ucla.edu>
7813
d0672f86
PE
7814 Time-stamp simplifications and fixes.
7815 These improve accuracy slightly, and future-proof the code
7816 against some potential changes to current-time format.
7817
b9444d97
PE
7818 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7819 by using time-since and float-time.
7820
0ef923dc
PE
7821 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7822 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
7823 + NNN microseconds".
7824
2f81380d
PE
7825 * type-break.el (type-break-time-sum): Rewrite using time-add.
7826
845b5c3e
PE
7827 * play/hanoi.el (hanoi-current-time-float): Remove.
7828 All uses replaced by float-time.
7829
ee6f1be0
PE
7830 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7831 This yields a more-accurate answer.
7832 (rng-time-to-float): Remove; no longer needed.
7833
fe955043
PE
7834 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7835
5777162a
PE
7836 * calendar/timeclock.el (timeclock-seconds-to-time):
7837 Defalias to seconds-to-time, since they're the same thing.
7838
3103f8b6 7839 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 7840 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
7841 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7842
0e61a35f
SM
78432011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7844
7845 * window.el (bury-buffer): Don't iconify the only frame.
7846 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7847 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
7848
ddd63a1e
CY
78492011-07-01 Chong Yidong <cyd@stupidchicken.com>
7850
0e61a35f
SM
7851 * eshell/em-smart.el (eshell-smart-display-navigate-list):
7852 Add mouse-yank-primary.
ddd63a1e 7853
055f4923
TZ
78542011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7855
7856 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7857
6a2fb145
SM
78582011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7859
7860 * emacs-lisp/find-func.el (find-library--load-name): New fun.
7861 (find-library-name): Use it to find relative load names when provided
7862 absolute file name (bug#8803).
7863
fd4983f2
LMI
78642011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7865
887d14ad
LMI
7866 * textmodes/flyspell.el (flyspell-word): Consider words that
7867 differ only in case as potential doublons (bug#5687).
7868
c53dc7fc
LMI
7869 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7870 Remove two rather uninteresting debugging-like messages to make
7871 debbugs.el more silent.
7872
fd4983f2
LMI
7873 * comint.el (comint-password-prompt-regexp): Accept "Response" as
7874 a password-like phrase.
7875
7a71b18d 78762011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
7877
7878 * progmodes/cc-guess.el: New file.
7879
6a2fb145 7880 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
7881
7882 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7883 derived from `c-basic-common-init'.
7884
7885 * progmodes/cc-mode.el (top-level): Require cc-guess.
7886 (c-basic-common-init): Use `cc-choose-style-for-mode'.
7887
1fa280a3
LM
78882011-06-30 Lawrence Mitchell <wence@gmx.li>
7889
7890 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7891
e6597158
AM
78922011-06-30 Alan Mackenzie <acm@muc.de>
7893
1fa280a3
LM
7894 * progmodes/cc-engine.el (c-guess-continued-construct):
7895 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
7896 lock is disabled. Name this case as "CASE G".
7897
68ba37fb
KM
78982011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
7899
7900 * allout.el (allout-yank-processing): Fix injection of extra space
7901 between bullet and non-whitespace character in first topic when
7902 pasting, ensuring that the actual spacing in the pasted topic
7903 following the bullet char is preserved. This extra space was
7904 causing pasted encrypted topics to get a decrypted status even
7905 when the content was actually still encrypted. Now the decryption
7906 status from before the paste is preserved.
7907
7908 (allout-flag-region): Set all allout overlays so they evaporate
7909 when reduced to zero length (evanescent), to prevent overlay
7910 leakage.
7911
887a0b34
GM
79122011-06-30 Glenn Morris <rgm@gnu.org>
7913
94b9acce
GM
7914 * w32-fns.el (w32-charset-info-alist): Declare.
7915
1d9b46d4
GM
7916 * find-dired.el (find-grep-options): Simplify.
7917
cc232200
GM
7918 * term/ns-win.el (ns-set-resource): Declare.
7919
28e77c46
GM
7920 * ses.el (row, col): Declare dynamic variables honestly.
7921
887a0b34
GM
7922 * textmodes/reftex-parse.el (index-tags): Declare.
7923
658d8eb8
CY
79242011-06-30 Chong Yidong <cyd@stupidchicken.com>
7925
7926 * cus-edit.el (customize-push-and-save): New function.
7927
7928 * files.el (hack-local-variables-confirm): Use it.
7929
1fa280a3
LM
7930 * custom.el (load-theme): New arg NO-CONFIRM.
7931 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
7932 (custom-enabled-themes): Doc fix.
7933
7934 * cus-theme.el (customize-create-theme)
7935 (custom-theme-merge-theme): Callers to load-theme changed.
7936
bb617717
LMI
79372011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7938
d61bdd5d
LMI
7939 * thingatpt.el (thing-at-point-short-url-regexp): Require that
7940 short URLs have at least one dot in them (bug #7614).
7941
bb617717
LMI
7942 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7943 nil, because using a pty is apparently too slow (bug #895).
7944
2f31f37a
LMI
79452011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7946
7947 * mail/sendmail.el (sendmail-query-once): New function.
7948 (sendmail-query-once-function): New variable.
7949
3076b24e
GM
79502011-06-29 Glenn Morris <rgm@gnu.org>
7951
faf2a174
GM
7952 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7953
3076b24e
GM
7954 * ses.el (top-level): Require cl when compiling.
7955 (ses-set-localvars): Fix error statement.
7956 Call it at compile time to silence a storm of warnings.
7957
5386012d
MR
79582011-06-29 Martin Rudalics <rudalics@gmx.at>
7959
7960 * window.el (normalize-live-buffer): Rename to
7961 window-normalize-buffer.
7962 (normalize-live-frame): Rename to window-normalize-frame.
7963 (normalize-any-window): Rename to window-normalize-any-window.
7964 (normalize-live-window): Rename to window-normalize-live-window.
7965 (make-window-atom): Rename to window-make-atom.
7966 (window-resize-reset): Rename to window--resize-reset.
7967 (window-resize-reset-1): Rename to window--resize-reset-1.
7968 (resize-mini-window): Rename to window--resize-mini-window.
7969 (resize-subwindows-skip-p): Rename to
7970 window--resize-subwindows-skip-p.
7971 (resize-subwindows-normal): Rename to
7972 window--resize-subwindows-normal.
7973 (resize-subwindows): Rename to window--resize-subwindows.
7974 (resize-other-windows): Rename to window--resize-siblings.
7975 (resize-this-window): Rename to window--resize-this-window.
7976 (resize-root-window): Rename to window--resize-root-window.
7977 (resize-root-window-vertically): Rename to
7978 window--resize-root-window-vertically.
7979 (normalize-buffer-to-display): Rename to
7980 window-normalize-buffer-to-display.
7981 (normalize-buffer-to-switch-to): Rename to
7982 window-normalize-buffer-to-switch-to.
7983 Correspondingly update all callers of the functions listed
7984 above.
7985 (display-buffer-alist, display-buffer-normalize-arguments)
7986 (display-buffer-normalize-options, display-buffer)
7987 (display-buffer-alist-set): Use "function" instead of
7988 "fun-with-args".
7989
1176868d
CY
79902011-06-28 Chong Yidong <cyd@stupidchicken.com>
7991
7992 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7993 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
7994 debbugs.gnu.org. Mention acknowledgment email.
7995
20a7a65f
LMI
79962011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7997
7998 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7999 buffer multibyteness, since it shouldn't matter.
8000
5f45cca5
MR
80012011-06-28 Martin Rudalics <rudalics@gmx.at>
8002
8003 * window.el (display-buffer-in-side-window): Handle dedicated
8004 windows as in display-buffer-reuse-window.
8005 (display-buffer-normalize-alist): Use value of override
8006 specifier.
8007 (display-buffer-normalize-specifiers): Use value of
8008 other-window-means-other-frame specifier.
8009 (display-buffer-alist): Rewrite some texts in widgets.
8010 (display-buffer): Spread arguments when calling function
8011 specified by fun-with-args.
8012
ad85fe1f
DD
80132011-06-28 Deniz Dogan <deniz@dogan.se>
8014
1fa280a3
LM
8015 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8016 Unnest `let'.
da68c4c8 8017
ad85fe1f
DD
8018 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
8019 selectors (Bug#5732).
ec49bd31 8020 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 8021
a08cc025
JA
80222011-06-27 Jari Aalto <jari.aalto@cante.net>
8023
8024 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
8025 (eshell-ls-date-format): New defcustom.
8026 (eshell-ls-file): Use it.
8027
e2b551c5
SM
80282011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8029
8030 * help-fns.el (describe-variable): Fix message for terminal-local vars.
8031
8982b231
KY
80322011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
8033
8034 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
8035 (ange-ftp-make-tmp-name): New arg.
8036 (ange-ftp-file-local-copy): Use it.
8037
36c9fa27
J
80382011-06-27 Jambunathan K <kjambunathan@gmail.com>
8039
8040 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
8041 no-conversion (Bug#8870).
8042
d68443dc
MR
80432011-06-27 Martin Rudalics <rudalics@gmx.at>
8044
8045 * window.el (window-right, window-left, window-child)
8046 (window-child-count, window-last-child)
8047 (window-iso-combination-p, walk-window-tree-1)
8048 (window-atom-check-1, window-tree-1, delete-window)
8049 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
8050 new naming conventions - window-vchild, window-hchild,
8051 window-next and window-prev are now called window-top-child,
8052 window-left-child, window-next-sibling and window-prev-sibling
8053 respectively.
d615d6d2
MR
8054 (resize-window-reset): Rename to window-resize-reset.
8055 (resize-window-reset-1): Rename to window-resize-reset-1.
8056 (resize-window): Rename to window-resize.
8057 (window-min-height, window-min-width)
8058 (resize-mini-window, resize-this-window, resize-root-window)
8059 (resize-root-window-vertically, adjust-window-trailing-edge)
8060 (enlarge-window, shrink-window, maximize-window)
8061 (minimize-window, delete-window, quit-restore-window)
8062 (split-window, balance-windows, balance-windows-area-adjust)
8063 (balance-windows-area, window-state-put-2)
8064 (display-buffer-even-window-sizes, display-buffer-set-height)
8065 (display-buffer-set-width, set-window-text-height)
8066 (fit-window-to-buffer): Rename all "resize-window" prefixed
8067 calls to use the "window-resize" prefix convention.
8068 (display-buffer-alist): Fix symbol for label specifier.
8069 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
8070 corresponding specifier.
8071 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 8072
b6458526
VB
80732011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8074
8075 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
8076 convention.
8077 (ses-call-printer): Does not pass an empty string to formatter when the
8078 cell is empty to keep from barking printer Calc math-format-value.
8079
d31fd9ac
RS
80802011-06-27 Richard Stallman <rms@gnu.org>
8081
43d5bf84
RS
8082 * battery.el (battery-mode-line-limit): New variable.
8083 (battery-update): Handle it.
8084
d31fd9ac
RS
8085 * mail/rmailmm.el (rmail-mime-process-multipart):
8086 Handle truncated messages.
8087
819a6054
GM
80882011-06-27 Glenn Morris <rgm@gnu.org>
8089
8090 * progmodes/flymake.el (flymake-err-line-patterns):
8091 Allow for column numbers in the ant/javac pattern. (Bug#8866)
8092
cedc73f2
VB
80932011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8094
819a6054 8095 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
8096 (ses--clean-!, ses--clean-_): New functions.
8097 (ses-range): Add configurability of readout order, and conversion
8098 to Calc vector.
8099
5e5d49b6
VB
8100 * ses.el (ses-repair-cell-reference-all): New function.
8101 (ses-cell-symbol): Set macro as safe, so that it can be used in
8102 formulas.
8103
56e6cc31 8104 * ses.el: Update cycle detection algorithm.
90ca8b49 8105 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 8106 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
8107 (ses-set-localvars): New function.
8108 (ses-make-cell): Add property-list as a cell element.
8109 (ses-cell-property-get-fun, ses-cell-property-get)
8110 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
8111 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
8112 New functions.
90ca8b49
VB
8113 (ses-cell-property-set, ses-cell-property-pop)
8114 (ses-cell-property-get-handle): New macro.
8115 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
8116 New aliases, used for code readability.
8117 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
8118 cycle detection.
8119 (ses-self-reference-early-detection): New defcustom.
fac916bf 8120 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
8121 (ses-mode): Use ses-set-localvars.
8122 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
8123 before lauching the update processing.
8124 (ses-initialize-Dijkstra-attempt): New function.
8125 (ses-recalculate-cell): Update for cycle detection based on
8126 Dijkstra algorithm.
8127
2bb63e81
VB
8128 * ses.el: Fix commenting and indenting convention.
8129
c9d29fb8
SM
81302011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8131
8132 * bs.el (bs-cycle-next): Complete last change.
8133
d8e4b68b
JB
81342011-06-27 Drew Adams <drew.adams@oracle.com>
8135
8136 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
8137
40098786
LMI
81382011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8139
c9d29fb8
SM
8140 * net/network-stream.el (network-stream-open-starttls):
8141 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
8142 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
8143
40098786
LMI
8144 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
8145 to binary to possibly avoid line encoding issues on Windows (among
8146 other things).
8147
468d09d4
LMI
81482011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8149
8150 * net/network-stream.el (open-network-stream): Return an :error
8151 saying what the problem was, if possible.
8152
8153 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
8154 server.
8155
8156 * net/network-stream.el (network-stream-open-starttls): If we
8157 wanted to use STARTTLS, and the server offered it, but we weren't
8158 able to because we had no STARTTLS support, then close the connection.
8159 (open-network-stream): Return an :error element, if present.
8160
16f07dd7
CY
81612011-06-26 Chong Yidong <cyd@stupidchicken.com>
8162
88821ca0
CY
8163 * hl-line.el (hl-line-sticky-flag): Doc fix.
8164 (global-hl-line-sticky-flag): New option (Bug#8323).
8165 (global-hl-line-highlight): Obey it.
8166
16f07dd7
CY
8167 * vc/vc.el (vc-revert-show-diff): Default to t.
8168
6b5ccddf
KM
81692011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
8170
c9d29fb8
SM
8171 * allout-widgets.el (allout-widgets-post-command-business):
8172 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
8173 undecorated when an isearch is continued past, and isearch
8174 automatically collapses them. This leads to "widget leaks", where
8175 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
8176 hidden widgets can slow down cursor travel, substantially.
8177 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
8178 so we're doing without this nicety.
8179
8180 (allout-widgets-tally-string): Don't try to do a hash-table-count
8181 of allout-widgets-tally when it's nil. This eliminates spurious "Error
8182 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
8183 *Messages* when allout-widgets-maintain-tally is t.
8184
355f2e07
MR
81852011-06-26 Martin Rudalics <rudalics@gmx.at>
8186
8187 * window.el (display-buffer-normalize-argument): Rename to
8188 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
8189 LABEL argument. Respect special-display-function when popping up
8190 a new frame. Fix code searching for a window showing the buffer
8191 on another frame.
c9d29fb8
SM
8192 (display-buffer-normalize-specifiers):
8193 Call display-buffer-normalize-arguments.
355f2e07
MR
8194 (display-buffer-in-window): Don't undedicate the window if its
8195 buffer remains the same.
8196 Reported by Drew Adams <drew.adams@oracle.com>.
8197 (display-buffer-alist): Add choice for same-window macro
8198 specfier.
8199 (display-buffer): Mention special meaning of LABEL argument in
8200 doc-string. Fix quoting. Don't pop up a new frame even as
8201 fallback.
8202
7ca8fc42
JB
82032011-06-26 Juanma Barranquero <lekktu@gmail.com>
8204
8205 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
8206 avoid deleting the current window in some cases (bug#8911).
8207
bc312254
AS
82082011-06-26 Andreas Schwab <schwab@linux-m68k.org>
8209
8210 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
8211 (Bug#8934)
8212
2db18f3f
LMI
82132011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8214
c9d29fb8
SM
8215 * net/network-stream.el (network-stream-open-starttls):
8216 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
8217 (network-stream-open-tls): Ditto.
8218
6302e0d3
LL
82192011-06-26 Leo Liu <sdl.web@gmail.com>
8220
8221 * register.el (registerv): New struct.
8222 (registerv-make): New function.
c9d29fb8
SM
8223 (jump-to-register, describe-register-1, insert-register):
8224 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
8225 struct. (Bug#8415)
8226
5fdd4046
CY
82272011-06-26 Chong Yidong <cyd@stupidchicken.com>
8228
2afef60a
CY
8229 * vc/vc.el (vc-revert-show-diff): New defcustom.
8230 (vc-diff-internal): New arg specifying diff buffer.
8231 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
8232 reuse an existing *vc-diff* buffer (Bug#8927).
8233
5fdd4046
CY
8234 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
8235
e93db24a
GM
82362011-06-26 Glenn Morris <rgm@gnu.org>
8237
8238 * progmodes/f90.el (f90-critical-indent): New option.
8239 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
8240 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
8241 (f90-mode): Doc fix.
8242 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
8243 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
8244 (f90-beginning-of-block, f90-next-block, f90-indent-region)
8245 (f90-match-end): Handle block, critical.
8246
eefff499
GM
82472011-06-25 Glenn Morris <rgm@gnu.org>
8248
f6ba4cc9
GM
8249 * calendar/diary-lib.el (diary-included-files): Doc fix.
8250 (diary-include-files): New function, extracted from
8251 diary-include-other-diary-files and diary-mark-included-diary-files.
8252 (diary-include-other-diary-files, diary-mark-included-diary-files):
8253 Just call diary-include-files.
8254 (diary-mark-entries): Reset diary-included-files on first call.
8255
16712304
GM
8256 * calendar/diary-lib.el (diary-mark-entries)
8257 (diary-mark-included-diary-files):
8258 Visit included diary-files in temp buffers.
8259
5d8e0d43
GM
8260 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
8261 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
8262 (f90-start-block-re, f90-imenu-generic-expression)
8263 (f90-looking-at-program-block-start, f90-no-block-limit):
8264 Add support for submodules.
8265
ccf7a5d5
GM
8266 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8267 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 8268
11fdef7d 82692011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
8270
8271 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
8272 buffer-file-type before setting its value, to avoid disastrous
eefff499 8273 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 8274
74f53697
JB
82752011-06-25 Juanma Barranquero <lekktu@gmail.com>
8276
8277 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
8278
8279 * ses.el (ses-unload-function):
8280 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
8281
8282 * proced.el (proced-unload-function):
8283 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
8284
18a4ce5e
AR
82852011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
8286
8287 * server.el (server-create-window-system-frame): Add parameters arg.
8288 (server-process-filter): Doc fix. Handle frame-parameters.
8289
519d22cc
JB
82902011-06-25 Juanma Barranquero <lekktu@gmail.com>
8291
8292 Fix bug#8730, bug#8781.
8293
8294 * loadhist.el (unload--set-major-mode): New function.
8295 (unload-feature): Use it.
8296
8297 * progmodes/python.el (python-after-info-look): Add autoload cookie.
8298 (python-unload-function): New function.
8299
c206f5b0
SM
83002011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8301
8302 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
8303
f9ad64f3
GS
83042011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
8305
8306 * net/browse-url.el (browse-url-firefox-program): Add icecat to
8307 the candidates list.
8308
7d0da90e
JB
83092011-06-24 Juanma Barranquero <lekktu@gmail.com>
8310
8311 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
8312
14b4e83d
RS
83132011-06-23 Richard Stallman <rms@gnu.org>
8314
8315 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
8316 (rmail-variables): Set next-error-move-function.
8317 (rmail-what-message): Take argument POS.
8318 (rmail-next-error-move): New function.
8319
273d2baf
SM
83202011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8321
8322 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
8323 messages for adjacent non-terminals.
8324
56c2cc9a
RS
83252011-06-23 Richard Stallman <rms@gnu.org>
8326
8327 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 8328 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
8329 (rmail-start-mail): Don't specify use of rmail-mail-return;
8330 that's done by mail-bury now.
8331 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 8332
d59eb518
MA
83332011-06-23 Michael Albinus <michael.albinus@gmx.de>
8334
8335 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
8336 SIZE is a number.
8337
02cfc6d6
MR
83382011-06-23 Martin Rudalics <rudalics@gmx.at>
8339
8340 * window.el (get-lru-window, get-mru-window)
8341 (get-largest-window): Never return a minibuffer window.
8342 (display-buffer-pop-up-window): Fix a bug that could lead to
8343 reusing the minibuffer window.
8344 (display-buffer): Pass original specifier argument to
8345 display-buffer-function instead of the normalized one.
8346 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
8347
4e323265
LL
83482011-06-22 Leo Liu <sdl.web@gmail.com>
8349
8350 * minibuffer.el (completing-read-function)
8351 (completing-read-default): Move from minibuf.c
8352
7a70468f
RS
83532011-06-22 Richard Stallman <rms@gnu.org>
8354
50718fc2
RS
8355 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
8356 to Rmail even if not started by a special Rmail command.
8357
7a70468f
RS
8358 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
8359 Copy the buffer currently showing just one message.
8360
297dde5a
RW
83612011-06-22 Roland Winkler <winkler@gnu.org>
8362
8363 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
8364 (bibtex-clean-entry): First delete the old key so that a
8365 customized algorithm for generating the new key does not get
8366 confused by the old key.
8367 (bibtex-url): Obey regexp of first step.
8368 (bibtex-search-entries): Do not use add-to-list with local
8369 list-var.
8370
97bb1093
LMI
83712011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8372
8373 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
8374 stored a user name, then query for the password first, instead of
8375 waiting for SMTP to give an error message and the trying again.
8376
1c0f1a19
JD
83772011-06-22 Lawrence Mitchell <wence@gmx.li>
8378
8379 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
8380 BUFFER in call-process.
8381
396f7c9d
LMI
83822011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8383
8384 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
8385 QUIT twice.
ddb7ffee
LMI
8386 (smtpmail-try-auth-methods): Require user name and password from
8387 auth-source.
396f7c9d 8388
8998d1b3
MR
83892011-06-22 Martin Rudalics <rudalics@gmx.at>
8390
8391 * window.el (display-buffer-default-specifiers)
8392 (display-buffer-alist): Remove entries for pop-up-frame-alist.
8393 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 8394 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
8395
8396 * frame.el (pop-up-frame-alist, pop-up-frame-function)
8397 (special-display-frame-alist, special-display-popup-frame):
8398 Remove duplicate declarations. These are now in window.el.
8399
4ea31e07
LMI
84002011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8401
c9d29fb8
SM
8402 * mail/smtpmail.el (smtpmail-via-smtp):
8403 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
8404 server supports it. SMTP servers that support STARTTLS commonly
8405 require it.
8406
8407 * net/network-stream.el (network-stream-open-starttls): Support
8408 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 8409 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 8410
95f41d9a
LMI
8411 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
8412 upgrades with `open-network-stream', and rely solely on
8413 auth-source for all credentials. Big changes throughout the file,
8414 but in particular:
c9d29fb8
SM
8415 (smtpmail-auth-credentials): Remove.
8416 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
8417 (smtpmail-via-smtp): Check for servers saying they want AUTH after
8418 MAIL FROM, too.
95f41d9a 8419
c9d29fb8
SM
8420 * net/network-stream.el (network-stream-open-starttls):
8421 Provide support for client certificates both for external and built-in
4ea31e07
LMI
8422 STARTTLS.
8423 (auth-source): Require.
8424 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
8425 (network-stream-certificate): Change cert-cert to cert and
8426 cert-key to key.
4ea31e07 8427
065ec2c7
MA
84282011-06-21 Michael Albinus <michael.albinus@gmx.de>
8429
8430 * net/tramp-cache.el (top): Don't load the persistency file when
8431 "emacs -Q" has been called.
8432
cd93b359
DR
84332011-06-21 Tim Harper <timcharper@gmail.com>
8434
d8e4b68b
JB
8435 * term/ns-win.el (ns-initialize-window-system):
8436 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
8437 resource to NO as it is not yet supported by the NS port.
8438
ae9c0411
JB
84392011-06-21 Juanma Barranquero <lekktu@gmail.com>
8440
8441 * misc.el (list-dynamic-libraries--refresh): Compute header here...
8442 (list-dynamic-libraries): ...not here.
8443
7f3f739f
LL
84442011-06-21 Leo Liu <sdl.web@gmail.com>
8445
8446 * subr.el (sha1): Implement sha1 using secure-hash.
8447
327c8fb1
MR
84482011-06-21 Martin Rudalics <rudalics@gmx.at>
8449
8450 * window.el (display-buffer-alist): In default value do not
8451 enforce searching a window on any but the selected frame.
8452 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8453 (display-buffer-select-window): Remove function.
8454 (display-buffer-in-window): When a window on another frame gets
8455 reused, do not select it any more but just raise its frame if
8456 necessary (Bug#8851) and (Bug#8856).
8457 (display-buffer-normalize-options): Handle pop-up-frames related
8458 options more faithfully.
8459 (pop-to-buffer): Don't rely on `display-buffer' selecting the
8460 window if it is on another frame.
c9d29fb8
SM
8461 (display-buffer-alist, display-buffer-default-specifiers):
8462 Don't make new frame unsplittable by default.
9e9de014
MR
8463 (display-buffer-normalize-argument): Fix doc-string typo and use
8464 'same-frame-other-window instead of 'other-window when associating
8465 with display-buffer-macro-specifiers.
327c8fb1 8466
7cf3f556
VB
84672011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
8468
8469 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
8470 New functions.
8471 (5x5-mode-map, 5x5-mode-menu): Bind them.
8472 (5x5-draw-grid): Tweak the solver's rendering.
8473
60a406cf
SM
84742011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8475
8476 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
8477 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
8478
d8e4b68b 84792011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
8480
8481 * menu-bar.el: Use function variable instead of switch-to-buffer.
8482 (menu-bar-select-buffer-function): New variable.
60a406cf 8483 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 8484
478d6f95
SM
84852011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8486
8487 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
8488 variable's status.
8489
ca530739
JD
84902011-06-20 Jan Djärv <jan.h.d@swipnet.se>
8491
8492 * x-dnd.el (x-dnd-version-from-flags)
8493 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
8494 and long as number (Bug#8899).
8495 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
8496
bcd70d97
SM
84972011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8498
60a406cf 8499 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
8500 (completion-try-completion, completion-all-completions): Compute the
8501 metadata argument if it's missing; make it optional (bug#8795).
8502
60a406cf 8503 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
8504 (widget-complete): Use new :completion-function property.
8505 (widget-completions-at-point): New function.
8506 (default): Use :completion-function instead of :complete.
60a406cf
SM
8507 (widget-default-completions): Rename from widget-default-complete;
8508 Rewrite.
bcd70d97
SM
8509 (widget-string-complete, widget-file-complete, widget-color-complete):
8510 Remove functions.
8511 (file, symbol, function, variable, coding-system, color):
8512 * international/mule-cmds.el (default-input-method, charset)
8513 (language-info-custom-alist):
8514 * cus-edit.el (face): Use new property :completions.
8515
8516 * progmodes/pascal.el (pascal-completions-at-point): New function.
8517 (pascal-mode): Use it.
8518 (pascal-mode-map): Use completion-at-point.
8519 (pascal-toggle-completions): Make obsolete.
8520 (pascal-complete-word, pascal-show-completions):
8521 * progmodes/octave-mod.el (octave-complete-symbol):
8522 Redefine as obsolete alias.
8523 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
8524 Signal absence of completion info for old Octave,
8525 (inferior-octave-complete): Redefine as obsolete alias.
8526 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
8527 (meta-completions-at-point): Rename from meta-complete-symbol and
8528 adapt it for use on completion-at-point-functions.
8529 (meta-common-mode): Use it.
8530 (meta-looking-at-backward, meta-match-buffer): Remove.
8531 (meta-complete-symbol): Redefine as obsolete alias.
8532 (meta-common-mode-map): Use completion-at-point.
8533 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
8534 (makefile-mode-map): Use completion-at-point.
8535 (makefile-completions-at-point): Rename from makefile-complete and
8536 adapt it for use on completion-at-point-functions.
8537 (makefile-mode): Use it.
8538 (makefile-complete): Redefine as obsolete alias.
8539
aebf69c8
DD
85402011-06-20 Deniz Dogan <deniz@dogan.se>
8541
8542 * net/rcirc.el: Delete trailing whitespaces once and for all.
8543
bfbbb27d
DC
85442011-06-20 Daniel Colascione <dan.colascione@gmail.com>
8545
8546 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
8547
d264a46b
CY
85482011-06-19 Chong Yidong <cyd@stupidchicken.com>
8549
4ca009e5
CY
8550 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
8551
d264a46b
CY
8552 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
8553
fbf5b3ce
MR
85542011-06-19 Martin Rudalics <rudalics@gmx.at>
8555
8556 * window.el (display-buffer-other-window-means-other-frame):
8557 Call display-buffer-normalize-alist.
8558 (display-buffer-normalize-specifiers-1): Rename to
8559 display-buffer-normalize-argument. New argument other-frame.
8560 Rewrite.
8561 (display-buffer-normalize-specifiers-2): Rename to
8562 display-buffer-normalize-options.
8563 (display-buffer-normalize-alist-1): New function.
8564 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
8565 display-buffer-normalize-alist.
8566 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
8567 (display-buffer-normalize-options-inhibit): New variable.
8568 (display-buffer-normalize-specifiers): Rewrite calling
8569 display-buffer-normalize-alist,
8570 display-buffer-normalize-argument, and
8571 display-buffer-normalize-options. Don't call the latter if
8572 display-buffer-normalize-options-inhibit is non-nil.
8573 (frame-auto-delete): New option.
8574 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
8575 (window-list-no-nils, window-state-ignored-parameters)
8576 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
8577 (window-state-put-1, window-state-put-2, window-state-put):
8578 New functions.
9a028c23
MR
8579 (display-buffer-normalize-options): Move special-display-p group
8580 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 8581
6d10d800
CY
85822011-06-18 Chong Yidong <cyd@stupidchicken.com>
8583
6420d28b
CY
8584 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
8585 groups (Bug#8776).
8586 (rx-submatch-n): New function.
8587 (rx): Document it.
8588
ddb8b596
CY
8589 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
8590 (Bug#8768).
8591
8592 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
8593
77080289
CY
8594 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
8595
61dfb316
CY
8596 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
8597 anytime existing face settings are present (Bug#8889).
8598
6d10d800
CY
8599 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
8600 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
8601 Remove unused argument.
8602
be3fb2b8
MR
86032011-06-18 Martin Rudalics <rudalics@gmx.at>
8604
bcd70d97
SM
8605 * window.el (display-buffer-default-specifiers):
8606 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
8607 pop-up-window-min-width, and another reuse-window specifier
8608 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
8609 (display-buffer-normalize-specifiers-2):
8610 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
8611 pop-up-windows is unset. Add a reuse-window specifier for the
8612 case popping up a new window fails.
8613 (special-display-popup-frame): Remove double quoting.
28dec25a 8614 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 8615
1c6d8c76
SM
86162011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8617
8618 * shell.el (shell-completion-vars): Set pcomplete-termination-string
8619 according to comint-completion-addsuffix.
8620
8621 * pcomplete.el: Convert to lexical binding and fix bug#8819.
8622 (pcomplete-suffix-list): Mark as obsolete.
8623 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
8624 pcomplete-seen in the closure.
8625 (pcomplete-comint-setup): Setup completion-at-point as well.
8626 (pcomplete--entries): New function.
8627 (pcomplete--env-regexp): New var.
8628 (pcomplete-entries): Rewrite to work with partial-completion and
8629 without relying on pcomplete-suffix-list.
8630 (pcomplete-pare-list): Remove, unused.
8631
25aef8b8
MR
86322011-06-17 Martin Rudalics <rudalics@gmx.at>
8633
8634 * window.el (display-buffer-alist): Set pop-up-window-min-height
8635 and pop-up-window-min-width in default value. Reported by
8636 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
8637 other-window-means-other-frame.
8638 (display-buffer-macro-specifiers): Comment out entry for
8639 other-window specifier.
8640 (display-buffer-other-window-means-other-frame): New function.
8641 (display-buffer-normalize-specifiers-1): New arguments
8642 buffer-name and label. Treat other-window case specially.
8643 (display-buffer-normalize-specifiers-2): Treat other-window case
8644 specially.
8645 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
8646 (display-buffer-normalize-specifiers):
8647 Call display-buffer-normalize-specifiers-3.
25aef8b8 8648
dbad4f69
MR
86492011-06-17 Martin Rudalics <rudalics@gmx.at>
8650
8651 * window.el (same-window-p): Fix two typos introduced when
8652 adding with-no-warnings.
d1067961
MR
8653 (display-buffer-normalize-specifiers-1): Don't check
8654 pop-up-frames for 'unset initialization.
8655 (display-buffer-normalize-specifiers-2): Major rewrite using
8656 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
8657 (pop-up-frames, display-buffer-reuse-frames)
8658 (display-buffer-mark-dedicated): Don't initialize to 'unset.
8659 Suggested by David Engster <deng@randomsample.de>.
8660 (even-window-heights): Initialize to 'unset.
8661 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
8662 (display-buffer-macro-specifiers): Don't pop up a new frame in the
8663 other window case.
dbad4f69 8664
9b9c9e3a
MR
86652011-06-16 Martin Rudalics <rudalics@gmx.at>
8666
bcd70d97
SM
8667 * window.el (display-buffer-normalize-specifiers-1):
8668 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 8669 second argument of display-buffer (Bug#8865).
981d5c09
MR
8670 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
8671 (switch-to-buffer-other-window-same-frame)
8672 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
8673 Adams (Bug#8875).
9c2755e9
MR
8674 (display-buffer): Don't check noninteractive when calling
8675 display-buffer-pop-up-frame.
8676 (display-buffer-pop-up-frame): Never pop up a frame in
8677 noninteractive mode (Bug#8857).
67222e1d
MR
8678 (enlarge-window, shrink-window): Don't report an error when the
8679 window can't be resized as requested (Bug#8862).
9b9c9e3a 8680
2b75be67
SM
86812011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8682
9ffdd3ba
SM
8683 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
8684
cb581a67
SM
8685 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
8686
2b75be67
SM
8687 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
8688
8c0e3589
AM
86892011-06-15 Alan Mackenzie <acm@muc.de>
8690
cb581a67
SM
8691 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
8692 for declarators, disable knr checking to speed up for normal files.
8693 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 8694
b96e6cde
LMI
86952011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8696
4bba86e6
LMI
8697 * net/network-stream.el (open-network-stream): Add the keyword
8698 :always-query-capabilities for the case where you want to force a
8699 `plain' network connection, but the protocol still requires the
8700 capabilitiy command (i.e., SMTP and EHLO).
8701
2b75be67 8702 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
8703 consistency with other `-live-p' functions.
8704
efdcdbf8
SM
87052011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8706
8707 * window.el (same-window-buffer-names, same-window-regexps)
8708 (special-display-frame-alist, special-display-popup-frame)
8709 (special-display-function, special-display-buffer-names)
8710 (special-display-regexps, pop-up-frame-alist)
8711 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
8712 (pop-up-windows, split-window-preferred-function)
8713 (split-height-threshold, split-width-threshold, even-window-heights)
8714 (display-buffer-mark-dedicated): Don't encourage the use of
8715 display-buffer-alist from Elisp code.
8716
c5cde042
DN
87172011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8718
8719 * progmodes/python.el (python-mode): Derive from prog-mode.
8720 * progmodes/ps-mode.el (ps-mode):
8721 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 8722 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
8723 * progmodes/ld-script.el (ld-script-mode): Likewise.
8724
baa1c9ab
MR
87252011-06-15 Martin Rudalics <rudalics@gmx.at>
8726
8727 * window.el (display-buffer-alist): Trim default value to avoid
8728 popping up a new frame (Bug#8857) or reusing an arbitrary window
8729 on another frame.
8730 (display-buffer): Do not fall back on popping up a new frame in
8731 batch mode (Bug#8857).
8732
c5dd5a51
CY
87332011-06-14 Chong Yidong <cyd@stupidchicken.com>
8734
8735 * cus-theme.el (describe-theme-1): Use custom-theme-p.
8736 (custom-theme-summary): New function.
8737 (customize-themes): Use it.
8738
d647b7c4
GM
87392011-06-13 Glenn Morris <rgm@gnu.org>
8740
8741 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
8742
9481c002
MR
87432011-06-13 Martin Rudalics <rudalics@gmx.at>
8744
357f93d2
MR
8745 * help.el (help-window): Remove variable.
8746 (help-window-point-marker, temp-buffer-max-height)
8747 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
8748 (help-print-return-message): Don't set help-window.
8749 (resize-temp-buffer-window): Rewrite cod eand doc-string.
8750 (help-window-setup-finish): Remove.
8751 (help-window-display-message, help-window-setup)
8752 (with-help-window): Major rewrite based on new
8753 display-buffer-window variable.
8754
8755 * help-mode.el (help-mode-finish): Remove help-window related
8756 code.
8757
8758 * view.el (view-exits-all-viewing-windows): Remove reference to
8759 view-return-to-alist in doc-string.
8760 (view-return-to-alist): Make obsolete.
8761 (view-buffer): Call pop-to-buffer-same-window and remove
8762 undo-window code.
8763 (view-buffer-other-window): Call pop-to-buffer-other-window and
8764 simplify code. Ignore second argument.
8765 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
8766 simplify code. Ignore second argument.
8767 (view-return-to-alist-update): Make obsolete.
8768 (view-mode-enter): Rename second argument to QUIT-RESTORE.
8769 Rewrite using quit-restore window parameters.
2b75be67
SM
8770 (view-mode-exit): Rename second argument to EXIT-ONLY.
8771 Rewrite using quit-restore-window.
357f93d2
MR
8772 (View-exit, View-exit-and-edit, View-leave, View-quit)
8773 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
8774 appropriate arguments.
8775 (view-end-message): Use quit-restore window parameter.
8776
9481c002
MR
8777 * window.el (display-buffer-function): Rewrite doc-string.
8778 (display-buffer-window, display-buffer-alist): New variables.
8779 (display-buffer-split-specifiers)
8780 (display-buffer-side-specifiers)
8781 (display-buffer-macro-specifiers): New constants.
8782 (display-buffer-even-window-sizes, display-buffer-set-height)
8783 (display-buffer-set-width, display-buffer-select-window)
8784 (display-buffer-in-window, display-buffer-reuse-window)
8785 (display-buffer-split-window-1, display-buffer-split-window)
8786 (display-buffer-split-atom-window, display-buffer-pop-up-window)
8787 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8788 (display-buffer-in-side-window, normalize-buffer-to-display)
8789 (display-buffer-normalize-specifiers-1)
8790 (display-buffer-normalize-specifiers-2)
2b75be67
SM
8791 (display-buffer-normalize-specifiers, display-buffer-frame):
8792 New functions.
9481c002
MR
8793 (display-buffer): Major rewrite.
8794 (display-buffer-other-window, display-buffer-other-frame)
8795 (pop-to-buffer, switch-to-buffer-other-window)
8796 (switch-to-buffer-other-frame): Rewrite.
8797 (display-buffer-same-window, display-buffer-same-frame)
8798 (display-buffer-same-frame-other-window)
8799 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8800 (pop-to-buffer-other-window)
8801 (pop-to-buffer-same-frame-other-window)
8802 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
8803 (switch-to-buffer-other-window-same-frame): New functions.
8804 (same-window-p, special-display-p): Rewrite disabling warnings.
8805 Make obsolete.
8806 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8807 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8808 Make obsolete
8809 (same-window-buffer-names, same-window-regexps)
8810 (special-display-frame-alist, special-display-popup-frame)
8811 (special-display-function, special-display-buffer-names)
8812 (special-display-regexps, pop-up-frame-alist)
8813 (pop-up-frame-function, split-window-preferred-function)
8814 (split-height-threshold, split-width-threshold)
8815 (even-window-heights): Make obsolete.
8816
9db51aca
GM
88172011-06-12 Glenn Morris <rgm@gnu.org>
8818
8819 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 8820 Misc simplifications.
9db51aca 8821
39cffb44
MR
88222011-06-12 Martin Rudalics <rudalics@gmx.at>
8823
8824 * window.el (window-safely-shrinkable-p): Restore function which
8825 was inadvertently removed in change from 2011-06-11. Declare as
8826 obsolete.
8827
2b75be67
SM
8828 * calendar/calendar.el (calendar-generate-window):
8829 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
8830 window-safely-shrinkable-p.
8831
a8955be7
GM
88322011-06-12 Glenn Morris <rgm@gnu.org>
8833
8834 * progmodes/fortran.el (fortran-mode-syntax-table):
8835 * progmodes/f90.el (f90-mode-syntax-table):
8836 Set % to punctuation. (Bug#8820)
8837 (f90-find-tag-default): Remove, no longer needed.
8838
f0d4059d
DC
88392011-06-12 Daniel Colascione <dan.colascione@gmail.com>
8840
8841 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8842
1100a63c
CY
88432011-06-11 Chong Yidong <cyd@stupidchicken.com>
8844
8845 * image.el (image-animated-p): Return animation delay in seconds.
8846 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8847 (image-animate-timeout): Remove DELAY argument. Don't assume
8848 every subimage has the same delay; get it from image-animated-p.
8849 (image-animate): Caller changed.
8850
def722bf
MA
88512011-06-11 Michael Albinus <michael.albinus@gmx.de>
8852
8853 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8854 to ignored backtrace functions.
8855
0a2bb1a9
GM
88562011-06-11 Glenn Morris <rgm@gnu.org>
8857
8858 * calendar/appt.el (appt-disp-window-function): Doc fix.
8859 (appt-check): Handle overlapping appointments. (Bug#8337)
8860
6198ccd0
MR
88612011-06-11 Martin Rudalics <rudalics@gmx.at>
8862
8863 * window.el (window-tree-1, window-tree): New functions, moving
8864 the latter to window.el.
8865 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8866 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8867 (bw-refresh-edges): Remove.
8868 (balance-windows-1, balance-windows-2): New functions.
8869 (balance-windows): Rewrite in terms of window tree functions,
8870 balance-windows-1 and balance-windows-2.
8871 (bw-adjust-window): Remove.
8872 (balance-windows-area-adjust): New function with functionality of
8873 bw-adjust-window but using resize-window.
2b75be67
SM
8874 (set-window-text-height): Rewrite doc-string.
8875 Use normalize-live-window and resize-window.
8876 (enlarge-window-horizontally, shrink-window-horizontally):
8877 Rename argument to DELTA.
6198ccd0
MR
8878 (window-buffer-height): New function.
8879 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8880 Rewrite using new window resize routines.
2b75be67
SM
8881 (kill-buffer-and-window, mouse-autoselect-window-select):
8882 Use ignore-errors instead of condition-case.
6198ccd0
MR
8883 (quit-window): Call delete-frame instead of delete-windows-on
8884 for the only buffer on frame.
8885
9397e56f
MR
88862011-06-10 Martin Rudalics <rudalics@gmx.at>
8887
8888 * loadup.el (top-level): Load window before files for the sake
8889 of replace-buffer-in-windows.
8890
8891 * files.el (read-buffer-to-switch)
8892 (switch-to-buffer-other-window)
2b75be67
SM
8893 (switch-to-buffer-other-frame, display-buffer-other-frame):
8894 Move to window.el.
9397e56f
MR
8895
8896 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8897 (previous-buffer): Move to window.el.
8898
8899 * bindings.el (unbury-buffer): Move to window.el.
8900
8901 * window.el (delete-other-windows-vertically): Move after
8902 definition of delete-other-windows.
8903 (other-window, delete-windows-on, replace-buffer-in-windows):
8904 Move here from window.c.
8905 (record-window-buffer, unrecord-window-buffer)
8906 (set-window-buffer-start-and-point, switch-to-prev-buffer)
8907 (switch-to-next-buffer): New functions.
8908 (get-next-valid-buffer, last-buffer, next-buffer): Move here
8909 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
8910 (previous-buffer): Move here from simple.el.
8911 Call switch-to-prev-buffer.
9397e56f
MR
8912 (bury-buffer): Move here from buffer.c. Switch to previous
8913 buffer when window cannot be deleted.
8914 (unbury-buffer): Move here from bindings.el.
8915 (ctl-x-map): Move binding for other-window from window.c to
8916 here.
8917 (read-buffer-to-switch, switch-to-buffer-other-window)
8918 (switch-to-buffer-other-frame): Move here from files.el.
8919 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
8920 (switch-to-buffer): Move here from buffer.c.
8921 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 8922
562dd5e9
MR
89232011-06-10 Martin Rudalics <rudalics@gmx.at>
8924
8925 * window.el (window-min-height, window-min-width): Move here
8926 from window.c. Add defcustoms and rewrite doc-strings.
8927 (resize-mini-window, resize-window): New functions.
8928 (adjust-window-trailing-edge, enlarge-window, shrink-window):
8929 Move here from window.c.
8930 (maximize-window, minimize-window): New functions.
8931 (delete-window, delete-other-windows, split-window): Move here
8932 from window.c.
8933 (window-split-min-size): New function.
8934 (split-window-keep-point): Mention split-window-above-each-other
8935 instead of split-window-vertically.
2b75be67 8936 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
8937 Rename split-window-vertically to split-window-above-each-other
8938 and provide defalias for old definition.
8939 (split-window-side-by-side, split-window-horizontally):
8940 Rename split-window-horizontally to split-window-side-by-side
8941 and provide defalias for the old definition.
562dd5e9
MR
8942 (ctl-x-map): Move bindings for delete-window,
8943 delete-other-windows and enlarge-window here from window.c.
8944 Replace bindings for split-window-vertically and
8945 split-window-horizontally by bindings for
8946 split-window-above-each-other and split-window-side-by-side.
8947
8948 * cus-start.el (all): Remove entries for window-min-height and
8949 window-min-width. Add entries for window-splits and
8950 window-nest.
8951
f0da764a
GM
89522011-06-09 Glenn Morris <rgm@gnu.org>
8953
80675c21
GM
8954 * calendar/appt.el (appt-mode-line): New function.
8955 (appt-check, appt-disp-window): Use it.
8956
f0da764a
GM
8957 * files.el (hack-one-local-variable-eval-safep):
8958 Allow minor-modes with explicit +/-1 arguments.
8959
59f623b7
TZ
89602011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
8961
8962 * term/xterm.el (xterm): Add defgroup.
8963 (xterm-extra-capabilities): Add defcustom to supply known xterm
8964 capabilities, skip querying them, or query them (default).
8965 (terminal-init-xterm): Use it.
8966 (terminal-init-xterm-modify-other-keys): New function to set up
8967 modifyOtherKeys support to simplify `terminal-init-xterm'.
8968
9aab8e0d
MR
89692011-06-09 Martin Rudalics <rudalics@gmx.at>
8970
8971 * window.el (resize-window-reset, resize-window-reset-1)
8972 (resize-subwindows-skip-p, resize-subwindows-normal)
8973 (resize-subwindows, resize-other-windows, resize-this-window)
8974 (resize-root-window, resize-root-window-vertically)
8975 (window-deletable-p, window-or-subwindow-p)
8976 (frame-root-window-p): New functions.
8977
e8b08aee
GM
89782011-06-09 Glenn Morris <rgm@gnu.org>
8979
8980 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8981 (ange-ftp-get-files): Use it.
8982
254c37a5
AK
89832011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8984
8985 * mail/sendmail.el (mail-recover-1, mail-recover):
8986 * files.el (recover-file, recover-session):
8987 Handle dired-listing-switches not being just a single short option.
8988
35d7dbd3
GM
89892011-06-09 Glenn Morris <rgm@gnu.org>
8990
8991 * calendar/appt.el (appt-display-message, appt-disp-window):
8992 Handle lists of appointments.
8993
387522b2
MR
89942011-06-08 Martin Rudalics <rudalics@gmx.at>
8995
2b75be67
SM
8996 * window.el (one-window-p): Move down in code.
8997 Rewrite doc-string.
8998 (window-current-scroll-bars): Rewrite doc-string.
8999 Normalize live window argument.
387522b2
MR
9000 (walk-windows, get-window-with-predicate, count-windows):
9001 Rewrite doc-string. Use window-list-1.
9002 (window-in-direction-2, window-in-direction, get-mru-window):
9003 New functions.
9004
d8e4b68b 90052011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
9006
9007 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
9008 Doc fix (Bug#8713).
9009
90102011-06-08 Chong Yidong <cyd@stupidchicken.com>
9011
9012 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
9013
90142011-06-08 Juanma Barranquero <lekktu@gmail.com>
9015
9016 * loadhist.el (unload-feature-special-hooks):
9017 Add `comint-output-filter-functions'.
9018
0de12c52
IK
90192011-06-08 Ivan Kanis <gnu@kanis.fr>
9020
9021 * calendar/appt.el (appt-check): Move some initializations into the let.
9022
f3d1777e
MR
90232011-06-08 Martin Rudalics <rudalics@gmx.at>
9024
9025 * window.el (window-height): Defalias to window-total-height.
9026 (window-width): Defalias to window-body-width.
9027
18af70d0
CY
90282011-06-07 Chong Yidong <cyd@stupidchicken.com>
9029
9030 * image-mode.el (image-toggle-animation): New command.
9031 (image-mode-map): Bind it to RET.
9032 (image-mode): Update message.
9033 (image-toggle-display-image): Avoid a spurious cache flush.
9034 (image-transform-rotation): Doc fix.
9035 (image-transform-properties): Return quickly in the normal case.
9036 (image-animate-loop): Rename from image-animate-max-time.
9037
2b75be67 9038 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
9039 (create-animated-image): Remove unnecessary function.
9040 (image-animate): Rename from image-animate-start. New arg.
2b75be67 9041 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
9042 (image-animate-timer): Use car-safe.
9043 (image-animate-timeout): Rename argument.
9044
190b47e6
MR
90452011-06-07 Martin Rudalics <rudalics@gmx.at>
9046
9047 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
9048 window.c. Rename first argument to ALL-FRAMES.
9049 Rephrase doc-strings.
9050 (get-buffer-window-list): Rewrite using window-list-1.
9051 Rephrase doc-string.
a1511caf
MR
9052 (window-safe-min-height, window-safe-min-width): New constants.
9053 (window-size-ignore, window-min-size, window-min-size-1)
9054 (window-sizable, window-sizable-p, window-size-fixed-1)
9055 (window-size-fixed-p, window-min-delta-1, window-min-delta)
9056 (window-max-delta-1, window-max-delta, window-resizable)
9057 (window-resizable-p, window-total-height, window-total-width)
9058 (window-body-width): New functions.
9059 (window-full-height-p, window-full-width-p): Rewrite using
9060 window-total-size.
9061 (window-body-height): Rewrite using window-body-size.
190b47e6 9062
85cc1f11
MR
90632011-06-06 Martin Rudalics <rudalics@gmx.at>
9064
9065 * window.el (window-right, window-left, window-child)
9066 (window-child-count, window-last-child, window-any-p)
9067 (normalize-live-buffer, normalize-live-frame)
9068 (normalize-any-window, normalize-live-window)
9069 (window-iso-combination-p, window-iso-combined-p)
9070 (window-iso-combinations)
9071 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
9072 (windows-with-parameter, window-with-parameter)
9073 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
9074 (window-atom-check, window-side-check, window-check):
9075 New functions.
85cc1f11
MR
9076 (ignore-window-parameters, window-sides, window-sides-vertical)
9077 (window-sides-slots): New variables.
9078 (window-size-fixed): Move down in code. Minor doc-string fix.
9079
e7156492
AS
90802011-06-05 Andreas Schwab <schwab@linux-m68k.org>
9081
9082 * comint.el (comint-dynamic-complete-as-filename)
9083 (comint-dynamic-complete-filename): Correctly call
9084 completion-in-region.
9085
7e821d0d
DD
90862011-06-05 Deniz Dogan <deniz@dogan.se>
9087
9088 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
9089 in last change.
9090
ac09b8a1
DD
90912011-06-05 Deniz Dogan <deniz@dogan.se>
9092
9093 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
9094 (rcirc): Use it to prompt for encryption.
9095
34699b85
RW
90962011-06-05 Roland Winkler <winkler@gnu.org>
9097
9098 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
9099 (bibtex-search-entries): New command bound to C-c C-a.
9100 (bibtex-display-entries): New function.
9101
004dedd3
RW
91022011-06-05 Roland Winkler <winkler@gnu.org>
9103
9104 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
9105 (bibtex-insert-kill): After yanking insert newline if necessary.
9106 (bibtex-initialize): Call bibtex-string-files-init only once.
9107 (bibtex-mode): Do not call easy-menu-add.
9108 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
9109 (bibtex-yank): Set arg properly if nil.
9110
022fe7ce
RW
91112011-06-05 Roland Winkler <winkler@gnu.org>
9112
2b75be67
SM
9113 * textmodes/bibtex.el (bibtex-search-entry-globally):
9114 New variable.
022fe7ce
RW
9115 (bibtex-search-entry): Use it.
9116
b7c3692a
RW
91172011-06-05 Roland Winkler <winkler@gnu.org>
9118
9119 * textmodes/bibtex.el (bibtex-entry-format): New option
9120 sort-fields.
9121 (bibtex-format-entry, bibtex-reformat): Honor this option.
9122 (bibtex-parse-entry): Return fields in proper order.
9123
8eda563d
JB
91242011-06-05 Juanma Barranquero <lekktu@gmail.com>
9125
9126 * doc-view.el (doc-view-remove-if): Move computation of result out
9127 of `dolist' to silence misleading lexical-binding warning.
9128
7dbe3dbc
CY
91292011-06-04 Chong Yidong <cyd@stupidchicken.com>
9130
9131 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
9132 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
9133
0c33dd17
MA
91342011-06-04 Michael Albinus <michael.albinus@gmx.de>
9135
9136 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
9137 "SunOS 5.10".
9138
f8f91c2b
MA
91392011-06-04 Michael Albinus <michael.albinus@gmx.de>
9140
9141 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
9142 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
9143 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
9144 (tramp-parse-putty):
9145 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
9146 (tramp-completion-function-alist-ssh)
9147 (tramp-completion-function-alist-telnet)
9148 (tramp-completion-function-alist-su)
9149 (tramp-completion-function-alist-putty): Set `tramp-autoload'
9150 cookie.
9151
9152 * net/tramp-ftp.el:
9153 * net/tramp-sh.el:
9154 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
9155 load "tramp.el" `tramp-set-completion-function'.
9156
e17d9003
SM
91572011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9158
9159 * shell.el: Require and use pcomplete.
9160 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
9161 (shell-completion-vars): Set pcomplete-default-completion-function.
9162
6c4cab03
DD
91632011-06-04 Deniz Dogan <deniz@dogan.se>
9164
9165 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
9166 `memq' (Bug#8799).
9167
ea9fafe0
SM
91682011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9169
9170 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
9171
b3e945d3
JB
91722011-06-02 Juanma Barranquero <lekktu@gmail.com>
9173
9174 * bs.el (bs--mark-unmark, bs--nth-wrapper):
9175 * mpc.el (mpc-select-extend, mpc-songpointer-context):
9176 * vc/log-view.el (log-view-beginning-of-defun):
9177 * vc/smerge-mode.el (smerge-apply-resolution-patch)
9178 (smerge-refine-forward, smerge-refine-chopup-region):
9179 Silence warning for unused `dotimes' counter variables.
9180
7d520089
SM
91812011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9182
9183 * net/tramp.el (tramp-with-progress-reporter): Rename from
9184 with-progress-reporter. Use `declare'.
9185 * net/tramp-smb.el:
9186 * net/tramp-sh.el:
9187 * net/tramp-gvfs.el: Update all uses.
9188
a1c2400f
JB
91892011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
9190
9191 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
9192 buffer isn't killed before making it current.
9193
2403c841
SM
91942011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 Silence various byte-compiler warnings.
9197 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
9198 `access-type' and new obsolescence format.
9199 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
9200 new format.
9201 (byte-compile-check-variable): New `access-type' argument.
9202 Only warn if the access-type is obsolete.
9203 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9204 (byte-compile-variable-set): Adjust callers.
9205 * help-fns.el (describe-variable): Adjust to new obsolescence format.
9206 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
9207 setting it as obsolete.
9208 * simple.el (minibuffer-completing-symbol):
9209 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
9210 access as obsolete.
9211 * minibuffer.el (minibuffer-completing-file-name): Don't make it
9212 obsolete yet.
9213 * international/quail.el (quail-mouse-choose-completion): Remove unused
9214 code referring to obsolete var.
9215 (quail-choose-completion-string): Remove.
9216 * server.el (server-clients-with, server-kill-buffer-query-function)
9217 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
9218 * proced.el (proced-send-signal):
9219 * emacs-lisp/lisp.el (lisp-complete-symbol):
9220 Replace completion-annotate-function with completion-extra-properties.
9221
2462470b
SM
92222011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9223
fb5b2591
SM
9224 * simple.el (goto-line): Use read-number.
9225 (overriding-map-is-bound): Remove.
9226 (saved-overriding-map): Change default.
9227 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
9228 Take the map as argument.
9229 (universal-argument, negative-argument, digit-argument): Use it.
9230 (restore-overriding-map): Adjust.
9231 (do-auto-fill): Use fill-forward-paragraph.
9232 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
9233
fd6fa53f
SM
9234 * minibuffer.el (minibuffer-inactive-mode-map): New var.
9235 (minibuffer-inactive-mode): New major mode.
9236 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
9237 the *Messages* buffer" hack.
9238 (mouse-popup-menubar): Don't burp if the event is a normal key.
9239
2462470b
SM
9240 Miscellaneous tweaks.
9241 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
9242 lexical scoping as in subr.el's dolist and dotimes.
9243 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
9244 Silence compiler warning.
9245 * thingatpt.el (forward-whitespace): Trivial coding style fix.
9246 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
9247 * international/ccl.el (ccl-compile): Trivial simplification.
9248 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
9249 * emacs-lisp/testcover.el (testcover-end): Remove spurious
9250 `printflag' argument.
9251 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9252 Purecopy the whole obsolescence data.
9253
108bf785
LL
92542011-06-01 Leo Liu <sdl.web@gmail.com>
9255
9256 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
9257 improve doc-string as suggested by Marco Pessotto
9258 <melmothx@gmail.com>.
9259 (rcirc-print): Fix last change.
9260
30a23501
SM
92612011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9262
9263 * minibuffer.el (complete-with-action): Return nil for the metadata and
9264 boundaries of non-functional tables.
9265 (completion-table-dynamic): Return nil for the metadata.
9266 (completion-table-with-terminator): Add default case, using
9267 complete-with-action.
9268 (completion--metadata): New function.
9269 (completion-all-sorted-completions, minibuffer-completion-help): Use it
9270 to try and avoid pathological performance problems.
9271 (completion--embedded-envvar-table): Return `category' metadata.
9272
bcd54f83
LMI
92732011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9274
9275 * subr.el (process-alive-p): New tiny convenience function.
9276
e227544d
SM
92772011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9278
9279 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
9280 content but also its previous major mode.
9281
e8296fdc
HE
92822011-05-31 Helmut Eller <eller.helmut@gmail.com>
9283
4d61f28d 9284 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
9285 *Backtrace* buffer when we exit with C-M-c.
9286
620c53a6
SM
92872011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9288
9289 * minibuffer.el: Add metadata method to completion tables.
9290 (completion-category-overrides): New defcustom.
9291 (completion-metadata, completion--field-metadata)
9292 (completion-metadata-get, completion--styles)
9293 (completion--cycle-threshold): New functions.
9294 (completion-try-completion, completion-all-completions):
9295 Add `metadata' argument to choose completion-styles.
9296 (completion--do-completion): Use metadata to choose cycling.
9297 (completion-all-sorted-completions): Use metadata for sorting.
9298 Remove :completion-cycle-penalty which is not needed any more.
9299 (completion--try-word-completion): Add `metadata' argument.
9300 (minibuffer-completion-help): Check metadata for annotation function
9301 and sorting.
9302 (completion-file-name-table): Return `category' metadata.
9303 (minibuffer-completing-file-name): Make obsolete.
9304 * simple.el (minibuffer-completing-symbol): Make obsolete.
9305 * icomplete.el (icomplete-completions): Pass new `metadata' param to
9306 completion-try-completion.
9307
1257e755
SM
93082011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9309
9310 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
9311
3767e706
LL
93122011-05-30 Leo Liu <sdl.web@gmail.com>
9313
9314 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
9315 (rcirc-print): Decode all incoming messages (bug#8744).
9316 (rcirc-decode-coding-system): Allow value nil for automatic coding
9317 system detection.
3767e706 9318
d1a5d56a
GM
93192011-06-01 Glenn Morris <rgm@gnu.org>
9320
9321 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
9322
e8cbec34
CY
93232011-05-29 Chong Yidong <cyd@stupidchicken.com>
9324
9325 * image.el (image-animate-max-time): Allow nil and t values.
9326 Default to nil.
9327 (create-animated-image): Doc fix.
9328 (image-animate-start): Remove second arg; just use
9329 image-animate-max-time.
9330 (image-animate-timeout): Doc fix. Args changed.
9331
9332 * image-mode.el (image-toggle-display-image): Ensure that the
9333 image spec passed to the animate timer is the same object as in
58179cce 9334 the buffer's display property (Bug#6981).
e8cbec34
CY
9335 (image-transform-properties): Doc fix.
9336
9337 * image.el (image-animate-max-time): Default to nil.
9338
159daf87
MR
93392011-05-29 Martin Rudalics <rudalics@gmx.at>
9340
9341 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
9342 entire buffer list (Bug#8184).
9343
d66c4c7c
CY
93442011-05-29 Chong Yidong <cyd@stupidchicken.com>
9345
9346 * image.el (imagemagick-types-inhibit)
9347 (imagemagick-register-types): Doc fix.
9348
80aec780
DD
93492011-05-29 Deniz Dogan <deniz@dogan.se>
9350
9351 * net/rcirc.el (rcirc): Use the user's stored encryption method by
9352 default.
9353
1dd3c2d9
CY
93542011-05-29 Chong Yidong <cyd@stupidchicken.com>
9355
9356 * select.el: Don't perform clipboard-manager saving in hooks;
9357 leave the hooks empty.
9358
60e56523
LL
93592011-05-28 Leo Liu <sdl.web@gmail.com>
9360
9361 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
9362 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
9363 (occur-edit-mode): New major mode (Bug#8463).
9364 (occur-after-change-function): New function.
9365 (occur-engine): Give Occur tags a read-only property.
9366
2b1e1a22
KR
93672011-05-28 Kevin Ryde <user42@zip.com.au>
9368
9369 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
9370
5d344e88
CY
93712011-05-28 Chong Yidong <cyd@stupidchicken.com>
9372
8e6ca83d
CY
9373 * bindings.el (help-echo): Make the initial non-indicator dash
9374 empty on graphical terminals (Bug#7295).
9375
5d344e88
CY
9376 * files.el (auto-mode-alist): Move config rule after the
9377 in-stripping one (Bug#8547).
9378
bfbbace7
CY
9379 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
9380
fbeba6e2
CY
9381 * startup.el (normal-splash-screen): Remove gratuitous mode-line
9382 setting (Bug#8740).
9383
60ed8c72
AA
93842011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
9385
4ac619f0
AA
9386 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
9387 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
9388 (Bug#8539).
60ed8c72 9389
23db196e
CY
93902011-05-28 Chong Yidong <cyd@stupidchicken.com>
9391
9392 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
9393
5012f24c
DK
93942011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
9395
9396 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
9397 (hs-hide-block-at-point, hs-find-block-beginning)
9398 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
9399 (Bug#8279).
9400
6a639b16
GM
94012011-05-28 Glenn Morris <rgm@gnu.org>
9402
9403 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
9404
d43eaf2c
CY
94052011-05-28 Chong Yidong <cyd@stupidchicken.com>
9406
5199bde1
CY
9407 * help-fns.el (describe-function-1): If the function is a derived
9408 major mode, print the parent mode.
9409
d43eaf2c
CY
9410 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
9411 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
9412
423428a8
SM
94132011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9414
0ff8e1ba 9415 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 9416 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
9417 * progmodes/etags.el (tags-completion-at-point-function):
9418 * info-look.el (info-lookup-completions-at-point): Mark as
9419 non-exclusive.
9420 (info-complete): Adjust accordingly.
9421
423428a8
SM
9422 * info-look.el: Convert to lexical-binding and completion-at-point.
9423 (info-lookup-completions-at-point): New function.
9424 (info-complete): Use it and completion-in-region.
9425
b74aa22b
DA
94262011-05-28 Drew Adams <drew.adams@oracle.com>
9427
9428 * isearch.el: Let M-e start with point at the first mismatched char.
9429 (isearch-fail-pos): New function.
9430 (isearch-edit-string): Use it.
9431
66e2e71d
DK
94322011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9433
9434 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9435
b1890b0f 94362011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
9437
9438 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
9439 traversal functions for avl-trees.
9440 (avl-tree--stack): New struct.
9441 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
9442 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
9443 (avl-tree--do-enter): Add optional `updatefun' arg.
9444 Change return value.
eb95d01d 9445 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
9446 (avl-tree--do-delete): Add `test' and `nilflag' args.
9447 Change return value.
eb95d01d
TC
9448 (avl-tree-member): Add optional `nilflag'
9449 (avl-tree-member-p): New function.
9450 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
9451 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
9452 (avl-tree-stack-empty-p): New functions.
9453
3769ddcf
TC
9454 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
9455 avl-tree--del-balance1 and make it work both ways.
9456 (avl-tree--del-balance2): Remove.
9457 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
9458 make it work both ways.
9459 (avl-tree--enter-balance2): Remove.
9460 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
9461 New macros.
9462 (avl-tree--mapc, avl-tree-map): Add direction argument.
9463
eb95d01d 94642011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
9465
9466 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
9467
a9f737ee
CY
94682011-05-27 Chong Yidong <cyd@stupidchicken.com>
9469
9470 * select.el: Support clipboard managers with built-in function
9471 x-clipboard-manager-save, via delete-frame-functions and
9472 kill-emacs-hook.
9473 (xselect-convert-to-targets): Add MULTIPLE target to list.
9474 (xselect-convert-to-save-targets): New function.
9475
c92a1e54
KH
94762011-05-27 Kenichi Handa <handa@m17n.org>
9477
9478 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
9479 let-binding rfc2047-encode-encoded-words to nil.
9480
e145f188
GM
94812011-05-27 Glenn Morris <rgm@gnu.org>
9482
5ec8a862
GM
9483 * mail/emacsbug.el: Don't require url-util.
9484
4b29d9fb
GM
9485 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
9486
e145f188
GM
9487 * files.el (set-auto-mode):
9488 Also respect mode: entries at the end of the file. (Bug#8586)
9489
7d15102b
GM
94902011-05-26 Glenn Morris <rgm@gnu.org>
9491
98f593b8
GM
9492 * files.el (hack-local-variables-prop-line, hack-local-variables):
9493 Downcase mode names, as seems to be traditional.
27b48e63 9494 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 9495
7d15102b
GM
9496 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
9497 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
9498
51d5b4ec
JD
94992011-05-25 Julien Danjou <julien@danjou.info>
9500
9501 * textmodes/rst.el (rst-define-level-faces): Do not define face
9502 symbol if it is already defined.
9503
91513f63
VB
95042011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
9505
9506 * play/5x5.el (5x5-new-game, 5x5-randomize):
9507 Reset 5x5-solver-output to nil when a new grid is cast.
9508 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
9509 these debugging traces, as defmacro breaks the compiled code.
9510
4d90d6d0
DK
95112011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9512
9513 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9514
e1b90ef6
LL
95152011-05-24 Leo Liu <sdl.web@gmail.com>
9516
9517 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
9518 (vc-bzr-sha1): Adapt.
9519
d8e4b68b 9520 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
9521
9522 * bindings.el: Provide sha1 feature.
9523
db0406bb 95242011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
9525
9526 * mail/sendmail.el: Require `rfc2047'.
9527 (mail-insert-from-field): Do not perform RFC2047 encoding.
9528 (mail-encode-header): New function.
9529 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
9530 buffer to the return value of select-message-coding-system.
9531 Call mail-encode-header.
b8d747b9
KH
9532
9533 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
9534
db0406bb 95352011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 9536
4d90d6d0
DK
9537 * mail/supercite.el (sc-default-cite-frame):
9538 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 9539
eb8a5e9b
GM
95402011-05-24 Glenn Morris <rgm@gnu.org>
9541
f8630703
GM
9542 * progmodes/python.el (brm-menu): Declare.
9543
8831bbed
GM
9544 * emulation/viper.el (viper-set-hooks): Declare.
9545
eb8a5e9b
GM
9546 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
9547 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
9548 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
9549 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
9550 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
9551 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
9552
a2a25d24
SM
95532011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9554
9555 Add an :exit-function for completion-at-point.
9556
9557 * minibuffer.el (completion--done): New fun.
9558 (completion--do-completion): Use it. New arg `expect-exact'.
9559 (minibuffer-complete, minibuffer-complete-word): Don't output message,
9560 since completion--do-completion does it for us now.
9561 (minibuffer-force-complete): Use completion--done and
9562 completion--replace. Handle sole-completion case with more care.
9563 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
9564 (completion-extra-properties): New var.
9565 (completion-annotate-function): Make obsolete.
9566 (minibuffer-completion-help): Adjust accordingly.
9567 Use completion-list-insert-choice-function.
9568 (completion-at-point, completion-help-at-point):
9569 Bind completion-extra-properties.
9570 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
9571 * simple.el (completion-list-insert-choice-function): New var.
9572 (completion-setup-function): Preserve it.
9573 (choose-completion): Pay attention to it, shuffle the code a bit.
9574 (choose-completion-string): New arg `insert-function'.
9575
9576 * textmodes/bibtex.el: Convert to lexical binding.
9577 (bibtex-mode-map): Use completion-at-point.
9578 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
9579 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
9580 (bibtex-complete): Define as obsolete alias.
9581 (bibtex-complete-internal): Remove.
9582 (bibtex-format-entry): Remove unused sub-group in regexp.
9583 * shell.el (shell--command-completion-data)
9584 (shell-environment-variable-completion):
9585 * pcomplete.el (pcomplete-completions-at-point):
9586 * comint.el (comint--complete-file-name-data): Use :exit-function
9587 instead of completion-table-with-terminator so it also works for
9588 choose-completion.
9589
e44e373d
SM
95902011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9591
4f91a816
SM
9592 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
9593
782fc819
SM
9594 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
9595 (bug#8710).
9596
e44e373d
SM
9597 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
9598
381987c3
KM
95992011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
9600
9601 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
9602 customization variable and implement: If non-nil, auto-fill will
9603 be inhibited while on topic's header line.
9604
b776bc70
VB
96052011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
9606
9607 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 9608 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
9609 always have a solution in grid size = 5 cases.
9610 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
9611 (5x5-solver-output, 5x5-log-buffer): New vars.
9612 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
9613 Make these variables buffer local to achieve 5x5 multi-session-ness.
9614 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
9615 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
9616 (5x5-solve-suggest): New funs.
9617 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
9618 randomize a grid so that we ensure that there is always a solution.
9619 (5x5-make-random-grid): Allow other movement than flipping.
9620
7de88b6e
KR
96212011-05-23 Kevin Ryde <user42@zip.com.au>
9622
9623 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 9624 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
9625 advice and passes PREDICATE.
9626
b1ef1257
SM
96272011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9628
bbca48fe
SM
9629 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
9630 byte-compile-lambda if it's actually a lambda.
9631
b1ef1257
SM
9632 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
9633 Fix function quoting. Use backquote better.
9634
92a9cc65
YS
96352011-05-22 Yuanle Song <sylecn@gmail.com>
9636
9637 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
9638 matching (Bug#8516).
9639
f0fb8059
JA
96402011-01-22 Jari Aalto <jari.aalto@cante.net>
9641
9642 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
9643 different face (Bug#8178).
9644
d5b44c93
CY
96452011-05-22 Chong Yidong <cyd@stupidchicken.com>
9646
9647 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
9648 defface (Bug#8144).
9649
79106a44
SM
96502011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9651
9c848d8a
SM
9652 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
9653 funcall as well (bug#8712). Warn when performing those conversions.
9654 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
9655
79106a44
SM
9656 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
9657
88dfa756
GM
96582011-05-22 Glenn Morris <rgm@gnu.org>
9659
9660 * files.el (hack-local-variables-prop-line): Small simplifications.
9661 (hack-local-variables, hack-local-variables-prop-line):
9662 If MODE-ONLY, return the mode, rather than just `t'.
9663
b7cf2c79
SM
96642011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9665
9666 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
9667
3f1a8558
GM
96682011-05-21 Glenn Morris <rgm@gnu.org>
9669
7e4ccca3
GM
9670 * files.el (hack-local-variables-prop-line, hack-local-variables):
9671 If only interested in the mode, don't bother doing the other stuff.
9672
637d46ca
GM
9673 * image-mode.el (image-after-revert-hook):
9674 Redraw all frames on which the image is visible. (Bug#8567)
9675
973d955b
GM
9676 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
9677
3f1a8558
GM
9678 * wid-edit.el (widget-checklist-match-inline):
9679 Fix 2011-04-19 change. (Bug#8649)
9680
96479927
SM
96812011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9682
1dcf791f
SM
9683 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9684 Also allow singlespace after single-letter capitals followed by a dot.
9685
96479927
SM
9686 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
9687 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
9688
35fd0881
N
96892011-05-20 Nix <nix@esperi.org.uk>
9690
9691 * files.el (basic-save-buffer-2):
9692 Fix handling of break-hardlink-on-save with non-existent files.
9693
82745640
DD
96942011-05-19 Deniz Dogan <deniz@dogan.se>
9695
9696 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 9697 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 9698
4a720484
GM
96992011-05-19 Glenn Morris <rgm@gnu.org>
9700
d1f21341
GM
9701 * progmodes/f90.el (f90-type-def-re):
9702 Handle "type, bind(c)". (Bug#8691)
9703
4a720484
GM
9704 * emacs-lisp/autoload.el (batch-update-autoloads):
9705 Set autoload-excludes by parsing loadup.el rather than Makefiles.
9706
2fb0a219
MA
97072011-05-18 Michael Albinus <michael.albinus@gmx.de>
9708
9709 * net/tramp.el (tramp-process-actions): Set "first-password-request"
9710 property for the correct connection in case of multihops.
9711
e565dd37
GM
97122011-05-18 Glenn Morris <rgm@gnu.org>
9713
c2571358 9714 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
9715 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
9716
e565dd37
GM
9717 Rationalize calendar handling of day and month abbrev-arrays.
9718 * calendar/calendar.el (calendar-customized-p): New function.
9719 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
9720 (calendar-day-name-array, calendar-month-name-array): Doc fix.
9721 Add :set function.
9722 (calendar-abbrev-length, calendar-day-abbrev-array)
9723 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
9724 (calendar-day-abbrev-array, calendar-month-abbrev-array):
9725 Elements may no longer be nil.
9726 (calendar-day-name, calendar-month-name):
9727 Update for changed nature of abbrev arrays.
9728 * calendar/diary-lib.el (diary-name-pattern):
9729 Update for changed nature of abbrev arrays.
9730 (diary-mark-entries-1): Update calendar-make-alist calls.
9731 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
9732 * calendar/cal-html.el (cal-html-day-abbrev-array):
9733 Simply inherit from calendar-day-abbrev-array.
9734
1d99a745
SM
97352011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9736
9737 * progmodes/grep.el (grep-mode): Disable default
9738 compilation-directory-matcher setting (bug#8684).
9739
7c1d9aa0
MA
97402011-05-17 Michael Albinus <michael.albinus@gmx.de>
9741
9742 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
9743 instead of "head" and "tail". There were problems with SunOS 5.9,
9744 and it performs better.
9745
3952e9d8
GM
97462011-05-17 Glenn Morris <rgm@gnu.org>
9747
2dd12e7f
GM
9748 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
9749
e4157b9c
GM
9750 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9751 Replace obsolete function.
9752
8e249bbd
GM
9753 * shell.el (pcomplete-parse-arguments-function): Declare.
9754
3952e9d8
GM
9755 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
9756 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
9757 (appt-check): Doc fixes.
9758 (appt-disp-window-function, appt-delete-window-function):
9759 Remove needless special case in custom :type.
9760 (appt-display-count): Default to 0, not nil.
9761 (appt-check): Reset appt-display-count to 0, not nil.
9762
c71a0d48 97632011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 9764
c71a0d48
GM
9765 * progmodes/python.el (python-font-lock-keywords):
9766 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 9767
31d55be9
SM
97682011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9769
9770 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
9771
3bfacb2f
KR
97722011-05-16 Kevin Ryde <user42@zip.com.au>
9773
9774 * info-look.el (makefile-automake-mode): New setups, looking in
9775 automake manual, then makefile-mode.
9776 (makefile-mode): Remove automake manual, have it just in
9777 makefile-automake-mode since there's various things different or
9778 not relevant to plain make.
9779 (makefile-mode): Remove "other-modes" non-existent automake-mode,
9780 believe a hypothetical automake-mode would go to makefile-mode,
9781 not the other way around.
9782
c8e83751
CY
97832011-05-15 Chong Yidong <cyd@stupidchicken.com>
9784
5e9e35cd
CY
9785 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9786 hunk-end tags (Bug#8672).
9787
c8e83751
CY
9788 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9789 vc-annotate-show-diff-revision-at-line (Bug#8671).
9790
50b23e5a
GM
97912011-05-14 Glenn Morris <rgm@gnu.org>
9792
7210a739
GM
9793 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
9794 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
9795 (change-log-font-lock-keywords): Also handle multiple author lines
9796 with leading tabs. (Bug#8644)
7210a739 9797
4691905a
GM
9798 * calendar/appt.el (appt-check): Rename some local variables.
9799 Some simplification/reordering.
9800
50b23e5a
GM
9801 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
9802 (feedmail-sendmail-f-doesnt-sell-me-out)
9803 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9804 (feedmail-debug-sit-for, feedmail-queue-express-hook)
9805 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
9806 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9807 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
9808 (feedmail-binmail-gnulinuxish-template):
9809 Rename from feedmail-binmail-linuxish-template.
9810 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9811 Use insert-buffer-substring.
9812
215cda7c
BC
98132011-05-14 Bill Carpenter <bill@carpenter.org>
9814
9815 * mail/feedmail.el (feedmail-patch-level): Increase.
9816 (feedmail-debug): New custom group.
9817 (feedmail-confirm-outgoing-timeout)
9818 (feedmail-sendmail-f-doesnt-sell-me-out)
9819 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9820 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9821 (feedmail-sender-line, feedmail-from-line)
9822 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 9823 (feedmail-spray-this-address)
215cda7c
BC
9824 (feedmail-spray-address-fiddle-plex-list)
9825 (feedmail-queue-use-send-time-for-date)
9826 (feedmail-queue-use-send-time-for-message-id)
9827 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9828 (feedmail-buffer-eating-function):
9829 Doc fixes.
9830 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9831 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9832 (feedmail-message-action-scroll-down): New functions.
9833 (feedmail-queue-directory, feedmail-queue-draft-directory):
9834 Use expand-file-name.
9835 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9836 Remove C-v help entry.
9837 (feedmail-queue-buffer-file-name): New variable.
9838 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9839 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9840 (feedmail-message-action-send-strong, feedmail-message-action-edit)
9841 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9842 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9843 (feedmail-message-action-toggle-spray)
9844 (feedmail-run-the-queue-no-prompts)
9845 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9846 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9847 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9848 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9849 (feedmail-envelope-deducer, feedmail-fiddle-from)
9850 (feedmail-fiddle-sender, feedmail-default-date-generator)
9851 (feedmail-fiddle-date, feedmail-fiddle-message-id)
9852 (feedmail-fiddle-spray-address)
9853 (feedmail-fiddle-list-of-spray-fiddle-plexes)
9854 (feedmail-fiddle-list-of-fiddle-plexes)
9855 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9856 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9857 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9858 Change default. Doc fix.
9859 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9860 (feedmail-binmail-linuxish-template): New constant.
9861 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
9862 Respect feedmail-sendmail-f-doesnt-sell-me-out.
9863 (feedmail-send-it): Add debug call.
9864 Use feedmail-queue-buffer-file-name, and
9865 feedmail-send-it-immediately-wrapper.
9866 (feedmail-message-action-send): Add debug call.
9867 Use feedmail-send-it-immediately-wrapper.
9868 (feedmail-queue-express-to-queue): Add debug call.
9869 Run feedmail-queue-express-hook.
9870 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
9871 (feedmail-message-action-help-blat):
9872 Rename from feedmail-queue-send-edit-prompt-help-first.
9873 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
9874 Check line-endings. Handle errors better.
9875 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9876 Doc fix. Add debug call.
9877 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
9878 Use feedmail-queue-send-edit-prompt-inner.
9879 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9880 (feedmail-queue-send-edit-prompt-inner): New function, extracted
9881 from feedmail-queue-send-edit-prompt.
9882 (feedmail-queue-send-edit-prompt-help)
9883 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9884 (feedmail-tidy-up-slug): Add debug call.
9885 Respect feedmail-queue-slug-suspect-regexp.
9886 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9887 (feedmail-dump-message-to-queue): Add debug call.
9888 Expand queue-directory.
9889 (feedmail-dump-message-to-queue): Change message slightly.
9890 Use feedmail-say-chatter.
9891 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
9892 (feedmail-send-it-immediately-wrapper): New function.
9893 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
9894 Insert empty string rather than newline. Handle full-frame case.
9895 Use catch/throw. Use feedmail-say-chatter.
9896 (feedmail-fiddle-from): Try mail-host-address.
9897 (feedmail-default-message-id-generator): Doc fix.
9898 Bind system-time-locale. Handle missing end.
9899 (feedmail-fiddle-x-mailer): Add debug call.
9900 Handle feedmail-x-mailer-line being nil.
9901 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9902 Add debug call. Use buffer-substring-no-properties.
9903 (feedmail-say-debug, feedmail-say-chatter): New functions.
9904 (feedmail-find-eoh): Give an explicit error.
9905
42c7e61e
UJ
99062011-05-13 Ulf Jasper <ulf.jasper@web.de>
9907
c2571358 9908 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 9909 family from helvetica to sans.
c2571358 9910 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9911 etc/images/newsticker.
9912
c2571358 9913 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
9914 family from helvetica to sans.
9915
9916 * net/newst-plainview.el (newsticker-new-item-face)
9917 (newsticker-old-item-face, newsticker-immortal-item-face)
9918 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 9919 (newsticker-statistics-face): Change default family from
42c7e61e 9920 helvetica to sans.
c2571358 9921 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9922 etc/images/newsticker.
9923
9924 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9925 (newsticker--process-auto-mark-filter-match): : Tell user about
9926 auto-marking.
9927
8497a297
DV
99282011-05-13 Didier Verna <didier@xemacs.org>
9929
9930 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
9931 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9932 TODO entries.
8497a297
DV
9933 (lisp-lambda-list-keyword-parameter-indentation)
9934 (lisp-lambda-list-keyword-parameter-alignment)
9935 (lisp-lambda-list-keyword-alignment): New customizable user options.
9936 (lisp-indent-defun-method): Improve docstring.
9937 (extended-loop-p): Fix comment.
9938 (lisp-indent-lambda-list-keywords-regexp): New variable.
9939 (lisp-indent-lambda-list): New function.
9940 (lisp-indent-259): Use it.
9941 (lisp-indent-defmethod): Support for more than one
9942 method qualifier and properly indent methods lambda-lists.
9943 (defgeneric): Provide a missing common-lisp-indent-function property.
9944
f278f87f
SM
99452011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9946
9947 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9948 bounds for the empty string (bug#8667).
9949
5233edd7
GM
99502011-05-13 Glenn Morris <rgm@gnu.org>
9951
5237a44f
GM
9952 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9953
8340026c 9954 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 9955 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 9956
5233edd7 9957 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 9958 (appt-time-msg-list): Doc fix.
a5464014 9959 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 9960
92d10796
AS
99612011-05-12 Andreas Schwab <schwab@linux-m68k.org>
9962
9963 * progmodes/ld-script.el (ld-script-keywords)
9964 (ld-script-builtins): Update keywords list.
9965
914a0ae1
SM
99662011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9967
c89be45f
SM
9968 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9969
914a0ae1
SM
9970 * shell.el (shell-completion-vars): New function.
9971 (shell-mode):
9972 * simple.el (read-shell-command): Use it.
9973 (blink-matching-open): No need for " [...]" in minibuffer-message.
9974
98dc3df3
GM
99752011-05-12 Glenn Morris <rgm@gnu.org>
9976
9977 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9978 (appt-check): Simplify.
9979
d2fc7e3d 99802011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 9981
4d61f28d 9982 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
9983 literal "/dev/null".
9984
d2fc7e3d 99852011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
9986
9987 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9988 Fix typo.
9989
d2fc7e3d 99902011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 9991
3f254caa
SM
9992 * progmodes/which-func.el (which-function):
9993 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
9994 which might not be defined (Bug#8260).
9995
d45885f7
GM
99962011-05-12 Glenn Morris <rgm@gnu.org>
9997
9998 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9999 Let byte-compile-initial-macro-environment always take precedence.
10000
488086f4
SM
100012011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * net/rcirc.el: Add support for SSL/TLS connections.
10004 (rcirc-server-alist): New field `encryption'.
10005 (rcirc): Check `encryption' settings.
10006 (rcirc-connect): New arg `encryption'. Use open-network-stream.
10007 Merge make-local-variable into `set'.
10008 (rcirc--connection-open-p): New function.
10009 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
10010 the process is not a network process (e.g. running gnutls-cli).
10011 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
10012 Make rcirc-(en|de)code-coding-system local here.
10013 (rcirc-mode): Merge make-local-variable into `set'.
10014 (rcirc-parent-buffer): Make permanent buffer-local.
10015 (rcirc-multiline-minor-mode): Don't do it here.
10016 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
10017 there's no server buffer.
10018
7d3b9d44
GM
100192011-05-11 Glenn Morris <rgm@gnu.org>
10020
f64049c6
GM
10021 * newcomment.el (comment-kill): Prefix "unused" local.
10022
93c9df73
GM
10023 * term/w32console.el (get-screen-color): Declare.
10024
7d3b9d44
GM
10025 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10026 Handle symbol elements of byte-compile-initial-macro-environment.
10027
9e2dd53f
LL
100282011-05-10 Leo Liu <sdl.web@gmail.com>
10029
488086f4
SM
10030 * bookmark.el (bookmark-bmenu-mode-map):
10031 Bind bookmark-bmenu-search to `/'.
8b340240 10032
9e2dd53f 10033 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
10034 (footnote-unicode-string, footnote-unicode-regexp): New variable.
10035 (Footnote-unicode): New function.
10036 (footnote-style-alist): Add unicode style to the list.
10037 (footnote-style): Doc fix.
9e2dd53f 10038
79b70037
GM
100392011-05-10 Jim Meyering <meyering@redhat.com>
10040
10041 Fix doubled-word typos.
10042 * international/quail.el (quail-insert-kbd-layout): and and -> and
10043 * kermit.el: and and -> and
10044 * net/ldap.el (ldap-search-internal): to to -> to
10045 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
10046 * progmodes/js.el (js-mode): and and -> and
10047 * textmodes/artist.el (artist-move-to-xy): at at -> at
10048 (artist-draw-region-trim-line-endings): if if -> if
10049 And Safetyc -> Safety.
10050 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
10051
b8f82dc1 100522011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 10053 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
10054
10055 * files.el (hack-one-local-variable-eval-safep):
10056 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
10057
4f99f44b
GM
100582011-05-10 Glenn Morris <rgm@gnu.org>
10059
10060 * calendar/diary-lib.el (diary-list-entries-hook)
10061 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
10062 (diary-nongregorian-marking-hook, diary-list-entries)
10063 (diary-include-other-diary-files, diary-mark-entries)
10064 (diary-mark-included-diary-files): Doc fixes.
10065
84f29e6b
JB
100662011-05-09 Juanma Barranquero <lekktu@gmail.com>
10067
10068 * misc.el: Require tabulated-list.el during compilation.
10069
9bedd73a
CY
100702011-05-09 Chong Yidong <cyd@stupidchicken.com>
10071
488086f4
SM
10072 * progmodes/compile.el (compilation-start):
10073 Run compilation-filter-hook for the async case too.
9bedd73a
CY
10074 (compilation-filter-hook): Doc fix.
10075
797c735c
DD
100762011-05-09 Deniz Dogan <deniz@dogan.se>
10077
10078 * wdired.el: Remove outdated installation comment. Fix usage
10079 comment.
10080
5f4b1dfe
JB
100812011-05-09 Juanma Barranquero <lekktu@gmail.com>
10082
10083 * misc.el: Implement new command `list-dynamic-libraries'.
10084 (list-dynamic-libraries--loaded-only-p): New variable.
10085 (list-dynamic-libraries--refresh): New function.
10086 (list-dynamic-libraries): New command.
10087
4c44026c
CY
100882011-05-09 Chong Yidong <cyd@stupidchicken.com>
10089
488086f4
SM
10090 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10091 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
10092 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
10093 higher priority to avoid clobbering by gnu.
10094
027f966d
CY
100952011-05-08 Chong Yidong <cyd@stupidchicken.com>
10096
10097 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
10098 if the face has existing theme settings (Bug#8454).
10099
085f5d7d
CY
101002011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
10101
488086f4
SM
10102 * progmodes/perl-mode.el (perl-imenu-generic-expression):
10103 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 10104
2a86a00c
RS
10105 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
10106 special file names `.' and `..' (Bug#8259).
10107
d9c54a06
CY
101082011-05-08 Chong Yidong <cyd@stupidchicken.com>
10109
488086f4
SM
10110 * progmodes/grep.el (grep-mode-font-lock-keywords):
10111 Remove buffer-changing entries.
d9c54a06
CY
10112 (grep-filter): New function.
10113 (grep-mode): Add it to compilation-filter-hook.
10114
10115 * progmodes/compile.el (compilation-filter-hook)
10116 (compilation-filter-start): New defvars.
10117 (compilation-filter): Call compilation-filter-hook prior to
10118 updating the process mark.
10119
c4662635
SM
101202011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10121
10122 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
10123
b0512a1d
EZ
101242011-05-07 Eli Zaretskii <eliz@gnu.org>
10125
605c9376
EZ
10126 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
10127 mailclient-send-it even if window-system is nil. (Bug#8595)
10128
c4662635
SM
10129 * term/w32console.el (terminal-init-w32console):
10130 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
10131 background-mode. (Bug#8597)
10132
d1dc2cc2
SM
101332011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10134
10135 Make bytecomp.el understand that defmethod defines funs (bug#8631).
10136 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
10137 New functions.
10138 (defgeneric, eieio--defmethod): Use them.
10139 (eieio-defgeneric): Remove.
10140 (defmethod): Call defgeneric in a way visible to the byte-compiler.
10141
915d1300
GM
101422011-05-07 Glenn Morris <rgm@gnu.org>
10143
a3961c3e
GM
10144 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
10145 Use let rather than let*.
10146 (timeclock-find-discrep): Remove unused local.
10147
314347b9
GM
10148 * calendar/diary-lib.el (diary-comment-start): Doc fix.
10149
915d1300
GM
10150 * calendar/appt.el (appt-time-msg-list): Doc fix.
10151
275b59b0
NF
101522011-05-06 Noah Friedman <friedman@splode.com>
10153
10154 * apropos.el (apropos-print-doc): Only use
10155 emacs-lisp-docstring-fill-column when it is bound to an integer,
10156 per that variable's documentation.
10157
6c19f744
SM
101582011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10159
10160 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 10161 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 10162
60f884b2
GM
101632011-05-06 Glenn Morris <rgm@gnu.org>
10164
5006e634
GM
10165 * calendar/appt.el (appt-message-warning-time): Doc fix.
10166 (appt-warning-time-regexp): New option.
10167 (appt-make-list): Respect appt-message-warning-time.
10168
548d0a63
GM
10169 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
10170 New options.
10171 (diary-add-to-list): Strip comments from the displayed string.
10172 (diary-mode): Set comment-start and comment-end.
10173
60f884b2
GM
10174 * vc/diff-mode.el (smerge-refine-subst): Declare.
10175 (diff-refine-hunk): Don't require smerge-mode when compiling.
10176
989681bb
JB
101772011-05-06 Juanma Barranquero <lekktu@gmail.com>
10178
10179 * simple.el (list-processes): Return nil as the docstring says.
10180
a6bc05e1
MA
101812011-05-05 Michael Albinus <michael.albinus@gmx.de>
10182
10183 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
10184 to "".
10185 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10186 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
10187 determining of binary transfer. (Bug#7383)
10188
23c22e9a
MA
101892011-05-05 Michael Albinus <michael.albinus@gmx.de>
10190
c4662635
SM
10191 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10192 Fix port computation bug. (Bug#8618)
23c22e9a 10193
0bff894f
GM
101942011-05-05 Glenn Morris <rgm@gnu.org>
10195
b8296902
GM
10196 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
10197
1f522ce8
GM
10198 * simple.el (shell-dynamic-complete-functions)
10199 (comint-dynamic-complete-functions): Declare.
10200
cf5bee67
GM
10201 * net/network-stream.el (gnutls-negotiate):
10202 * simple.el (tabulated-list-print): Fix declarations.
10203
10204 * progmodes/gud.el (syntax-symbol, syntax-point):
10205 Remove unnecessary and incorrect declarations.
10206
0bff894f
GM
10207 * emacs-lisp/check-declare.el (check-declare-scan):
10208 Handle byte-compile-initial-macro-environment in bytecomp.el
10209
9869b3ae
SM
102102011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10211
10212 Fix earlier half-done eieio-defmethod change (bug#8338).
10213 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
10214 Streamline and change calling convention.
10215 (defmethod): Adjust accordingly and simplify.
10216 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
10217 new eieio--defmethod.
10218 (slot-boundp): Minor CSE simplification.
10219
9c1d5ac5
MZ
102202011-05-05 Milan Zamazal <pdm@zamazal.org>
10221
10222 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
10223 (glasses-make-readable): Use glasses-separate-capital-groups.
10224
455c834e
JB
102252011-05-05 Juanma Barranquero <lekktu@gmail.com>
10226
10227 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
10228 (warning-series): Doc fix.
10229 (display-warning): Don't try to create the buffer if we just found it.
10230
9ed7c8cb
CY
102312011-05-04 Chong Yidong <cyd@stupidchicken.com>
10232
10233 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
10234 (autoload-find-generated-file): New function.
10235 (generate-file-autoloads): Bind generated-autoload-file to
10236 buffer-file-name.
9869b3ae
SM
10237 (update-file-autoloads, update-directory-autoloads):
10238 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
10239 output file (Bug#7989).
10240 (batch-update-autoloads): Doc fix.
10241
0898ca10
JB
102422011-05-04 Juanma Barranquero <lekktu@gmail.com>
10243
10244 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
10245
31dfb76c
GM
102462011-05-04 Glenn Morris <rgm@gnu.org>
10247
f330b642
GM
10248 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
10249 function, so it follows changes in calendar-date-style.
10250 (diary-fancy-date-matcher): New function.
10251 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
10252 (diary-fancy-font-lock-fontify-region-function):
10253 Use diary-fancy-date-pattern as a function.
10254
31dfb76c
GM
10255 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
10256 non-numbers for `year' etc pseudo-variables. (Bug#8583)
10257
48e79d6a
TZ
102582011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
10259
10260 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
10261 instead of positional arguments. Allow :keylist and :crlfiles
10262 arguments.
10263 (open-gnutls-stream): Call it.
10264
10265 * net/network-stream.el (network-stream-open-starttls): Adjust to
10266 call `gnutls-negotiate' with :process and :hostname arguments.
10267
dd5a5ee0
SM
102682011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10269
ef80fc09
SM
10270 * minibuffer.el (completion--message): New function.
10271 (completion--do-completion, minibuffer-complete)
10272 (minibuffer-force-complete, minibuffer-complete-word): Use it.
10273 (completion--do-completion): Don't ignore completion-auto-help when in
10274 icomplete-mode.
10275
dd5a5ee0
SM
10276 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
10277 internal encoding (e.g. tibetan zero is not whitespace).
10278 (global-whitespace-mode): Prefer save-current-buffer.
10279 (whitespace-trailing-regexp): Remove useless save-match-data.
10280 (whitespace-empty-at-bob-regexp): Minor simplification.
10281
b7d22a83
CY
102822011-05-03 Chong Yidong <cyd@stupidchicken.com>
10283
10284 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
10285
5192af46
AM
102862011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10287
10288 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 10289 Use `concat' to create string for insertion.
5192af46 10290
5767d190
SM
102912011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10292
10293 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
10294 Avoid open-line which runs post-self-insert-hook.
10295 (bibtex-fill-entry): Remove unused `end' var.
10296
bf242939
AM
102972011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
10298
5767d190
SM
10299 * textmodes/ispell.el (ispell-add-per-file-word-list):
10300 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 10301
25666126
LL
103022011-05-03 Leo Liu <sdl.web@gmail.com>
10303
10304 * isearch.el (isearch-yank-pop): New command.
5767d190 10305 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
10306 (isearch-forward): Mention it.
10307
52d3c2d0
SM
103082011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10309
1bcace58
SM
10310 * simple.el (minibuffer-complete-shell-command): Remove.
10311 (minibuffer-local-shell-command-map): Use completion-at-point.
10312 (read-shell-command): Setup completion vars here instead.
10313 (read-expression-map): Bind TAB to symbol completion.
10314
52d3c2d0
SM
10315 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
10316 error directly rather via storing it into `results'.
10317
35813471
LL
103182011-05-02 Leo Liu <sdl.web@gmail.com>
10319
10320 * vc/diff.el: Fix description.
10321
e793a940
LMI
103222011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10323
10324 * server.el (server-eval-at): New function.
10325
8de66e05
LMI
103262011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10327
10328 * net/network-stream.el (open-network-stream): Take a :nowait
10329 parameter and pass it on to `make-network-process'.
10330 (network-stream-open-plain): Ditto.
10331
dcb79f20
AS
103322011-04-30 Andreas Schwab <schwab@linux-m68k.org>
10333
10334 * faces.el (face-spec-set-match-display): Don't match toolkit
10335 options on terminal frames.
10336
14a7fbd8
SM
103372011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10338
7eabc1be
SM
10339 * progmodes/pascal.el: Use lexical binding.
10340 (pascal-mode-map): Remove author preferences.
10341
14a7fbd8
SM
10342 * pcomplete.el (pcomplete-std-complete): Don't abuse
10343 completion-at-point.
10344
50f84510
JB
103452011-04-28 Juanma Barranquero <lekktu@gmail.com>
10346
6e087a44
JB
10347 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
10348 removing code that has been dead since 1991 or so.
10349
50f84510
JB
10350 * startup.el (command-line): When warning about "_emacs", use a
10351 delayed warning to allow the user to filter it out.
10352
0ba690bd
DD
103532011-04-28 Deniz Dogan <deniz@dogan.se>
10354
10355 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
10356 user has not joined.
10357
08abfaad
SM
103582011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10359
10360 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
10361 aren't any completions at point.
10362
638f053a
JB
103632011-04-28 Juanma Barranquero <lekktu@gmail.com>
10364
10365 * subr.el (display-delayed-warnings): New function.
10366 (delayed-warnings-hook): New variable.
10367
8fff8daa
SM
103682011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10369
08abfaad
SM
10370 * minibuffer.el (completion-at-point, completion-help-at-point):
10371 Don't presume that a given completion-at-point-function will always
10372 use the same calling convention.
10373
8fff8daa
SM
10374 * pcomplete.el (pcomplete-completions-at-point):
10375 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
10376 pcomplete-seen is non-nil.
10377 (pcomplete-comint-setup): Also recognize the new comint/shell
10378 completion functions.
10379 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
10380 pcomplete-seen is non-nil.
10381
841a1577 103822011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 10383
841a1577 10384 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 10385 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 10386 the first character in the entry. This allows for code to add its
211ec907
UJ
10387 own uid to the entry.
10388 (icalendar--convert-float-to-ical): Add export of
10389 `diary-float'-entries save for those with the optional DAY
10390 argument.
10391
2a782793
DC
103922011-04-27 Daniel Colascione <dan.colascione@gmail.com>
10393
10394 * subr.el (shell-quote-argument): Use alternate escaping strategy
10395 when we spot a variable reference in a string.
10396
0438ce91
DC
103972011-04-26 Daniel Colascione <dan.colascione@gmail.com>
10398
10399 * cus-start.el (all): Define customization for debug-on-event.
10400
841a1577 104012011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
10402
10403 * subr.el (shell-quote-argument): Escape correctly under Windows.
10404
d090ed6c
SM
104052011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10406
10407 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
10408
bfd31217
MA
104092011-04-25 Michael Albinus <michael.albinus@gmx.de>
10410
d090ed6c
SM
10411 * net/tramp.el (tramp-process-actions): Add POS argument.
10412 Delete region between POS and (pos).
bfd31217 10413
d090ed6c
SM
10414 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10415 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
10416 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
10417
10418 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
10419 position in `tramp-process-actions' call.
10420
10421 * net/trampver.el: Update release number.
10422
e92f3bd3
SM
104232011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10424
850256b5
SM
10425 * custom.el (defcustom): Obey lexical-binding.
10426
e92f3bd3
SM
10427 Fix octave-inf completion problems reported by Alexander Klimov.
10428 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
10429 Inherit from octave-mode-syntax-table.
10430 (inferior-octave-mode): Set info-lookup-mode.
10431 (inferior-octave-completion-at-point): New function.
10432 (inferior-octave-complete): Use it and completion-in-region.
10433 (inferior-octave-dynamic-complete-functions): Use it as well, and use
10434 comint-filename-completion.
10435 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
10436 symbol elements which shouldn't be word elements.
10437 (octave-font-lock-keywords, octave-beginning-of-defun)
10438 (octave-function-header-regexp): Adjust regexps accordingly.
10439 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
10440
cd22b309
JB
104412011-04-25 Juanma Barranquero <lekktu@gmail.com>
10442
10443 * net/gnutls.el (gnutls-errorp): Declare before first use.
10444
8b492194
TZ
104452011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
10446
10447 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
10448 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 10449 default trustfile exists before going to use it. Add missing
5a5fa834 10450 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
10451 Reported by Claudio Bley <claudio.bley@gmail.com>.
10452 (open-gnutls-stream): Add usage example.
10453
10454 * net/network-stream.el (network-stream-open-starttls): Give host
10455 parameter to `gnutls-negotiate'.
10456 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 10457 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 10458
841a1577 104592011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 10460
cd22b309
JB
10461 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
10462 Use correct match group (bug#8438).
05842630 10463
3ba7869c
CY
104642011-04-24 Chong Yidong <cyd@stupidchicken.com>
10465
512e3ae1
CY
10466 * emacs-lisp/package.el (package-built-in-p): Fix typo.
10467 (package-menu--generate): New arg specifying packages to show.
10468 (package-menu-refresh, package-menu-execute, list-packages):
10469 Callers changed.
10470 (package-show-package-list): New function, replacing deleted
10471 package--list-packages (renamed because it is non-internal).
10472
10473 * finder.el (finder-list-matches): Use package-show-package-list
10474 instead of deleted package--list-packages.
10475
e92f3bd3
SM
10476 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
10477 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
10478 (vc-annotate-mode-map): Bind it to RET.
10479
7031be6d
UR
104802011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10481
10482 * progmodes/etags.el (next-file): Don't use set-buffer to change
10483 buffers (Bug#8478).
10484
4ef177aa
CY
104852011-04-24 Chong Yidong <cyd@stupidchicken.com>
10486
c8d173eb
CY
10487 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
10488
4ef177aa
CY
10489 * apropos.el (apropos-label-face): Avoid variable-pitch face.
10490 (apropos-accumulator): Doc fix.
10491 (apropos-function, apropos-macro, apropos-command)
10492 (apropos-variable, apropos-face, apropos-group, apropos-widget)
10493 (apropos-plist): Add face property.
10494 (apropos-symbols-internal): Fix indentation.
10495 (apropos-print): Simplify help, and recognize apropos-multi-type.
10496 (apropos-print-doc): Use button-type-get to extract the button's
10497 face property. Fill docstring (Bug#8352).
10498
4ffd0d6b 104992011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
10500
10501 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
10502
c6c32125 10503 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 10504 (mpuz-mode-map): Use mapc.
c6c32125
JB
10505 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
10506 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
10507 Fix typos in docstrings.
10508
58d468b4
JB
10509 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
10510 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
10511
6470c3c6
JB
10512 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
10513
4ffd0d6b 105142011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
10515
10516 * minibuffer.el (completion--do-completion): Avoid the "Next char
10517 not unique" prompt if icomplete-mode is enabled (Bug#5849).
10518
3ad8bad0
CY
10519 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
10520 mouse-2 into unread-command-events, it is interpreted correctly.
10521
71d73c9c 10522 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 10523 (image-toggle-display): Doc fix.
71d73c9c 10524
841a1577 105252011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 10526
4ffd0d6b
GM
10527 * textmodes/page.el (what-page): Use line-number-at-pos to
10528 calculate line number (Bug#6825).
6e1dbaa9 10529
c2fb1b60
JB
105302011-04-22 Juanma Barranquero <lekktu@gmail.com>
10531
10532 * eshell/esh-mode.el (find-tag-interactive): Declare function.
10533 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
10534 Pass argument NO-DEFAULT to `find-tag-interactive'.
10535
e02f48d7
JB
105362011-04-22 Juanma Barranquero <lekktu@gmail.com>
10537
10538 Lexical-binding cleanup.
10539
10540 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
10541 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
10542 * progmodes/ada-prj.el (ada-prj-initialize-values)
10543 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
10544 (ada-prj-show-value):
10545 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
10546 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
10547 (antlr-invalidate-context-cache, antlr-options-menu-filter)
10548 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
10549 * progmodes/bug-reference.el (bug-reference-push-button):
10550 * progmodes/fortran.el (fortran-line-length):
10551 * progmodes/glasses.el (glasses-change):
10552 * progmodes/octave-mod.el (octave-fill-paragraph):
10553 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
10554 (python-pdbtrack-grub-for-buffer, python-sentinel):
10555 * progmodes/sql.el (sql-save-connection):
10556 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
10557 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
10558 Mark unused parameters.
10559
10560 * progmodes/compile.el (compilation--flush-directory-cache)
10561 (compilation--flush-parse, compile-internal): Mark unused parameters.
10562 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
10563 (compilation-next-error-function): Remove unused variable `timestamp'.
10564
10565 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
10566 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
10567
10568 * progmodes/dcl-mode.el (dcl-end-of-command):
10569 Remove unused variable `start'.
10570 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
10571 (dcl-option-value-basic, dcl-option-value-offset)
10572 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
10573 Mark unused parameters.
10574 (dcl-save-local-variable): Remove unused variable `val'.
10575 (mode): Declare.
10576
10577 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
10578 Mark unused parameters.
10579 (delphi-ignore-changes): Move before first use.
10580 (delphi-charset-token-at): Remove unused variable `start'.
10581 (delphi-else-start): Remove unused variable `if-count'.
10582 (delphi-comment-block-start, delphi-comment-block-end):
10583 Remove unused variable `kind'.
10584 (delphi-indent-line): Remove unused variable `new-point'.
10585
10586 * progmodes/ebrowse.el (ebrowse-files-list)
10587 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
10588 Mark unused parameters. Don't quote `lambda'.
10589 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
10590 Don't quote `lambda'.
10591 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
10592 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
10593 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
10594 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
10595 Use `ignore-errors'.
10596 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
10597 (ebrowse-view/find-file-and-search-pattern)
10598 (ebrowse-view/find-member-declaration/definition):
10599 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
10600 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
10601 Rename parameter PREFIX-ARG to PREFIX.
10602 (ebrowse-tags-read-name): Remove unused variables `start' and
10603 `member-info'.
10604 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
10605 to `tags-file'.
10606
10607 * progmodes/etags.el (local-find-tag-hook): Declare.
10608 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
10609 Mark unused parameters.
10610
10611 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
10612 (executable-interpret): Mark unused parameter.
10613
10614 * progmodes/flymake.el (flymake-process-sentinel)
10615 (flymake-after-change-function)
10616 (flymake-create-temp-with-folder-structure)
10617 (flymake-get-include-dirs-dot): Mark unused parameters.
10618 (flymake-safe-delete-directory): Remove unused variable `err'.
10619
10620 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
10621 (speedbar-timer-fn, speedbar-line-text)
10622 (speedbar-change-expand-button-char, speedbar-delete-subblock)
10623 (speedbar-center-buffer-smartly): Declare functions.
10624 (gdb-find-watch-expression): Remove unused variable `array'.
10625 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
10626 (gdb-starting): Mark unused parameters.
10627 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
10628 (gdb-table-string): Remove unused variable `res'.
10629 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
10630 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
10631 (gdb-display-buffer): Remove unused variable `cur-size'.
10632
10633 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
10634 allow lexical-binding compilation.
10635 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
10636 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
10637 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
10638 Mark unused parameters.
10639 (gud-gdb-marker-filter): Remove unused variable `match'.
10640 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
10641 lambda expressions and funcall them, instead of using `fset'.
10642
10643 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
10644 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
10645
10646 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
10647 variable `header-beg'; use `let'.
10648
10649 * progmodes/icon.el (indent-icon-exp): Remove unused variables
10650 `restart', `last-sexp' and `at-do'.
10651
10652 * progmodes/js.el (js--debug): Mark unused parameter.
10653 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
10654 (js--splice-into-items): Remove unused variable `item'.
10655 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
10656
10657 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
10658 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
10659 (makefile-complete): Remove unused variable `try'.
10660 (makefile-fill-paragraph, makefile-match-function-end):
10661 Mark unused parameters.
10662
10663 * progmodes/octave-inf.el (inferior-octave-complete):
10664 Remove unused variable `proc'.
10665 (inferior-octave-output-digest): Mark unused parameter.
10666
10667 * progmodes/perl-mode.el (perl-calculate-indent):
10668 Remove unused variable `err'.
10669
10670 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
10671 (prolog-indent-line): Mark unused parameters.
10672 (prolog-indent-line): Remove unused variable `beg'.
10673
10674 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
10675 (reporter-dont-compact-list): Declare.
10676
10677 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
10678 Remove unused variable `char'.
10679 (sh-debug): Mark unused parameter.
10680 (sh-get-indent-info): Remove unused variable `start'.
10681 (sh-calculate-indent): Remove unused variable `var'.
10682
10683 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
10684 (simula-electric-keyword): Remove unused variable `null'.
10685 (simula-search-backward, simula-search-forward): Remove unused
10686 variables `begin' and `end'.
10687
10688 * progmodes/vera-mode.el (vera-guess-basic-syntax):
10689 Remove unused variable `pos'.
10690 (vera-electric-tab, vera-comment-uncomment-region):
10691 Mark unused parameters.
10692 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
10693
7ede3b65
CY
106942011-04-22 Chong Yidong <cyd@stupidchicken.com>
10695
10696 * emacs-lisp/package.el (package--builtins, package-alist)
10697 (package-load-descriptor, package-built-in-p, package-activate)
10698 (define-package, package-installed-p)
10699 (package-compute-transaction, package-buffer-info)
10700 (package--push): Doc fix. Distinguish more clearly between
10701 version strings and version lists.
10702
121656e9
JB
107032011-04-21 Juanma Barranquero <lekktu@gmail.com>
10704
10705 Lexical-binding cleanup.
10706
10707 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
10708 (5x5-make-mutate-best):
10709 * play/fortune.el (fortune-in-buffer):
10710 * play/gomoku.el (gomoku-init-display):
10711 * play/solitaire.el (solitaire, solitaire-do-check):
10712 * play/tetris.el (tetris-default-update-speed-function):
10713 Mark unused parameters.
10714
10715 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
10716 (bubbles--shift): Remove unused variable `char-org'.
10717 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
10718 (bubbles--show-images): Remove unused variable `char'.
10719
10720 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
10721 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
10722 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
10723 (decipher-analyze-buffer): Use ?\s.
10724 (decipher-make-checkpoint): Remove unused variable `mapping'.
10725
10726 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
10727
10728 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10729 Remove unused variable `result'; use `let'.
10730
10731 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
10732 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
10733 (gametree-children-shown-p, gametree-compute-reduced-score):
10734 Use `ignore-errors'.
10735
10736 * play/handwrite.el (ps-lpr-switches): Declare.
10737 (handwrite): Remove unused variables `pmin' and `lastp'.
10738
10739 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
10740
10741 * play/landmark.el (landmark-init-display)
10742 (landmark-update-naught-weights): Mark unused parameters.
10743 (landmark-y): Remove unused variable `noise'. Simplify.
10744 (landmark-human-plays): Remove unused variable `score'.
10745
10746 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
10747 (mpuz-try-proposal): Remove unused variable `game'.
10748
10749 * play/zone.el (life-patterns): Declare.
10750
80f499c7
JB
107512011-04-20 Juanma Barranquero <lekktu@gmail.com>
10752
10753 * vc/vc.el (ediff-vc-internal): Declare function.
10754
024ff170
SM
107552011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10756
c0a193ea
SM
10757 * shell.el: Use lexical-binding and std completion UI.
10758 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
10759 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
10760 comint-preoutput-filter-functions rather than on
10761 comint-output-filter-functions.
10762 (shell-command-completion, shell--command-completion-data)
10763 (shell-filename-completion, shell-environment-variable-completion)
10764 (shell-c-a-p-replace-by-expanded-directory): New functions.
10765 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
10766 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
10767 (shell-dynamic-complete-environment-variable): Use them.
10768 (shell-dynamic-complete-as-environment-variable)
10769 (shell-dynamic-complete-as-command): Remove.
10770 (shell-match-partial-variable): Match past point.
10771 * comint.el: Clean up use of completion-at-point-functions.
10772 (comint-completion-at-point): New function.
10773 (comint-mode): Use it completion-at-point-functions.
10774 (comint-dynamic-complete): Make it obsolete.
10775 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10776 (comint-c-a-p-replace-by-expanded-history): New function.
10777 (comint-dynamic-complete-functions)
10778 (comint-replace-by-expanded-history): Use it.
10779 * minibuffer.el (completion-table-with-terminator): Allow dynamic
10780 termination strings. Try harder to avoid second try-completion.
10781 (completion-in-region-mode-map): Disable bindings that don't work yet.
10782
2dbaa080
SM
10783 * comint.el: Use lexical-binding. Require CL.
10784 (comint-dynamic-complete-functions): Use comint-filename-completion.
10785 (comint-completion-addsuffix): Tweak custom type.
10786 (comint-filename-completion, comint--common-suffix)
10787 (comint--common-quoted-suffix, comint--table-subvert)
10788 (comint--complete-file-name-data): New functions.
10789 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10790 (comint-dynamic-list-filename-completions): Use them.
10791 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 10792
2dbaa080
SM
10793 * minibuffer.el (completion-in-region-mode):
10794 Keep completion-in-region-mode--predicate global.
10795 (completion-in-region--postch):
10796 Assume completion-in-region-mode--predicate is not null.
10797
c79a6f38
SM
10798 * progmodes/flymake.el (flymake-start-syntax-check-process):
10799 Obey `dir'. Simplify.
10800
024ff170
SM
10801 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
10802 we're in VC after all.
10803
1c6c854e
CS
108042011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
10805
10806 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 10807 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
10808 (vc-version-diff): Use vc-diff-build-argument-list-internal.
10809
bed7f140
SM
108102011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10811
332e62ab
SM
10812 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10813 add sanity check.
10814
bed7f140
SM
10815 * obsolete/erc-hecomplete.el: Make obsolete.
10816 * obsolete/: Standardize obsolescence info in the header.
10817
f195c582
GM
108182011-04-20 Glenn Morris <rgm@gnu.org>
10819
10820 * calendar/solar.el (solar-horizontal-coordinates):
10821 Use the longitude argument rather than `calendar-longitude'.
10822 (solar-date-next-longitude): Remove unused locals.
10823
cb79b8c0
VJL
108242011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10825
10826 * whitespace.el: New version 13.2.1.
10827
108282011-04-20 felix <EmacsWiki> (tiny change)
10829
d8e4b68b 10830 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
10831 switching between major modes on a file.
10832
602ea69d
SM
108332011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10834
10835 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10836 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10837 multi-line comments as well.
10838
06b60517
JB
108392011-04-19 Juanma Barranquero <lekktu@gmail.com>
10840
10841 Lexical-binding cleanup.
10842
10843 * arc-mode.el (archive-mode-revert):
10844 * cmuscheme.el (scheme-interactively-start-process):
10845 * custom.el (custom-initialize-delay):
10846 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10847 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10848 * emacs-lock.el (emacs-lock-clear-sentinel):
10849 * ezimage.el (defezimage):
10850 * follow.el (follow-avoid-tail-recenter):
10851 * fringe.el (set-fringe-mode-1):
10852 * generic-x.el (bat-generic-mode-compile):
10853 * help-mode.el (help-info-variable, help-do-xref)
10854 (help-mode-revert-buffer):
10855 * help.el (view-emacs-todo):
10856 * iswitchb.el (iswitchb-completion-help):
10857 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10858 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10859 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10860 * locate.el (locate-update):
10861 * longlines.el (longlines-encode-region)
10862 (longlines-after-change-function):
10863 * outline.el (outline-isearch-open-invisible):
10864 * ps-def.el (declare-function, charset-dimension, char-width)
10865 (encode-char):
10866 * ps-mule.el (ps-mule-plot-string):
10867 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10868 (recentf-edit-list-select, recentf-edit-list-validate)
10869 (recentf-open-files-action):
10870 * rect.el (delete-whitespace-rectangle-line)
10871 (rectangle-number-line-callback):
10872 * register.el (window-configuration-to-register)
10873 (frame-configuration-to-register):
10874 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10875 * select.el (xselect-convert-to-string, xselect-convert-to-length)
10876 (xselect-convert-to-targets, xselect-convert-to-delete)
10877 (xselect-convert-to-filename, xselect-convert-to-charpos)
10878 (xselect-convert-to-lineno, xselect-convert-to-colno)
10879 (xselect-convert-to-os, xselect-convert-to-host)
10880 (xselect-convert-to-user, xselect-convert-to-class)
10881 (xselect-convert-to-name, xselect-convert-to-integer)
10882 (xselect-convert-to-atom, xselect-convert-to-identity):
10883 * subr.el (declare, ignore, process-kill-without-query)
10884 (text-clone-maintain):
10885 * terminal.el (te-get-char, te-tic-sentinel):
10886 * tool-bar.el (tool-bar-make-keymap):
10887 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10888 * type-break.el (type-break-mode, type-break-noninteractive-query):
10889 * view.el (View-back-to-mark):
10890 * wid-browse.el (widget-browse-action, widget-browse-widget)
10891 (widget-browse-widgets, widget-browse-sexp):
10892 * widget.el (define-widget-keywords):
10893 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10894 Mark unused parameters.
10895
10896 * align.el (align-adjust-col-for-rule): Mark unused parameter.
10897 (align-areas): Remove unused variable `look'.
10898 (align-region): Remove unused variables `real-end' and `pos-list'.
10899
10900 * apropos.el (apropos-score-doc): Remove unused variable `i'.
10901
10902 * bindings.el (mode-line-modified, mode-line-remote):
10903 Mark unused parameters.
10904 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10905
10906 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10907 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10908
10909 * comint.el (comint-history-isearch-pop-state)
10910 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10911 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10912 (comint-substitute-in-file-name): Doc fix.
10913
10914 * completion.el (cmpl-statistics-block): Mark unused parameter.
10915 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10916 (save-completions-to-file, load-completions-from-file):
10917 Remove unused local variable `e'.
10918
10919 * composite.el (compose-chars): Remove unused variable `len'.
10920 (lgstring-insert-glyph): Remove unused variable `g'.
10921 (compose-glyph-string): Remove unused variables `ascent',
10922 `descent', `lbearing' and `rbearing'.
10923 (compose-glyph-string-relative): Remove unused variables
10924 `lbearing', `rbearing' and `wadjust'.
10925 (compose-gstring-for-graphic): Remove unused variables `header',
10926 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
10927 (compose-gstring-for-terminal): Remove unused variables `header'
10928 and `nchars'. Use `let', not `let*'.
10929
10930 * cus-edit.el (Custom-set, Custom-save, custom-reset)
10931 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10932 (Custom-buffer-done, custom-buffer-create-internal)
10933 (custom-browse-visibility-action, custom-browse-group-tag-action)
10934 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10935 (widget-magic-mouse-down-action, custom-toggle-parent)
10936 (custom-add-parent-links, custom-toggle-hide-variable)
10937 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10938 (custom-toggle-hide-face, face, hook, custom-group-link-action)
10939 (custom-face-menu-create, custom-variable-menu-create, get)
10940 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10941 (custom-reset-standard-save-and-update): Remove unused variable `value'.
10942 (customize-apropos): Remove unused variable `tests'.
10943 (custom-group-value-create): Remove unused variable `hidden-p'.
10944 (sort-fold-case): Declare.
10945
10946 * cus-theme.el (custom-reset-standard-faces-list)
10947 (custom-reset-standard-variables-list): Declare.
10948 (customize-create-theme, custom-theme-revert, custom-theme-write)
10949 (custom-theme-choose-mode, customize-themes, custom-theme-save):
10950 Mark unused parameters.
10951
10952 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10953
10954 * delim-col.el (delimit-columns-max): Move defvar before first use.
10955
10956 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 10957 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
10958
10959 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10960 (auto-insert): Declare.
10961 (desktop-restore-file-buffer): Rename desktop-* parameters;
10962 mark unused ones.
10963 (desktop-create-buffer): Rename desktop-* parameters and bind them.
10964 (desktop-buffer): Rename desktop-* parameters.
10965
10966 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10967 (dframe-reposition-frame-xemacs, dframe-help-echo)
10968 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10969 Mark unused parameters.
10970
10971 * dired-aux.el (backup-extract-version-start, overwrite-query)
10972 (overwrite-backup-query, rename-regexp-query)
10973 (rename-non-directory-query): Declare.
10974 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10975 (dired-add-entry): Remove unused variable `orig-file-name'.
10976 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10977 Use parameter PRESERVE-TIME instead of accessing dynamic variable
10978 `dired-copy-preserve-time' directly.
10979 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10980 (dired-insert-subdir-newpos): Rename unused variable `pos'.
10981
10982 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10983 (dired-virtual-revert, dired-make-relative-symlink):
10984 Mark unused parameters.
10985 (manual-program): Declare.
10986 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10987 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10988 wrapped in `with-no-warnings' to avoid replacing one warning by another.
10989
10990 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10991
10992 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10993
10994 * echistory.el (electric-history-in-progress, Helper-return-blurb):
10995 Declare.
10996
10997 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10998
10999 * electric.el (Electric-command-loop): Rename parameter
11000 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
11001
11002 * expand.el (expand-in-literal): Remove unused variable `here'.
11003
11004 * facemenu.el (facemenu-add-new-color):
11005 Remove unused variable `docstring'.
11006
11007 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
11008 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
11009 (face-attr-construct): Mark unused parameter. Doc fix.
11010 (read-color): Remove unused variable `hex-string'.
11011
11012 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
11013 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
11014 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
11015 (display-buffer-other-frame): Remove unused variable `old-window'.
11016 (kill-buffer-hook): Declare.
11017 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
11018 Mark unused parameters.
11019 (after-find-file): Pass 1 to `auto-save-mode', not t.
11020
11021 * files-x.el (auto-insert): Declare.
11022 (modify-file-local-variable-prop-line): Remove unused variable `val'.
11023
11024 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 11025 variable `buf'. Mark unused parameter.
06b60517
JB
11026 (find-lisp-insert-directory): Mark unused parameter.
11027
11028 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
11029 (format-encode-region): Remove unused variables `cur-buf' and `result'.
11030 (format-common-tail): Remove, unused.
11031 (format-deannotate-region): Remove unused variable `loc'.
11032 (format-annotate-region): Remove unused variable `p'.
11033 (format-annotate-single-property-change): Remove unused variables
11034 `default' and `tail'.
11035
11036 * forms.el (read-file-filter): Declare.
11037 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
11038
11039 * frame.el (frame-creation-function-alist): Mark unused parameter.
11040 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
11041
11042 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
11043 Remove unused parameters.
11044 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
11045 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
11046
11047 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
11048 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
11049 (hfy-prepare-tag-map): Mark unused parameters.
11050 (htmlfontify-buffer): Use `called-interactively-p'.
11051
11052 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
11053 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
11054 (ibuffer-do-occur): Mark unused parameters.
11055 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
11056 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
11057
11058 * ibuffer.el: Don't quote `lambda'.
11059 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
11060 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
11061 Mark unused parameters.
11062
11063 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
11064 (ido-completing-read): Mark unused parameters.
11065 (ido-copy-current-word): Mark unused parameters;
11066 remove unused variable `name'.
11067 (ido-sort-merged-list): Remove unused parameter `dirs'.
11068
11069 * ielm.el (ielm-input-sender): Mark unused parameter.
11070 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
11071 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
11072 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
11073 `ielm-string' as a dynamic variable accessible from the IELM prompt.
11074 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
11075
11076 * image-dired.el (image-dired-display-thumbs): Remove unused
11077 variables `curr-file' and `count'.
11078 (image-dired-remove-tag): Remove unused variable `start'.
11079 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
11080 variable `curr-file'
11081 (image-dired-rotate-original): Remove unused variable `temp-file'.
11082 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
11083 Remove unused variable `file'.
11084 (image-dired-gallery-generate): Remove unused variable `curr'.
11085 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
11086
11087 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
11088
11089 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
11090
11091 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
11092
11093 * isearch.el (minibuffer-history-symbol): Declare.
11094 (isearch-edit-string): Remove unused variable `err'.
11095 (isearch-message-prefix, isearch-message-suffix):
11096 Mark unused parameters.
11097
11098 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
11099
11100 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
11101
11102 * makesum.el (double-column): Remove unused variable `cnt'.
11103
11104 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
11105 (ido-ignore-item-temp-list): Declare.
11106
11107 * mouse-drag.el (mouse-drag-throw): Remove unused variables
11108 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
11109 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
11110 (mouse-drag-drag): Remove unused variables `mouse-delta' and
11111 `mouse-col-delta'.
11112
11113 * mouse-sel.el (mouse-extend-internal):
11114 Remove unused variable `orig-window-frame'.
11115
11116 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
11117 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
11118 Move declarations before first use.
11119 (pcomplete-opt): Mark unused parameters; doc fix.
11120
11121 * proced.el (proced-revert): Mark unused parameter.
11122 (proced-send-signal): Remove unused variable `err'.
11123
11124 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
11125 Rename parameter PREFIX-ARG to ARG.
11126 (ps-basic-plot-string, ps-basic-plot-whitespace):
11127 Mark unused parameters.
11128
11129 * replace.el (replace-count): Define.
11130 (occur-revert-function): Mark unused parameters.
11131 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
11132 (isearch-case-fold-search, isearch-string): Declare.
11133 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
11134 bind `case-fold-search'. Remove unused variables `beg' and `end',
11135 and simplify.
11136 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
11137 COUNT and bind `replace-count'.
11138 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
11139 to COUNT.
11140
11141 * savehist.el (print-readably, print-string-length): Declare.
11142
11143 * shadowfile.el (shadow-expand-cluster-in-file-name):
11144 Remove unused variable `cluster'.
11145 (shadow-copy-file): Remove unused variable `i'.
11146 (shadow-noquery, shadow-clusters, shadow-site-cluster)
11147 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
11148 (shadow-define-literal-group, shadow-define-regexp-group)
11149 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
11150
11151 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
11152 (shell): Use `called-interactively-p'.
11153 (shell-directory-tracker): Remove unused variable `chdir-failure'.
11154
11155 * simple.el (compilation-context-lines, comint-file-name-quote-list)
11156 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
11157 (delete-backward-char): Remove unused variable `ocol'.
11158 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
11159 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
11160 (event-apply-hyper-modifier, event-apply-shift-modifier)
11161 (event-apply-control-modifier, event-apply-meta-modifier):
11162 Mark unused parameters.
11163 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
11164 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
11165
11166 * speedbar.el (speedbar-ignored-directory-expressions)
11167 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
11168 (speedbar-find-file, speedbar-dir-follow)
11169 (speedbar-directory-buttons-follow, speedbar-tag-find)
11170 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
11171 (speedbar-buffers-line-directory, speedbar-buffer-click):
11172 Mark unused parameters.
11173 (speedbar-tag-file): Remove unused variable `mode'.
11174 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
11175
11176 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
11177
11178 * talk.el (talk): Remove unused variable `display'.
11179
11180 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
11181 (tar-write-region-annotate): Mark unused parameter.
11182
11183 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
11184 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
11185 Declare them, wrapped in `with-no-warnings' to avoid replacing one
11186 warning by another.
11187
11188 * time-stamp.el (time-stamp-string-preprocess):
11189 Remove unused variable `require-padding'.
11190
11191 * tree-widget.el (widget-glyph-enable): Declare.
11192 (tree-widget-action): Mark unused parameter.
11193
11194 * w32-fns.el (x-get-selection): Mark unused parameter.
11195 (autoload-make-program, generated-autoload-file): Declare.
11196
11197 * wdired.el (wdired-revert): Mark unused parameters.
11198 (wdired-xcase-word): Remove unused variable `err'.
11199
11200 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
11201 (whitespace-help-scroll): Remove unused variable `data-help'.
11202
11203 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
11204 (widget-image-insert, widget-after-change, default)
11205 (widget-default-format-handler, widget-default-notify)
11206 (widget-default-prompt-value, widget-info-link-action)
11207 (widget-url-link-action, widget-function-link-action)
11208 (widget-variable-link-action, widget-file-link-action)
11209 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
11210 (widget-field-prompt-internal, widget-field-action, widget-field-match)
11211 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
11212 (widget-insert-button-action, widget-delete-button-action, visibility)
11213 (widget-documentation-link-action, widget-documentation-string-action)
11214 (widget-const-prompt-value, widget-regexp-match, symbol)
11215 (widget-coding-system-prompt-value)
11216 (widget-key-sequence-value-to-external, sexp)
11217 (widget-sexp-value-to-internal, character, vector, cons)
11218 (widget-choice-prompt-value, widget-boolean-prompt-value)
11219 (widget-color--choose-action): Mark unused parameters.
11220 (widget-item-match-inline, widget-choice-match-inline)
11221 (widget-checklist-match, widget-checklist-match-inline)
11222 (widget-group-match): Rename parameter VALUES to VALS.
11223 (widget-field-value-set): Remove unused variable `size'.
11224 (widget-color-action): Remove unused variables `value' and `start'.
11225
11226 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 11227 variable `dir'. Doc fix.
06b60517
JB
11228 (windmove-find-other-window): Don't pass it.
11229
11230 * window.el (count-windows): Mark unused parameter.
11231 (bw-adjust-window): Remove unused variable `err'.
11232
11233 * woman.el (woman-file-name): Remove unused variable `default'.
11234 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
11235 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
11236 (global-font-lock-mode): Declare.
11237 (woman-decode-region): Mark unused parameter.
11238 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
11239
11240 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
11241 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
11242 (x-dnd-handle-moz-url): Remove unused variable `title'.
11243 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
11244
11245 * xml.el (xml-parse-tag, xml-parse-attlist):
11246 Remove unused variable `pos'.
11247
bc4f7f3d
GM
112482011-04-19 Glenn Morris <rgm@gnu.org>
11249
11250 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
11251 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
11252 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11253 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
11254 * calendar/cal-html.el (cal-html-insert-minical):
11255 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
11256 (calendar-mark-date-pattern):
11257 Prefix "unused" locals.
11258
11259 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
11260 optional argument `style'.
11261
11262 * calendar/appt.el (appt-make-list):
11263 * calendar/cal-china.el (calendar-chinese-date-string):
11264 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
11265 (diary-hebrew-yahrzeit):
11266 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
11267 * calendar/calendar.el (calendar-generate-window):
11268 * calendar/time-date.el (time-to-days):
11269 Remove unused local variables.
11270
16a43933
CY
112712011-04-18 Chong Yidong <cyd@stupidchicken.com>
11272
11273 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
11274 glyphless-char-display table.
11275 (tabulated-list-glyphless-char-display): New var.
11276
7eed1860
SS
112772011-04-18 Sam Steingold <sds@gnu.org>
11278
11279 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
11280 to acknowledgments.
11281
4d2d1ccd
GM
112822011-04-17 Glenn Morris <rgm@gnu.org>
11283
11284 * calendar/diary-lib.el (diary-sexp-entry):
11285 * calendar/holidays.el (holiday-sexp):
11286 Set debug-on-error rather than the removed stack-trace-on-error.
11287
239da61d
GM
112882011-04-16 Glenn Morris <rgm@gnu.org>
11289
11290 * progmodes/f90.el: Use lexical-binding.
11291 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
11292
8b05752a
SM
112932011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11294
daca8ba5
SM
11295 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
11296 (mail-mode): Setup mailalias completion here instead.
11297 * mail/mailalias.el: Use lexical-binding.
11298 (pattern, mailalias-done): Declare dynamic.
11299 (mail-completion-at-point-function): New function, from mail-complete.
11300 (mail-complete): Use it.
11301 (mail-completion-expand): New function.
11302 (mail-get-names): Use it.
11303 (mail-directory, mail-directory-process, mail-directory-stream):
11304 Don't use `pattern' for lexically bound arg.
11305
6f542485
SM
11306 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
11307
037e7c3f
SM
11308 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
11309 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
11310 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
11311
8b05752a
SM
11312 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
11313 (byte-save-window-excursion, byte-temp-output-buffer-setup)
11314 (byte-interactive-p): Define them again, for use when inlining
11315 old code.
11316
49093f60
JB
113172011-04-15 Juanma Barranquero <lekktu@gmail.com>
11318
11319 * loadup.el: Use `string-to-number', not `string-to-int'.
11320
b5b8e7de
SM
113212011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11322
11323 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
11324 gud-gdb-complete-command.
11325 (gud-gdb-completions): New function, from gud-gdb-complete-command.
11326 (gud-gdb-completion-at-point): New function.
11327 (gud-gdb-completions): Remove.
11328
f42efeb5
MA
113292011-04-14 Michael Albinus <michael.albinus@gmx.de>
11330
49093f60
JB
11331 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
11332 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
11333 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
11334 whether `executable-find' is bound.
f42efeb5
MA
11335
11336 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
11337
e240cc21
SM
113382011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11339
11340 * minibuffer.el (completion-in-region-mode-predicate)
11341 (completion-in-region-mode--predicate): New vars.
11342 (completion-in-region, completion-in-region--postch)
11343 (completion-in-region-mode): Use them.
11344 (completion--capf-wrapper): Also return the hook function.
11345 (completion-at-point, completion-help-at-point):
11346 Adjust and provide a predicate.
c2bd2ab0
SM
11347
11348 Preserve arg names for advice of subr and lexical functions (bug#8457).
11349 * help-fns.el (help-function-arglist): Consolidate the subr and
11350 new-byte-code cases. Add argument `preserve-names' to extract names
11351 from the docstring when needed.
11352 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
11353 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
11354 (ad-arglist): Use help-function-arglist's new arg.
11355 (ad-definition-type): Use cond.
11356
c183f693
JB
113572011-04-13 Juanma Barranquero <lekktu@gmail.com>
11358
06641a47
JB
11359 * autorevert.el (auto-revert-handler):
11360 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
11361 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
11362 Don't quote lambda.
11363
c183f693
JB
11364 * image-mode.el (image-transform-set-scale):
11365 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
11366
1e3b6001
G
113672011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11368
11369 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 11370 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
11371 Upgrades via gnutls-cli are too slow to be done opportunistically.
11372
2d6af8dd
JB
113732011-04-12 Juanma Barranquero <lekktu@gmail.com>
11374
11375 * dframe.el (dframe-current-frame): Remove spurious quote.
11376
c0749a51
GM
113772011-04-12 Glenn Morris <rgm@gnu.org>
11378
088d0d61
GM
11379 * calendar/cal-tex.el (cal-tex-end-document):
11380 Try to automatically use latin1 input if needed.
11381
c0749a51
GM
11382 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
11383 Don't try to cons a mark onto an empty element.
11384
5c90fde0
LL
113852011-04-11 Leo Liu <sdl.web@gmail.com>
11386
11387 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
11388 buffers.
11389 (ido-kill-buffer-at-head): Support killing virtual buffers.
11390
369e974d
CY
113912011-04-10 Chong Yidong <cyd@stupidchicken.com>
11392
11393 * minibuffer.el (completion-show-inline-help): New var.
11394 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
11395 (minibuffer-force-complete, minibuffer-complete-word):
11396 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
11397
11398 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
11399 to avoid interference from inline help (Bug#5849).
11400
37f1c930
LL
114012011-04-10 Leo Liu <sdl.web@gmail.com>
11402
099c39a4
JB
11403 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11404 Fix typo.
37f1c930 11405
a32d4040
CY
114062011-04-09 Chong Yidong <cyd@stupidchicken.com>
11407
11408 * image-mode.el (image-toggle-display-image): Signal an error if
11409 not in Image mode.
11410 (image-transform-mode, image-transform-resize)
11411 (image-transform-set-rotation): Doc fix.
daca8ba5 11412 (image-transform-set-resize): Delete.
a32d4040
CY
11413 (image-transform-set-scale, image-transform-fit-to-height)
11414 (image-transform-fit-to-width): Handle image-toggle-display-image
11415 and image-transform-resize directly.
11416
099c39a4 114172011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
11418
11419 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
11420 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
11421 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
11422 (doc-view-mode-map): Add bindings for the new functions.
11423
099c39a4 114242011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 11425
4d61f28d 11426 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
11427 Fix typo in docstring.
11428
3726838a
EZ
114292011-04-08 Eli Zaretskii <eliz@gnu.org>
11430
04f33f1e
EZ
11431 * files.el (file-size-human-readable): Produce one digit after
11432 decimal, like "ls -lh" does.
11433
11434 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
11435 the file size representation.
11436
3726838a
EZ
11437 * simple.el (list-processes): If async subprocesses are not
11438 available, error out with a clear error message.
11439
cbb59342
CY
114402011-04-08 Chong Yidong <cyd@stupidchicken.com>
11441
11442 * help.el (help-form-show): New function, to be called from C.
11443 Put help-form output in a buffer named differently than *Help*.
11444
e3971c44
EZ
114452011-04-08 Eli Zaretskii <eliz@gnu.org>
11446
11447 * files.el (file-size-human-readable): New function.
11448
11449 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
11450 computing the representation inline. Don't require `cl'.
11451
12544bbe
GM
114522011-04-08 Glenn Morris <rgm@gnu.org>
11453
a1de6c6a
GM
11454 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
11455
3c4671f4
GM
11456 * net/browse-url.el (browse-url-firefox):
11457 Test system-type, not system-configuration.
11458
b605679c
GM
11459 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
11460 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
11461 Use log-edit-empty-buffer-p. (Bug#7598)
11462
56442f0c
GM
11463 * net/rlogin.el (rlogin-process-connection-type): Simplify.
11464 (rlogin-mode-map): Initialize in the defvar.
11465 (rlogin): Use ignore-errors.
11466
12544bbe
GM
11467 * replace.el (occur-mode-map): Some fixes for menu items.
11468
eb237b0f
AH
114692011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11470
11471 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
11472
7d668f2c
CY
114732011-04-06 Chong Yidong <cyd@stupidchicken.com>
11474
e67a13ab
CY
11475 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
11476 issuing unused warnings.
11477
11478 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
11479 macro directly.
11480
7d668f2c
CY
11481 * simple.el: Lisp reimplement of list-processes. Based on an
11482 earlier reimplementation by Leo Liu, but using tabulated-list.el.
11483 (process-menu-mode): New major mode.
11484 (list-processes--refresh, list-processes):
11485 (process-menu-visit-buffer): New functions.
11486
11487 * files.el (save-buffers-kill-emacs): Don't assume any return
11488 value of list-processes, which is undocumented anyway.
11489
a83ec3c9
CY
114902011-04-06 Chong Yidong <cyd@stupidchicken.com>
11491
11492 * emacs-lisp/tabulated-list.el: New file.
11493
e91a96fe
CY
11494 * emacs-lisp/package.el: Use Tabulated List mode.
11495 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
11496 (package-menu-mode): Derive from tabulated-list-mode. Set up the
11497 table format using Tabulated List mode variables.
11498 (package--push): New macro, replacing package-list-maybe-add.
11499 (package-menu--generate): Use package--push. Renamed from
11500 package--generate-package-list.
11501 (package-menu-refresh, list-packages): Use it.
daca8ba5 11502 (package-menu--print-info): Rename from package-print-package.
e91a96fe 11503 Return insertion data instead of inserting it directly.
099c39a4
JB
11504 (package-menu-describe-package, package-menu-execute):
11505 Use tabulated-list-get-id.
e91a96fe
CY
11506 (package-menu-mark-delete, package-menu-mark-install)
11507 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
11508 (package-menu-mark-obsolete-for-deletion):
11509 Use tabulated-list-put-tag.
e91a96fe
CY
11510 (package--list-packages, package-menu-revert)
11511 (package-menu-get-package, package-menu-get-version)
11512 (package-menu-sort-by-column): Functions deleted.
11513 (package-menu-package-list, package-menu-sort-key): Vars deleted.
11514 (package-menu--status-predicate, package-menu--version-predicate)
11515 (package-menu--name-predicate)
11516 (package-menu--description-predicate): Handle arguments in the
11517 Tabulated List format.
11518 (package-list-packages-no-fetch): Call list-packages.
11519
3e214b50
JB
115202011-04-06 Juanma Barranquero <lekktu@gmail.com>
11521
11522 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 11523 (after-find-file): Don't bind it.
3e214b50
JB
11524 (revert-buffer-in-progress-p): New variable.
11525 (revert-buffer): Bind it.
11526 Pass nil for `after-find-file-from-revert-buffer'.
11527
11528 * saveplace.el (save-place-find-file-hook): Use new variable
11529 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
11530
3f0f1700
GM
115312011-04-06 Glenn Morris <rgm@gnu.org>
11532
c0274801
GM
11533 * Makefile.in (AUTOGEN_VCS): New variable.
11534 (autoloads): Use $AUTOGEN_VCS.
11535
3f0f1700
GM
11536 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
11537 * calendar/calendar.el (calendar-mode-map):
11538 Check for toolkit scroll bars. (Bug#8305)
11539
41ea9e48
CY
115402011-04-05 Chong Yidong <cyd@stupidchicken.com>
11541
11542 * minibuffer.el (completion-in-region--postch)
11543 (completion-in-region-mode): Remove unnecessary messages.
11544
6194c800
JB
115452011-04-05 Juanma Barranquero <lekktu@gmail.com>
11546
33256f14
JB
11547 * font-lock.el (font-lock-refresh-defaults):
11548 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
11549 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
11550
6194c800
JB
11551 * info.el (Info-directory-list, Info-read-node-name-2)
11552 (Info-split-parameter-string): Doc fixes.
11553 (Info-virtual-nodes): Reflow docstring.
11554 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
11555 (Info-apropos-toc-nodes, info-finder, Info-get-token)
11556 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
11557 Fix typos in docstrings.
11558 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
11559 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
11560 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
11561 (Info-restore-desktop-buffer): Mark unused parameters.
11562 (Info-directory-find-file, Info-directory-find-node)
11563 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
11564 (Info-virtual-index-find-node, Info-apropos-find-file)
11565 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 11566 Mark unused parameters; fix typos in docstrings.
6194c800
JB
11567 (Info-virtual-index): Remove unused local variable `nodename'.
11568
b87a8200 115692011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 11570
b87a8200
DD
11571 * net/rcirc.el: Update my e-mail address.
11572 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 11573
3b2ff876
CY
115742011-04-05 Chong Yidong <cyd@stupidchicken.com>
11575
11576 * startup.el (command-line): Save the cursor's theme-face
11577 directly, instead of using face-override-spec.
11578
11579 * custom.el (load-theme): Minor optimization in assigning faces.
11580
8d17e7ca
JB
115812011-04-04 Juanma Barranquero <lekktu@gmail.com>
11582
11583 * help-fns.el (describe-variable): Complete all variables having
11584 documentation, including keywords.
11585 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
11586
2fbc1934
JB
115872011-04-04 Juanma Barranquero <lekktu@gmail.com>
11588
11589 Convert to lexical-binding.
11590
11591 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
11592 (bs--get-marked-string, bs--get-modified-string)
11593 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
11594 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
11595 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
11596
11597 * ehelp.el (electric-help-execute-extended)
11598 (electric-help-ctrl-x-prefix):
11599 * hexl.el (hexl-revert-buffer-function):
11600 * linum.el (linum-after-change, linum-after-scroll):
11601 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
11602
11603 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
11604
74f50695
DU
116052011-04-04 Daiki Ueno <ueno@unixuser.org>
11606
11607 * epa-dired.el:
11608 * epa-mail.el:
11609 * epa-hook.el:
11610 * epa-file.el:
11611 * epa.el:
11612 * epg.el: Use lexical binding.
11613
c11325f7
CY
116142011-04-03 Chong Yidong <cyd@stupidchicken.com>
11615
0d9e9a12
CY
11616 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
11617
c11325f7 11618 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
11619 dictionary case for flyspell-mark-duplications-exceptions.
11620 Use regexp matching for languages.
c11325f7
CY
11621 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
11622 default dictionary (Bug#7926).
11623
da91b5f2
CY
116242011-04-02 Chong Yidong <cyd@stupidchicken.com>
11625
099c39a4
JB
11626 * emacs-lisp/package.el (package--with-work-buffer):
11627 Recognize https URLs.
da91b5f2 11628
099c39a4
JB
11629 * net/network-stream.el: Move from gnus/proto-stream.el.
11630 Change prefix to network-stream throughout.
da91b5f2
CY
11631 (open-protocol-stream): Merge into open-network-stream, leaving
11632 open-protocol-stream as an alias. Handle nil BUFFER args.
11633
11634 * subr.el (open-network-stream): Move to net/network-stream.el.
11635
afa8e9f6
GM
116362011-04-02 Glenn Morris <rgm@gnu.org>
11637
1d2e369d
GM
11638 * find-dired.el (find-exec-terminator): New option.
11639 (find-ls-option): Test for -ls support.
11640 (find-ls-subdir-switches): Test for -b in find-ls-option.
11641 (find-dired, find-grep-dired): Doc fixes.
11642 (find-dired): Use find-exec-terminator.
11643
8abb7da8 11644 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
11645 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
11646 (find-name-arg): Remove purecopy.
8abb7da8 11647
f3ca7378
GM
11648 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
11649 (grep-compute-defaults): Check for `-exec COMMAND +' support.
11650 Set grep-find-use-xargs, grep-find-command, and grep-find-template
11651 accordingly. Don't add the null-device if not needed.
11652
afa8e9f6
GM
11653 * files.el (save-some-buffers): Doc fix.
11654
35eae264
EZ
116552011-04-02 Eli Zaretskii <eliz@gnu.org>
11656
11657 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
11658
26b51db5
JB
116592011-04-01 Juanma Barranquero <lekktu@gmail.com>
11660
11661 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
11662 Use `dolist' rather than `mapcar'.
11663
7200d79c
SM
116642011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11665
03408648 11666 Add lexical binding.
7200d79c 11667
03408648
SM
11668 * subr.el (apply-partially): Use new closures rather than CL.
11669 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
11670 (dolist, dotimes): Use slightly different expansion for lexical code.
11671 (functionp): Move to C.
11672 (letrec): New macro.
11673 (with-wrapper-hook): Use it and apply-partially instead of CL.
11674 (eval-after-load): Preserve lexical-binding.
11675 (save-window-excursion, with-output-to-temp-buffer): Turn them
11676 into macros.
7200d79c 11677
03408648
SM
11678 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
11679
11680 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
11681 than the arglist.
11682 (help-add-fundoc-usage): Don't add `Not documented'.
11683 (help-function-arglist): Handle closures, subroutines, and new
11684 byte-code-functions.
11685 (help-make-usage): Remove leading underscores.
11686 (describe-function-1): Handle closures.
11687 (describe-variable): Use special-variable-p for completion.
11688
11689 * files.el (lexical-binding): Declare safe.
f488fb65 11690
03408648
SM
11691 * emacs-lisp/pcase.el: Don't use destructuring-bind.
11692 (pcase--memoize): Rename from pcase-memoize. Change weakness.
11693 (pcase): Add `let' pattern.
11694 Change memoization so it actually works.
11695 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
11696 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
11697 <let>: New case.
f488fb65 11698
03408648
SM
11699 * emacs-lisp/macroexp.el: Use lexical binding.
11700 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
11701 Don't convert ' to #' without checking that it's indeed quoting
11702 a lambda.
11703
11704 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 11705 Use eval-sexp-add-defvars.
03408648
SM
11706 (eval-sexp-add-defvars): New fun.
11707
11708 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
11709
11710 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
11711 Don't autoload.
11712 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
11713 than the internal `byte-compile-lambda'.
11714 (defmethod): Don't hide code under quotes.
11715 (eieio-defmethod): New `code' argument.
11716
11717 * emacs-lisp/eieio-comp.el: Remove.
11718
11719 * emacs-lisp/edebug.el (edebug-eval-defun)
11720 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
11721 (edebug-toggle): Avoid `eval'.
11722
11723 * emacs-lisp/disass.el (disassemble-internal): Handle new
11724 `closure' objects.
11725 (disassemble-1): Handle new byte codes.
11726
11727 * emacs-lisp/cl.el (pushnew): Silence warning.
11728
11729 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
11730 (cl-byte-compile-throw): Remove.
11731 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
11732
11733 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
11734 closures.
11735
11736 * emacs-lisp/cconv.el: New file.
11737
11738 * emacs-lisp/bytecomp.el: Use lexical binding instead of
11739 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
11740 (byte-compile-initial-macro-environment):
11741 Handle declare-function here.
11742 (byte-compile--lexical-environment): New var.
11743 (byte-stack-ref, byte-stack-set, byte-discardN)
11744 (byte-discardN-preserve-tos): New lap codes.
11745 (byte-interactive-p): Don't use any more.
11746 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
11747 New macros.
11748 (byte-compile-lapcode): Use them and handle new lap codes.
11749 (byte-compile-obsolete): Remove.
11750 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
11751 (byte-compile-arglist-warn): Check late def of inlinable funs.
11752 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
11753 since they should have been expanded by now.
11754 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
11755 (byte-compile-from-buffer): Remove unused second arg.
11756 (byte-compile-preprocess): New function.
11757 (byte-compile-toplevel-file-form): New function to distinguish
11758 file-form calls from outside from file-form calls from hunk-handlers.
11759 (byte-compile-file-form): Simplify.
11760 (byte-compile-file-form-defsubst): Remove.
11761 (byte-compile-file-form-defmumble): Simplify now that
11762 byte-compile-lambda always returns a byte-code-function.
11763 (byte-compile): Preprocess.
11764 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
11765 Remove, not used any more.
11766 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
11767 (byte-compile-make-args-desc): New funs.
11768 (byte-compile-lambda): Handle lexical functions. Always return
11769 a byte-code-function.
11770 (byte-compile-reserved-constants): New var, to make up room for
11771 closed-over variables.
11772 (byte-compile-constants-vector): Obey it.
11773 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
11774 (byte-compile-macroexpand-declare-function): New function.
11775 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11776 byte-code-functions.
11777 (byte-compile-form): Check obsolescence here.
11778 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11779 (byte-compile-variable-ref): Remove.
11780 (byte-compile-dynamic-variable-op): New fun.
11781 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11782 (byte-compile-variable-set): New funs.
11783 (byte-compile-discard): Add 2 args.
11784 (byte-compile-stack-ref, byte-compile-stack-set)
11785 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11786 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11787 macroexpand-all instead.
11788 (byte-compile-quote-form): Remove.
11789 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11790 (byte-compile-bind, byte-compile-unbind): New funs.
11791 (byte-compile-let): Handle let* and lexical binding.
11792 (byte-compile-let*): Remove.
11793 (byte-compile-catch, byte-compile-unwind-protect)
11794 (byte-compile-track-mouse, byte-compile-condition-case):
11795 Handle a new :fun-body form, used for lexical scoping.
11796 (byte-compile-save-window-excursion)
11797 (byte-compile-with-output-to-temp-buffer): Remove.
11798 (byte-compile-defun): Simplify.
11799 (byte-compile-stack-adjustment): New fun.
11800 (byte-compile-out): Use it.
11801 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
11802
11803 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
11804 handler any more.
11805
11806 * emacs-lisp/byte-opt.el: Use lexical binding.
11807 (byte-inline-lapcode): Remove (to bytecomp).
11808 (byte-compile-inline-expand): Pay attention to inlining to/from
11809 lexically bound code.
11810 (byte-compile-unfold-lambda): Don't handle byte-code-functions
11811 any more.
11812 (byte-optimize-form-code-walker): Don't handle save-window-excursion
11813 any more and don't call compiler-macros.
11814 (byte-compile-splice-in-already-compiled-code): Remove.
11815 (byte-code): Don't inline any more.
11816 (disassemble-offset): Receive `bytes' as argument rather than via
11817 dynamic scoping.
11818 (byte-compile-tag-number): Declare before first use.
11819 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11820 `return' even if make-spliceable.
11821 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11822 obsolete interactive-p.
11823 (byte-optimize-lapcode): Optimize new lap-codes.
11824 Don't trip up on new form of `byte-constant' lap code.
11825
11826 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11827
11828 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11829
11830 * custom.el (custom-initialize-default, custom-declare-variable):
11831 Use `defvar'.
11832
11833 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11834 New variables.
11835 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11836 (COMPILE_FIRST): Add macroexp and cconv.
11837 * makefile.w32-in: Mirror changes in Makefile.in.
11838
11839 * vc/cvs-status.el:
11840 * vc/diff-mode.el:
11841 * vc/log-edit.el:
11842 * vc/log-view.el:
11843 * vc/smerge-mode.el:
11844 * textmodes/bibtex-style.el:
11845 * textmodes/css.el:
11846 * startup.el:
11847 * uniquify.el:
da91b5f2
CY
11848 * minibuffer.el:
11849 * newcomment.el:
11850 * reveal.el:
11851 * server.el:
11852 * mpc.el:
11853 * emacs-lisp/smie.el:
11854 * doc-view.el:
11855 * dired.el:
03408648
SM
11856 * abbrev.el: Use lexical binding.
11857
0f0c1f27
EZ
118582011-04-01 Eli Zaretskii <eliz@gnu.org>
11859
11860 * info.el (info-display-manual): New function.
11861
c82b2579
SM
118622011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11863
11864 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11865
221ddf68
TH
118662011-03-31 Tassilo Horn <tassilo@member.fsf.org>
11867
11868 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 11869 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 11870
cba6e77e
GM
118712011-03-31 Glenn Morris <rgm@gnu.org>
11872
e040639f
GM
11873 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11874
cba6e77e
GM
11875 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11876
6d0f1c9e
CS
118772011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
11878
11879 * progmodes/python.el (python-default-interpreter)
11880 (python-python-command-args, python-jython-command-args)
11881 (python-which-shell, python-which-args, python-which-bufname)
11882 (python-file-queue, python-comint-output-filter-function)
11883 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11884 variables and functions.
11885
3e2d70fd
SM
118862011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11887
11888 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11889 (completion-in-region-mode): New minor mode.
11890 (completion-in-region): Use it.
11891 (completion-in-region--data, completion-in-region-mode-map): New vars.
11892 (completion-in-region--postch): New function.
11893 (completion--capf-misbehave-funs, completion--capf-safe-funs):
11894 New vars.
11895 (completion--capf-wrapper): New function.
11896 (completion-at-point): Use it to track well-behavedness of
11897 hook functions.
11898 (completion-help-at-point): New command.
11899
f3e4086c
JM
119002011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
11901
11902 * vc/add-log.el (add-change-log-entry): Don't use whitespace
11903 syntax class to search for whitespace on a single line
11904 (Message-ID: <4D938140.4030905@redhat.com>).
11905
eb7ffc14
LL
119062011-03-30 Leo Liu <sdl.web@gmail.com>
11907
11908 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11909 New commands.
11910 (edit-abbrevs-map): Bind them here.
11911 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
11912
d806ab68
KM
119132011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
11914
11915 * allout.el (allout-hide-by-annotation, allout-flag-region):
11916 Reduce possibility of overlay leakage by making them volatile.
11917
11918 * allout-widgets.el (allout-widgets-tally): Define as nil so the
11919 hash is not shared between buffers. Mode initialization is
11920 responsible for giving it a useful starting value.
11921 (allout-item-span): Reduce possibility of overlay leakage by
11922 making them volatile.
11923 (allout-widgets-count-buttons-in-region): Add diagnostic function
11924 for tracking down button overlay leaks.
11925
ea622834
LL
119262011-03-29 Leo Liu <sdl.web@gmail.com>
11927
11928 * ido.el (ido-read-internal): Use the default history var
11929 minibuffer-history if no HISTORY is specified.
11930
b62f8267
G
119312011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
11932
03408648
SM
11933 * net/imap.el (imap-shell-open, imap-process-connection-type):
11934 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
11935 Kerberos, SSL, other subprocesses.
11936
947b6566
LL
119372011-03-28 Leo Liu <sdl.web@gmail.com>
11938
11939 * abbrev.el (abbrev-table-empty-p): New function.
11940 (prepare-abbrev-list-buffer): Place empty abbrev tables after
11941 nonempty ones. (Bug#5937)
11942
5ffb62aa
JD
119432011-03-27 Jan Djärv <jan.h.d@swipnet.se>
11944
11945 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11946
7a097943
LL
119472011-03-27 Leo Liu <sdl.web@gmail.com>
11948
11949 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11950 for foreground and background colors.
11951 (ansi-color-make-color-map): Adapt.
11952
c5b40130
LL
119532011-03-25 Leo Liu <sdl.web@gmail.com>
11954
1f48f7d2
LL
11955 * midnight.el (midnight-time-float): Remove. Note it calculates
11956 the microsecond component incorrectly and seconds-to-time does the
11957 same job.
625897ec 11958 Remove redundant (require 'timer).
1f48f7d2 11959
c5b40130
LL
11960 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11961 (ido-completions): Remove unused arguments. (Bug#8329)
11962
d86d2721
SM
119632011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11964
11965 * minibuffer.el (completion--flush-all-sorted-completions):
11966 Remove itself from hook.
11967 (completion-at-point): Let the functions perform the completion
11968 immediately and return nil or t.
11969 * comint.el (comint-dynamic-complete-functions): Now identical to
11970 completion-at-point-functions.
11971 (comint-dynamic-list-input-ring): Remove unused var `index'.
11972 (comint--match-partial-filename, comint--unquote&expand-filename):
11973 New funs, split from comint-match-partial-filename.
11974 (comint-dynamic-complete): Use completion-at-point.
11975 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11976
e8974c48
DA
119772011-03-24 Drew Adams <drew.adams@oracle.com>
11978
11979 * thingatpt.el: Support `defun'.
11980
def71b5e
LL
119812011-03-23 Leo Liu <sdl.web@gmail.com>
11982
cb5af48e
LL
11983 * abbrevlist.el: Move to obsolete/abbrevlist.el.
11984
def71b5e
LL
11985 * help-mode.el (help-mode-finish): Tweak regexp.
11986
927c53e7
GM
119872011-03-23 Glenn Morris <rgm@gnu.org>
11988
18d05bed
GM
11989 * eshell/esh-opt.el (eshell-eval-using-options):
11990 Do not bind unused local variable `eshell-option-stub'.
11991
927c53e7
GM
11992 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11993
9d0da923
JB
119942011-03-22 Juanma Barranquero <lekktu@gmail.com>
11995
11996 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11997 keymap variable in `with-no-warnings' to avoid a warning when the
11998 keymap has been already `defconst'ed.
11999
4b978a67
LL
120002011-03-22 Leo Liu <sdl.web@gmail.com>
12001
12002 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
12003 encode all chars in abbrevs; otherwise use emacs-mule or
12004 utf-8-emacs. (Bug#8308)
12005
5fd62452
JB
120062011-03-22 Juanma Barranquero <lekktu@gmail.com>
12007
0b1596c6
JB
12008 * simple.el (backward-delete-char-untabify):
12009 Avoid warning about using `delete-backward-char'.
12010
5fd62452
JB
12011 * image.el (image-type-file-name-regexps): Make it variable.
12012 `imagemagick-register-types' modifies it, and the user may want
12013 to add new extensions for known image types.
12014 (imagemagick-register-types): Throw error if not using ImageMagick.
12015
0b4e93f1
LL
120162011-03-22 Leo Liu <sdl.web@gmail.com>
12017
12018 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
12019 located before rcirc-prompt-end-marker.
12020 (rcirc-complete): Error if point is not after rcirc prompt.
12021 Handle the case when table is nil.
9882e214 12022 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 12023
fccee4ab
CY
120242011-03-22 Chong Yidong <cyd@stupidchicken.com>
12025
12026 * custom.el (custom--inhibit-theme-enable): Make it affect only
12027 custom-theme-set-variables and custom-theme-set-faces.
12028 (provide-theme): Ignore custom--inhibit-theme-enable.
12029 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
12030 (custom-enabling-themes): Delete variable.
d86d2721
SM
12031 (enable-theme): Accept only loaded themes as arguments.
12032 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
12033 (custom-enabled-themes): Forbid themes from setting this.
12034 Eliminate use of custom-enabling-themes.
12035 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 12036
af896da6
LL
120372011-03-21 Leo Liu <sdl.web@gmail.com>
12038
12039 * ido.el (ido-read-internal): Add ido-selected to history instead
12040 of user input.
12041
78f64af0
SM
120422011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12043
12044 * subr.el (deferred-action-list, deferred-action-function):
12045 Mark obsolete.
12046
b16ac1ec
LL
120472011-03-21 Leo Liu <sdl.web@gmail.com>
12048
810f7698
LL
12049 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
12050 change on 2011-02-13 (bug#8309).
12051
b16ac1ec
LL
12052 * minibuffer.el (read-file-name-function): Change default value.
12053 (read-file-name--defaults): Rename from read-file-name-defaults.
12054 (read-file-name-default): Rename from read-file-name.
12055 (read-file-name): Call read-file-name-function.
12056
4e05e67e
GM
120572011-03-21 Glenn Morris <rgm@gnu.org>
12058
12059 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
12060 Doc fixes.
12061
4359915b
CY
120622011-03-21 Chong Yidong <cyd@stupidchicken.com>
12063
12064 * cus-theme.el: Add missing provide statement.
12065 (customize-create-theme): Extract theme value correctly.
12066 (custom-theme-visit-theme): Autoload.
12067 (customize-create-theme): Prompt before inserting default faces.
12068
1fe275ee
JB
120692011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
12070
12071 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
12072 units and musical notes.
12073
cd394be1 120742011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
12075
12076 * ido.el (ido-read-internal): Use completing-read-default.
12077 (ido-completing-read): Fix compatibility with completing-read.
12078
7d476bde
CO
120792011-03-20 Christian Ohler <ohler@gnu.org>
12080
12081 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
12082 (ert-delete-all-tests): Use `called-interactively-p' rather than
12083 `interactive-p'.
12084 (ert--make-xrefs-region): Respect END.
12085
fe0fb33e
CY
120862011-03-19 Chong Yidong <cyd@stupidchicken.com>
12087
ff854b0b
CY
12088 * dired-aux.el (dired-create-directory): Signal an error if the
12089 directory already exists (Bug#8246).
12090
fe0fb33e
CY
12091 * facemenu.el (list-colors-display): Call list-faces-display
12092 inside with-help-window.
12093 (list-colors-print): Use display property to align the final
12094 column, instead of checking window-width.
12095
576bce32
EZ
120962011-03-19 Eli Zaretskii <eliz@gnu.org>
12097
4d61f28d 12098 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
12099 windows-nt systems.
12100 (emerge-protect-metachars): Quote correctly for ms-dos and
12101 windows-nt systems.
12102
89c41d68 121032011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
12104
12105 * info.el (info-initialize): Replace all uses of `:' with
12106 path-separator for compatibility with non-Unix systems.
12107 Cache quoting of path-separator. (Bug#8258)
12108
b14e3e21 121092011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
12110
12111 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
12112 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
12113 (mouse-avoidance-mode): Fix typos in docstrings.
12114
4525ce3e
CY
121152011-03-19 Chong Yidong <cyd@stupidchicken.com>
12116
12117 * startup.el (package-subdirectory-regexp): Move from package.el.
12118 Omit \\` and \\', and let callers add them.
12119
12120 * emacs-lisp/package.el (package-strip-version)
12121 (package-load-all-descriptors): Add \\` and \\' to
12122 package-subdirectory-regexp before using it.
12123 (package-untar-buffer): New arg DIR; ensure that file untars only
12124 into this expected directory. Remove superfluous delete-region.
12125 (package-unpack): Caller changed.
12126 (package-tar-file-info): Use package-subdirectory-regexp.
12127
a904a09a 121282011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 12129
a904a09a
SM
12130 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
12131 diff-mode-shared-map (bug#8284).
12132 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
12133
121342011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12135
12136 * calendar/time-date.el (format-seconds): Use assoc instead of
12137 assoc-string, since assoc-string doesn't exist in XEmacs.
12138
171fc304
JB
121392011-03-17 Juanma Barranquero <lekktu@gmail.com>
12140
12141 * custom.el (custom-known-themes): Reflow docstring.
12142 (custom-theme-load-path): Fix typo in docstring.
12143 (load-theme): Fix typo in error message.
12144 (custom-available-themes, custom-variable-theme-value):
12145 Use `let', not `let*'.
12146
d71990a1
JB
121472011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
12148
12149 * calc/README: Mention inclusion of musical notes.
12150
12151 * calc/calc-units.el (calc-lu-quant): Rename from
12152 `calc-logunits-quantity'.
12153 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
12154 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
12155 (calc-db): Rename from `calc-dblevel'.
12156 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
12157 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
12158 (calc-np): Rename from `calc-nplevel'.
12159 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
12160 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
12161 (calc-lu-plus): Rename from `calc-logunits-add'.
12162 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
12163 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
12164 (calc-lu-minus): Rename from `calc-logunits-sub'.
12165 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
12166 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
12167 (calc-lu-times): Rename from `calc-logunits-mul'.
12168 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
12169 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
12170 (calc-lu-divide): Rename from `calc-logunits-div'.
12171 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
12172 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
12173
12174 * calc/calc-ext.el (calc-init-extensions): Update the names of the
12175 functions being autoloaded.
12176
12177 * calc/calc.el (calc-lu-power-reference): Rename from
12178 `calc-logunits-power-reference'.
12179 (calc-lu-field-reference): Rename from
12180 `calc-logunits-field-reference'.
12181
7a71b18d
GM
12182 * calc/calc-help.el (calc-l-prefix-help):
12183 Mention musical note functions.
d71990a1 12184
40c2934b
SM
121852011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12186
12187 * minibuffer.el (completion-all-sorted-completions):
12188 Use :completion-cycle-penalty text property if present.
12189
b0911414
KM
121902011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
12191
12192 * allout.el (allout-yank-processing): Adjust for new rebulleting
12193 regime so bullet being yanked is used without prompting the user
12194 for a choice.
12195
8a05b668
JB
121962011-03-16 Juanma Barranquero <lekktu@gmail.com>
12197
12198 * startup.el (command-line): Warn the user that _emacs is deprecated.
12199
5ba5fb81
JB
122002011-03-16 Juanma Barranquero <lekktu@gmail.com>
12201
12202 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
12203 (delphi-verbose, delphi-comment-face, delphi-string-face)
12204 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
12205 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
12206 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
12207 (delphi-new-comment-line, delphi-font-lock-defaults)
12208 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
12209 Fix typos in docstrings.
12210
2dab465b
KM
122112011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
12212
5ba5fb81 12213 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
12214 Invert the roles of character and string values for INSTEAD, so a
12215 string is used for the more common case of a defaulting prompt.
12216
0adf5618
SM
122172011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12218
12219 * progmodes/ruby-mode.el (ruby-backward-sexp):
12220 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
12221 * play/gamegrid.el (gamegrid-make-face):
12222 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
12223 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
12224 * notifications.el (notifications-notify):
12225 * net/xesam.el (xesam-search-engines):
12226 * net/quickurl.el (quickurl-list-insert):
12227 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
12228
d72700e5
CY
122292011-03-15 Chong Yidong <cyd@stupidchicken.com>
12230
12231 * startup.el (command-line): Update package subdirectory regexp.
12232
49c5410a
SM
122332011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12234
c6eee9aa
SM
12235 * allout.el (allout-abbreviate-flattened-numbering)
12236 (allout-mode-deactivate-hook): Fix up obsolescence "date".
12237
49c5410a
SM
12238 * subr.el (read-char-choice): Only show the cursor after the prompt,
12239 not after the answer.
12240
047b2bb9
KR
122412011-03-15 Kevin Ryde <user42@zip.com.au>
12242
12243 * help-fns.el (variable-at-point): Skip leading quotes, if any
12244 (bug#8253).
12245
0a57d256
SM
122462011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12247
12248 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
12249 warning message.
12250
77c992bc
MA
122512011-03-14 Michael Albinus <michael.albinus@gmx.de>
12252
12253 * shell.el (shell): When called interactively, offer to change the
12254 shell file name on remote hosts.
12255
eebc475d
TZ
122562011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
12257
12258 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
12259 integration for LDAP parameters. The host, base, user or binddn,
12260 and secret tokens can be specified in a netrc file, for instance.
12261 This is optional because an `auth-source' parameter must be
12262 specified in the search attributes.
12263
9d05d1ba
JB
122642011-03-13 Juanma Barranquero <lekktu@gmail.com>
12265
12266 * help.el (describe-mode): Link to the mode's definition (bug#8185).
12267
09d9db2c
GM
122682011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12269
12270 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
12271 into declaration. Remove redundant and harmful binding.
12272
122732011-03-12 Eli Zaretskii <eliz@gnu.org>
12274
12275 * files.el (file-ownership-preserved-p): Pass `integer' as an
12276 explicit 2nd argument to `file-attributes'. If the file's owner
12277 is the Administrators group on Windows, and the current user is
12278 Administrator, consider that a match.
12279
12280 * server.el (server-ensure-safe-dir): Consider server directory
12281 safe on MS-Windows if its owner is the Administrators group while
12282 the current Emacs user is Administrator. Use `=' to compare
12283 numerical UIDs, since they could be integers or floats.
12284
219bd536
JB
122852011-03-12 Juanma Barranquero <lekktu@gmail.com>
12286
12287 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
12288
f3afd36b
MA
122892011-03-12 Michael Albinus <michael.albinus@gmx.de>
12290
12291 Sync with Tramp 2.2.1.
12292
12293 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
12294
12295 * net/trampver.el: Update release number.
12296
3aaaa6f1
SM
122972011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12298
94642599
SM
12299 * progmodes/compile.el (compilation--previous-directory): Fix up
12300 various nil/dead-marker mismatches (bug#8014).
12301 (compilation-directory-properties, compilation-error-properties):
12302 Don't call it at a position past the one we're about to change.
12303
3aaaa6f1
SM
12304 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
12305 Disable obsolescence warnings in the file that declares it.
12306
14239447
KM
123072011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
12308
099c39a4
JB
12309 * allout-widgets.el (allout-widgets-tally):
12310 Initialize allout-widgets-tally as a hash table rather than nil to
12311 prevent mode-line redisplay warnings. Also, clarify the module
12312 description and fix a comment typo.
14239447 12313
135e287c
JB
123142011-03-11 Juanma Barranquero <lekktu@gmail.com>
12315
12316 * help-fns.el (describe-variable): Don't complete keywords.
12317 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
12318
ffbf300e
CY
123192011-03-10 Chong Yidong <cyd@stupidchicken.com>
12320
ba08b241
CY
12321 * emacs-lisp/package.el (package-version-join): Impose a standard
12322 string representation for pre/alpha/beta version lists.
12323 (package-unpack-single): Standardize the directory name by passing
12324 it through package-version-join.
12325 (package-strip-rcs-id): Accept any version string that does not
12326 signal an error in version-to-list.
ffbf300e 12327
f346fd6b
MA
123282011-03-10 Michael Albinus <michael.albinus@gmx.de>
12329
12330 * simple.el (delete-trailing-whitespace): Return nil for the
12331 benefit of `write-file-functions'.
12332
ccb55d27
GM
123332011-03-10 Glenn Morris <rgm@gnu.org>
12334
5ceaac0c
GM
12335 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
12336
02da65ff
GM
12337 * vc/vc-git.el (vc-git-program): New option.
12338 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
12339 (vc-git--call): Use it.
12340
b2f603cc
GM
12341 * eshell/esh-util.el (eshell-condition-case): Doc fix.
12342
5772caab
GM
12343 * cus-edit.el (Custom-newline): If no button at point, look
12344 for a subgroup button at start-of-line. (Bug#2298)
12345
ccb55d27
GM
12346 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
12347
ec6ecaed
JD
123482011-03-10 Julien Danjou <julien@danjou.info>
12349
12350 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
12351 `cursor-type' is nil.
12352
9d5aa01d
JB
123532011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
12354
12355 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
12356
b6a5875b
KM
123572011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
12358
7a71b18d 12359 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
12360 preserves the existing header prefix, rebulleting it if necessary,
12361 rather than replacing it. This is necessary for proper operation
12362 of cooperative addons like allout-widgets.
1154d12e
JB
12363 (allout-make-topic-prefix, allout-rebullet-heading):
12364 Change SOLICIT arg to INSTEAD, and interpret additionally a string
12365 value as alternate bullet to be used, instead of prompting the user
12366 for a bullet character.
b6a5875b 12367
ee545c35
MA
123682011-03-09 Michael Albinus <michael.albinus@gmx.de>
12369
d86d2721
SM
12370 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12371 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
12372 `tramp-default-port'.
12373
c47971d7
DD
123742011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12375
12376 * net/rcirc.el (rcirc-handler-001): Remove useless
12377 with-rcirc-process-buffer.
12378 (rcirc-check-auth-status): Swap arguments to string-match.
12379
13522cb4
GM
123802011-03-09 Glenn Morris <rgm@gnu.org>
12381
0be6f4f1
GM
12382 * shell.el (shell-mode):
12383 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
12384
13522cb4
GM
12385 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
12386 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
12387
515de2e3
CY
123882011-03-08 Chong Yidong <cyd@stupidchicken.com>
12389
12390 * emacs-lisp/package.el (package-refresh-contents)
12391 (package-menu-execute): Use condition-case-no-debug.
12392
b511b994
MA
123932011-03-08 Michael Albinus <michael.albinus@gmx.de>
12394
12395 * simple.el (shell-command-to-string): Use `process-file'.
12396
12397 * emacs-lisp/package.el (package-tar-file-info): Handle also
12398 remote files.
12399
d86d2721
SM
12400 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12401 Use `equal' for upload base check.
b511b994 12402
25bbfb31
AM
124032011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
12404
12405 * textmodes/texinfo.el (texinfo-environments):
12406 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
12407
be996521
GM
124082011-03-08 Glenn Morris <rgm@gnu.org>
12409
e9c8529f
GM
12410 * cus-start.el (cursor-in-non-selected-windows):
12411 Fix :set quoting oddness. (Bug#8192)
12412
be996521
GM
12413 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
12414 in some setf expressions. (Bug#2159)
12415
2bb5649e
CY
124162011-03-08 Chong Yidong <cyd@stupidchicken.com>
12417
12418 * custom.el (custom-available-themes): Return themes in
12419 alphabetical order.
12420
33383987 12421See ChangeLog.15 for earlier changes.
e3d51b27
MR
12422
12423;; Local Variables:
12424;; coding: utf-8
e3d51b27
MR
12425;; End:
12426
acaf905b 12427 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
12428
12429 This file is part of GNU Emacs.
12430
12431 GNU Emacs is free software: you can redistribute it and/or modify
12432 it under the terms of the GNU General Public License as published by
12433 the Free Software Foundation, either version 3 of the License, or
12434 (at your option) any later version.
12435
12436 GNU Emacs is distributed in the hope that it will be useful,
12437 but WITHOUT ANY WARRANTY; without even the implied warranty of
12438 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12439 GNU General Public License for more details.
12440
12441 You should have received a copy of the GNU General Public License
12442 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.