* emacs-lisp/elp.el (elp-elapsed-time): Use float-time.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
35837f51
PE
12011-07-01 Paul Eggert <eggert@cs.ucla.edu>
2
5777162a
PE
3 * calendar/timeclock.el (timeclock-seconds-to-time):
4 Defalias to seconds-to-time, since they're the same thing.
5
3103f8b6 6 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 7 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
8 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
9
fd4983f2
LMI
102011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11
887d14ad
LMI
12 * textmodes/flyspell.el (flyspell-word): Consider words that
13 differ only in case as potential doublons (bug#5687).
14
c53dc7fc
LMI
15 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
16 Remove two rather uninteresting debugging-like messages to make
17 debbugs.el more silent.
18
fd4983f2
LMI
19 * comint.el (comint-password-prompt-regexp): Accept "Response" as
20 a password-like phrase.
21
b14c0c55
AM
222011-06-30 Mastake YAMATO <yamato@redhat.com>
23
24 * progmodes/cc-guess.el: New file.
25
26 * progmodes/cc-langs.el (c-mode-menu): Added "Style..." submenu.
27
28 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
29 derived from `c-basic-common-init'.
30
31 * progmodes/cc-mode.el (top-level): Require cc-guess.
32 (c-basic-common-init): Use `cc-choose-style-for-mode'.
33
1fa280a3
LM
342011-06-30 Lawrence Mitchell <wence@gmx.li>
35
36 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
37
e6597158
AM
382011-06-30 Alan Mackenzie <acm@muc.de>
39
1fa280a3
LM
40 * progmodes/cc-engine.el (c-guess-continued-construct):
41 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
42 lock is disabled. Name this case as "CASE G".
43
68ba37fb
KM
442011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
45
46 * allout.el (allout-yank-processing): Fix injection of extra space
47 between bullet and non-whitespace character in first topic when
48 pasting, ensuring that the actual spacing in the pasted topic
49 following the bullet char is preserved. This extra space was
50 causing pasted encrypted topics to get a decrypted status even
51 when the content was actually still encrypted. Now the decryption
52 status from before the paste is preserved.
53
54 (allout-flag-region): Set all allout overlays so they evaporate
55 when reduced to zero length (evanescent), to prevent overlay
56 leakage.
57
887a0b34
GM
582011-06-30 Glenn Morris <rgm@gnu.org>
59
94b9acce
GM
60 * w32-fns.el (w32-charset-info-alist): Declare.
61
1d9b46d4
GM
62 * find-dired.el (find-grep-options): Simplify.
63
cc232200
GM
64 * term/ns-win.el (ns-set-resource): Declare.
65
28e77c46
GM
66 * ses.el (row, col): Declare dynamic variables honestly.
67
887a0b34
GM
68 * textmodes/reftex-parse.el (index-tags): Declare.
69
658d8eb8
CY
702011-06-30 Chong Yidong <cyd@stupidchicken.com>
71
72 * cus-edit.el (customize-push-and-save): New function.
73
74 * files.el (hack-local-variables-confirm): Use it.
75
1fa280a3
LM
76 * custom.el (load-theme): New arg NO-CONFIRM.
77 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
78 (custom-enabled-themes): Doc fix.
79
80 * cus-theme.el (customize-create-theme)
81 (custom-theme-merge-theme): Callers to load-theme changed.
82
bb617717
LMI
832011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
84
d61bdd5d
LMI
85 * thingatpt.el (thing-at-point-short-url-regexp): Require that
86 short URLs have at least one dot in them (bug #7614).
87
bb617717
LMI
88 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
89 nil, because using a pty is apparently too slow (bug #895).
90
2f31f37a
LMI
912011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
92
93 * mail/sendmail.el (sendmail-query-once): New function.
94 (sendmail-query-once-function): New variable.
95
3076b24e
GM
962011-06-29 Glenn Morris <rgm@gnu.org>
97
faf2a174
GM
98 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
99
3076b24e
GM
100 * ses.el (top-level): Require cl when compiling.
101 (ses-set-localvars): Fix error statement.
102 Call it at compile time to silence a storm of warnings.
103
5386012d
MR
1042011-06-29 Martin Rudalics <rudalics@gmx.at>
105
106 * window.el (normalize-live-buffer): Rename to
107 window-normalize-buffer.
108 (normalize-live-frame): Rename to window-normalize-frame.
109 (normalize-any-window): Rename to window-normalize-any-window.
110 (normalize-live-window): Rename to window-normalize-live-window.
111 (make-window-atom): Rename to window-make-atom.
112 (window-resize-reset): Rename to window--resize-reset.
113 (window-resize-reset-1): Rename to window--resize-reset-1.
114 (resize-mini-window): Rename to window--resize-mini-window.
115 (resize-subwindows-skip-p): Rename to
116 window--resize-subwindows-skip-p.
117 (resize-subwindows-normal): Rename to
118 window--resize-subwindows-normal.
119 (resize-subwindows): Rename to window--resize-subwindows.
120 (resize-other-windows): Rename to window--resize-siblings.
121 (resize-this-window): Rename to window--resize-this-window.
122 (resize-root-window): Rename to window--resize-root-window.
123 (resize-root-window-vertically): Rename to
124 window--resize-root-window-vertically.
125 (normalize-buffer-to-display): Rename to
126 window-normalize-buffer-to-display.
127 (normalize-buffer-to-switch-to): Rename to
128 window-normalize-buffer-to-switch-to.
129 Correspondingly update all callers of the functions listed
130 above.
131 (display-buffer-alist, display-buffer-normalize-arguments)
132 (display-buffer-normalize-options, display-buffer)
133 (display-buffer-alist-set): Use "function" instead of
134 "fun-with-args".
135
1176868d
CY
1362011-06-28 Chong Yidong <cyd@stupidchicken.com>
137
138 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
139 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
140 debbugs.gnu.org. Mention acknowledgment email.
141
20a7a65f
LMI
1422011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
143
144 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
145 buffer multibyteness, since it shouldn't matter.
146
5f45cca5
MR
1472011-06-28 Martin Rudalics <rudalics@gmx.at>
148
149 * window.el (display-buffer-in-side-window): Handle dedicated
150 windows as in display-buffer-reuse-window.
151 (display-buffer-normalize-alist): Use value of override
152 specifier.
153 (display-buffer-normalize-specifiers): Use value of
154 other-window-means-other-frame specifier.
155 (display-buffer-alist): Rewrite some texts in widgets.
156 (display-buffer): Spread arguments when calling function
157 specified by fun-with-args.
158
ad85fe1f
DD
1592011-06-28 Deniz Dogan <deniz@dogan.se>
160
1fa280a3
LM
161 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
162 Unnest `let'.
da68c4c8 163
ad85fe1f
DD
164 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
165 selectors (Bug#5732).
ec49bd31 166 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 167
a08cc025
JA
1682011-06-27 Jari Aalto <jari.aalto@cante.net>
169
170 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
171 (eshell-ls-date-format): New defcustom.
172 (eshell-ls-file): Use it.
173
e2b551c5
SM
1742011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
175
176 * help-fns.el (describe-variable): Fix message for terminal-local vars.
177
8982b231
KY
1782011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
179
180 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
181 (ange-ftp-make-tmp-name): New arg.
182 (ange-ftp-file-local-copy): Use it.
183
36c9fa27
J
1842011-06-27 Jambunathan K <kjambunathan@gmail.com>
185
186 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
187 no-conversion (Bug#8870).
188
d68443dc
MR
1892011-06-27 Martin Rudalics <rudalics@gmx.at>
190
191 * window.el (window-right, window-left, window-child)
192 (window-child-count, window-last-child)
193 (window-iso-combination-p, walk-window-tree-1)
194 (window-atom-check-1, window-tree-1, delete-window)
195 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
196 new naming conventions - window-vchild, window-hchild,
197 window-next and window-prev are now called window-top-child,
198 window-left-child, window-next-sibling and window-prev-sibling
199 respectively.
d615d6d2
MR
200 (resize-window-reset): Rename to window-resize-reset.
201 (resize-window-reset-1): Rename to window-resize-reset-1.
202 (resize-window): Rename to window-resize.
203 (window-min-height, window-min-width)
204 (resize-mini-window, resize-this-window, resize-root-window)
205 (resize-root-window-vertically, adjust-window-trailing-edge)
206 (enlarge-window, shrink-window, maximize-window)
207 (minimize-window, delete-window, quit-restore-window)
208 (split-window, balance-windows, balance-windows-area-adjust)
209 (balance-windows-area, window-state-put-2)
210 (display-buffer-even-window-sizes, display-buffer-set-height)
211 (display-buffer-set-width, set-window-text-height)
212 (fit-window-to-buffer): Rename all "resize-window" prefixed
213 calls to use the "window-resize" prefix convention.
214 (display-buffer-alist): Fix symbol for label specifier.
215 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
216 corresponding specifier.
217 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 218
b6458526
VB
2192011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
220
221 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
222 convention.
223 (ses-call-printer): Does not pass an empty string to formatter when the
224 cell is empty to keep from barking printer Calc math-format-value.
225
d31fd9ac
RS
2262011-06-27 Richard Stallman <rms@gnu.org>
227
43d5bf84
RS
228 * battery.el (battery-mode-line-limit): New variable.
229 (battery-update): Handle it.
230
d31fd9ac
RS
231 * mail/rmailmm.el (rmail-mime-process-multipart):
232 Handle truncated messages.
233
819a6054
GM
2342011-06-27 Glenn Morris <rgm@gnu.org>
235
236 * progmodes/flymake.el (flymake-err-line-patterns):
237 Allow for column numbers in the ant/javac pattern. (Bug#8866)
238
cedc73f2
VB
2392011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
240
819a6054 241 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
242 (ses--clean-!, ses--clean-_): New functions.
243 (ses-range): Add configurability of readout order, and conversion
244 to Calc vector.
245
5e5d49b6
VB
246 * ses.el (ses-repair-cell-reference-all): New function.
247 (ses-cell-symbol): Set macro as safe, so that it can be used in
248 formulas.
249
90ca8b49
VB
250 * ses.el: Update cycle detection algorithm.
251 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 252 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
253 (ses-set-localvars): New function.
254 (ses-make-cell): Add property-list as a cell element.
255 (ses-cell-property-get-fun, ses-cell-property-get)
256 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
257 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
258 New functions.
90ca8b49
VB
259 (ses-cell-property-set, ses-cell-property-pop)
260 (ses-cell-property-get-handle): New macro.
261 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
262 New aliases, used for code readability.
263 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
264 cycle detection.
265 (ses-self-reference-early-detection): New defcustom.
266 (ses-formula-references): Robustify against self-refering cells.
267 (ses-mode): Use ses-set-localvars.
268 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
269 before lauching the update processing.
270 (ses-initialize-Dijkstra-attempt): New function.
271 (ses-recalculate-cell): Update for cycle detection based on
272 Dijkstra algorithm.
273
2bb63e81
VB
274 * ses.el: Fix commenting and indenting convention.
275
c9d29fb8
SM
2762011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
277
278 * bs.el (bs-cycle-next): Complete last change.
279
d8e4b68b
JB
2802011-06-27 Drew Adams <drew.adams@oracle.com>
281
282 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
283
40098786
LMI
2842011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
285
c9d29fb8
SM
286 * net/network-stream.el (network-stream-open-starttls):
287 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
288 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
289
40098786
LMI
290 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
291 to binary to possibly avoid line encoding issues on Windows (among
292 other things).
293
468d09d4
LMI
2942011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
295
296 * net/network-stream.el (open-network-stream): Return an :error
297 saying what the problem was, if possible.
298
299 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
300 server.
301
302 * net/network-stream.el (network-stream-open-starttls): If we
303 wanted to use STARTTLS, and the server offered it, but we weren't
304 able to because we had no STARTTLS support, then close the connection.
305 (open-network-stream): Return an :error element, if present.
306
16f07dd7
CY
3072011-06-26 Chong Yidong <cyd@stupidchicken.com>
308
88821ca0
CY
309 * hl-line.el (hl-line-sticky-flag): Doc fix.
310 (global-hl-line-sticky-flag): New option (Bug#8323).
311 (global-hl-line-highlight): Obey it.
312
16f07dd7
CY
313 * vc/vc.el (vc-revert-show-diff): Default to t.
314
6b5ccddf
KM
3152011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
316
c9d29fb8
SM
317 * allout-widgets.el (allout-widgets-post-command-business):
318 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
319 undecorated when an isearch is continued past, and isearch
320 automatically collapses them. This leads to "widget leaks", where
321 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
322 hidden widgets can slow down cursor travel, substantially.
323 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
324 so we're doing without this nicety.
325
326 (allout-widgets-tally-string): Don't try to do a hash-table-count
327 of allout-widgets-tally when it's nil. This eliminates spurious "Error
328 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
329 *Messages* when allout-widgets-maintain-tally is t.
330
355f2e07
MR
3312011-06-26 Martin Rudalics <rudalics@gmx.at>
332
333 * window.el (display-buffer-normalize-argument): Rename to
334 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
335 LABEL argument. Respect special-display-function when popping up
336 a new frame. Fix code searching for a window showing the buffer
337 on another frame.
c9d29fb8
SM
338 (display-buffer-normalize-specifiers):
339 Call display-buffer-normalize-arguments.
355f2e07
MR
340 (display-buffer-in-window): Don't undedicate the window if its
341 buffer remains the same.
342 Reported by Drew Adams <drew.adams@oracle.com>.
343 (display-buffer-alist): Add choice for same-window macro
344 specfier.
345 (display-buffer): Mention special meaning of LABEL argument in
346 doc-string. Fix quoting. Don't pop up a new frame even as
347 fallback.
348
7ca8fc42
JB
3492011-06-26 Juanma Barranquero <lekktu@gmail.com>
350
351 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
352 avoid deleting the current window in some cases (bug#8911).
353
bc312254
AS
3542011-06-26 Andreas Schwab <schwab@linux-m68k.org>
355
356 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
357 (Bug#8934)
358
2db18f3f
LMI
3592011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
360
c9d29fb8
SM
361 * net/network-stream.el (network-stream-open-starttls):
362 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
363 (network-stream-open-tls): Ditto.
364
6302e0d3
LL
3652011-06-26 Leo Liu <sdl.web@gmail.com>
366
367 * register.el (registerv): New struct.
368 (registerv-make): New function.
c9d29fb8
SM
369 (jump-to-register, describe-register-1, insert-register):
370 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
371 struct. (Bug#8415)
372
5fdd4046
CY
3732011-06-26 Chong Yidong <cyd@stupidchicken.com>
374
2afef60a
CY
375 * vc/vc.el (vc-revert-show-diff): New defcustom.
376 (vc-diff-internal): New arg specifying diff buffer.
377 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
378 reuse an existing *vc-diff* buffer (Bug#8927).
379
5fdd4046
CY
380 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
381
e93db24a
GM
3822011-06-26 Glenn Morris <rgm@gnu.org>
383
384 * progmodes/f90.el (f90-critical-indent): New option.
385 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
386 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
387 (f90-mode): Doc fix.
388 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
389 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
390 (f90-beginning-of-block, f90-next-block, f90-indent-region)
391 (f90-match-end): Handle block, critical.
392
eefff499
GM
3932011-06-25 Glenn Morris <rgm@gnu.org>
394
f6ba4cc9
GM
395 * calendar/diary-lib.el (diary-included-files): Doc fix.
396 (diary-include-files): New function, extracted from
397 diary-include-other-diary-files and diary-mark-included-diary-files.
398 (diary-include-other-diary-files, diary-mark-included-diary-files):
399 Just call diary-include-files.
400 (diary-mark-entries): Reset diary-included-files on first call.
401
16712304
GM
402 * calendar/diary-lib.el (diary-mark-entries)
403 (diary-mark-included-diary-files):
404 Visit included diary-files in temp buffers.
405
5d8e0d43
GM
406 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
407 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
408 (f90-start-block-re, f90-imenu-generic-expression)
409 (f90-looking-at-program-block-start, f90-no-block-limit):
410 Add support for submodules.
411
ccf7a5d5
GM
412 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
413 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 414
11fdef7d 4152011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
416
417 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
418 buffer-file-type before setting its value, to avoid disastrous
eefff499 419 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 420
74f53697
JB
4212011-06-25 Juanma Barranquero <lekktu@gmail.com>
422
423 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
424
425 * ses.el (ses-unload-function):
426 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
427
428 * proced.el (proced-unload-function):
429 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
430
18a4ce5e
AR
4312011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
432
433 * server.el (server-create-window-system-frame): Add parameters arg.
434 (server-process-filter): Doc fix. Handle frame-parameters.
435
519d22cc
JB
4362011-06-25 Juanma Barranquero <lekktu@gmail.com>
437
438 Fix bug#8730, bug#8781.
439
440 * loadhist.el (unload--set-major-mode): New function.
441 (unload-feature): Use it.
442
443 * progmodes/python.el (python-after-info-look): Add autoload cookie.
444 (python-unload-function): New function.
445
c206f5b0
SM
4462011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
447
448 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
449
f9ad64f3
GS
4502011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
451
452 * net/browse-url.el (browse-url-firefox-program): Add icecat to
453 the candidates list.
454
7d0da90e
JB
4552011-06-24 Juanma Barranquero <lekktu@gmail.com>
456
457 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
458
14b4e83d
RS
4592011-06-23 Richard Stallman <rms@gnu.org>
460
461 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
462 (rmail-variables): Set next-error-move-function.
463 (rmail-what-message): Take argument POS.
464 (rmail-next-error-move): New function.
465
273d2baf
SM
4662011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
467
468 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
469 messages for adjacent non-terminals.
470
56c2cc9a
RS
4712011-06-23 Richard Stallman <rms@gnu.org>
472
473 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 474 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
475 (rmail-start-mail): Don't specify use of rmail-mail-return;
476 that's done by mail-bury now.
477 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 478
d59eb518
MA
4792011-06-23 Michael Albinus <michael.albinus@gmx.de>
480
481 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
482 SIZE is a number.
483
02cfc6d6
MR
4842011-06-23 Martin Rudalics <rudalics@gmx.at>
485
486 * window.el (get-lru-window, get-mru-window)
487 (get-largest-window): Never return a minibuffer window.
488 (display-buffer-pop-up-window): Fix a bug that could lead to
489 reusing the minibuffer window.
490 (display-buffer): Pass original specifier argument to
491 display-buffer-function instead of the normalized one.
492 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
493
4e323265
LL
4942011-06-22 Leo Liu <sdl.web@gmail.com>
495
496 * minibuffer.el (completing-read-function)
497 (completing-read-default): Move from minibuf.c
498
7a70468f
RS
4992011-06-22 Richard Stallman <rms@gnu.org>
500
50718fc2
RS
501 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
502 to Rmail even if not started by a special Rmail command.
503
7a70468f
RS
504 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
505 Copy the buffer currently showing just one message.
506
297dde5a
RW
5072011-06-22 Roland Winkler <winkler@gnu.org>
508
509 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
510 (bibtex-clean-entry): First delete the old key so that a
511 customized algorithm for generating the new key does not get
512 confused by the old key.
513 (bibtex-url): Obey regexp of first step.
514 (bibtex-search-entries): Do not use add-to-list with local
515 list-var.
516
97bb1093
LMI
5172011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
518
519 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
520 stored a user name, then query for the password first, instead of
521 waiting for SMTP to give an error message and the trying again.
522
1c0f1a19
JD
5232011-06-22 Lawrence Mitchell <wence@gmx.li>
524
525 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
526 BUFFER in call-process.
527
396f7c9d
LMI
5282011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
529
530 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
531 QUIT twice.
ddb7ffee
LMI
532 (smtpmail-try-auth-methods): Require user name and password from
533 auth-source.
396f7c9d 534
8998d1b3
MR
5352011-06-22 Martin Rudalics <rudalics@gmx.at>
536
537 * window.el (display-buffer-default-specifiers)
538 (display-buffer-alist): Remove entries for pop-up-frame-alist.
539 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 540 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
541
542 * frame.el (pop-up-frame-alist, pop-up-frame-function)
543 (special-display-frame-alist, special-display-popup-frame):
544 Remove duplicate declarations. These are now in window.el.
545
4ea31e07
LMI
5462011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
547
c9d29fb8
SM
548 * mail/smtpmail.el (smtpmail-via-smtp):
549 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
550 server supports it. SMTP servers that support STARTTLS commonly
551 require it.
552
553 * net/network-stream.el (network-stream-open-starttls): Support
554 upgrading to STARTTLS always, even if we don't have built-in support.
555 (open-network-stream): Add the :always-query-capabilies keyword.
556
95f41d9a
LMI
557 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
558 upgrades with `open-network-stream', and rely solely on
559 auth-source for all credentials. Big changes throughout the file,
560 but in particular:
c9d29fb8
SM
561 (smtpmail-auth-credentials): Remove.
562 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
563 (smtpmail-via-smtp): Check for servers saying they want AUTH after
564 MAIL FROM, too.
95f41d9a 565
c9d29fb8
SM
566 * net/network-stream.el (network-stream-open-starttls):
567 Provide support for client certificates both for external and built-in
4ea31e07
LMI
568 STARTTLS.
569 (auth-source): Require.
570 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
571 (network-stream-certificate): Change cert-cert to cert and
572 cert-key to key.
4ea31e07 573
065ec2c7
MA
5742011-06-21 Michael Albinus <michael.albinus@gmx.de>
575
576 * net/tramp-cache.el (top): Don't load the persistency file when
577 "emacs -Q" has been called.
578
cd93b359
DR
5792011-06-21 Tim Harper <timcharper@gmail.com>
580
d8e4b68b
JB
581 * term/ns-win.el (ns-initialize-window-system):
582 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
583 resource to NO as it is not yet supported by the NS port.
584
ae9c0411
JB
5852011-06-21 Juanma Barranquero <lekktu@gmail.com>
586
587 * misc.el (list-dynamic-libraries--refresh): Compute header here...
588 (list-dynamic-libraries): ...not here.
589
7f3f739f
LL
5902011-06-21 Leo Liu <sdl.web@gmail.com>
591
592 * subr.el (sha1): Implement sha1 using secure-hash.
593
327c8fb1
MR
5942011-06-21 Martin Rudalics <rudalics@gmx.at>
595
596 * window.el (display-buffer-alist): In default value do not
597 enforce searching a window on any but the selected frame.
598 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
599 (display-buffer-select-window): Remove function.
600 (display-buffer-in-window): When a window on another frame gets
601 reused, do not select it any more but just raise its frame if
602 necessary (Bug#8851) and (Bug#8856).
603 (display-buffer-normalize-options): Handle pop-up-frames related
604 options more faithfully.
605 (pop-to-buffer): Don't rely on `display-buffer' selecting the
606 window if it is on another frame.
c9d29fb8
SM
607 (display-buffer-alist, display-buffer-default-specifiers):
608 Don't make new frame unsplittable by default.
9e9de014
MR
609 (display-buffer-normalize-argument): Fix doc-string typo and use
610 'same-frame-other-window instead of 'other-window when associating
611 with display-buffer-macro-specifiers.
327c8fb1 612
7cf3f556
VB
6132011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
614
615 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
616 New functions.
617 (5x5-mode-map, 5x5-mode-menu): Bind them.
618 (5x5-draw-grid): Tweak the solver's rendering.
619
60a406cf
SM
6202011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
623 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
624
d8e4b68b 6252011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
626
627 * menu-bar.el: Use function variable instead of switch-to-buffer.
628 (menu-bar-select-buffer-function): New variable.
60a406cf 629 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 630
478d6f95
SM
6312011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
632
633 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
634 variable's status.
635
ca530739
JD
6362011-06-20 Jan Djärv <jan.h.d@swipnet.se>
637
638 * x-dnd.el (x-dnd-version-from-flags)
639 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
640 and long as number (Bug#8899).
641 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
642
bcd70d97
SM
6432011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
644
60a406cf 645 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
646 (completion-try-completion, completion-all-completions): Compute the
647 metadata argument if it's missing; make it optional (bug#8795).
648
60a406cf 649 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
650 (widget-complete): Use new :completion-function property.
651 (widget-completions-at-point): New function.
652 (default): Use :completion-function instead of :complete.
60a406cf
SM
653 (widget-default-completions): Rename from widget-default-complete;
654 Rewrite.
bcd70d97
SM
655 (widget-string-complete, widget-file-complete, widget-color-complete):
656 Remove functions.
657 (file, symbol, function, variable, coding-system, color):
658 * international/mule-cmds.el (default-input-method, charset)
659 (language-info-custom-alist):
660 * cus-edit.el (face): Use new property :completions.
661
662 * progmodes/pascal.el (pascal-completions-at-point): New function.
663 (pascal-mode): Use it.
664 (pascal-mode-map): Use completion-at-point.
665 (pascal-toggle-completions): Make obsolete.
666 (pascal-complete-word, pascal-show-completions):
667 * progmodes/octave-mod.el (octave-complete-symbol):
668 Redefine as obsolete alias.
669 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
670 Signal absence of completion info for old Octave,
671 (inferior-octave-complete): Redefine as obsolete alias.
672 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
673 (meta-completions-at-point): Rename from meta-complete-symbol and
674 adapt it for use on completion-at-point-functions.
675 (meta-common-mode): Use it.
676 (meta-looking-at-backward, meta-match-buffer): Remove.
677 (meta-complete-symbol): Redefine as obsolete alias.
678 (meta-common-mode-map): Use completion-at-point.
679 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
680 (makefile-mode-map): Use completion-at-point.
681 (makefile-completions-at-point): Rename from makefile-complete and
682 adapt it for use on completion-at-point-functions.
683 (makefile-mode): Use it.
684 (makefile-complete): Redefine as obsolete alias.
685
aebf69c8
DD
6862011-06-20 Deniz Dogan <deniz@dogan.se>
687
688 * net/rcirc.el: Delete trailing whitespaces once and for all.
689
bfbbb27d
DC
6902011-06-20 Daniel Colascione <dan.colascione@gmail.com>
691
692 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
693
d264a46b
CY
6942011-06-19 Chong Yidong <cyd@stupidchicken.com>
695
4ca009e5
CY
696 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
697
d264a46b
CY
698 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
699
fbf5b3ce
MR
7002011-06-19 Martin Rudalics <rudalics@gmx.at>
701
702 * window.el (display-buffer-other-window-means-other-frame):
703 Call display-buffer-normalize-alist.
704 (display-buffer-normalize-specifiers-1): Rename to
705 display-buffer-normalize-argument. New argument other-frame.
706 Rewrite.
707 (display-buffer-normalize-specifiers-2): Rename to
708 display-buffer-normalize-options.
709 (display-buffer-normalize-alist-1): New function.
710 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
711 display-buffer-normalize-alist.
712 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
713 (display-buffer-normalize-options-inhibit): New variable.
714 (display-buffer-normalize-specifiers): Rewrite calling
715 display-buffer-normalize-alist,
716 display-buffer-normalize-argument, and
717 display-buffer-normalize-options. Don't call the latter if
718 display-buffer-normalize-options-inhibit is non-nil.
719 (frame-auto-delete): New option.
720 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
721 (window-list-no-nils, window-state-ignored-parameters)
722 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
723 (window-state-put-1, window-state-put-2, window-state-put):
724 New functions.
9a028c23
MR
725 (display-buffer-normalize-options): Move special-display-p group
726 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 727
6d10d800
CY
7282011-06-18 Chong Yidong <cyd@stupidchicken.com>
729
6420d28b
CY
730 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
731 groups (Bug#8776).
732 (rx-submatch-n): New function.
733 (rx): Document it.
734
ddb8b596
CY
735 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
736 (Bug#8768).
737
738 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
739
77080289
CY
740 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
741
61dfb316
CY
742 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
743 anytime existing face settings are present (Bug#8889).
744
6d10d800
CY
745 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
746 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
747 Remove unused argument.
748
be3fb2b8
MR
7492011-06-18 Martin Rudalics <rudalics@gmx.at>
750
bcd70d97
SM
751 * window.el (display-buffer-default-specifiers):
752 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
753 pop-up-window-min-width, and another reuse-window specifier
754 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
755 (display-buffer-normalize-specifiers-2):
756 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
757 pop-up-windows is unset. Add a reuse-window specifier for the
758 case popping up a new window fails.
759 (special-display-popup-frame): Remove double quoting.
28dec25a 760 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 761
1c6d8c76
SM
7622011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
763
764 * shell.el (shell-completion-vars): Set pcomplete-termination-string
765 according to comint-completion-addsuffix.
766
767 * pcomplete.el: Convert to lexical binding and fix bug#8819.
768 (pcomplete-suffix-list): Mark as obsolete.
769 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
770 pcomplete-seen in the closure.
771 (pcomplete-comint-setup): Setup completion-at-point as well.
772 (pcomplete--entries): New function.
773 (pcomplete--env-regexp): New var.
774 (pcomplete-entries): Rewrite to work with partial-completion and
775 without relying on pcomplete-suffix-list.
776 (pcomplete-pare-list): Remove, unused.
777
25aef8b8
MR
7782011-06-17 Martin Rudalics <rudalics@gmx.at>
779
780 * window.el (display-buffer-alist): Set pop-up-window-min-height
781 and pop-up-window-min-width in default value. Reported by
782 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
783 other-window-means-other-frame.
784 (display-buffer-macro-specifiers): Comment out entry for
785 other-window specifier.
786 (display-buffer-other-window-means-other-frame): New function.
787 (display-buffer-normalize-specifiers-1): New arguments
788 buffer-name and label. Treat other-window case specially.
789 (display-buffer-normalize-specifiers-2): Treat other-window case
790 specially.
791 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
792 (display-buffer-normalize-specifiers):
793 Call display-buffer-normalize-specifiers-3.
25aef8b8 794
dbad4f69
MR
7952011-06-17 Martin Rudalics <rudalics@gmx.at>
796
797 * window.el (same-window-p): Fix two typos introduced when
798 adding with-no-warnings.
d1067961
MR
799 (display-buffer-normalize-specifiers-1): Don't check
800 pop-up-frames for 'unset initialization.
801 (display-buffer-normalize-specifiers-2): Major rewrite using
802 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
803 (pop-up-frames, display-buffer-reuse-frames)
804 (display-buffer-mark-dedicated): Don't initialize to 'unset.
805 Suggested by David Engster <deng@randomsample.de>.
806 (even-window-heights): Initialize to 'unset.
807 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
808 (display-buffer-macro-specifiers): Don't pop up a new frame in the
809 other window case.
dbad4f69 810
9b9c9e3a
MR
8112011-06-16 Martin Rudalics <rudalics@gmx.at>
812
bcd70d97
SM
813 * window.el (display-buffer-normalize-specifiers-1):
814 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 815 second argument of display-buffer (Bug#8865).
981d5c09
MR
816 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
817 (switch-to-buffer-other-window-same-frame)
818 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
819 Adams (Bug#8875).
9c2755e9
MR
820 (display-buffer): Don't check noninteractive when calling
821 display-buffer-pop-up-frame.
822 (display-buffer-pop-up-frame): Never pop up a frame in
823 noninteractive mode (Bug#8857).
67222e1d
MR
824 (enlarge-window, shrink-window): Don't report an error when the
825 window can't be resized as requested (Bug#8862).
9b9c9e3a 826
2b75be67
SM
8272011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
828
9ffdd3ba
SM
829 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
830
cb581a67
SM
831 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
832
2b75be67
SM
833 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
834
8c0e3589
AM
8352011-06-15 Alan Mackenzie <acm@muc.de>
836
cb581a67
SM
837 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
838 for declarators, disable knr checking to speed up for normal files.
839 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 840
b96e6cde
LMI
8412011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
842
4bba86e6
LMI
843 * net/network-stream.el (open-network-stream): Add the keyword
844 :always-query-capabilities for the case where you want to force a
845 `plain' network connection, but the protocol still requires the
846 capabilitiy command (i.e., SMTP and EHLO).
847
2b75be67 848 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
849 consistency with other `-live-p' functions.
850
efdcdbf8
SM
8512011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
852
853 * window.el (same-window-buffer-names, same-window-regexps)
854 (special-display-frame-alist, special-display-popup-frame)
855 (special-display-function, special-display-buffer-names)
856 (special-display-regexps, pop-up-frame-alist)
857 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
858 (pop-up-windows, split-window-preferred-function)
859 (split-height-threshold, split-width-threshold, even-window-heights)
860 (display-buffer-mark-dedicated): Don't encourage the use of
861 display-buffer-alist from Elisp code.
862
c5cde042
DN
8632011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
864
865 * progmodes/python.el (python-mode): Derive from prog-mode.
866 * progmodes/ps-mode.el (ps-mode):
867 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 868 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
869 * progmodes/ld-script.el (ld-script-mode): Likewise.
870
baa1c9ab
MR
8712011-06-15 Martin Rudalics <rudalics@gmx.at>
872
873 * window.el (display-buffer-alist): Trim default value to avoid
874 popping up a new frame (Bug#8857) or reusing an arbitrary window
875 on another frame.
876 (display-buffer): Do not fall back on popping up a new frame in
877 batch mode (Bug#8857).
878
c5dd5a51
CY
8792011-06-14 Chong Yidong <cyd@stupidchicken.com>
880
881 * cus-theme.el (describe-theme-1): Use custom-theme-p.
882 (custom-theme-summary): New function.
883 (customize-themes): Use it.
884
d647b7c4
GM
8852011-06-13 Glenn Morris <rgm@gnu.org>
886
887 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
888
9481c002
MR
8892011-06-13 Martin Rudalics <rudalics@gmx.at>
890
357f93d2
MR
891 * help.el (help-window): Remove variable.
892 (help-window-point-marker, temp-buffer-max-height)
893 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
894 (help-print-return-message): Don't set help-window.
895 (resize-temp-buffer-window): Rewrite cod eand doc-string.
896 (help-window-setup-finish): Remove.
897 (help-window-display-message, help-window-setup)
898 (with-help-window): Major rewrite based on new
899 display-buffer-window variable.
900
901 * help-mode.el (help-mode-finish): Remove help-window related
902 code.
903
904 * view.el (view-exits-all-viewing-windows): Remove reference to
905 view-return-to-alist in doc-string.
906 (view-return-to-alist): Make obsolete.
907 (view-buffer): Call pop-to-buffer-same-window and remove
908 undo-window code.
909 (view-buffer-other-window): Call pop-to-buffer-other-window and
910 simplify code. Ignore second argument.
911 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
912 simplify code. Ignore second argument.
913 (view-return-to-alist-update): Make obsolete.
914 (view-mode-enter): Rename second argument to QUIT-RESTORE.
915 Rewrite using quit-restore window parameters.
2b75be67
SM
916 (view-mode-exit): Rename second argument to EXIT-ONLY.
917 Rewrite using quit-restore-window.
357f93d2
MR
918 (View-exit, View-exit-and-edit, View-leave, View-quit)
919 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
920 appropriate arguments.
921 (view-end-message): Use quit-restore window parameter.
922
9481c002
MR
923 * window.el (display-buffer-function): Rewrite doc-string.
924 (display-buffer-window, display-buffer-alist): New variables.
925 (display-buffer-split-specifiers)
926 (display-buffer-side-specifiers)
927 (display-buffer-macro-specifiers): New constants.
928 (display-buffer-even-window-sizes, display-buffer-set-height)
929 (display-buffer-set-width, display-buffer-select-window)
930 (display-buffer-in-window, display-buffer-reuse-window)
931 (display-buffer-split-window-1, display-buffer-split-window)
932 (display-buffer-split-atom-window, display-buffer-pop-up-window)
933 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
934 (display-buffer-in-side-window, normalize-buffer-to-display)
935 (display-buffer-normalize-specifiers-1)
936 (display-buffer-normalize-specifiers-2)
2b75be67
SM
937 (display-buffer-normalize-specifiers, display-buffer-frame):
938 New functions.
9481c002
MR
939 (display-buffer): Major rewrite.
940 (display-buffer-other-window, display-buffer-other-frame)
941 (pop-to-buffer, switch-to-buffer-other-window)
942 (switch-to-buffer-other-frame): Rewrite.
943 (display-buffer-same-window, display-buffer-same-frame)
944 (display-buffer-same-frame-other-window)
945 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
946 (pop-to-buffer-other-window)
947 (pop-to-buffer-same-frame-other-window)
948 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
949 (switch-to-buffer-other-window-same-frame): New functions.
950 (same-window-p, special-display-p): Rewrite disabling warnings.
951 Make obsolete.
952 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
953 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
954 Make obsolete
955 (same-window-buffer-names, same-window-regexps)
956 (special-display-frame-alist, special-display-popup-frame)
957 (special-display-function, special-display-buffer-names)
958 (special-display-regexps, pop-up-frame-alist)
959 (pop-up-frame-function, split-window-preferred-function)
960 (split-height-threshold, split-width-threshold)
961 (even-window-heights): Make obsolete.
962
9db51aca
GM
9632011-06-12 Glenn Morris <rgm@gnu.org>
964
965 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 966 Misc simplifications.
9db51aca 967
39cffb44
MR
9682011-06-12 Martin Rudalics <rudalics@gmx.at>
969
970 * window.el (window-safely-shrinkable-p): Restore function which
971 was inadvertently removed in change from 2011-06-11. Declare as
972 obsolete.
973
2b75be67
SM
974 * calendar/calendar.el (calendar-generate-window):
975 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
976 window-safely-shrinkable-p.
977
a8955be7
GM
9782011-06-12 Glenn Morris <rgm@gnu.org>
979
980 * progmodes/fortran.el (fortran-mode-syntax-table):
981 * progmodes/f90.el (f90-mode-syntax-table):
982 Set % to punctuation. (Bug#8820)
983 (f90-find-tag-default): Remove, no longer needed.
984
f0d4059d
DC
9852011-06-12 Daniel Colascione <dan.colascione@gmail.com>
986
987 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
988
1100a63c
CY
9892011-06-11 Chong Yidong <cyd@stupidchicken.com>
990
991 * image.el (image-animated-p): Return animation delay in seconds.
992 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
993 (image-animate-timeout): Remove DELAY argument. Don't assume
994 every subimage has the same delay; get it from image-animated-p.
995 (image-animate): Caller changed.
996
def722bf
MA
9972011-06-11 Michael Albinus <michael.albinus@gmx.de>
998
999 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
1000 to ignored backtrace functions.
1001
0a2bb1a9
GM
10022011-06-11 Glenn Morris <rgm@gnu.org>
1003
1004 * calendar/appt.el (appt-disp-window-function): Doc fix.
1005 (appt-check): Handle overlapping appointments. (Bug#8337)
1006
6198ccd0
MR
10072011-06-11 Martin Rudalics <rudalics@gmx.at>
1008
1009 * window.el (window-tree-1, window-tree): New functions, moving
1010 the latter to window.el.
1011 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
1012 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
1013 (bw-refresh-edges): Remove.
1014 (balance-windows-1, balance-windows-2): New functions.
1015 (balance-windows): Rewrite in terms of window tree functions,
1016 balance-windows-1 and balance-windows-2.
1017 (bw-adjust-window): Remove.
1018 (balance-windows-area-adjust): New function with functionality of
1019 bw-adjust-window but using resize-window.
2b75be67
SM
1020 (set-window-text-height): Rewrite doc-string.
1021 Use normalize-live-window and resize-window.
1022 (enlarge-window-horizontally, shrink-window-horizontally):
1023 Rename argument to DELTA.
6198ccd0
MR
1024 (window-buffer-height): New function.
1025 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
1026 Rewrite using new window resize routines.
2b75be67
SM
1027 (kill-buffer-and-window, mouse-autoselect-window-select):
1028 Use ignore-errors instead of condition-case.
6198ccd0
MR
1029 (quit-window): Call delete-frame instead of delete-windows-on
1030 for the only buffer on frame.
1031
9397e56f
MR
10322011-06-10 Martin Rudalics <rudalics@gmx.at>
1033
1034 * loadup.el (top-level): Load window before files for the sake
1035 of replace-buffer-in-windows.
1036
1037 * files.el (read-buffer-to-switch)
1038 (switch-to-buffer-other-window)
2b75be67
SM
1039 (switch-to-buffer-other-frame, display-buffer-other-frame):
1040 Move to window.el.
9397e56f
MR
1041
1042 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
1043 (previous-buffer): Move to window.el.
1044
1045 * bindings.el (unbury-buffer): Move to window.el.
1046
1047 * window.el (delete-other-windows-vertically): Move after
1048 definition of delete-other-windows.
1049 (other-window, delete-windows-on, replace-buffer-in-windows):
1050 Move here from window.c.
1051 (record-window-buffer, unrecord-window-buffer)
1052 (set-window-buffer-start-and-point, switch-to-prev-buffer)
1053 (switch-to-next-buffer): New functions.
1054 (get-next-valid-buffer, last-buffer, next-buffer): Move here
1055 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
1056 (previous-buffer): Move here from simple.el.
1057 Call switch-to-prev-buffer.
9397e56f
MR
1058 (bury-buffer): Move here from buffer.c. Switch to previous
1059 buffer when window cannot be deleted.
1060 (unbury-buffer): Move here from bindings.el.
1061 (ctl-x-map): Move binding for other-window from window.c to
1062 here.
1063 (read-buffer-to-switch, switch-to-buffer-other-window)
1064 (switch-to-buffer-other-frame): Move here from files.el.
1065 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
1066 (switch-to-buffer): Move here from buffer.c.
1067 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 1068
562dd5e9
MR
10692011-06-10 Martin Rudalics <rudalics@gmx.at>
1070
1071 * window.el (window-min-height, window-min-width): Move here
1072 from window.c. Add defcustoms and rewrite doc-strings.
1073 (resize-mini-window, resize-window): New functions.
1074 (adjust-window-trailing-edge, enlarge-window, shrink-window):
1075 Move here from window.c.
1076 (maximize-window, minimize-window): New functions.
1077 (delete-window, delete-other-windows, split-window): Move here
1078 from window.c.
1079 (window-split-min-size): New function.
1080 (split-window-keep-point): Mention split-window-above-each-other
1081 instead of split-window-vertically.
2b75be67
SM
1082 (split-window-above-each-other, split-window-vertically):
1083 Rename split-window-vertically to split-window-above-each-other and
562dd5e9
MR
1084 provide defalias for old definition.
1085 (split-window-side-by-side, split-window-horizontally): Rename
1086 split-window-horizontally to split-window-side-by-side and provide
1087 defalias for the old definition.
1088 (ctl-x-map): Move bindings for delete-window,
1089 delete-other-windows and enlarge-window here from window.c.
1090 Replace bindings for split-window-vertically and
1091 split-window-horizontally by bindings for
1092 split-window-above-each-other and split-window-side-by-side.
1093
1094 * cus-start.el (all): Remove entries for window-min-height and
1095 window-min-width. Add entries for window-splits and
1096 window-nest.
1097
f0da764a
GM
10982011-06-09 Glenn Morris <rgm@gnu.org>
1099
80675c21
GM
1100 * calendar/appt.el (appt-mode-line): New function.
1101 (appt-check, appt-disp-window): Use it.
1102
f0da764a
GM
1103 * files.el (hack-one-local-variable-eval-safep):
1104 Allow minor-modes with explicit +/-1 arguments.
1105
59f623b7
TZ
11062011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
1107
1108 * term/xterm.el (xterm): Add defgroup.
1109 (xterm-extra-capabilities): Add defcustom to supply known xterm
1110 capabilities, skip querying them, or query them (default).
1111 (terminal-init-xterm): Use it.
1112 (terminal-init-xterm-modify-other-keys): New function to set up
1113 modifyOtherKeys support to simplify `terminal-init-xterm'.
1114
9aab8e0d
MR
11152011-06-09 Martin Rudalics <rudalics@gmx.at>
1116
1117 * window.el (resize-window-reset, resize-window-reset-1)
1118 (resize-subwindows-skip-p, resize-subwindows-normal)
1119 (resize-subwindows, resize-other-windows, resize-this-window)
1120 (resize-root-window, resize-root-window-vertically)
1121 (window-deletable-p, window-or-subwindow-p)
1122 (frame-root-window-p): New functions.
1123
e8b08aee
GM
11242011-06-09 Glenn Morris <rgm@gnu.org>
1125
1126 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
1127 (ange-ftp-get-files): Use it.
1128
254c37a5
AK
11292011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1130
1131 * mail/sendmail.el (mail-recover-1, mail-recover):
1132 * files.el (recover-file, recover-session):
1133 Handle dired-listing-switches not being just a single short option.
1134
35d7dbd3
GM
11352011-06-09 Glenn Morris <rgm@gnu.org>
1136
1137 * calendar/appt.el (appt-display-message, appt-disp-window):
1138 Handle lists of appointments.
1139
387522b2
MR
11402011-06-08 Martin Rudalics <rudalics@gmx.at>
1141
2b75be67
SM
1142 * window.el (one-window-p): Move down in code.
1143 Rewrite doc-string.
1144 (window-current-scroll-bars): Rewrite doc-string.
1145 Normalize live window argument.
387522b2
MR
1146 (walk-windows, get-window-with-predicate, count-windows):
1147 Rewrite doc-string. Use window-list-1.
1148 (window-in-direction-2, window-in-direction, get-mru-window):
1149 New functions.
1150
d8e4b68b 11512011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
1152
1153 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
1154 Doc fix (Bug#8713).
1155
11562011-06-08 Chong Yidong <cyd@stupidchicken.com>
1157
1158 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
1159
11602011-06-08 Juanma Barranquero <lekktu@gmail.com>
1161
1162 * loadhist.el (unload-feature-special-hooks):
1163 Add `comint-output-filter-functions'.
1164
0de12c52
IK
11652011-06-08 Ivan Kanis <gnu@kanis.fr>
1166
1167 * calendar/appt.el (appt-check): Move some initializations into the let.
1168
f3d1777e
MR
11692011-06-08 Martin Rudalics <rudalics@gmx.at>
1170
1171 * window.el (window-height): Defalias to window-total-height.
1172 (window-width): Defalias to window-body-width.
1173
18af70d0
CY
11742011-06-07 Chong Yidong <cyd@stupidchicken.com>
1175
1176 * image-mode.el (image-toggle-animation): New command.
1177 (image-mode-map): Bind it to RET.
1178 (image-mode): Update message.
1179 (image-toggle-display-image): Avoid a spurious cache flush.
1180 (image-transform-rotation): Doc fix.
1181 (image-transform-properties): Return quickly in the normal case.
1182 (image-animate-loop): Rename from image-animate-max-time.
1183
2b75be67 1184 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
1185 (create-animated-image): Remove unnecessary function.
1186 (image-animate): Rename from image-animate-start. New arg.
2b75be67 1187 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
1188 (image-animate-timer): Use car-safe.
1189 (image-animate-timeout): Rename argument.
1190
190b47e6
MR
11912011-06-07 Martin Rudalics <rudalics@gmx.at>
1192
1193 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
1194 window.c. Rename first argument to ALL-FRAMES.
1195 Rephrase doc-strings.
1196 (get-buffer-window-list): Rewrite using window-list-1.
1197 Rephrase doc-string.
a1511caf
MR
1198 (window-safe-min-height, window-safe-min-width): New constants.
1199 (window-size-ignore, window-min-size, window-min-size-1)
1200 (window-sizable, window-sizable-p, window-size-fixed-1)
1201 (window-size-fixed-p, window-min-delta-1, window-min-delta)
1202 (window-max-delta-1, window-max-delta, window-resizable)
1203 (window-resizable-p, window-total-height, window-total-width)
1204 (window-body-width): New functions.
1205 (window-full-height-p, window-full-width-p): Rewrite using
1206 window-total-size.
1207 (window-body-height): Rewrite using window-body-size.
190b47e6 1208
85cc1f11
MR
12092011-06-06 Martin Rudalics <rudalics@gmx.at>
1210
1211 * window.el (window-right, window-left, window-child)
1212 (window-child-count, window-last-child, window-any-p)
1213 (normalize-live-buffer, normalize-live-frame)
1214 (normalize-any-window, normalize-live-window)
1215 (window-iso-combination-p, window-iso-combined-p)
1216 (window-iso-combinations)
1217 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
1218 (windows-with-parameter, window-with-parameter)
1219 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
1220 (window-atom-check, window-side-check, window-check):
1221 New functions.
85cc1f11
MR
1222 (ignore-window-parameters, window-sides, window-sides-vertical)
1223 (window-sides-slots): New variables.
1224 (window-size-fixed): Move down in code. Minor doc-string fix.
1225
e7156492
AS
12262011-06-05 Andreas Schwab <schwab@linux-m68k.org>
1227
1228 * comint.el (comint-dynamic-complete-as-filename)
1229 (comint-dynamic-complete-filename): Correctly call
1230 completion-in-region.
1231
7e821d0d
DD
12322011-06-05 Deniz Dogan <deniz@dogan.se>
1233
1234 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
1235 in last change.
1236
ac09b8a1
DD
12372011-06-05 Deniz Dogan <deniz@dogan.se>
1238
1239 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
1240 (rcirc): Use it to prompt for encryption.
1241
34699b85
RW
12422011-06-05 Roland Winkler <winkler@gnu.org>
1243
1244 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
1245 (bibtex-search-entries): New command bound to C-c C-a.
1246 (bibtex-display-entries): New function.
1247
004dedd3
RW
12482011-06-05 Roland Winkler <winkler@gnu.org>
1249
1250 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
1251 (bibtex-insert-kill): After yanking insert newline if necessary.
1252 (bibtex-initialize): Call bibtex-string-files-init only once.
1253 (bibtex-mode): Do not call easy-menu-add.
1254 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
1255 (bibtex-yank): Set arg properly if nil.
1256
022fe7ce
RW
12572011-06-05 Roland Winkler <winkler@gnu.org>
1258
2b75be67
SM
1259 * textmodes/bibtex.el (bibtex-search-entry-globally):
1260 New variable.
022fe7ce
RW
1261 (bibtex-search-entry): Use it.
1262
b7c3692a
RW
12632011-06-05 Roland Winkler <winkler@gnu.org>
1264
1265 * textmodes/bibtex.el (bibtex-entry-format): New option
1266 sort-fields.
1267 (bibtex-format-entry, bibtex-reformat): Honor this option.
1268 (bibtex-parse-entry): Return fields in proper order.
1269
8eda563d
JB
12702011-06-05 Juanma Barranquero <lekktu@gmail.com>
1271
1272 * doc-view.el (doc-view-remove-if): Move computation of result out
1273 of `dolist' to silence misleading lexical-binding warning.
1274
7dbe3dbc
CY
12752011-06-04 Chong Yidong <cyd@stupidchicken.com>
1276
1277 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
1278 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
1279
0c33dd17
MA
12802011-06-04 Michael Albinus <michael.albinus@gmx.de>
1281
1282 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
1283 "SunOS 5.10".
1284
f8f91c2b
MA
12852011-06-04 Michael Albinus <michael.albinus@gmx.de>
1286
1287 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
1288 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
1289 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
1290 (tramp-parse-putty):
1291 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
1292 (tramp-completion-function-alist-ssh)
1293 (tramp-completion-function-alist-telnet)
1294 (tramp-completion-function-alist-su)
1295 (tramp-completion-function-alist-putty): Set `tramp-autoload'
1296 cookie.
1297
1298 * net/tramp-ftp.el:
1299 * net/tramp-sh.el:
1300 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
1301 load "tramp.el" `tramp-set-completion-function'.
1302
e17d9003
SM
13032011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1304
1305 * shell.el: Require and use pcomplete.
1306 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
1307 (shell-completion-vars): Set pcomplete-default-completion-function.
1308
6c4cab03
DD
13092011-06-04 Deniz Dogan <deniz@dogan.se>
1310
1311 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
1312 `memq' (Bug#8799).
1313
ea9fafe0
SM
13142011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1315
1316 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
1317
b3e945d3
JB
13182011-06-02 Juanma Barranquero <lekktu@gmail.com>
1319
1320 * bs.el (bs--mark-unmark, bs--nth-wrapper):
1321 * mpc.el (mpc-select-extend, mpc-songpointer-context):
1322 * vc/log-view.el (log-view-beginning-of-defun):
1323 * vc/smerge-mode.el (smerge-apply-resolution-patch)
1324 (smerge-refine-forward, smerge-refine-chopup-region):
1325 Silence warning for unused `dotimes' counter variables.
1326
7d520089
SM
13272011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1328
1329 * net/tramp.el (tramp-with-progress-reporter): Rename from
1330 with-progress-reporter. Use `declare'.
1331 * net/tramp-smb.el:
1332 * net/tramp-sh.el:
1333 * net/tramp-gvfs.el: Update all uses.
1334
a1c2400f
JB
13352011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
1336
1337 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
1338 buffer isn't killed before making it current.
1339
2403c841
SM
13402011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1341
1342 Silence various byte-compiler warnings.
1343 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
1344 `access-type' and new obsolescence format.
1345 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
1346 new format.
1347 (byte-compile-check-variable): New `access-type' argument.
1348 Only warn if the access-type is obsolete.
1349 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
1350 (byte-compile-variable-set): Adjust callers.
1351 * help-fns.el (describe-variable): Adjust to new obsolescence format.
1352 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
1353 setting it as obsolete.
1354 * simple.el (minibuffer-completing-symbol):
1355 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
1356 access as obsolete.
1357 * minibuffer.el (minibuffer-completing-file-name): Don't make it
1358 obsolete yet.
1359 * international/quail.el (quail-mouse-choose-completion): Remove unused
1360 code referring to obsolete var.
1361 (quail-choose-completion-string): Remove.
1362 * server.el (server-clients-with, server-kill-buffer-query-function)
1363 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
1364 * proced.el (proced-send-signal):
1365 * emacs-lisp/lisp.el (lisp-complete-symbol):
1366 Replace completion-annotate-function with completion-extra-properties.
1367
2462470b
SM
13682011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1369
fb5b2591
SM
1370 * simple.el (goto-line): Use read-number.
1371 (overriding-map-is-bound): Remove.
1372 (saved-overriding-map): Change default.
1373 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
1374 Take the map as argument.
1375 (universal-argument, negative-argument, digit-argument): Use it.
1376 (restore-overriding-map): Adjust.
1377 (do-auto-fill): Use fill-forward-paragraph.
1378 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
1379
fd6fa53f
SM
1380 * minibuffer.el (minibuffer-inactive-mode-map): New var.
1381 (minibuffer-inactive-mode): New major mode.
1382 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
1383 the *Messages* buffer" hack.
1384 (mouse-popup-menubar): Don't burp if the event is a normal key.
1385
2462470b
SM
1386 Miscellaneous tweaks.
1387 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
1388 lexical scoping as in subr.el's dolist and dotimes.
1389 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
1390 Silence compiler warning.
1391 * thingatpt.el (forward-whitespace): Trivial coding style fix.
1392 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
1393 * international/ccl.el (ccl-compile): Trivial simplification.
1394 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
1395 * emacs-lisp/testcover.el (testcover-end): Remove spurious
1396 `printflag' argument.
1397 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1398 Purecopy the whole obsolescence data.
1399
108bf785
LL
14002011-06-01 Leo Liu <sdl.web@gmail.com>
1401
1402 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
1403 improve doc-string as suggested by Marco Pessotto
1404 <melmothx@gmail.com>.
1405 (rcirc-print): Fix last change.
1406
30a23501
SM
14072011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1408
1409 * minibuffer.el (complete-with-action): Return nil for the metadata and
1410 boundaries of non-functional tables.
1411 (completion-table-dynamic): Return nil for the metadata.
1412 (completion-table-with-terminator): Add default case, using
1413 complete-with-action.
1414 (completion--metadata): New function.
1415 (completion-all-sorted-completions, minibuffer-completion-help): Use it
1416 to try and avoid pathological performance problems.
1417 (completion--embedded-envvar-table): Return `category' metadata.
1418
bcd54f83
LMI
14192011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1420
1421 * subr.el (process-alive-p): New tiny convenience function.
1422
e227544d
SM
14232011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1424
1425 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
1426 content but also its previous major mode.
1427
e8296fdc
HE
14282011-05-31 Helmut Eller <eller.helmut@gmail.com>
1429
1430 * debug.el (debug): Restore the previous content of the
1431 *Backtrace* buffer when we exit with C-M-c.
1432
620c53a6
SM
14332011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1434
1435 * minibuffer.el: Add metadata method to completion tables.
1436 (completion-category-overrides): New defcustom.
1437 (completion-metadata, completion--field-metadata)
1438 (completion-metadata-get, completion--styles)
1439 (completion--cycle-threshold): New functions.
1440 (completion-try-completion, completion-all-completions):
1441 Add `metadata' argument to choose completion-styles.
1442 (completion--do-completion): Use metadata to choose cycling.
1443 (completion-all-sorted-completions): Use metadata for sorting.
1444 Remove :completion-cycle-penalty which is not needed any more.
1445 (completion--try-word-completion): Add `metadata' argument.
1446 (minibuffer-completion-help): Check metadata for annotation function
1447 and sorting.
1448 (completion-file-name-table): Return `category' metadata.
1449 (minibuffer-completing-file-name): Make obsolete.
1450 * simple.el (minibuffer-completing-symbol): Make obsolete.
1451 * icomplete.el (icomplete-completions): Pass new `metadata' param to
1452 completion-try-completion.
1453
1257e755
SM
14542011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1455
1456 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
1457
3767e706
LL
14582011-05-30 Leo Liu <sdl.web@gmail.com>
1459
1460 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
1461 (rcirc-print): Decode all incoming messages (bug#8744).
1462 (rcirc-decode-coding-system): Allow value nil for automatic coding
1463 system detection.
3767e706 1464
d1a5d56a
GM
14652011-06-01 Glenn Morris <rgm@gnu.org>
1466
1467 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
1468
e8cbec34
CY
14692011-05-29 Chong Yidong <cyd@stupidchicken.com>
1470
1471 * image.el (image-animate-max-time): Allow nil and t values.
1472 Default to nil.
1473 (create-animated-image): Doc fix.
1474 (image-animate-start): Remove second arg; just use
1475 image-animate-max-time.
1476 (image-animate-timeout): Doc fix. Args changed.
1477
1478 * image-mode.el (image-toggle-display-image): Ensure that the
1479 image spec passed to the animate timer is the same object as in
1480 the the buffer's display property (Bug#6981).
1481 (image-transform-properties): Doc fix.
1482
1483 * image.el (image-animate-max-time): Default to nil.
1484
159daf87
MR
14852011-05-29 Martin Rudalics <rudalics@gmx.at>
1486
1487 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
1488 entire buffer list (Bug#8184).
1489
d66c4c7c
CY
14902011-05-29 Chong Yidong <cyd@stupidchicken.com>
1491
1492 * image.el (imagemagick-types-inhibit)
1493 (imagemagick-register-types): Doc fix.
1494
80aec780
DD
14952011-05-29 Deniz Dogan <deniz@dogan.se>
1496
1497 * net/rcirc.el (rcirc): Use the user's stored encryption method by
1498 default.
1499
1dd3c2d9
CY
15002011-05-29 Chong Yidong <cyd@stupidchicken.com>
1501
1502 * select.el: Don't perform clipboard-manager saving in hooks;
1503 leave the hooks empty.
1504
60e56523
LL
15052011-05-28 Leo Liu <sdl.web@gmail.com>
1506
1507 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
1508 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
1509 (occur-edit-mode): New major mode (Bug#8463).
1510 (occur-after-change-function): New function.
1511 (occur-engine): Give Occur tags a read-only property.
1512
2b1e1a22
KR
15132011-05-28 Kevin Ryde <user42@zip.com.au>
1514
1515 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
1516
5d344e88
CY
15172011-05-28 Chong Yidong <cyd@stupidchicken.com>
1518
8e6ca83d
CY
1519 * bindings.el (help-echo): Make the initial non-indicator dash
1520 empty on graphical terminals (Bug#7295).
1521
5d344e88
CY
1522 * files.el (auto-mode-alist): Move config rule after the
1523 in-stripping one (Bug#8547).
1524
bfbbace7
CY
1525 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
1526
fbeba6e2
CY
1527 * startup.el (normal-splash-screen): Remove gratuitous mode-line
1528 setting (Bug#8740).
1529
60ed8c72
AA
15302011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
1531
4ac619f0
AA
1532 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
1533 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
1534 (Bug#8539).
60ed8c72 1535
23db196e
CY
15362011-05-28 Chong Yidong <cyd@stupidchicken.com>
1537
1538 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
1539
5012f24c
DK
15402011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
1541
1542 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
1543 (hs-hide-block-at-point, hs-find-block-beginning)
1544 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
1545 (Bug#8279).
1546
6a639b16
GM
15472011-05-28 Glenn Morris <rgm@gnu.org>
1548
1549 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
1550
d43eaf2c
CY
15512011-05-28 Chong Yidong <cyd@stupidchicken.com>
1552
5199bde1
CY
1553 * help-fns.el (describe-function-1): If the function is a derived
1554 major mode, print the parent mode.
1555
d43eaf2c
CY
1556 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
1557 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
1558
423428a8
SM
15592011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1560
0ff8e1ba
SM
1561 * minibuffer.el (completion--capf-wrapper): Check applicability before
1562 retuning non-nil for non-exclusive completion data.
1563 * progmodes/etags.el (tags-completion-at-point-function):
1564 * info-look.el (info-lookup-completions-at-point): Mark as
1565 non-exclusive.
1566 (info-complete): Adjust accordingly.
1567
423428a8
SM
1568 * info-look.el: Convert to lexical-binding and completion-at-point.
1569 (info-lookup-completions-at-point): New function.
1570 (info-complete): Use it and completion-in-region.
1571
b74aa22b
DA
15722011-05-28 Drew Adams <drew.adams@oracle.com>
1573
1574 * isearch.el: Let M-e start with point at the first mismatched char.
1575 (isearch-fail-pos): New function.
1576 (isearch-edit-string): Use it.
1577
66e2e71d
DK
15782011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
1579
1580 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
1581
eb95d01d
TC
15822009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
1583
1584 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
1585 traversal functions for avl-trees.
1586 (avl-tree--stack): New struct.
1587 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
1588 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
1589 (avl-tree--do-enter): Add optional `updatefun' arg.
1590 Change return value.
eb95d01d 1591 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
1592 (avl-tree--do-delete): Add `test' and `nilflag' args.
1593 Change return value.
eb95d01d
TC
1594 (avl-tree-member): Add optional `nilflag'
1595 (avl-tree-member-p): New function.
1596 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
1597 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
1598 (avl-tree-stack-empty-p): New functions.
1599
3769ddcf
TC
16002009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
1601
1602 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
1603 avl-tree--del-balance1 and make it work both ways.
1604 (avl-tree--del-balance2): Remove.
1605 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
1606 make it work both ways.
1607 (avl-tree--enter-balance2): Remove.
1608 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
1609 New macros.
1610 (avl-tree--mapc, avl-tree-map): Add direction argument.
1611
eb95d01d 16122011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
1613
1614 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
1615
a9f737ee
CY
16162011-05-27 Chong Yidong <cyd@stupidchicken.com>
1617
1618 * select.el: Support clipboard managers with built-in function
1619 x-clipboard-manager-save, via delete-frame-functions and
1620 kill-emacs-hook.
1621 (xselect-convert-to-targets): Add MULTIPLE target to list.
1622 (xselect-convert-to-save-targets): New function.
1623
c92a1e54
KH
16242011-05-27 Kenichi Handa <handa@m17n.org>
1625
1626 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
1627 let-binding rfc2047-encode-encoded-words to nil.
1628
e145f188
GM
16292011-05-27 Glenn Morris <rgm@gnu.org>
1630
5ec8a862
GM
1631 * mail/emacsbug.el: Don't require url-util.
1632
4b29d9fb
GM
1633 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
1634
e145f188
GM
1635 * files.el (set-auto-mode):
1636 Also respect mode: entries at the end of the file. (Bug#8586)
1637
7d15102b
GM
16382011-05-26 Glenn Morris <rgm@gnu.org>
1639
98f593b8
GM
1640 * files.el (hack-local-variables-prop-line, hack-local-variables):
1641 Downcase mode names, as seems to be traditional.
27b48e63 1642 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 1643
7d15102b
GM
1644 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
1645 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
1646
51d5b4ec
JD
16472011-05-25 Julien Danjou <julien@danjou.info>
1648
1649 * textmodes/rst.el (rst-define-level-faces): Do not define face
1650 symbol if it is already defined.
1651
91513f63
VB
16522011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
1653
1654 * play/5x5.el (5x5-new-game, 5x5-randomize):
1655 Reset 5x5-solver-output to nil when a new grid is cast.
1656 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
1657 these debugging traces, as defmacro breaks the compiled code.
1658
4d90d6d0
DK
16592011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
1660
1661 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
1662
e1b90ef6
LL
16632011-05-24 Leo Liu <sdl.web@gmail.com>
1664
1665 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
1666 (vc-bzr-sha1): Adapt.
1667
d8e4b68b 1668 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
1669
1670 * bindings.el: Provide sha1 feature.
1671
db0406bb 16722011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
1673
1674 * mail/sendmail.el: Require `rfc2047'.
1675 (mail-insert-from-field): Do not perform RFC2047 encoding.
1676 (mail-encode-header): New function.
1677 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
1678 buffer to the return value of select-message-coding-system.
1679 Call mail-encode-header.
b8d747b9
KH
1680
1681 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
1682
db0406bb 16832011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 1684
4d90d6d0
DK
1685 * mail/supercite.el (sc-default-cite-frame):
1686 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 1687
eb8a5e9b
GM
16882011-05-24 Glenn Morris <rgm@gnu.org>
1689
f8630703
GM
1690 * progmodes/python.el (brm-menu): Declare.
1691
8831bbed
GM
1692 * emulation/viper.el (viper-set-hooks): Declare.
1693
eb8a5e9b
GM
1694 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
1695 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
1696 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
1697 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
1698 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
1699 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
1700
a2a25d24
SM
17012011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1702
1703 Add an :exit-function for completion-at-point.
1704
1705 * minibuffer.el (completion--done): New fun.
1706 (completion--do-completion): Use it. New arg `expect-exact'.
1707 (minibuffer-complete, minibuffer-complete-word): Don't output message,
1708 since completion--do-completion does it for us now.
1709 (minibuffer-force-complete): Use completion--done and
1710 completion--replace. Handle sole-completion case with more care.
1711 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
1712 (completion-extra-properties): New var.
1713 (completion-annotate-function): Make obsolete.
1714 (minibuffer-completion-help): Adjust accordingly.
1715 Use completion-list-insert-choice-function.
1716 (completion-at-point, completion-help-at-point):
1717 Bind completion-extra-properties.
1718 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
1719 * simple.el (completion-list-insert-choice-function): New var.
1720 (completion-setup-function): Preserve it.
1721 (choose-completion): Pay attention to it, shuffle the code a bit.
1722 (choose-completion-string): New arg `insert-function'.
1723
1724 * textmodes/bibtex.el: Convert to lexical binding.
1725 (bibtex-mode-map): Use completion-at-point.
1726 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
1727 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
1728 (bibtex-complete): Define as obsolete alias.
1729 (bibtex-complete-internal): Remove.
1730 (bibtex-format-entry): Remove unused sub-group in regexp.
1731 * shell.el (shell--command-completion-data)
1732 (shell-environment-variable-completion):
1733 * pcomplete.el (pcomplete-completions-at-point):
1734 * comint.el (comint--complete-file-name-data): Use :exit-function
1735 instead of completion-table-with-terminator so it also works for
1736 choose-completion.
1737
e44e373d
SM
17382011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1739
4f91a816
SM
1740 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
1741
782fc819
SM
1742 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
1743 (bug#8710).
1744
e44e373d
SM
1745 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
1746
381987c3
KM
17472011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
1748
1749 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
1750 customization variable and implement: If non-nil, auto-fill will
1751 be inhibited while on topic's header line.
1752
b776bc70
VB
17532011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
1754
1755 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 1756 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
1757 always have a solution in grid size = 5 cases.
1758 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
1759 (5x5-solver-output, 5x5-log-buffer): New vars.
1760 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
1761 Make these variables buffer local to achieve 5x5 multi-session-ness.
1762 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
1763 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
1764 (5x5-solve-suggest): New funs.
1765 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
1766 randomize a grid so that we ensure that there is always a solution.
1767 (5x5-make-random-grid): Allow other movement than flipping.
1768
7de88b6e
KR
17692011-05-23 Kevin Ryde <user42@zip.com.au>
1770
1771 * emacs-lisp/advice.el (ad-read-advised-function):
1772 Use `function-called-at-point' as the default default, if it has
1773 advice and passes PREDICATE.
1774
b1ef1257
SM
17752011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1776
bbca48fe
SM
1777 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
1778 byte-compile-lambda if it's actually a lambda.
1779
b1ef1257
SM
1780 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
1781 Fix function quoting. Use backquote better.
1782
92a9cc65
YS
17832011-05-22 Yuanle Song <sylecn@gmail.com>
1784
1785 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
1786 matching (Bug#8516).
1787
f0fb8059
JA
17882011-01-22 Jari Aalto <jari.aalto@cante.net>
1789
1790 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
1791 different face (Bug#8178).
1792
d5b44c93
CY
17932011-05-22 Chong Yidong <cyd@stupidchicken.com>
1794
1795 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
1796 defface (Bug#8144).
1797
79106a44
SM
17982011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1799
9c848d8a
SM
1800 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
1801 funcall as well (bug#8712). Warn when performing those conversions.
1802 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
1803
79106a44
SM
1804 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
1805
88dfa756
GM
18062011-05-22 Glenn Morris <rgm@gnu.org>
1807
1808 * files.el (hack-local-variables-prop-line): Small simplifications.
1809 (hack-local-variables, hack-local-variables-prop-line):
1810 If MODE-ONLY, return the mode, rather than just `t'.
1811
b7cf2c79
SM
18122011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
1813
1814 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
1815
3f1a8558
GM
18162011-05-21 Glenn Morris <rgm@gnu.org>
1817
7e4ccca3
GM
1818 * files.el (hack-local-variables-prop-line, hack-local-variables):
1819 If only interested in the mode, don't bother doing the other stuff.
1820
637d46ca
GM
1821 * image-mode.el (image-after-revert-hook):
1822 Redraw all frames on which the image is visible. (Bug#8567)
1823
973d955b
GM
1824 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
1825
3f1a8558
GM
1826 * wid-edit.el (widget-checklist-match-inline):
1827 Fix 2011-04-19 change. (Bug#8649)
1828
96479927
SM
18292011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1830
1dcf791f
SM
1831 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
1832 Also allow singlespace after single-letter capitals followed by a dot.
1833
96479927
SM
1834 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
1835 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
1836
35fd0881
N
18372011-05-20 Nix <nix@esperi.org.uk>
1838
1839 * files.el (basic-save-buffer-2):
1840 Fix handling of break-hardlink-on-save with non-existent files.
1841
82745640
DD
18422011-05-19 Deniz Dogan <deniz@dogan.se>
1843
1844 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 1845 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 1846
4a720484
GM
18472011-05-19 Glenn Morris <rgm@gnu.org>
1848
d1f21341
GM
1849 * progmodes/f90.el (f90-type-def-re):
1850 Handle "type, bind(c)". (Bug#8691)
1851
4a720484
GM
1852 * emacs-lisp/autoload.el (batch-update-autoloads):
1853 Set autoload-excludes by parsing loadup.el rather than Makefiles.
1854
2fb0a219
MA
18552011-05-18 Michael Albinus <michael.albinus@gmx.de>
1856
1857 * net/tramp.el (tramp-process-actions): Set "first-password-request"
1858 property for the correct connection in case of multihops.
1859
e565dd37
GM
18602011-05-18 Glenn Morris <rgm@gnu.org>
1861
c2571358 1862 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
1863 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
1864
e565dd37
GM
1865 Rationalize calendar handling of day and month abbrev-arrays.
1866 * calendar/calendar.el (calendar-customized-p): New function.
1867 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
1868 (calendar-day-name-array, calendar-month-name-array): Doc fix.
1869 Add :set function.
1870 (calendar-abbrev-length, calendar-day-abbrev-array)
1871 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
1872 (calendar-day-abbrev-array, calendar-month-abbrev-array):
1873 Elements may no longer be nil.
1874 (calendar-day-name, calendar-month-name):
1875 Update for changed nature of abbrev arrays.
1876 * calendar/diary-lib.el (diary-name-pattern):
1877 Update for changed nature of abbrev arrays.
1878 (diary-mark-entries-1): Update calendar-make-alist calls.
1879 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
1880 * calendar/cal-html.el (cal-html-day-abbrev-array):
1881 Simply inherit from calendar-day-abbrev-array.
1882
1d99a745
SM
18832011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1884
1885 * progmodes/grep.el (grep-mode): Disable default
1886 compilation-directory-matcher setting (bug#8684).
1887
7c1d9aa0
MA
18882011-05-17 Michael Albinus <michael.albinus@gmx.de>
1889
1890 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
1891 instead of "head" and "tail". There were problems with SunOS 5.9,
1892 and it performs better.
1893
3952e9d8
GM
18942011-05-17 Glenn Morris <rgm@gnu.org>
1895
2dd12e7f
GM
1896 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
1897
e4157b9c
GM
1898 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
1899 Replace obsolete function.
1900
8e249bbd
GM
1901 * shell.el (pcomplete-parse-arguments-function): Declare.
1902
3952e9d8
GM
1903 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
1904 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
1905 (appt-check): Doc fixes.
1906 (appt-disp-window-function, appt-delete-window-function):
1907 Remove needless special case in custom :type.
1908 (appt-display-count): Default to 0, not nil.
1909 (appt-check): Reset appt-display-count to 0, not nil.
1910
c71a0d48 19112011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 1912
c71a0d48
GM
1913 * progmodes/python.el (python-font-lock-keywords):
1914 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 1915
31d55be9
SM
19162011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1917
1918 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
1919
3bfacb2f
KR
19202011-05-16 Kevin Ryde <user42@zip.com.au>
1921
1922 * info-look.el (makefile-automake-mode): New setups, looking in
1923 automake manual, then makefile-mode.
1924 (makefile-mode): Remove automake manual, have it just in
1925 makefile-automake-mode since there's various things different or
1926 not relevant to plain make.
1927 (makefile-mode): Remove "other-modes" non-existent automake-mode,
1928 believe a hypothetical automake-mode would go to makefile-mode,
1929 not the other way around.
1930
c8e83751
CY
19312011-05-15 Chong Yidong <cyd@stupidchicken.com>
1932
5e9e35cd
CY
1933 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
1934 hunk-end tags (Bug#8672).
1935
c8e83751
CY
1936 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
1937 vc-annotate-show-diff-revision-at-line (Bug#8671).
1938
50b23e5a
GM
19392011-05-14 Glenn Morris <rgm@gnu.org>
1940
7210a739
GM
1941 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
1942 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
1943 (change-log-font-lock-keywords): Also handle multiple author lines
1944 with leading tabs. (Bug#8644)
7210a739 1945
4691905a
GM
1946 * calendar/appt.el (appt-check): Rename some local variables.
1947 Some simplification/reordering.
1948
50b23e5a
GM
1949 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
1950 (feedmail-sendmail-f-doesnt-sell-me-out)
1951 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
1952 (feedmail-debug-sit-for, feedmail-queue-express-hook)
1953 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
1954 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
1955 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
1956 (feedmail-binmail-gnulinuxish-template):
1957 Rename from feedmail-binmail-linuxish-template.
1958 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
1959 Use insert-buffer-substring.
1960
215cda7c
BC
19612011-05-14 Bill Carpenter <bill@carpenter.org>
1962
1963 * mail/feedmail.el (feedmail-patch-level): Increase.
1964 (feedmail-debug): New custom group.
1965 (feedmail-confirm-outgoing-timeout)
1966 (feedmail-sendmail-f-doesnt-sell-me-out)
1967 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
1968 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
1969 (feedmail-sender-line, feedmail-from-line)
1970 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 1971 (feedmail-spray-this-address)
215cda7c
BC
1972 (feedmail-spray-address-fiddle-plex-list)
1973 (feedmail-queue-use-send-time-for-date)
1974 (feedmail-queue-use-send-time-for-message-id)
1975 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
1976 (feedmail-buffer-eating-function):
1977 Doc fixes.
1978 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
1979 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
1980 (feedmail-message-action-scroll-down): New functions.
1981 (feedmail-queue-directory, feedmail-queue-draft-directory):
1982 Use expand-file-name.
1983 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
1984 Remove C-v help entry.
1985 (feedmail-queue-buffer-file-name): New variable.
1986 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
1987 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
1988 (feedmail-message-action-send-strong, feedmail-message-action-edit)
1989 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
1990 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
1991 (feedmail-message-action-toggle-spray)
1992 (feedmail-run-the-queue-no-prompts)
1993 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
1994 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
1995 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
1996 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
1997 (feedmail-envelope-deducer, feedmail-fiddle-from)
1998 (feedmail-fiddle-sender, feedmail-default-date-generator)
1999 (feedmail-fiddle-date, feedmail-fiddle-message-id)
2000 (feedmail-fiddle-spray-address)
2001 (feedmail-fiddle-list-of-spray-fiddle-plexes)
2002 (feedmail-fiddle-list-of-fiddle-plexes)
2003 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
2004 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
2005 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
2006 Change default. Doc fix.
2007 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
2008 (feedmail-binmail-linuxish-template): New constant.
2009 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
2010 Respect feedmail-sendmail-f-doesnt-sell-me-out.
2011 (feedmail-send-it): Add debug call.
2012 Use feedmail-queue-buffer-file-name, and
2013 feedmail-send-it-immediately-wrapper.
2014 (feedmail-message-action-send): Add debug call.
2015 Use feedmail-send-it-immediately-wrapper.
2016 (feedmail-queue-express-to-queue): Add debug call.
2017 Run feedmail-queue-express-hook.
2018 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
2019 (feedmail-message-action-help-blat):
2020 Rename from feedmail-queue-send-edit-prompt-help-first.
2021 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
2022 Check line-endings. Handle errors better.
2023 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
2024 Doc fix. Add debug call.
2025 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
2026 Use feedmail-queue-send-edit-prompt-inner.
2027 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
2028 (feedmail-queue-send-edit-prompt-inner): New function, extracted
2029 from feedmail-queue-send-edit-prompt.
2030 (feedmail-queue-send-edit-prompt-help)
2031 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
2032 (feedmail-tidy-up-slug): Add debug call.
2033 Respect feedmail-queue-slug-suspect-regexp.
2034 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
2035 (feedmail-dump-message-to-queue): Add debug call.
2036 Expand queue-directory.
2037 (feedmail-dump-message-to-queue): Change message slightly.
2038 Use feedmail-say-chatter.
2039 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
2040 (feedmail-send-it-immediately-wrapper): New function.
2041 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
2042 Insert empty string rather than newline. Handle full-frame case.
2043 Use catch/throw. Use feedmail-say-chatter.
2044 (feedmail-fiddle-from): Try mail-host-address.
2045 (feedmail-default-message-id-generator): Doc fix.
2046 Bind system-time-locale. Handle missing end.
2047 (feedmail-fiddle-x-mailer): Add debug call.
2048 Handle feedmail-x-mailer-line being nil.
2049 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
2050 Add debug call. Use buffer-substring-no-properties.
2051 (feedmail-say-debug, feedmail-say-chatter): New functions.
2052 (feedmail-find-eoh): Give an explicit error.
2053
42c7e61e
UJ
20542011-05-13 Ulf Jasper <ulf.jasper@web.de>
2055
c2571358 2056 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 2057 family from helvetica to sans.
c2571358 2058 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
2059 etc/images/newsticker.
2060
c2571358 2061 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
2062 family from helvetica to sans.
2063
2064 * net/newst-plainview.el (newsticker-new-item-face)
2065 (newsticker-old-item-face, newsticker-immortal-item-face)
2066 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 2067 (newsticker-statistics-face): Change default family from
42c7e61e 2068 helvetica to sans.
c2571358 2069 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
2070 etc/images/newsticker.
2071
2072 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
2073 (newsticker--process-auto-mark-filter-match): : Tell user about
2074 auto-marking.
2075
8497a297
DV
20762011-05-13 Didier Verna <didier@xemacs.org>
2077
2078 Common Lisp indentation improvements on defmethod and lambda-lists.
2079 * cl-indent.el: Advertise the changes and remove obsolete TODO entries.
2080 (lisp-lambda-list-keyword-parameter-indentation)
2081 (lisp-lambda-list-keyword-parameter-alignment)
2082 (lisp-lambda-list-keyword-alignment): New customizable user options.
2083 (lisp-indent-defun-method): Improve docstring.
2084 (extended-loop-p): Fix comment.
2085 (lisp-indent-lambda-list-keywords-regexp): New variable.
2086 (lisp-indent-lambda-list): New function.
2087 (lisp-indent-259): Use it.
2088 (lisp-indent-defmethod): Support for more than one
2089 method qualifier and properly indent methods lambda-lists.
2090 (defgeneric): Provide a missing common-lisp-indent-function property.
2091
f278f87f
SM
20922011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2093
2094 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
2095 bounds for the empty string (bug#8667).
2096
5233edd7
GM
20972011-05-13 Glenn Morris <rgm@gnu.org>
2098
5237a44f
GM
2099 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
2100
8340026c 2101 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 2102 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 2103
5233edd7 2104 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 2105 (appt-time-msg-list): Doc fix.
a5464014 2106 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 2107
92d10796
AS
21082011-05-12 Andreas Schwab <schwab@linux-m68k.org>
2109
2110 * progmodes/ld-script.el (ld-script-keywords)
2111 (ld-script-builtins): Update keywords list.
2112
914a0ae1
SM
21132011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2114
c89be45f
SM
2115 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
2116
914a0ae1
SM
2117 * shell.el (shell-completion-vars): New function.
2118 (shell-mode):
2119 * simple.el (read-shell-command): Use it.
2120 (blink-matching-open): No need for " [...]" in minibuffer-message.
2121
98dc3df3
GM
21222011-05-12 Glenn Morris <rgm@gnu.org>
2123
2124 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
2125 (appt-check): Simplify.
2126
d2fc7e3d 21272011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21
EZ
2128
2129 * smerge-mode.el (smerge-resolve): Use null-device rather than a
2130 literal "/dev/null".
2131
d2fc7e3d 21322011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
2133
2134 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
2135 Fix typo.
2136
d2fc7e3d 21372011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 2138
3f254caa
SM
2139 * progmodes/which-func.el (which-function):
2140 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
2141 which might not be defined (Bug#8260).
2142
d45885f7
GM
21432011-05-12 Glenn Morris <rgm@gnu.org>
2144
2145 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
2146 Let byte-compile-initial-macro-environment always take precedence.
2147
488086f4
SM
21482011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * net/rcirc.el: Add support for SSL/TLS connections.
2151 (rcirc-server-alist): New field `encryption'.
2152 (rcirc): Check `encryption' settings.
2153 (rcirc-connect): New arg `encryption'. Use open-network-stream.
2154 Merge make-local-variable into `set'.
2155 (rcirc--connection-open-p): New function.
2156 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
2157 the process is not a network process (e.g. running gnutls-cli).
2158 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
2159 Make rcirc-(en|de)code-coding-system local here.
2160 (rcirc-mode): Merge make-local-variable into `set'.
2161 (rcirc-parent-buffer): Make permanent buffer-local.
2162 (rcirc-multiline-minor-mode): Don't do it here.
2163 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
2164 there's no server buffer.
2165
7d3b9d44
GM
21662011-05-11 Glenn Morris <rgm@gnu.org>
2167
f64049c6
GM
2168 * newcomment.el (comment-kill): Prefix "unused" local.
2169
93c9df73
GM
2170 * term/w32console.el (get-screen-color): Declare.
2171
7d3b9d44
GM
2172 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
2173 Handle symbol elements of byte-compile-initial-macro-environment.
2174
9e2dd53f
LL
21752011-05-10 Leo Liu <sdl.web@gmail.com>
2176
488086f4
SM
2177 * bookmark.el (bookmark-bmenu-mode-map):
2178 Bind bookmark-bmenu-search to `/'.
8b340240 2179
9e2dd53f 2180 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
2181 (footnote-unicode-string, footnote-unicode-regexp): New variable.
2182 (Footnote-unicode): New function.
2183 (footnote-style-alist): Add unicode style to the list.
2184 (footnote-style): Doc fix.
9e2dd53f 2185
79b70037
GM
21862011-05-10 Jim Meyering <meyering@redhat.com>
2187
2188 Fix doubled-word typos.
2189 * international/quail.el (quail-insert-kbd-layout): and and -> and
2190 * kermit.el: and and -> and
2191 * net/ldap.el (ldap-search-internal): to to -> to
2192 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
2193 * progmodes/js.el (js-mode): and and -> and
2194 * textmodes/artist.el (artist-move-to-xy): at at -> at
2195 (artist-draw-region-trim-line-endings): if if -> if
2196 And Safetyc -> Safety.
2197 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
2198
b8f82dc1 21992011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 2200 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
2201
2202 * files.el (hack-one-local-variable-eval-safep):
2203 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
2204
4f99f44b
GM
22052011-05-10 Glenn Morris <rgm@gnu.org>
2206
2207 * calendar/diary-lib.el (diary-list-entries-hook)
2208 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
2209 (diary-nongregorian-marking-hook, diary-list-entries)
2210 (diary-include-other-diary-files, diary-mark-entries)
2211 (diary-mark-included-diary-files): Doc fixes.
2212
84f29e6b
JB
22132011-05-09 Juanma Barranquero <lekktu@gmail.com>
2214
2215 * misc.el: Require tabulated-list.el during compilation.
2216
9bedd73a
CY
22172011-05-09 Chong Yidong <cyd@stupidchicken.com>
2218
488086f4
SM
2219 * progmodes/compile.el (compilation-start):
2220 Run compilation-filter-hook for the async case too.
9bedd73a
CY
2221 (compilation-filter-hook): Doc fix.
2222
797c735c
DD
22232011-05-09 Deniz Dogan <deniz@dogan.se>
2224
2225 * wdired.el: Remove outdated installation comment. Fix usage
2226 comment.
2227
5f4b1dfe
JB
22282011-05-09 Juanma Barranquero <lekktu@gmail.com>
2229
2230 * misc.el: Implement new command `list-dynamic-libraries'.
2231 (list-dynamic-libraries--loaded-only-p): New variable.
2232 (list-dynamic-libraries--refresh): New function.
2233 (list-dynamic-libraries): New command.
2234
4c44026c
CY
22352011-05-09 Chong Yidong <cyd@stupidchicken.com>
2236
488086f4
SM
2237 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2238 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
2239 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
2240 higher priority to avoid clobbering by gnu.
2241
027f966d
CY
22422011-05-08 Chong Yidong <cyd@stupidchicken.com>
2243
2244 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
2245 if the face has existing theme settings (Bug#8454).
2246
085f5d7d
CY
22472011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
2248
488086f4
SM
2249 * progmodes/perl-mode.el (perl-imenu-generic-expression):
2250 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 2251
2a86a00c
RS
2252 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
2253 special file names `.' and `..' (Bug#8259).
2254
d9c54a06
CY
22552011-05-08 Chong Yidong <cyd@stupidchicken.com>
2256
488086f4
SM
2257 * progmodes/grep.el (grep-mode-font-lock-keywords):
2258 Remove buffer-changing entries.
d9c54a06
CY
2259 (grep-filter): New function.
2260 (grep-mode): Add it to compilation-filter-hook.
2261
2262 * progmodes/compile.el (compilation-filter-hook)
2263 (compilation-filter-start): New defvars.
2264 (compilation-filter): Call compilation-filter-hook prior to
2265 updating the process mark.
2266
c4662635
SM
22672011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
2270
b0512a1d
EZ
22712011-05-07 Eli Zaretskii <eliz@gnu.org>
2272
605c9376
EZ
2273 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
2274 mailclient-send-it even if window-system is nil. (Bug#8595)
2275
c4662635
SM
2276 * term/w32console.el (terminal-init-w32console):
2277 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
2278 background-mode. (Bug#8597)
2279
d1dc2cc2
SM
22802011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2281
2282 Make bytecomp.el understand that defmethod defines funs (bug#8631).
2283 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
2284 New functions.
2285 (defgeneric, eieio--defmethod): Use them.
2286 (eieio-defgeneric): Remove.
2287 (defmethod): Call defgeneric in a way visible to the byte-compiler.
2288
915d1300
GM
22892011-05-07 Glenn Morris <rgm@gnu.org>
2290
a3961c3e
GM
2291 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
2292 Use let rather than let*.
2293 (timeclock-find-discrep): Remove unused local.
2294
314347b9
GM
2295 * calendar/diary-lib.el (diary-comment-start): Doc fix.
2296
915d1300
GM
2297 * calendar/appt.el (appt-time-msg-list): Doc fix.
2298
275b59b0
NF
22992011-05-06 Noah Friedman <friedman@splode.com>
2300
2301 * apropos.el (apropos-print-doc): Only use
2302 emacs-lisp-docstring-fill-column when it is bound to an integer,
2303 per that variable's documentation.
2304
6c19f744
SM
23052011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2306
2307 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 2308 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 2309
60f884b2
GM
23102011-05-06 Glenn Morris <rgm@gnu.org>
2311
5006e634
GM
2312 * calendar/appt.el (appt-message-warning-time): Doc fix.
2313 (appt-warning-time-regexp): New option.
2314 (appt-make-list): Respect appt-message-warning-time.
2315
548d0a63
GM
2316 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
2317 New options.
2318 (diary-add-to-list): Strip comments from the displayed string.
2319 (diary-mode): Set comment-start and comment-end.
2320
60f884b2
GM
2321 * vc/diff-mode.el (smerge-refine-subst): Declare.
2322 (diff-refine-hunk): Don't require smerge-mode when compiling.
2323
989681bb
JB
23242011-05-06 Juanma Barranquero <lekktu@gmail.com>
2325
2326 * simple.el (list-processes): Return nil as the docstring says.
2327
a6bc05e1
MA
23282011-05-05 Michael Albinus <michael.albinus@gmx.de>
2329
2330 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
2331 to "".
2332 (ange-ftp-write-region, ange-ftp-insert-file-contents)
2333 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
2334 determining of binary transfer. (Bug#7383)
2335
23c22e9a
MA
23362011-05-05 Michael Albinus <michael.albinus@gmx.de>
2337
c4662635
SM
2338 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2339 Fix port computation bug. (Bug#8618)
23c22e9a 2340
0bff894f
GM
23412011-05-05 Glenn Morris <rgm@gnu.org>
2342
b8296902
GM
2343 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
2344
1f522ce8
GM
2345 * simple.el (shell-dynamic-complete-functions)
2346 (comint-dynamic-complete-functions): Declare.
2347
cf5bee67
GM
2348 * net/network-stream.el (gnutls-negotiate):
2349 * simple.el (tabulated-list-print): Fix declarations.
2350
2351 * progmodes/gud.el (syntax-symbol, syntax-point):
2352 Remove unnecessary and incorrect declarations.
2353
0bff894f
GM
2354 * emacs-lisp/check-declare.el (check-declare-scan):
2355 Handle byte-compile-initial-macro-environment in bytecomp.el
2356
9869b3ae
SM
23572011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2358
2359 Fix earlier half-done eieio-defmethod change (bug#8338).
2360 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
2361 Streamline and change calling convention.
2362 (defmethod): Adjust accordingly and simplify.
2363 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
2364 new eieio--defmethod.
2365 (slot-boundp): Minor CSE simplification.
2366
9c1d5ac5
MZ
23672011-05-05 Milan Zamazal <pdm@zamazal.org>
2368
2369 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
2370 (glasses-make-readable): Use glasses-separate-capital-groups.
2371
455c834e
JB
23722011-05-05 Juanma Barranquero <lekktu@gmail.com>
2373
2374 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
2375 (warning-series): Doc fix.
2376 (display-warning): Don't try to create the buffer if we just found it.
2377
9ed7c8cb
CY
23782011-05-04 Chong Yidong <cyd@stupidchicken.com>
2379
2380 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
2381 (autoload-find-generated-file): New function.
2382 (generate-file-autoloads): Bind generated-autoload-file to
2383 buffer-file-name.
9869b3ae
SM
2384 (update-file-autoloads, update-directory-autoloads):
2385 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
2386 output file (Bug#7989).
2387 (batch-update-autoloads): Doc fix.
2388
0898ca10
JB
23892011-05-04 Juanma Barranquero <lekktu@gmail.com>
2390
2391 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
2392
31dfb76c
GM
23932011-05-04 Glenn Morris <rgm@gnu.org>
2394
f330b642
GM
2395 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
2396 function, so it follows changes in calendar-date-style.
2397 (diary-fancy-date-matcher): New function.
2398 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
2399 (diary-fancy-font-lock-fontify-region-function):
2400 Use diary-fancy-date-pattern as a function.
2401
31dfb76c
GM
2402 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
2403 non-numbers for `year' etc pseudo-variables. (Bug#8583)
2404
48e79d6a
TZ
24052011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
2406
2407 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
2408 instead of positional arguments. Allow :keylist and :crlfiles
2409 arguments.
2410 (open-gnutls-stream): Call it.
2411
2412 * net/network-stream.el (network-stream-open-starttls): Adjust to
2413 call `gnutls-negotiate' with :process and :hostname arguments.
2414
dd5a5ee0
SM
24152011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2416
ef80fc09
SM
2417 * minibuffer.el (completion--message): New function.
2418 (completion--do-completion, minibuffer-complete)
2419 (minibuffer-force-complete, minibuffer-complete-word): Use it.
2420 (completion--do-completion): Don't ignore completion-auto-help when in
2421 icomplete-mode.
2422
dd5a5ee0
SM
2423 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
2424 internal encoding (e.g. tibetan zero is not whitespace).
2425 (global-whitespace-mode): Prefer save-current-buffer.
2426 (whitespace-trailing-regexp): Remove useless save-match-data.
2427 (whitespace-empty-at-bob-regexp): Minor simplification.
2428
b7d22a83
CY
24292011-05-03 Chong Yidong <cyd@stupidchicken.com>
2430
2431 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
2432
5192af46
AM
24332011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2434
2435 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 2436 Use `concat' to create string for insertion.
5192af46 2437
5767d190
SM
24382011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2439
2440 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
2441 Avoid open-line which runs post-self-insert-hook.
2442 (bibtex-fill-entry): Remove unused `end' var.
2443
bf242939
AM
24442011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
2445
5767d190
SM
2446 * textmodes/ispell.el (ispell-add-per-file-word-list):
2447 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 2448
25666126
LL
24492011-05-03 Leo Liu <sdl.web@gmail.com>
2450
2451 * isearch.el (isearch-yank-pop): New command.
5767d190 2452 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
2453 (isearch-forward): Mention it.
2454
52d3c2d0
SM
24552011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2456
1bcace58
SM
2457 * simple.el (minibuffer-complete-shell-command): Remove.
2458 (minibuffer-local-shell-command-map): Use completion-at-point.
2459 (read-shell-command): Setup completion vars here instead.
2460 (read-expression-map): Bind TAB to symbol completion.
2461
52d3c2d0
SM
2462 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
2463 error directly rather via storing it into `results'.
2464
35813471
LL
24652011-05-02 Leo Liu <sdl.web@gmail.com>
2466
2467 * vc/diff.el: Fix description.
2468
e793a940
LMI
24692011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2470
2471 * server.el (server-eval-at): New function.
2472
8de66e05
LMI
24732011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2474
2475 * net/network-stream.el (open-network-stream): Take a :nowait
2476 parameter and pass it on to `make-network-process'.
2477 (network-stream-open-plain): Ditto.
2478
dcb79f20
AS
24792011-04-30 Andreas Schwab <schwab@linux-m68k.org>
2480
2481 * faces.el (face-spec-set-match-display): Don't match toolkit
2482 options on terminal frames.
2483
14a7fbd8
SM
24842011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2485
7eabc1be
SM
2486 * progmodes/pascal.el: Use lexical binding.
2487 (pascal-mode-map): Remove author preferences.
2488
14a7fbd8
SM
2489 * pcomplete.el (pcomplete-std-complete): Don't abuse
2490 completion-at-point.
2491
50f84510
JB
24922011-04-28 Juanma Barranquero <lekktu@gmail.com>
2493
6e087a44
JB
2494 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
2495 removing code that has been dead since 1991 or so.
2496
50f84510
JB
2497 * startup.el (command-line): When warning about "_emacs", use a
2498 delayed warning to allow the user to filter it out.
2499
0ba690bd
DD
25002011-04-28 Deniz Dogan <deniz@dogan.se>
2501
2502 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
2503 user has not joined.
2504
08abfaad
SM
25052011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2506
2507 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
2508 aren't any completions at point.
2509
638f053a
JB
25102011-04-28 Juanma Barranquero <lekktu@gmail.com>
2511
2512 * subr.el (display-delayed-warnings): New function.
2513 (delayed-warnings-hook): New variable.
2514
8fff8daa
SM
25152011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2516
08abfaad
SM
2517 * minibuffer.el (completion-at-point, completion-help-at-point):
2518 Don't presume that a given completion-at-point-function will always
2519 use the same calling convention.
2520
8fff8daa
SM
2521 * pcomplete.el (pcomplete-completions-at-point):
2522 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
2523 pcomplete-seen is non-nil.
2524 (pcomplete-comint-setup): Also recognize the new comint/shell
2525 completion functions.
2526 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
2527 pcomplete-seen is non-nil.
2528
841a1577 25292011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 2530
841a1577 2531 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 2532 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 2533 the first character in the entry. This allows for code to add its
211ec907
UJ
2534 own uid to the entry.
2535 (icalendar--convert-float-to-ical): Add export of
2536 `diary-float'-entries save for those with the optional DAY
2537 argument.
2538
2a782793
DC
25392011-04-27 Daniel Colascione <dan.colascione@gmail.com>
2540
2541 * subr.el (shell-quote-argument): Use alternate escaping strategy
2542 when we spot a variable reference in a string.
2543
0438ce91
DC
25442011-04-26 Daniel Colascione <dan.colascione@gmail.com>
2545
2546 * cus-start.el (all): Define customization for debug-on-event.
2547
841a1577 25482011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
2549
2550 * subr.el (shell-quote-argument): Escape correctly under Windows.
2551
d090ed6c
SM
25522011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2553
2554 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
2555
bfd31217
MA
25562011-04-25 Michael Albinus <michael.albinus@gmx.de>
2557
d090ed6c
SM
2558 * net/tramp.el (tramp-process-actions): Add POS argument.
2559 Delete region between POS and (pos).
bfd31217 2560
d090ed6c
SM
2561 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2562 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
2563 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
2564
2565 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
2566 position in `tramp-process-actions' call.
2567
2568 * net/trampver.el: Update release number.
2569
e92f3bd3
SM
25702011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2571
850256b5
SM
2572 * custom.el (defcustom): Obey lexical-binding.
2573
e92f3bd3
SM
2574 Fix octave-inf completion problems reported by Alexander Klimov.
2575 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
2576 Inherit from octave-mode-syntax-table.
2577 (inferior-octave-mode): Set info-lookup-mode.
2578 (inferior-octave-completion-at-point): New function.
2579 (inferior-octave-complete): Use it and completion-in-region.
2580 (inferior-octave-dynamic-complete-functions): Use it as well, and use
2581 comint-filename-completion.
2582 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
2583 symbol elements which shouldn't be word elements.
2584 (octave-font-lock-keywords, octave-beginning-of-defun)
2585 (octave-function-header-regexp): Adjust regexps accordingly.
2586 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
2587
cd22b309
JB
25882011-04-25 Juanma Barranquero <lekktu@gmail.com>
2589
2590 * net/gnutls.el (gnutls-errorp): Declare before first use.
2591
8b492194
TZ
25922011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
2593
2594 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
2595 verify-error, and verify-hostname-error parameters. Check whether
cd22b309
JB
2596 default trustfile exists before going to use it. Add missing
2597 argument to gnutls-message-maybe call. Return return value.
8b492194
TZ
2598 Reported by Claudio Bley <claudio.bley@gmail.com>.
2599 (open-gnutls-stream): Add usage example.
2600
2601 * net/network-stream.el (network-stream-open-starttls): Give host
2602 parameter to `gnutls-negotiate'.
2603 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 2604 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 2605
841a1577 26062011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 2607
cd22b309
JB
2608 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
2609 Use correct match group (bug#8438).
05842630 2610
3ba7869c
CY
26112011-04-24 Chong Yidong <cyd@stupidchicken.com>
2612
512e3ae1
CY
2613 * emacs-lisp/package.el (package-built-in-p): Fix typo.
2614 (package-menu--generate): New arg specifying packages to show.
2615 (package-menu-refresh, package-menu-execute, list-packages):
2616 Callers changed.
2617 (package-show-package-list): New function, replacing deleted
2618 package--list-packages (renamed because it is non-internal).
2619
2620 * finder.el (finder-list-matches): Use package-show-package-list
2621 instead of deleted package--list-packages.
2622
e92f3bd3
SM
2623 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
2624 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
2625 (vc-annotate-mode-map): Bind it to RET.
2626
7031be6d
UR
26272011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2628
2629 * progmodes/etags.el (next-file): Don't use set-buffer to change
2630 buffers (Bug#8478).
2631
4ef177aa
CY
26322011-04-24 Chong Yidong <cyd@stupidchicken.com>
2633
c8d173eb
CY
2634 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
2635
4ef177aa
CY
2636 * apropos.el (apropos-label-face): Avoid variable-pitch face.
2637 (apropos-accumulator): Doc fix.
2638 (apropos-function, apropos-macro, apropos-command)
2639 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2640 (apropos-plist): Add face property.
2641 (apropos-symbols-internal): Fix indentation.
2642 (apropos-print): Simplify help, and recognize apropos-multi-type.
2643 (apropos-print-doc): Use button-type-get to extract the button's
2644 face property. Fill docstring (Bug#8352).
2645
4ffd0d6b 26462011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
2647
2648 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
2649
c6c32125 2650 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 2651 (mpuz-mode-map): Use mapc.
c6c32125
JB
2652 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
2653 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
2654 Fix typos in docstrings.
2655
58d468b4
JB
2656 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
2657 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
2658
6470c3c6
JB
2659 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
2660
4ffd0d6b 26612011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
2662
2663 * minibuffer.el (completion--do-completion): Avoid the "Next char
2664 not unique" prompt if icomplete-mode is enabled (Bug#5849).
2665
3ad8bad0
CY
2666 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
2667 mouse-2 into unread-command-events, it is interpreted correctly.
2668
71d73c9c 2669 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 2670 (image-toggle-display): Doc fix.
71d73c9c 2671
841a1577 26722011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 2673
4ffd0d6b
GM
2674 * textmodes/page.el (what-page): Use line-number-at-pos to
2675 calculate line number (Bug#6825).
6e1dbaa9 2676
c2fb1b60
JB
26772011-04-22 Juanma Barranquero <lekktu@gmail.com>
2678
2679 * eshell/esh-mode.el (find-tag-interactive): Declare function.
2680 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
2681 Pass argument NO-DEFAULT to `find-tag-interactive'.
2682
e02f48d7
JB
26832011-04-22 Juanma Barranquero <lekktu@gmail.com>
2684
2685 Lexical-binding cleanup.
2686
2687 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
2688 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
2689 * progmodes/ada-prj.el (ada-prj-initialize-values)
2690 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
2691 (ada-prj-show-value):
2692 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
2693 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
2694 (antlr-invalidate-context-cache, antlr-options-menu-filter)
2695 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
2696 * progmodes/bug-reference.el (bug-reference-push-button):
2697 * progmodes/fortran.el (fortran-line-length):
2698 * progmodes/glasses.el (glasses-change):
2699 * progmodes/octave-mod.el (octave-fill-paragraph):
2700 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
2701 (python-pdbtrack-grub-for-buffer, python-sentinel):
2702 * progmodes/sql.el (sql-save-connection):
2703 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
2704 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
2705 Mark unused parameters.
2706
2707 * progmodes/compile.el (compilation--flush-directory-cache)
2708 (compilation--flush-parse, compile-internal): Mark unused parameters.
2709 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
2710 (compilation-next-error-function): Remove unused variable `timestamp'.
2711
2712 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
2713 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
2714
2715 * progmodes/dcl-mode.el (dcl-end-of-command):
2716 Remove unused variable `start'.
2717 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
2718 (dcl-option-value-basic, dcl-option-value-offset)
2719 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
2720 Mark unused parameters.
2721 (dcl-save-local-variable): Remove unused variable `val'.
2722 (mode): Declare.
2723
2724 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
2725 Mark unused parameters.
2726 (delphi-ignore-changes): Move before first use.
2727 (delphi-charset-token-at): Remove unused variable `start'.
2728 (delphi-else-start): Remove unused variable `if-count'.
2729 (delphi-comment-block-start, delphi-comment-block-end):
2730 Remove unused variable `kind'.
2731 (delphi-indent-line): Remove unused variable `new-point'.
2732
2733 * progmodes/ebrowse.el (ebrowse-files-list)
2734 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
2735 Mark unused parameters. Don't quote `lambda'.
2736 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
2737 Don't quote `lambda'.
2738 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
2739 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
2740 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
2741 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
2742 Use `ignore-errors'.
2743 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
2744 (ebrowse-view/find-file-and-search-pattern)
2745 (ebrowse-view/find-member-declaration/definition):
2746 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
2747 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
2748 Rename parameter PREFIX-ARG to PREFIX.
2749 (ebrowse-tags-read-name): Remove unused variables `start' and
2750 `member-info'.
2751 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
2752 to `tags-file'.
2753
2754 * progmodes/etags.el (local-find-tag-hook): Declare.
2755 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
2756 Mark unused parameters.
2757
2758 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
2759 (executable-interpret): Mark unused parameter.
2760
2761 * progmodes/flymake.el (flymake-process-sentinel)
2762 (flymake-after-change-function)
2763 (flymake-create-temp-with-folder-structure)
2764 (flymake-get-include-dirs-dot): Mark unused parameters.
2765 (flymake-safe-delete-directory): Remove unused variable `err'.
2766
2767 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
2768 (speedbar-timer-fn, speedbar-line-text)
2769 (speedbar-change-expand-button-char, speedbar-delete-subblock)
2770 (speedbar-center-buffer-smartly): Declare functions.
2771 (gdb-find-watch-expression): Remove unused variable `array'.
2772 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
2773 (gdb-starting): Mark unused parameters.
2774 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
2775 (gdb-table-string): Remove unused variable `res'.
2776 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
2777 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
2778 (gdb-display-buffer): Remove unused variable `cur-size'.
2779
2780 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
2781 allow lexical-binding compilation.
2782 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
2783 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
2784 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
2785 Mark unused parameters.
2786 (gud-gdb-marker-filter): Remove unused variable `match'.
2787 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
2788 lambda expressions and funcall them, instead of using `fset'.
2789
2790 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
2791 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
2792
2793 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
2794 variable `header-beg'; use `let'.
2795
2796 * progmodes/icon.el (indent-icon-exp): Remove unused variables
2797 `restart', `last-sexp' and `at-do'.
2798
2799 * progmodes/js.el (js--debug): Mark unused parameter.
2800 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
2801 (js--splice-into-items): Remove unused variable `item'.
2802 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
2803
2804 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
2805 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
2806 (makefile-complete): Remove unused variable `try'.
2807 (makefile-fill-paragraph, makefile-match-function-end):
2808 Mark unused parameters.
2809
2810 * progmodes/octave-inf.el (inferior-octave-complete):
2811 Remove unused variable `proc'.
2812 (inferior-octave-output-digest): Mark unused parameter.
2813
2814 * progmodes/perl-mode.el (perl-calculate-indent):
2815 Remove unused variable `err'.
2816
2817 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
2818 (prolog-indent-line): Mark unused parameters.
2819 (prolog-indent-line): Remove unused variable `beg'.
2820
2821 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
2822 (reporter-dont-compact-list): Declare.
2823
2824 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
2825 Remove unused variable `char'.
2826 (sh-debug): Mark unused parameter.
2827 (sh-get-indent-info): Remove unused variable `start'.
2828 (sh-calculate-indent): Remove unused variable `var'.
2829
2830 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
2831 (simula-electric-keyword): Remove unused variable `null'.
2832 (simula-search-backward, simula-search-forward): Remove unused
2833 variables `begin' and `end'.
2834
2835 * progmodes/vera-mode.el (vera-guess-basic-syntax):
2836 Remove unused variable `pos'.
2837 (vera-electric-tab, vera-comment-uncomment-region):
2838 Mark unused parameters.
2839 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
2840
7ede3b65
CY
28412011-04-22 Chong Yidong <cyd@stupidchicken.com>
2842
2843 * emacs-lisp/package.el (package--builtins, package-alist)
2844 (package-load-descriptor, package-built-in-p, package-activate)
2845 (define-package, package-installed-p)
2846 (package-compute-transaction, package-buffer-info)
2847 (package--push): Doc fix. Distinguish more clearly between
2848 version strings and version lists.
2849
121656e9
JB
28502011-04-21 Juanma Barranquero <lekktu@gmail.com>
2851
2852 Lexical-binding cleanup.
2853
2854 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
2855 (5x5-make-mutate-best):
2856 * play/fortune.el (fortune-in-buffer):
2857 * play/gomoku.el (gomoku-init-display):
2858 * play/solitaire.el (solitaire, solitaire-do-check):
2859 * play/tetris.el (tetris-default-update-speed-function):
2860 Mark unused parameters.
2861
2862 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
2863 (bubbles--shift): Remove unused variable `char-org'.
2864 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
2865 (bubbles--show-images): Remove unused variable `char'.
2866
2867 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
2868 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
2869 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
2870 (decipher-analyze-buffer): Use ?\s.
2871 (decipher-make-checkpoint): Remove unused variable `mapping'.
2872
2873 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
2874
2875 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2876 Remove unused variable `result'; use `let'.
2877
2878 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
2879 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
2880 (gametree-children-shown-p, gametree-compute-reduced-score):
2881 Use `ignore-errors'.
2882
2883 * play/handwrite.el (ps-lpr-switches): Declare.
2884 (handwrite): Remove unused variables `pmin' and `lastp'.
2885
2886 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
2887
2888 * play/landmark.el (landmark-init-display)
2889 (landmark-update-naught-weights): Mark unused parameters.
2890 (landmark-y): Remove unused variable `noise'. Simplify.
2891 (landmark-human-plays): Remove unused variable `score'.
2892
2893 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
2894 (mpuz-try-proposal): Remove unused variable `game'.
2895
2896 * play/zone.el (life-patterns): Declare.
2897
80f499c7
JB
28982011-04-20 Juanma Barranquero <lekktu@gmail.com>
2899
2900 * vc/vc.el (ediff-vc-internal): Declare function.
2901
024ff170
SM
29022011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2903
c0a193ea
SM
2904 * shell.el: Use lexical-binding and std completion UI.
2905 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
2906 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
2907 comint-preoutput-filter-functions rather than on
2908 comint-output-filter-functions.
2909 (shell-command-completion, shell--command-completion-data)
2910 (shell-filename-completion, shell-environment-variable-completion)
2911 (shell-c-a-p-replace-by-expanded-directory): New functions.
2912 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
2913 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
2914 (shell-dynamic-complete-environment-variable): Use them.
2915 (shell-dynamic-complete-as-environment-variable)
2916 (shell-dynamic-complete-as-command): Remove.
2917 (shell-match-partial-variable): Match past point.
2918 * comint.el: Clean up use of completion-at-point-functions.
2919 (comint-completion-at-point): New function.
2920 (comint-mode): Use it completion-at-point-functions.
2921 (comint-dynamic-complete): Make it obsolete.
2922 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
2923 (comint-c-a-p-replace-by-expanded-history): New function.
2924 (comint-dynamic-complete-functions)
2925 (comint-replace-by-expanded-history): Use it.
2926 * minibuffer.el (completion-table-with-terminator): Allow dynamic
2927 termination strings. Try harder to avoid second try-completion.
2928 (completion-in-region-mode-map): Disable bindings that don't work yet.
2929
2dbaa080
SM
2930 * comint.el: Use lexical-binding. Require CL.
2931 (comint-dynamic-complete-functions): Use comint-filename-completion.
2932 (comint-completion-addsuffix): Tweak custom type.
2933 (comint-filename-completion, comint--common-suffix)
2934 (comint--common-quoted-suffix, comint--table-subvert)
2935 (comint--complete-file-name-data): New functions.
2936 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
2937 (comint-dynamic-list-filename-completions): Use them.
2938 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 2939
2dbaa080
SM
2940 * minibuffer.el (completion-in-region-mode):
2941 Keep completion-in-region-mode--predicate global.
2942 (completion-in-region--postch):
2943 Assume completion-in-region-mode--predicate is not null.
2944
c79a6f38
SM
2945 * progmodes/flymake.el (flymake-start-syntax-check-process):
2946 Obey `dir'. Simplify.
2947
024ff170
SM
2948 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
2949 we're in VC after all.
2950
1c6c854e
CS
29512011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
2952
2953 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 2954 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
2955 (vc-version-diff): Use vc-diff-build-argument-list-internal.
2956
bed7f140
SM
29572011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2958
332e62ab
SM
2959 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
2960 add sanity check.
2961
bed7f140
SM
2962 * obsolete/erc-hecomplete.el: Make obsolete.
2963 * obsolete/: Standardize obsolescence info in the header.
2964
f195c582
GM
29652011-04-20 Glenn Morris <rgm@gnu.org>
2966
2967 * calendar/solar.el (solar-horizontal-coordinates):
2968 Use the longitude argument rather than `calendar-longitude'.
2969 (solar-date-next-longitude): Remove unused locals.
2970
cb79b8c0
VJL
29712011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2972
2973 * whitespace.el: New version 13.2.1.
2974
29752011-04-20 felix <EmacsWiki> (tiny change)
2976
d8e4b68b 2977 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
2978 switching between major modes on a file.
2979
602ea69d
SM
29802011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2981
2982 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
2983 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
2984 multi-line comments as well.
2985
06b60517
JB
29862011-04-19 Juanma Barranquero <lekktu@gmail.com>
2987
2988 Lexical-binding cleanup.
2989
2990 * arc-mode.el (archive-mode-revert):
2991 * cmuscheme.el (scheme-interactively-start-process):
2992 * custom.el (custom-initialize-delay):
2993 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
2994 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
2995 * emacs-lock.el (emacs-lock-clear-sentinel):
2996 * ezimage.el (defezimage):
2997 * follow.el (follow-avoid-tail-recenter):
2998 * fringe.el (set-fringe-mode-1):
2999 * generic-x.el (bat-generic-mode-compile):
3000 * help-mode.el (help-info-variable, help-do-xref)
3001 (help-mode-revert-buffer):
3002 * help.el (view-emacs-todo):
3003 * iswitchb.el (iswitchb-completion-help):
3004 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
3005 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
3006 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
3007 * locate.el (locate-update):
3008 * longlines.el (longlines-encode-region)
3009 (longlines-after-change-function):
3010 * outline.el (outline-isearch-open-invisible):
3011 * ps-def.el (declare-function, charset-dimension, char-width)
3012 (encode-char):
3013 * ps-mule.el (ps-mule-plot-string):
3014 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
3015 (recentf-edit-list-select, recentf-edit-list-validate)
3016 (recentf-open-files-action):
3017 * rect.el (delete-whitespace-rectangle-line)
3018 (rectangle-number-line-callback):
3019 * register.el (window-configuration-to-register)
3020 (frame-configuration-to-register):
3021 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
3022 * select.el (xselect-convert-to-string, xselect-convert-to-length)
3023 (xselect-convert-to-targets, xselect-convert-to-delete)
3024 (xselect-convert-to-filename, xselect-convert-to-charpos)
3025 (xselect-convert-to-lineno, xselect-convert-to-colno)
3026 (xselect-convert-to-os, xselect-convert-to-host)
3027 (xselect-convert-to-user, xselect-convert-to-class)
3028 (xselect-convert-to-name, xselect-convert-to-integer)
3029 (xselect-convert-to-atom, xselect-convert-to-identity):
3030 * subr.el (declare, ignore, process-kill-without-query)
3031 (text-clone-maintain):
3032 * terminal.el (te-get-char, te-tic-sentinel):
3033 * tool-bar.el (tool-bar-make-keymap):
3034 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
3035 * type-break.el (type-break-mode, type-break-noninteractive-query):
3036 * view.el (View-back-to-mark):
3037 * wid-browse.el (widget-browse-action, widget-browse-widget)
3038 (widget-browse-widgets, widget-browse-sexp):
3039 * widget.el (define-widget-keywords):
3040 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
3041 Mark unused parameters.
3042
3043 * align.el (align-adjust-col-for-rule): Mark unused parameter.
3044 (align-areas): Remove unused variable `look'.
3045 (align-region): Remove unused variables `real-end' and `pos-list'.
3046
3047 * apropos.el (apropos-score-doc): Remove unused variable `i'.
3048
3049 * bindings.el (mode-line-modified, mode-line-remote):
3050 Mark unused parameters.
3051 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
3052
3053 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
3054 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
3055
3056 * comint.el (comint-history-isearch-pop-state)
3057 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
3058 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
3059 (comint-substitute-in-file-name): Doc fix.
3060
3061 * completion.el (cmpl-statistics-block): Mark unused parameter.
3062 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
3063 (save-completions-to-file, load-completions-from-file):
3064 Remove unused local variable `e'.
3065
3066 * composite.el (compose-chars): Remove unused variable `len'.
3067 (lgstring-insert-glyph): Remove unused variable `g'.
3068 (compose-glyph-string): Remove unused variables `ascent',
3069 `descent', `lbearing' and `rbearing'.
3070 (compose-glyph-string-relative): Remove unused variables
3071 `lbearing', `rbearing' and `wadjust'.
3072 (compose-gstring-for-graphic): Remove unused variables `header',
3073 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
3074 (compose-gstring-for-terminal): Remove unused variables `header'
3075 and `nchars'. Use `let', not `let*'.
3076
3077 * cus-edit.el (Custom-set, Custom-save, custom-reset)
3078 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
3079 (Custom-buffer-done, custom-buffer-create-internal)
3080 (custom-browse-visibility-action, custom-browse-group-tag-action)
3081 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
3082 (widget-magic-mouse-down-action, custom-toggle-parent)
3083 (custom-add-parent-links, custom-toggle-hide-variable)
3084 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
3085 (custom-toggle-hide-face, face, hook, custom-group-link-action)
3086 (custom-face-menu-create, custom-variable-menu-create, get)
3087 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
3088 (custom-reset-standard-save-and-update): Remove unused variable `value'.
3089 (customize-apropos): Remove unused variable `tests'.
3090 (custom-group-value-create): Remove unused variable `hidden-p'.
3091 (sort-fold-case): Declare.
3092
3093 * cus-theme.el (custom-reset-standard-faces-list)
3094 (custom-reset-standard-variables-list): Declare.
3095 (customize-create-theme, custom-theme-revert, custom-theme-write)
3096 (custom-theme-choose-mode, customize-themes, custom-theme-save):
3097 Mark unused parameters.
3098
3099 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
3100
3101 * delim-col.el (delimit-columns-max): Move defvar before first use.
3102
3103 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 3104 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
3105
3106 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
3107 (auto-insert): Declare.
3108 (desktop-restore-file-buffer): Rename desktop-* parameters;
3109 mark unused ones.
3110 (desktop-create-buffer): Rename desktop-* parameters and bind them.
3111 (desktop-buffer): Rename desktop-* parameters.
3112
3113 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
3114 (dframe-reposition-frame-xemacs, dframe-help-echo)
3115 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
3116 Mark unused parameters.
3117
3118 * dired-aux.el (backup-extract-version-start, overwrite-query)
3119 (overwrite-backup-query, rename-regexp-query)
3120 (rename-non-directory-query): Declare.
3121 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
3122 (dired-add-entry): Remove unused variable `orig-file-name'.
3123 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
3124 Use parameter PRESERVE-TIME instead of accessing dynamic variable
3125 `dired-copy-preserve-time' directly.
3126 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
3127 (dired-insert-subdir-newpos): Rename unused variable `pos'.
3128
3129 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
3130 (dired-virtual-revert, dired-make-relative-symlink):
3131 Mark unused parameters.
3132 (manual-program): Declare.
3133 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
3134 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
3135 wrapped in `with-no-warnings' to avoid replacing one warning by another.
3136
3137 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
3138
3139 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
3140
3141 * echistory.el (electric-history-in-progress, Helper-return-blurb):
3142 Declare.
3143
3144 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
3145
3146 * electric.el (Electric-command-loop): Rename parameter
3147 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
3148
3149 * expand.el (expand-in-literal): Remove unused variable `here'.
3150
3151 * facemenu.el (facemenu-add-new-color):
3152 Remove unused variable `docstring'.
3153
3154 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
3155 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
3156 (face-attr-construct): Mark unused parameter. Doc fix.
3157 (read-color): Remove unused variable `hex-string'.
3158
3159 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
3160 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
3161 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
3162 (display-buffer-other-frame): Remove unused variable `old-window'.
3163 (kill-buffer-hook): Declare.
3164 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
3165 Mark unused parameters.
3166 (after-find-file): Pass 1 to `auto-save-mode', not t.
3167
3168 * files-x.el (auto-insert): Declare.
3169 (modify-file-local-variable-prop-line): Remove unused variable `val'.
3170
3171 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 3172 variable `buf'. Mark unused parameter.
06b60517
JB
3173 (find-lisp-insert-directory): Mark unused parameter.
3174
3175 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
3176 (format-encode-region): Remove unused variables `cur-buf' and `result'.
3177 (format-common-tail): Remove, unused.
3178 (format-deannotate-region): Remove unused variable `loc'.
3179 (format-annotate-region): Remove unused variable `p'.
3180 (format-annotate-single-property-change): Remove unused variables
3181 `default' and `tail'.
3182
3183 * forms.el (read-file-filter): Declare.
3184 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
3185
3186 * frame.el (frame-creation-function-alist): Mark unused parameter.
3187 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
3188
3189 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
3190 Remove unused parameters.
3191 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
3192 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
3193
3194 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
3195 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
3196 (hfy-prepare-tag-map): Mark unused parameters.
3197 (htmlfontify-buffer): Use `called-interactively-p'.
3198
3199 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
3200 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
3201 (ibuffer-do-occur): Mark unused parameters.
3202 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
3203 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
3204
3205 * ibuffer.el: Don't quote `lambda'.
3206 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
3207 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
3208 Mark unused parameters.
3209
3210 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
3211 (ido-completing-read): Mark unused parameters.
3212 (ido-copy-current-word): Mark unused parameters;
3213 remove unused variable `name'.
3214 (ido-sort-merged-list): Remove unused parameter `dirs'.
3215
3216 * ielm.el (ielm-input-sender): Mark unused parameter.
3217 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
3218 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
3219 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
3220 `ielm-string' as a dynamic variable accessible from the IELM prompt.
3221 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
3222
3223 * image-dired.el (image-dired-display-thumbs): Remove unused
3224 variables `curr-file' and `count'.
3225 (image-dired-remove-tag): Remove unused variable `start'.
3226 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
3227 variable `curr-file'
3228 (image-dired-rotate-original): Remove unused variable `temp-file'.
3229 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
3230 Remove unused variable `file'.
3231 (image-dired-gallery-generate): Remove unused variable `curr'.
3232 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
3233
3234 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
3235
3236 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
3237
3238 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
3239
3240 * isearch.el (minibuffer-history-symbol): Declare.
3241 (isearch-edit-string): Remove unused variable `err'.
3242 (isearch-message-prefix, isearch-message-suffix):
3243 Mark unused parameters.
3244
3245 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
3246
3247 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
3248
3249 * makesum.el (double-column): Remove unused variable `cnt'.
3250
3251 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
3252 (ido-ignore-item-temp-list): Declare.
3253
3254 * mouse-drag.el (mouse-drag-throw): Remove unused variables
3255 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
3256 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
3257 (mouse-drag-drag): Remove unused variables `mouse-delta' and
3258 `mouse-col-delta'.
3259
3260 * mouse-sel.el (mouse-extend-internal):
3261 Remove unused variable `orig-window-frame'.
3262
3263 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
3264 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
3265 Move declarations before first use.
3266 (pcomplete-opt): Mark unused parameters; doc fix.
3267
3268 * proced.el (proced-revert): Mark unused parameter.
3269 (proced-send-signal): Remove unused variable `err'.
3270
3271 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
3272 Rename parameter PREFIX-ARG to ARG.
3273 (ps-basic-plot-string, ps-basic-plot-whitespace):
3274 Mark unused parameters.
3275
3276 * replace.el (replace-count): Define.
3277 (occur-revert-function): Mark unused parameters.
3278 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
3279 (isearch-case-fold-search, isearch-string): Declare.
3280 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
3281 bind `case-fold-search'. Remove unused variables `beg' and `end',
3282 and simplify.
3283 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
3284 COUNT and bind `replace-count'.
3285 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
3286 to COUNT.
3287
3288 * savehist.el (print-readably, print-string-length): Declare.
3289
3290 * shadowfile.el (shadow-expand-cluster-in-file-name):
3291 Remove unused variable `cluster'.
3292 (shadow-copy-file): Remove unused variable `i'.
3293 (shadow-noquery, shadow-clusters, shadow-site-cluster)
3294 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
3295 (shadow-define-literal-group, shadow-define-regexp-group)
3296 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
3297
3298 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
3299 (shell): Use `called-interactively-p'.
3300 (shell-directory-tracker): Remove unused variable `chdir-failure'.
3301
3302 * simple.el (compilation-context-lines, comint-file-name-quote-list)
3303 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
3304 (delete-backward-char): Remove unused variable `ocol'.
3305 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
3306 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
3307 (event-apply-hyper-modifier, event-apply-shift-modifier)
3308 (event-apply-control-modifier, event-apply-meta-modifier):
3309 Mark unused parameters.
3310 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
3311 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
3312
3313 * speedbar.el (speedbar-ignored-directory-expressions)
3314 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
3315 (speedbar-find-file, speedbar-dir-follow)
3316 (speedbar-directory-buttons-follow, speedbar-tag-find)
3317 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
3318 (speedbar-buffers-line-directory, speedbar-buffer-click):
3319 Mark unused parameters.
3320 (speedbar-tag-file): Remove unused variable `mode'.
3321 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
3322
3323 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
3324
3325 * talk.el (talk): Remove unused variable `display'.
3326
3327 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
3328 (tar-write-region-annotate): Mark unused parameter.
3329
3330 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
3331 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
3332 Declare them, wrapped in `with-no-warnings' to avoid replacing one
3333 warning by another.
3334
3335 * time-stamp.el (time-stamp-string-preprocess):
3336 Remove unused variable `require-padding'.
3337
3338 * tree-widget.el (widget-glyph-enable): Declare.
3339 (tree-widget-action): Mark unused parameter.
3340
3341 * w32-fns.el (x-get-selection): Mark unused parameter.
3342 (autoload-make-program, generated-autoload-file): Declare.
3343
3344 * wdired.el (wdired-revert): Mark unused parameters.
3345 (wdired-xcase-word): Remove unused variable `err'.
3346
3347 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
3348 (whitespace-help-scroll): Remove unused variable `data-help'.
3349
3350 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
3351 (widget-image-insert, widget-after-change, default)
3352 (widget-default-format-handler, widget-default-notify)
3353 (widget-default-prompt-value, widget-info-link-action)
3354 (widget-url-link-action, widget-function-link-action)
3355 (widget-variable-link-action, widget-file-link-action)
3356 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
3357 (widget-field-prompt-internal, widget-field-action, widget-field-match)
3358 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
3359 (widget-insert-button-action, widget-delete-button-action, visibility)
3360 (widget-documentation-link-action, widget-documentation-string-action)
3361 (widget-const-prompt-value, widget-regexp-match, symbol)
3362 (widget-coding-system-prompt-value)
3363 (widget-key-sequence-value-to-external, sexp)
3364 (widget-sexp-value-to-internal, character, vector, cons)
3365 (widget-choice-prompt-value, widget-boolean-prompt-value)
3366 (widget-color--choose-action): Mark unused parameters.
3367 (widget-item-match-inline, widget-choice-match-inline)
3368 (widget-checklist-match, widget-checklist-match-inline)
3369 (widget-group-match): Rename parameter VALUES to VALS.
3370 (widget-field-value-set): Remove unused variable `size'.
3371 (widget-color-action): Remove unused variables `value' and `start'.
3372
3373 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 3374 variable `dir'. Doc fix.
06b60517
JB
3375 (windmove-find-other-window): Don't pass it.
3376
3377 * window.el (count-windows): Mark unused parameter.
3378 (bw-adjust-window): Remove unused variable `err'.
3379
3380 * woman.el (woman-file-name): Remove unused variable `default'.
3381 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
3382 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
3383 (global-font-lock-mode): Declare.
3384 (woman-decode-region): Mark unused parameter.
3385 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
3386
3387 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
3388 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
3389 (x-dnd-handle-moz-url): Remove unused variable `title'.
3390 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
3391
3392 * xml.el (xml-parse-tag, xml-parse-attlist):
3393 Remove unused variable `pos'.
3394
bc4f7f3d
GM
33952011-04-19 Glenn Morris <rgm@gnu.org>
3396
3397 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
3398 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
3399 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3400 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
3401 * calendar/cal-html.el (cal-html-insert-minical):
3402 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
3403 (calendar-mark-date-pattern):
3404 Prefix "unused" locals.
3405
3406 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
3407 optional argument `style'.
3408
3409 * calendar/appt.el (appt-make-list):
3410 * calendar/cal-china.el (calendar-chinese-date-string):
3411 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
3412 (diary-hebrew-yahrzeit):
3413 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
3414 * calendar/calendar.el (calendar-generate-window):
3415 * calendar/time-date.el (time-to-days):
3416 Remove unused local variables.
3417
16a43933
CY
34182011-04-18 Chong Yidong <cyd@stupidchicken.com>
3419
3420 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
3421 glyphless-char-display table.
3422 (tabulated-list-glyphless-char-display): New var.
3423
7eed1860
SS
34242011-04-18 Sam Steingold <sds@gnu.org>
3425
3426 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
3427 to acknowledgments.
3428
4d2d1ccd
GM
34292011-04-17 Glenn Morris <rgm@gnu.org>
3430
3431 * calendar/diary-lib.el (diary-sexp-entry):
3432 * calendar/holidays.el (holiday-sexp):
3433 Set debug-on-error rather than the removed stack-trace-on-error.
3434
239da61d
GM
34352011-04-16 Glenn Morris <rgm@gnu.org>
3436
3437 * progmodes/f90.el: Use lexical-binding.
3438 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
3439
8b05752a
SM
34402011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3441
daca8ba5
SM
3442 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
3443 (mail-mode): Setup mailalias completion here instead.
3444 * mail/mailalias.el: Use lexical-binding.
3445 (pattern, mailalias-done): Declare dynamic.
3446 (mail-completion-at-point-function): New function, from mail-complete.
3447 (mail-complete): Use it.
3448 (mail-completion-expand): New function.
3449 (mail-get-names): Use it.
3450 (mail-directory, mail-directory-process, mail-directory-stream):
3451 Don't use `pattern' for lexically bound arg.
3452
6f542485
SM
3453 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
3454
037e7c3f
SM
3455 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
3456 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
3457 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
3458
8b05752a
SM
3459 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
3460 (byte-save-window-excursion, byte-temp-output-buffer-setup)
3461 (byte-interactive-p): Define them again, for use when inlining
3462 old code.
3463
49093f60
JB
34642011-04-15 Juanma Barranquero <lekktu@gmail.com>
3465
3466 * loadup.el: Use `string-to-number', not `string-to-int'.
3467
b5b8e7de
SM
34682011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3469
3470 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
3471 gud-gdb-complete-command.
3472 (gud-gdb-completions): New function, from gud-gdb-complete-command.
3473 (gud-gdb-completion-at-point): New function.
3474 (gud-gdb-completions): Remove.
3475
f42efeb5
MA
34762011-04-14 Michael Albinus <michael.albinus@gmx.de>
3477
49093f60
JB
3478 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
3479 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
3480 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
3481 whether `executable-find' is bound.
f42efeb5
MA
3482
3483 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
3484
e240cc21
SM
34852011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3486
3487 * minibuffer.el (completion-in-region-mode-predicate)
3488 (completion-in-region-mode--predicate): New vars.
3489 (completion-in-region, completion-in-region--postch)
3490 (completion-in-region-mode): Use them.
3491 (completion--capf-wrapper): Also return the hook function.
3492 (completion-at-point, completion-help-at-point):
3493 Adjust and provide a predicate.
c2bd2ab0
SM
3494
3495 Preserve arg names for advice of subr and lexical functions (bug#8457).
3496 * help-fns.el (help-function-arglist): Consolidate the subr and
3497 new-byte-code cases. Add argument `preserve-names' to extract names
3498 from the docstring when needed.
3499 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
3500 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
3501 (ad-arglist): Use help-function-arglist's new arg.
3502 (ad-definition-type): Use cond.
3503
c183f693
JB
35042011-04-13 Juanma Barranquero <lekktu@gmail.com>
3505
06641a47
JB
3506 * autorevert.el (auto-revert-handler):
3507 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
3508 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
3509 Don't quote lambda.
3510
c183f693
JB
3511 * image-mode.el (image-transform-set-scale):
3512 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
3513
1e3b6001
G
35142011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3515
3516 * net/network-stream.el (network-stream-open-starttls): Only do
3517 opportunistic STARTTLS upgrades if we have built-in gnutls support.
3518 Upgrades via gnutls-cli are too slow to be done opportunistically.
3519
2d6af8dd
JB
35202011-04-12 Juanma Barranquero <lekktu@gmail.com>
3521
3522 * dframe.el (dframe-current-frame): Remove spurious quote.
3523
c0749a51
GM
35242011-04-12 Glenn Morris <rgm@gnu.org>
3525
088d0d61
GM
3526 * calendar/cal-tex.el (cal-tex-end-document):
3527 Try to automatically use latin1 input if needed.
3528
c0749a51
GM
3529 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
3530 Don't try to cons a mark onto an empty element.
3531
5c90fde0
LL
35322011-04-11 Leo Liu <sdl.web@gmail.com>
3533
3534 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
3535 buffers.
3536 (ido-kill-buffer-at-head): Support killing virtual buffers.
3537
369e974d
CY
35382011-04-10 Chong Yidong <cyd@stupidchicken.com>
3539
3540 * minibuffer.el (completion-show-inline-help): New var.
3541 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
3542 (minibuffer-force-complete, minibuffer-complete-word):
3543 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
3544
3545 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
3546 to avoid interference from inline help (Bug#5849).
3547
37f1c930
LL
35482011-04-10 Leo Liu <sdl.web@gmail.com>
3549
099c39a4
JB
3550 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
3551 Fix typo.
37f1c930 3552
a32d4040
CY
35532011-04-09 Chong Yidong <cyd@stupidchicken.com>
3554
3555 * image-mode.el (image-toggle-display-image): Signal an error if
3556 not in Image mode.
3557 (image-transform-mode, image-transform-resize)
3558 (image-transform-set-rotation): Doc fix.
daca8ba5 3559 (image-transform-set-resize): Delete.
a32d4040
CY
3560 (image-transform-set-scale, image-transform-fit-to-height)
3561 (image-transform-fit-to-width): Handle image-toggle-display-image
3562 and image-transform-resize directly.
3563
099c39a4 35642011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
3565
3566 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
3567 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
3568 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
3569 (doc-view-mode-map): Add bindings for the new functions.
3570
099c39a4 35712011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb
JB
3572
3573 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
3574 Fix typo in docstring.
3575
3726838a
EZ
35762011-04-08 Eli Zaretskii <eliz@gnu.org>
3577
04f33f1e
EZ
3578 * files.el (file-size-human-readable): Produce one digit after
3579 decimal, like "ls -lh" does.
3580
3581 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
3582 the file size representation.
3583
3726838a
EZ
3584 * simple.el (list-processes): If async subprocesses are not
3585 available, error out with a clear error message.
3586
cbb59342
CY
35872011-04-08 Chong Yidong <cyd@stupidchicken.com>
3588
3589 * help.el (help-form-show): New function, to be called from C.
3590 Put help-form output in a buffer named differently than *Help*.
3591
e3971c44
EZ
35922011-04-08 Eli Zaretskii <eliz@gnu.org>
3593
3594 * files.el (file-size-human-readable): New function.
3595
3596 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
3597 computing the representation inline. Don't require `cl'.
3598
12544bbe
GM
35992011-04-08 Glenn Morris <rgm@gnu.org>
3600
a1de6c6a
GM
3601 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
3602
3c4671f4
GM
3603 * net/browse-url.el (browse-url-firefox):
3604 Test system-type, not system-configuration.
3605
b605679c
GM
3606 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
3607 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
3608 Use log-edit-empty-buffer-p. (Bug#7598)
3609
56442f0c
GM
3610 * net/rlogin.el (rlogin-process-connection-type): Simplify.
3611 (rlogin-mode-map): Initialize in the defvar.
3612 (rlogin): Use ignore-errors.
3613
12544bbe
GM
3614 * replace.el (occur-mode-map): Some fixes for menu items.
3615
eb237b0f
AH
36162011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3617
3618 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
3619
7d668f2c
CY
36202011-04-06 Chong Yidong <cyd@stupidchicken.com>
3621
e67a13ab
CY
3622 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
3623 issuing unused warnings.
3624
3625 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
3626 macro directly.
3627
7d668f2c
CY
3628 * simple.el: Lisp reimplement of list-processes. Based on an
3629 earlier reimplementation by Leo Liu, but using tabulated-list.el.
3630 (process-menu-mode): New major mode.
3631 (list-processes--refresh, list-processes):
3632 (process-menu-visit-buffer): New functions.
3633
3634 * files.el (save-buffers-kill-emacs): Don't assume any return
3635 value of list-processes, which is undocumented anyway.
3636
a83ec3c9
CY
36372011-04-06 Chong Yidong <cyd@stupidchicken.com>
3638
3639 * emacs-lisp/tabulated-list.el: New file.
3640
e91a96fe
CY
3641 * emacs-lisp/package.el: Use Tabulated List mode.
3642 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
3643 (package-menu-mode): Derive from tabulated-list-mode. Set up the
3644 table format using Tabulated List mode variables.
3645 (package--push): New macro, replacing package-list-maybe-add.
3646 (package-menu--generate): Use package--push. Renamed from
3647 package--generate-package-list.
3648 (package-menu-refresh, list-packages): Use it.
daca8ba5 3649 (package-menu--print-info): Rename from package-print-package.
e91a96fe 3650 Return insertion data instead of inserting it directly.
099c39a4
JB
3651 (package-menu-describe-package, package-menu-execute):
3652 Use tabulated-list-get-id.
e91a96fe
CY
3653 (package-menu-mark-delete, package-menu-mark-install)
3654 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
3655 (package-menu-mark-obsolete-for-deletion):
3656 Use tabulated-list-put-tag.
e91a96fe
CY
3657 (package--list-packages, package-menu-revert)
3658 (package-menu-get-package, package-menu-get-version)
3659 (package-menu-sort-by-column): Functions deleted.
3660 (package-menu-package-list, package-menu-sort-key): Vars deleted.
3661 (package-menu--status-predicate, package-menu--version-predicate)
3662 (package-menu--name-predicate)
3663 (package-menu--description-predicate): Handle arguments in the
3664 Tabulated List format.
3665 (package-list-packages-no-fetch): Call list-packages.
3666
3e214b50
JB
36672011-04-06 Juanma Barranquero <lekktu@gmail.com>
3668
3669 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 3670 (after-find-file): Don't bind it.
3e214b50
JB
3671 (revert-buffer-in-progress-p): New variable.
3672 (revert-buffer): Bind it.
3673 Pass nil for `after-find-file-from-revert-buffer'.
3674
3675 * saveplace.el (save-place-find-file-hook): Use new variable
3676 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
3677
3f0f1700
GM
36782011-04-06 Glenn Morris <rgm@gnu.org>
3679
c0274801
GM
3680 * Makefile.in (AUTOGEN_VCS): New variable.
3681 (autoloads): Use $AUTOGEN_VCS.
3682
3f0f1700
GM
3683 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
3684 * calendar/calendar.el (calendar-mode-map):
3685 Check for toolkit scroll bars. (Bug#8305)
3686
41ea9e48
CY
36872011-04-05 Chong Yidong <cyd@stupidchicken.com>
3688
3689 * minibuffer.el (completion-in-region--postch)
3690 (completion-in-region-mode): Remove unnecessary messages.
3691
6194c800
JB
36922011-04-05 Juanma Barranquero <lekktu@gmail.com>
3693
33256f14
JB
3694 * font-lock.el (font-lock-refresh-defaults):
3695 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
3696 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
3697
6194c800
JB
3698 * info.el (Info-directory-list, Info-read-node-name-2)
3699 (Info-split-parameter-string): Doc fixes.
3700 (Info-virtual-nodes): Reflow docstring.
3701 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
3702 (Info-apropos-toc-nodes, info-finder, Info-get-token)
3703 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
3704 Fix typos in docstrings.
3705 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
3706 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
3707 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
3708 (Info-restore-desktop-buffer): Mark unused parameters.
3709 (Info-directory-find-file, Info-directory-find-node)
3710 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
3711 (Info-virtual-index-find-node, Info-apropos-find-file)
3712 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 3713 Mark unused parameters; fix typos in docstrings.
6194c800
JB
3714 (Info-virtual-index): Remove unused local variable `nodename'.
3715
b87a8200 37162011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 3717
b87a8200
DD
3718 * net/rcirc.el: Update my e-mail address.
3719 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 3720
3b2ff876
CY
37212011-04-05 Chong Yidong <cyd@stupidchicken.com>
3722
3723 * startup.el (command-line): Save the cursor's theme-face
3724 directly, instead of using face-override-spec.
3725
3726 * custom.el (load-theme): Minor optimization in assigning faces.
3727
8d17e7ca
JB
37282011-04-04 Juanma Barranquero <lekktu@gmail.com>
3729
3730 * help-fns.el (describe-variable): Complete all variables having
3731 documentation, including keywords.
3732 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
3733
2fbc1934
JB
37342011-04-04 Juanma Barranquero <lekktu@gmail.com>
3735
3736 Convert to lexical-binding.
3737
3738 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
3739 (bs--get-marked-string, bs--get-modified-string)
3740 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
3741 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
3742 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
3743
3744 * ehelp.el (electric-help-execute-extended)
3745 (electric-help-ctrl-x-prefix):
3746 * hexl.el (hexl-revert-buffer-function):
3747 * linum.el (linum-after-change, linum-after-scroll):
3748 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
3749
3750 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
3751
74f50695
DU
37522011-04-04 Daiki Ueno <ueno@unixuser.org>
3753
3754 * epa-dired.el:
3755 * epa-mail.el:
3756 * epa-hook.el:
3757 * epa-file.el:
3758 * epa.el:
3759 * epg.el: Use lexical binding.
3760
c11325f7
CY
37612011-04-03 Chong Yidong <cyd@stupidchicken.com>
3762
0d9e9a12
CY
3763 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
3764
c11325f7 3765 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
3766 dictionary case for flyspell-mark-duplications-exceptions.
3767 Use regexp matching for languages.
c11325f7
CY
3768 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
3769 default dictionary (Bug#7926).
3770
da91b5f2
CY
37712011-04-02 Chong Yidong <cyd@stupidchicken.com>
3772
099c39a4
JB
3773 * emacs-lisp/package.el (package--with-work-buffer):
3774 Recognize https URLs.
da91b5f2 3775
099c39a4
JB
3776 * net/network-stream.el: Move from gnus/proto-stream.el.
3777 Change prefix to network-stream throughout.
da91b5f2
CY
3778 (open-protocol-stream): Merge into open-network-stream, leaving
3779 open-protocol-stream as an alias. Handle nil BUFFER args.
3780
3781 * subr.el (open-network-stream): Move to net/network-stream.el.
3782
afa8e9f6
GM
37832011-04-02 Glenn Morris <rgm@gnu.org>
3784
1d2e369d
GM
3785 * find-dired.el (find-exec-terminator): New option.
3786 (find-ls-option): Test for -ls support.
3787 (find-ls-subdir-switches): Test for -b in find-ls-option.
3788 (find-dired, find-grep-dired): Doc fixes.
3789 (find-dired): Use find-exec-terminator.
3790
8abb7da8 3791 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
3792 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
3793 (find-name-arg): Remove purecopy.
8abb7da8 3794
f3ca7378
GM
3795 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
3796 (grep-compute-defaults): Check for `-exec COMMAND +' support.
3797 Set grep-find-use-xargs, grep-find-command, and grep-find-template
3798 accordingly. Don't add the null-device if not needed.
3799
afa8e9f6
GM
3800 * files.el (save-some-buffers): Doc fix.
3801
35eae264
EZ
38022011-04-02 Eli Zaretskii <eliz@gnu.org>
3803
3804 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
3805
26b51db5
JB
38062011-04-01 Juanma Barranquero <lekktu@gmail.com>
3807
3808 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
3809 Use `dolist' rather than `mapcar'.
3810
7200d79c
SM
38112011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3812
03408648 3813 Add lexical binding.
7200d79c 3814
03408648
SM
3815 * subr.el (apply-partially): Use new closures rather than CL.
3816 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
3817 (dolist, dotimes): Use slightly different expansion for lexical code.
3818 (functionp): Move to C.
3819 (letrec): New macro.
3820 (with-wrapper-hook): Use it and apply-partially instead of CL.
3821 (eval-after-load): Preserve lexical-binding.
3822 (save-window-excursion, with-output-to-temp-buffer): Turn them
3823 into macros.
7200d79c 3824
03408648
SM
3825 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
3826
3827 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
3828 than the arglist.
3829 (help-add-fundoc-usage): Don't add `Not documented'.
3830 (help-function-arglist): Handle closures, subroutines, and new
3831 byte-code-functions.
3832 (help-make-usage): Remove leading underscores.
3833 (describe-function-1): Handle closures.
3834 (describe-variable): Use special-variable-p for completion.
3835
3836 * files.el (lexical-binding): Declare safe.
f488fb65 3837
03408648
SM
3838 * emacs-lisp/pcase.el: Don't use destructuring-bind.
3839 (pcase--memoize): Rename from pcase-memoize. Change weakness.
3840 (pcase): Add `let' pattern.
3841 Change memoization so it actually works.
3842 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
3843 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
3844 <let>: New case.
f488fb65 3845
03408648
SM
3846 * emacs-lisp/macroexp.el: Use lexical binding.
3847 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
3848 Don't convert ' to #' without checking that it's indeed quoting
3849 a lambda.
3850
3851 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 3852 Use eval-sexp-add-defvars.
03408648
SM
3853 (eval-sexp-add-defvars): New fun.
3854
3855 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
3856
3857 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
3858 Don't autoload.
3859 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
3860 than the internal `byte-compile-lambda'.
3861 (defmethod): Don't hide code under quotes.
3862 (eieio-defmethod): New `code' argument.
3863
3864 * emacs-lisp/eieio-comp.el: Remove.
3865
3866 * emacs-lisp/edebug.el (edebug-eval-defun)
3867 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
3868 (edebug-toggle): Avoid `eval'.
3869
3870 * emacs-lisp/disass.el (disassemble-internal): Handle new
3871 `closure' objects.
3872 (disassemble-1): Handle new byte codes.
3873
3874 * emacs-lisp/cl.el (pushnew): Silence warning.
3875
3876 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
3877 (cl-byte-compile-throw): Remove.
3878 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
3879
3880 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
3881 closures.
3882
3883 * emacs-lisp/cconv.el: New file.
3884
3885 * emacs-lisp/bytecomp.el: Use lexical binding instead of
3886 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
3887 (byte-compile-initial-macro-environment):
3888 Handle declare-function here.
3889 (byte-compile--lexical-environment): New var.
3890 (byte-stack-ref, byte-stack-set, byte-discardN)
3891 (byte-discardN-preserve-tos): New lap codes.
3892 (byte-interactive-p): Don't use any more.
3893 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
3894 New macros.
3895 (byte-compile-lapcode): Use them and handle new lap codes.
3896 (byte-compile-obsolete): Remove.
3897 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
3898 (byte-compile-arglist-warn): Check late def of inlinable funs.
3899 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
3900 since they should have been expanded by now.
3901 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
3902 (byte-compile-from-buffer): Remove unused second arg.
3903 (byte-compile-preprocess): New function.
3904 (byte-compile-toplevel-file-form): New function to distinguish
3905 file-form calls from outside from file-form calls from hunk-handlers.
3906 (byte-compile-file-form): Simplify.
3907 (byte-compile-file-form-defsubst): Remove.
3908 (byte-compile-file-form-defmumble): Simplify now that
3909 byte-compile-lambda always returns a byte-code-function.
3910 (byte-compile): Preprocess.
3911 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
3912 Remove, not used any more.
3913 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
3914 (byte-compile-make-args-desc): New funs.
3915 (byte-compile-lambda): Handle lexical functions. Always return
3916 a byte-code-function.
3917 (byte-compile-reserved-constants): New var, to make up room for
3918 closed-over variables.
3919 (byte-compile-constants-vector): Obey it.
3920 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
3921 (byte-compile-macroexpand-declare-function): New function.
3922 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
3923 byte-code-functions.
3924 (byte-compile-form): Check obsolescence here.
3925 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
3926 (byte-compile-variable-ref): Remove.
3927 (byte-compile-dynamic-variable-op): New fun.
3928 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
3929 (byte-compile-variable-set): New funs.
3930 (byte-compile-discard): Add 2 args.
3931 (byte-compile-stack-ref, byte-compile-stack-set)
3932 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
3933 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
3934 macroexpand-all instead.
3935 (byte-compile-quote-form): Remove.
3936 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
3937 (byte-compile-bind, byte-compile-unbind): New funs.
3938 (byte-compile-let): Handle let* and lexical binding.
3939 (byte-compile-let*): Remove.
3940 (byte-compile-catch, byte-compile-unwind-protect)
3941 (byte-compile-track-mouse, byte-compile-condition-case):
3942 Handle a new :fun-body form, used for lexical scoping.
3943 (byte-compile-save-window-excursion)
3944 (byte-compile-with-output-to-temp-buffer): Remove.
3945 (byte-compile-defun): Simplify.
3946 (byte-compile-stack-adjustment): New fun.
3947 (byte-compile-out): Use it.
3948 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
3949
3950 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
3951 handler any more.
3952
3953 * emacs-lisp/byte-opt.el: Use lexical binding.
3954 (byte-inline-lapcode): Remove (to bytecomp).
3955 (byte-compile-inline-expand): Pay attention to inlining to/from
3956 lexically bound code.
3957 (byte-compile-unfold-lambda): Don't handle byte-code-functions
3958 any more.
3959 (byte-optimize-form-code-walker): Don't handle save-window-excursion
3960 any more and don't call compiler-macros.
3961 (byte-compile-splice-in-already-compiled-code): Remove.
3962 (byte-code): Don't inline any more.
3963 (disassemble-offset): Receive `bytes' as argument rather than via
3964 dynamic scoping.
3965 (byte-compile-tag-number): Declare before first use.
3966 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
3967 `return' even if make-spliceable.
3968 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
3969 obsolete interactive-p.
3970 (byte-optimize-lapcode): Optimize new lap-codes.
3971 Don't trip up on new form of `byte-constant' lap code.
3972
3973 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
3974
3975 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
3976
3977 * custom.el (custom-initialize-default, custom-declare-variable):
3978 Use `defvar'.
3979
3980 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
3981 New variables.
3982 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
3983 (COMPILE_FIRST): Add macroexp and cconv.
3984 * makefile.w32-in: Mirror changes in Makefile.in.
3985
3986 * vc/cvs-status.el:
3987 * vc/diff-mode.el:
3988 * vc/log-edit.el:
3989 * vc/log-view.el:
3990 * vc/smerge-mode.el:
3991 * textmodes/bibtex-style.el:
3992 * textmodes/css.el:
3993 * startup.el:
3994 * uniquify.el:
da91b5f2
CY
3995 * minibuffer.el:
3996 * newcomment.el:
3997 * reveal.el:
3998 * server.el:
3999 * mpc.el:
4000 * emacs-lisp/smie.el:
4001 * doc-view.el:
4002 * dired.el:
03408648
SM
4003 * abbrev.el: Use lexical binding.
4004
0f0c1f27
EZ
40052011-04-01 Eli Zaretskii <eliz@gnu.org>
4006
4007 * info.el (info-display-manual): New function.
4008
c82b2579
SM
40092011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
4012
221ddf68
TH
40132011-03-31 Tassilo Horn <tassilo@member.fsf.org>
4014
4015 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 4016 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 4017
cba6e77e
GM
40182011-03-31 Glenn Morris <rgm@gnu.org>
4019
e040639f
GM
4020 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
4021
cba6e77e
GM
4022 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
4023
6d0f1c9e
CS
40242011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
4025
4026 * progmodes/python.el (python-default-interpreter)
4027 (python-python-command-args, python-jython-command-args)
4028 (python-which-shell, python-which-args, python-which-bufname)
4029 (python-file-queue, python-comint-output-filter-function)
4030 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
4031 variables and functions.
4032
3e2d70fd
SM
40332011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4034
4035 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
4036 (completion-in-region-mode): New minor mode.
4037 (completion-in-region): Use it.
4038 (completion-in-region--data, completion-in-region-mode-map): New vars.
4039 (completion-in-region--postch): New function.
4040 (completion--capf-misbehave-funs, completion--capf-safe-funs):
4041 New vars.
4042 (completion--capf-wrapper): New function.
4043 (completion-at-point): Use it to track well-behavedness of
4044 hook functions.
4045 (completion-help-at-point): New command.
4046
f3e4086c
JM
40472011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
4048
4049 * vc/add-log.el (add-change-log-entry): Don't use whitespace
4050 syntax class to search for whitespace on a single line
4051 (Message-ID: <4D938140.4030905@redhat.com>).
4052
eb7ffc14
LL
40532011-03-30 Leo Liu <sdl.web@gmail.com>
4054
4055 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
4056 New commands.
4057 (edit-abbrevs-map): Bind them here.
4058 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
4059
d806ab68
KM
40602011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
4061
4062 * allout.el (allout-hide-by-annotation, allout-flag-region):
4063 Reduce possibility of overlay leakage by making them volatile.
4064
4065 * allout-widgets.el (allout-widgets-tally): Define as nil so the
4066 hash is not shared between buffers. Mode initialization is
4067 responsible for giving it a useful starting value.
4068 (allout-item-span): Reduce possibility of overlay leakage by
4069 making them volatile.
4070 (allout-widgets-count-buttons-in-region): Add diagnostic function
4071 for tracking down button overlay leaks.
4072
ea622834
LL
40732011-03-29 Leo Liu <sdl.web@gmail.com>
4074
4075 * ido.el (ido-read-internal): Use the default history var
4076 minibuffer-history if no HISTORY is specified.
4077
b62f8267
G
40782011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
4079
03408648
SM
4080 * net/imap.el (imap-shell-open, imap-process-connection-type):
4081 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
4082 Kerberos, SSL, other subprocesses.
4083
947b6566
LL
40842011-03-28 Leo Liu <sdl.web@gmail.com>
4085
4086 * abbrev.el (abbrev-table-empty-p): New function.
4087 (prepare-abbrev-list-buffer): Place empty abbrev tables after
4088 nonempty ones. (Bug#5937)
4089
5ffb62aa
JD
40902011-03-27 Jan Djärv <jan.h.d@swipnet.se>
4091
4092 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
4093
7a097943
LL
40942011-03-27 Leo Liu <sdl.web@gmail.com>
4095
4096 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
4097 for foreground and background colors.
4098 (ansi-color-make-color-map): Adapt.
4099
c5b40130
LL
41002011-03-25 Leo Liu <sdl.web@gmail.com>
4101
1f48f7d2
LL
4102 * midnight.el (midnight-time-float): Remove. Note it calculates
4103 the microsecond component incorrectly and seconds-to-time does the
4104 same job.
625897ec 4105 Remove redundant (require 'timer).
1f48f7d2 4106
c5b40130
LL
4107 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
4108 (ido-completions): Remove unused arguments. (Bug#8329)
4109
d86d2721
SM
41102011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4111
4112 * minibuffer.el (completion--flush-all-sorted-completions):
4113 Remove itself from hook.
4114 (completion-at-point): Let the functions perform the completion
4115 immediately and return nil or t.
4116 * comint.el (comint-dynamic-complete-functions): Now identical to
4117 completion-at-point-functions.
4118 (comint-dynamic-list-input-ring): Remove unused var `index'.
4119 (comint--match-partial-filename, comint--unquote&expand-filename):
4120 New funs, split from comint-match-partial-filename.
4121 (comint-dynamic-complete): Use completion-at-point.
4122 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
4123
e8974c48
DA
41242011-03-24 Drew Adams <drew.adams@oracle.com>
4125
4126 * thingatpt.el: Support `defun'.
4127
def71b5e
LL
41282011-03-23 Leo Liu <sdl.web@gmail.com>
4129
cb5af48e
LL
4130 * abbrevlist.el: Move to obsolete/abbrevlist.el.
4131
def71b5e
LL
4132 * help-mode.el (help-mode-finish): Tweak regexp.
4133
927c53e7
GM
41342011-03-23 Glenn Morris <rgm@gnu.org>
4135
18d05bed
GM
4136 * eshell/esh-opt.el (eshell-eval-using-options):
4137 Do not bind unused local variable `eshell-option-stub'.
4138
927c53e7
GM
4139 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
4140
9d0da923
JB
41412011-03-22 Juanma Barranquero <lekktu@gmail.com>
4142
4143 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
4144 keymap variable in `with-no-warnings' to avoid a warning when the
4145 keymap has been already `defconst'ed.
4146
4b978a67
LL
41472011-03-22 Leo Liu <sdl.web@gmail.com>
4148
4149 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
4150 encode all chars in abbrevs; otherwise use emacs-mule or
4151 utf-8-emacs. (Bug#8308)
4152
5fd62452
JB
41532011-03-22 Juanma Barranquero <lekktu@gmail.com>
4154
0b1596c6
JB
4155 * simple.el (backward-delete-char-untabify):
4156 Avoid warning about using `delete-backward-char'.
4157
5fd62452
JB
4158 * image.el (image-type-file-name-regexps): Make it variable.
4159 `imagemagick-register-types' modifies it, and the user may want
4160 to add new extensions for known image types.
4161 (imagemagick-register-types): Throw error if not using ImageMagick.
4162
0b4e93f1
LL
41632011-03-22 Leo Liu <sdl.web@gmail.com>
4164
4165 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
4166 located before rcirc-prompt-end-marker.
4167 (rcirc-complete): Error if point is not after rcirc prompt.
4168 Handle the case when table is nil.
9882e214 4169 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 4170
fccee4ab
CY
41712011-03-22 Chong Yidong <cyd@stupidchicken.com>
4172
4173 * custom.el (custom--inhibit-theme-enable): Make it affect only
4174 custom-theme-set-variables and custom-theme-set-faces.
4175 (provide-theme): Ignore custom--inhibit-theme-enable.
4176 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
4177 (custom-enabling-themes): Delete variable.
d86d2721
SM
4178 (enable-theme): Accept only loaded themes as arguments.
4179 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
4180 (custom-enabled-themes): Forbid themes from setting this.
4181 Eliminate use of custom-enabling-themes.
4182 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 4183
af896da6
LL
41842011-03-21 Leo Liu <sdl.web@gmail.com>
4185
4186 * ido.el (ido-read-internal): Add ido-selected to history instead
4187 of user input.
4188
78f64af0
SM
41892011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * subr.el (deferred-action-list, deferred-action-function):
4192 Mark obsolete.
4193
b16ac1ec
LL
41942011-03-21 Leo Liu <sdl.web@gmail.com>
4195
810f7698
LL
4196 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
4197 change on 2011-02-13 (bug#8309).
4198
b16ac1ec
LL
4199 * minibuffer.el (read-file-name-function): Change default value.
4200 (read-file-name--defaults): Rename from read-file-name-defaults.
4201 (read-file-name-default): Rename from read-file-name.
4202 (read-file-name): Call read-file-name-function.
4203
4e05e67e
GM
42042011-03-21 Glenn Morris <rgm@gnu.org>
4205
4206 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
4207 Doc fixes.
4208
4359915b
CY
42092011-03-21 Chong Yidong <cyd@stupidchicken.com>
4210
4211 * cus-theme.el: Add missing provide statement.
4212 (customize-create-theme): Extract theme value correctly.
4213 (custom-theme-visit-theme): Autoload.
4214 (customize-create-theme): Prompt before inserting default faces.
4215
1fe275ee
JB
42162011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
4217
4218 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
4219 units and musical notes.
4220
3ec03f7e
LL
42212011-03-20 Leo <sdl.web@gmail.com>
4222
4223 * ido.el (ido-read-internal): Use completing-read-default.
4224 (ido-completing-read): Fix compatibility with completing-read.
4225
7d476bde
CO
42262011-03-20 Christian Ohler <ohler@gnu.org>
4227
4228 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
4229 (ert-delete-all-tests): Use `called-interactively-p' rather than
4230 `interactive-p'.
4231 (ert--make-xrefs-region): Respect END.
4232
fe0fb33e
CY
42332011-03-19 Chong Yidong <cyd@stupidchicken.com>
4234
ff854b0b
CY
4235 * dired-aux.el (dired-create-directory): Signal an error if the
4236 directory already exists (Bug#8246).
4237
fe0fb33e
CY
4238 * facemenu.el (list-colors-display): Call list-faces-display
4239 inside with-help-window.
4240 (list-colors-print): Use display property to align the final
4241 column, instead of checking window-width.
4242
576bce32
EZ
42432011-03-19 Eli Zaretskii <eliz@gnu.org>
4244
4245 * emerge.el (emerge-metachars): Separate value for ms-dos and
4246 windows-nt systems.
4247 (emerge-protect-metachars): Quote correctly for ms-dos and
4248 windows-nt systems.
4249
89c41d68 42502011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
4251
4252 * info.el (info-initialize): Replace all uses of `:' with
4253 path-separator for compatibility with non-Unix systems.
4254 Cache quoting of path-separator. (Bug#8258)
4255
b14e3e21 42562011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
4257
4258 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
4259 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
4260 (mouse-avoidance-mode): Fix typos in docstrings.
4261
4525ce3e
CY
42622011-03-19 Chong Yidong <cyd@stupidchicken.com>
4263
4264 * startup.el (package-subdirectory-regexp): Move from package.el.
4265 Omit \\` and \\', and let callers add them.
4266
4267 * emacs-lisp/package.el (package-strip-version)
4268 (package-load-all-descriptors): Add \\` and \\' to
4269 package-subdirectory-regexp before using it.
4270 (package-untar-buffer): New arg DIR; ensure that file untars only
4271 into this expected directory. Remove superfluous delete-region.
4272 (package-unpack): Caller changed.
4273 (package-tar-file-info): Use package-subdirectory-regexp.
4274
a904a09a 42752011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 4276
a904a09a
SM
4277 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
4278 diff-mode-shared-map (bug#8284).
4279 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
4280
42812011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4282
4283 * calendar/time-date.el (format-seconds): Use assoc instead of
4284 assoc-string, since assoc-string doesn't exist in XEmacs.
4285
171fc304
JB
42862011-03-17 Juanma Barranquero <lekktu@gmail.com>
4287
4288 * custom.el (custom-known-themes): Reflow docstring.
4289 (custom-theme-load-path): Fix typo in docstring.
4290 (load-theme): Fix typo in error message.
4291 (custom-available-themes, custom-variable-theme-value):
4292 Use `let', not `let*'.
4293
d71990a1
JB
42942011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
4295
4296 * calc/README: Mention inclusion of musical notes.
4297
4298 * calc/calc-units.el (calc-lu-quant): Rename from
4299 `calc-logunits-quantity'.
4300 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
4301 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
4302 (calc-db): Rename from `calc-dblevel'.
4303 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
4304 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
4305 (calc-np): Rename from `calc-nplevel'.
4306 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
4307 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
4308 (calc-lu-plus): Rename from `calc-logunits-add'.
4309 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
4310 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
4311 (calc-lu-minus): Rename from `calc-logunits-sub'.
4312 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
4313 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
4314 (calc-lu-times): Rename from `calc-logunits-mul'.
4315 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
4316 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
4317 (calc-lu-divide): Rename from `calc-logunits-div'.
4318 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
4319 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
4320
4321 * calc/calc-ext.el (calc-init-extensions): Update the names of the
4322 functions being autoloaded.
4323
4324 * calc/calc.el (calc-lu-power-reference): Rename from
4325 `calc-logunits-power-reference'.
4326 (calc-lu-field-reference): Rename from
4327 `calc-logunits-field-reference'.
4328
4329 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
4330
40c2934b
SM
43312011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4332
4333 * minibuffer.el (completion-all-sorted-completions):
4334 Use :completion-cycle-penalty text property if present.
4335
b0911414
KM
43362011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
4337
4338 * allout.el (allout-yank-processing): Adjust for new rebulleting
4339 regime so bullet being yanked is used without prompting the user
4340 for a choice.
4341
8a05b668
JB
43422011-03-16 Juanma Barranquero <lekktu@gmail.com>
4343
4344 * startup.el (command-line): Warn the user that _emacs is deprecated.
4345
5ba5fb81
JB
43462011-03-16 Juanma Barranquero <lekktu@gmail.com>
4347
4348 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
4349 (delphi-verbose, delphi-comment-face, delphi-string-face)
4350 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
4351 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
4352 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
4353 (delphi-new-comment-line, delphi-font-lock-defaults)
4354 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
4355 Fix typos in docstrings.
4356
2dab465b
KM
43572011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
4358
5ba5fb81 4359 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
4360 Invert the roles of character and string values for INSTEAD, so a
4361 string is used for the more common case of a defaulting prompt.
4362
0adf5618
SM
43632011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4364
4365 * progmodes/ruby-mode.el (ruby-backward-sexp):
4366 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
4367 * play/gamegrid.el (gamegrid-make-face):
4368 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
4369 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
4370 * notifications.el (notifications-notify):
4371 * net/xesam.el (xesam-search-engines):
4372 * net/quickurl.el (quickurl-list-insert):
4373 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
4374
d72700e5
CY
43752011-03-15 Chong Yidong <cyd@stupidchicken.com>
4376
4377 * startup.el (command-line): Update package subdirectory regexp.
4378
49c5410a
SM
43792011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4380
c6eee9aa
SM
4381 * allout.el (allout-abbreviate-flattened-numbering)
4382 (allout-mode-deactivate-hook): Fix up obsolescence "date".
4383
49c5410a
SM
4384 * subr.el (read-char-choice): Only show the cursor after the prompt,
4385 not after the answer.
4386
047b2bb9
KR
43872011-03-15 Kevin Ryde <user42@zip.com.au>
4388
4389 * help-fns.el (variable-at-point): Skip leading quotes, if any
4390 (bug#8253).
4391
0a57d256
SM
43922011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4393
4394 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
4395 warning message.
4396
77c992bc
MA
43972011-03-14 Michael Albinus <michael.albinus@gmx.de>
4398
4399 * shell.el (shell): When called interactively, offer to change the
4400 shell file name on remote hosts.
4401
eebc475d
TZ
44022011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
4403
4404 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
4405 integration for LDAP parameters. The host, base, user or binddn,
4406 and secret tokens can be specified in a netrc file, for instance.
4407 This is optional because an `auth-source' parameter must be
4408 specified in the search attributes.
4409
9d05d1ba
JB
44102011-03-13 Juanma Barranquero <lekktu@gmail.com>
4411
4412 * help.el (describe-mode): Link to the mode's definition (bug#8185).
4413
09d9db2c
GM
44142011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4415
4416 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
4417 into declaration. Remove redundant and harmful binding.
4418
44192011-03-12 Eli Zaretskii <eliz@gnu.org>
4420
4421 * files.el (file-ownership-preserved-p): Pass `integer' as an
4422 explicit 2nd argument to `file-attributes'. If the file's owner
4423 is the Administrators group on Windows, and the current user is
4424 Administrator, consider that a match.
4425
4426 * server.el (server-ensure-safe-dir): Consider server directory
4427 safe on MS-Windows if its owner is the Administrators group while
4428 the current Emacs user is Administrator. Use `=' to compare
4429 numerical UIDs, since they could be integers or floats.
4430
219bd536
JB
44312011-03-12 Juanma Barranquero <lekktu@gmail.com>
4432
4433 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
4434
f3afd36b
MA
44352011-03-12 Michael Albinus <michael.albinus@gmx.de>
4436
4437 Sync with Tramp 2.2.1.
4438
4439 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
4440
4441 * net/trampver.el: Update release number.
4442
3aaaa6f1
SM
44432011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4444
94642599
SM
4445 * progmodes/compile.el (compilation--previous-directory): Fix up
4446 various nil/dead-marker mismatches (bug#8014).
4447 (compilation-directory-properties, compilation-error-properties):
4448 Don't call it at a position past the one we're about to change.
4449
3aaaa6f1
SM
4450 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
4451 Disable obsolescence warnings in the file that declares it.
4452
14239447
KM
44532011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
4454
099c39a4
JB
4455 * allout-widgets.el (allout-widgets-tally):
4456 Initialize allout-widgets-tally as a hash table rather than nil to
4457 prevent mode-line redisplay warnings. Also, clarify the module
4458 description and fix a comment typo.
14239447 4459
135e287c
JB
44602011-03-11 Juanma Barranquero <lekktu@gmail.com>
4461
4462 * help-fns.el (describe-variable): Don't complete keywords.
4463 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
4464
ffbf300e
CY
44652011-03-10 Chong Yidong <cyd@stupidchicken.com>
4466
ba08b241
CY
4467 * emacs-lisp/package.el (package-version-join): Impose a standard
4468 string representation for pre/alpha/beta version lists.
4469 (package-unpack-single): Standardize the directory name by passing
4470 it through package-version-join.
4471 (package-strip-rcs-id): Accept any version string that does not
4472 signal an error in version-to-list.
ffbf300e 4473
f346fd6b
MA
44742011-03-10 Michael Albinus <michael.albinus@gmx.de>
4475
4476 * simple.el (delete-trailing-whitespace): Return nil for the
4477 benefit of `write-file-functions'.
4478
ccb55d27
GM
44792011-03-10 Glenn Morris <rgm@gnu.org>
4480
5ceaac0c
GM
4481 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
4482
02da65ff
GM
4483 * vc/vc-git.el (vc-git-program): New option.
4484 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
4485 (vc-git--call): Use it.
4486
b2f603cc
GM
4487 * eshell/esh-util.el (eshell-condition-case): Doc fix.
4488
5772caab
GM
4489 * cus-edit.el (Custom-newline): If no button at point, look
4490 for a subgroup button at start-of-line. (Bug#2298)
4491
ccb55d27
GM
4492 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
4493
ec6ecaed
JD
44942011-03-10 Julien Danjou <julien@danjou.info>
4495
4496 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
4497 `cursor-type' is nil.
4498
9d5aa01d
JB
44992011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
4500
4501 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
4502
b6a5875b
KM
45032011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
4504
4505 * allout.el Summary: Change so yank of distinctive-bullet items
4506 preserves the existing header prefix, rebulleting it if necessary,
4507 rather than replacing it. This is necessary for proper operation
4508 of cooperative addons like allout-widgets.
219bd536 4509 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
4510 SOLICIT arg to INSTEAD, and interpret additionally a string value
4511 as alternate bullet to be used, instead of prompting the user for
4512 a bullet character.
4513
ee545c35
MA
45142011-03-09 Michael Albinus <michael.albinus@gmx.de>
4515
d86d2721
SM
4516 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4517 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
4518 `tramp-default-port'.
4519
c47971d7
DD
45202011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4521
4522 * net/rcirc.el (rcirc-handler-001): Remove useless
4523 with-rcirc-process-buffer.
4524 (rcirc-check-auth-status): Swap arguments to string-match.
4525
13522cb4
GM
45262011-03-09 Glenn Morris <rgm@gnu.org>
4527
0be6f4f1
GM
4528 * shell.el (shell-mode):
4529 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
4530
13522cb4
GM
4531 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
4532 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
4533
515de2e3
CY
45342011-03-08 Chong Yidong <cyd@stupidchicken.com>
4535
4536 * emacs-lisp/package.el (package-refresh-contents)
4537 (package-menu-execute): Use condition-case-no-debug.
4538
b511b994
MA
45392011-03-08 Michael Albinus <michael.albinus@gmx.de>
4540
4541 * simple.el (shell-command-to-string): Use `process-file'.
4542
4543 * emacs-lisp/package.el (package-tar-file-info): Handle also
4544 remote files.
4545
d86d2721
SM
4546 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4547 Use `equal' for upload base check.
b511b994 4548
25bbfb31
AM
45492011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
4550
4551 * textmodes/texinfo.el (texinfo-environments):
4552 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
4553
be996521
GM
45542011-03-08 Glenn Morris <rgm@gnu.org>
4555
e9c8529f
GM
4556 * cus-start.el (cursor-in-non-selected-windows):
4557 Fix :set quoting oddness. (Bug#8192)
4558
be996521
GM
4559 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
4560 in some setf expressions. (Bug#2159)
4561
2bb5649e
CY
45622011-03-08 Chong Yidong <cyd@stupidchicken.com>
4563
4564 * custom.el (custom-available-themes): Return themes in
4565 alphabetical order.
4566
33383987 4567See ChangeLog.15 for earlier changes.
e3d51b27
MR
4568
4569;; Local Variables:
4570;; coding: utf-8
e3d51b27
MR
4571;; End:
4572
33383987 4573 Copyright (C) 2011 Free Software Foundation, Inc.
e3d51b27
MR
4574
4575 This file is part of GNU Emacs.
4576
4577 GNU Emacs is free software: you can redistribute it and/or modify
4578 it under the terms of the GNU General Public License as published by
4579 the Free Software Foundation, either version 3 of the License, or
4580 (at your option) any later version.
4581
4582 GNU Emacs is distributed in the hope that it will be useful,
4583 but WITHOUT ANY WARRANTY; without even the implied warranty of
4584 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4585 GNU General Public License for more details.
4586
4587 You should have received a copy of the GNU General Public License
4588 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.