Extend emacs register to accept value from registerv-make
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
6302e0d3
LL
12011-06-26 Leo Liu <sdl.web@gmail.com>
2
3 * register.el (registerv): New struct.
4 (registerv-make): New function.
5 (jump-to-register, describe-register-1, insert-register): Support
6 the jump-func, print-func and insert-func slot of a registerv
7 struct. (Bug#8415)
8
5fdd4046
CY
92011-06-26 Chong Yidong <cyd@stupidchicken.com>
10
2afef60a
CY
11 * vc/vc.el (vc-revert-show-diff): New defcustom.
12 (vc-diff-internal): New arg specifying diff buffer.
13 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
14 reuse an existing *vc-diff* buffer (Bug#8927).
15
5fdd4046
CY
16 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17
e93db24a
GM
182011-06-26 Glenn Morris <rgm@gnu.org>
19
20 * progmodes/f90.el (f90-critical-indent): New option.
21 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
22 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
23 (f90-mode): Doc fix.
24 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
25 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
26 (f90-beginning-of-block, f90-next-block, f90-indent-region)
27 (f90-match-end): Handle block, critical.
28
eefff499
GM
292011-06-25 Glenn Morris <rgm@gnu.org>
30
f6ba4cc9
GM
31 * calendar/diary-lib.el (diary-included-files): Doc fix.
32 (diary-include-files): New function, extracted from
33 diary-include-other-diary-files and diary-mark-included-diary-files.
34 (diary-include-other-diary-files, diary-mark-included-diary-files):
35 Just call diary-include-files.
36 (diary-mark-entries): Reset diary-included-files on first call.
37
16712304
GM
38 * calendar/diary-lib.el (diary-mark-entries)
39 (diary-mark-included-diary-files):
40 Visit included diary-files in temp buffers.
41
5d8e0d43
GM
42 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
43 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
44 (f90-start-block-re, f90-imenu-generic-expression)
45 (f90-looking-at-program-block-start, f90-no-block-limit):
46 Add support for submodules.
47
ccf7a5d5
GM
48 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
49 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 50
11fdef7d 512011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
52
53 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
54 buffer-file-type before setting its value, to avoid disastrous
eefff499 55 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 56
74f53697
JB
572011-06-25 Juanma Barranquero <lekktu@gmail.com>
58
59 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
60
61 * ses.el (ses-unload-function):
62 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
63
64 * proced.el (proced-unload-function):
65 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
66
18a4ce5e
AR
672011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
68
69 * server.el (server-create-window-system-frame): Add parameters arg.
70 (server-process-filter): Doc fix. Handle frame-parameters.
71
519d22cc
JB
722011-06-25 Juanma Barranquero <lekktu@gmail.com>
73
74 Fix bug#8730, bug#8781.
75
76 * loadhist.el (unload--set-major-mode): New function.
77 (unload-feature): Use it.
78
79 * progmodes/python.el (python-after-info-look): Add autoload cookie.
80 (python-unload-function): New function.
81
c206f5b0
SM
822011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
83
84 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
85
f9ad64f3
GS
862011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
87
88 * net/browse-url.el (browse-url-firefox-program): Add icecat to
89 the candidates list.
90
7d0da90e
JB
912011-06-24 Juanma Barranquero <lekktu@gmail.com>
92
93 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
94
14b4e83d
RS
952011-06-23 Richard Stallman <rms@gnu.org>
96
97 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
98 (rmail-variables): Set next-error-move-function.
99 (rmail-what-message): Take argument POS.
100 (rmail-next-error-move): New function.
101
273d2baf
SM
1022011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
103
104 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
105 messages for adjacent non-terminals.
106
56c2cc9a
RS
1072011-06-23 Richard Stallman <rms@gnu.org>
108
109 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 110 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
111 (rmail-start-mail): Don't specify use of rmail-mail-return;
112 that's done by mail-bury now.
113 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 114
d59eb518
MA
1152011-06-23 Michael Albinus <michael.albinus@gmx.de>
116
117 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
118 SIZE is a number.
119
02cfc6d6
MR
1202011-06-23 Martin Rudalics <rudalics@gmx.at>
121
122 * window.el (get-lru-window, get-mru-window)
123 (get-largest-window): Never return a minibuffer window.
124 (display-buffer-pop-up-window): Fix a bug that could lead to
125 reusing the minibuffer window.
126 (display-buffer): Pass original specifier argument to
127 display-buffer-function instead of the normalized one.
128 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
129
4e323265
LL
1302011-06-22 Leo Liu <sdl.web@gmail.com>
131
132 * minibuffer.el (completing-read-function)
133 (completing-read-default): Move from minibuf.c
134
7a70468f
RS
1352011-06-22 Richard Stallman <rms@gnu.org>
136
50718fc2
RS
137 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
138 to Rmail even if not started by a special Rmail command.
139
7a70468f
RS
140 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
141 Copy the buffer currently showing just one message.
142
297dde5a
RW
1432011-06-22 Roland Winkler <winkler@gnu.org>
144
145 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
146 (bibtex-clean-entry): First delete the old key so that a
147 customized algorithm for generating the new key does not get
148 confused by the old key.
149 (bibtex-url): Obey regexp of first step.
150 (bibtex-search-entries): Do not use add-to-list with local
151 list-var.
152
97bb1093
LMI
1532011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
154
155 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
156 stored a user name, then query for the password first, instead of
157 waiting for SMTP to give an error message and the trying again.
158
1c0f1a19
JD
1592011-06-22 Lawrence Mitchell <wence@gmx.li>
160
161 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
162 BUFFER in call-process.
163
396f7c9d
LMI
1642011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
165
166 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
167 QUIT twice.
ddb7ffee
LMI
168 (smtpmail-try-auth-methods): Require user name and password from
169 auth-source.
396f7c9d 170
8998d1b3
MR
1712011-06-22 Martin Rudalics <rudalics@gmx.at>
172
173 * window.el (display-buffer-default-specifiers)
174 (display-buffer-alist): Remove entries for pop-up-frame-alist.
175 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 176 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
177
178 * frame.el (pop-up-frame-alist, pop-up-frame-function)
179 (special-display-frame-alist, special-display-popup-frame):
180 Remove duplicate declarations. These are now in window.el.
181
4ea31e07
LMI
1822011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
183
6af7a784
LMI
184 * mail/smtpmail.el (smtpmail-via-smtp): Set
185 :use-starttls-if-possible so that we always use STARTTLS if the
186 server supports it. SMTP servers that support STARTTLS commonly
187 require it.
188
189 * net/network-stream.el (network-stream-open-starttls): Support
190 upgrading to STARTTLS always, even if we don't have built-in support.
191 (open-network-stream): Add the :always-query-capabilies keyword.
192
95f41d9a
LMI
193 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
194 upgrades with `open-network-stream', and rely solely on
195 auth-source for all credentials. Big changes throughout the file,
196 but in particular:
197 (smtpmail-auth-credentials): Removed.
198 (smtpmail-starttls-credentials): Removed.
7d36ad46
LMI
199 (smtpmail-via-smtp): Check for servers saying they want AUTH after
200 MAIL FROM, too.
95f41d9a 201
4ea31e07
LMI
202 * net/network-stream.el (network-stream-open-starttls): Provide
203 support for client certificates both for external and built-in
204 STARTTLS.
205 (auth-source): Require.
206 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
207 (network-stream-certificate): Change cert-cert to cert and
208 cert-key to key.
4ea31e07 209
065ec2c7
MA
2102011-06-21 Michael Albinus <michael.albinus@gmx.de>
211
212 * net/tramp-cache.el (top): Don't load the persistency file when
213 "emacs -Q" has been called.
214
cd93b359
DR
2152011-06-21 Tim Harper <timcharper@gmail.com>
216
217 * term/ns-win.el (ns-initialize-window-system): set
218 application-specific `ApplePressAndHoldEnabled' system
219 resource to NO as it is not yet supported by the NS port.
220
ae9c0411
JB
2212011-06-21 Juanma Barranquero <lekktu@gmail.com>
222
223 * misc.el (list-dynamic-libraries--refresh): Compute header here...
224 (list-dynamic-libraries): ...not here.
225
7f3f739f
LL
2262011-06-21 Leo Liu <sdl.web@gmail.com>
227
228 * subr.el (sha1): Implement sha1 using secure-hash.
229
327c8fb1
MR
2302011-06-21 Martin Rudalics <rudalics@gmx.at>
231
232 * window.el (display-buffer-alist): In default value do not
233 enforce searching a window on any but the selected frame.
234 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
235 (display-buffer-select-window): Remove function.
236 (display-buffer-in-window): When a window on another frame gets
237 reused, do not select it any more but just raise its frame if
238 necessary (Bug#8851) and (Bug#8856).
239 (display-buffer-normalize-options): Handle pop-up-frames related
240 options more faithfully.
241 (pop-to-buffer): Don't rely on `display-buffer' selecting the
242 window if it is on another frame.
9e9de014
MR
243 (display-buffer-alist, display-buffer-default-specifiers): Don't
244 make new frame unsplittable by default.
245 (display-buffer-normalize-argument): Fix doc-string typo and use
246 'same-frame-other-window instead of 'other-window when associating
247 with display-buffer-macro-specifiers.
327c8fb1 248
7cf3f556
VB
2492011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
250
251 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
252 New functions.
253 (5x5-mode-map, 5x5-mode-menu): Bind them.
254 (5x5-draw-grid): Tweak the solver's rendering.
255
60a406cf
SM
2562011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
257
258 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
259 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
260
5d907d6c
DA
2612011-06-21 Drew Adams <drew.adams@oracle.com>
262
263 * menu-bar.el: Use function variable instead of switch-to-buffer.
264 (menu-bar-select-buffer-function): New variable.
60a406cf 265 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 266
478d6f95
SM
2672011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
268
269 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
270 variable's status.
271
ca530739
JD
2722011-06-20 Jan Djärv <jan.h.d@swipnet.se>
273
274 * x-dnd.el (x-dnd-version-from-flags)
275 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
276 and long as number (Bug#8899).
277 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
278
bcd70d97
SM
2792011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
280
60a406cf 281 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
282 (completion-try-completion, completion-all-completions): Compute the
283 metadata argument if it's missing; make it optional (bug#8795).
284
60a406cf 285 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
286 (widget-complete): Use new :completion-function property.
287 (widget-completions-at-point): New function.
288 (default): Use :completion-function instead of :complete.
60a406cf
SM
289 (widget-default-completions): Rename from widget-default-complete;
290 Rewrite.
bcd70d97
SM
291 (widget-string-complete, widget-file-complete, widget-color-complete):
292 Remove functions.
293 (file, symbol, function, variable, coding-system, color):
294 * international/mule-cmds.el (default-input-method, charset)
295 (language-info-custom-alist):
296 * cus-edit.el (face): Use new property :completions.
297
298 * progmodes/pascal.el (pascal-completions-at-point): New function.
299 (pascal-mode): Use it.
300 (pascal-mode-map): Use completion-at-point.
301 (pascal-toggle-completions): Make obsolete.
302 (pascal-complete-word, pascal-show-completions):
303 * progmodes/octave-mod.el (octave-complete-symbol):
304 Redefine as obsolete alias.
305 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
306 Signal absence of completion info for old Octave,
307 (inferior-octave-complete): Redefine as obsolete alias.
308 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
309 (meta-completions-at-point): Rename from meta-complete-symbol and
310 adapt it for use on completion-at-point-functions.
311 (meta-common-mode): Use it.
312 (meta-looking-at-backward, meta-match-buffer): Remove.
313 (meta-complete-symbol): Redefine as obsolete alias.
314 (meta-common-mode-map): Use completion-at-point.
315 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
316 (makefile-mode-map): Use completion-at-point.
317 (makefile-completions-at-point): Rename from makefile-complete and
318 adapt it for use on completion-at-point-functions.
319 (makefile-mode): Use it.
320 (makefile-complete): Redefine as obsolete alias.
321
aebf69c8
DD
3222011-06-20 Deniz Dogan <deniz@dogan.se>
323
324 * net/rcirc.el: Delete trailing whitespaces once and for all.
325
bfbbb27d
DC
3262011-06-20 Daniel Colascione <dan.colascione@gmail.com>
327
328 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
329
d264a46b
CY
3302011-06-19 Chong Yidong <cyd@stupidchicken.com>
331
4ca009e5
CY
332 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
333
d264a46b
CY
334 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
335
fbf5b3ce
MR
3362011-06-19 Martin Rudalics <rudalics@gmx.at>
337
338 * window.el (display-buffer-other-window-means-other-frame):
339 Call display-buffer-normalize-alist.
340 (display-buffer-normalize-specifiers-1): Rename to
341 display-buffer-normalize-argument. New argument other-frame.
342 Rewrite.
343 (display-buffer-normalize-specifiers-2): Rename to
344 display-buffer-normalize-options.
345 (display-buffer-normalize-alist-1): New function.
346 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
347 display-buffer-normalize-alist.
348 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
349 (display-buffer-normalize-options-inhibit): New variable.
350 (display-buffer-normalize-specifiers): Rewrite calling
351 display-buffer-normalize-alist,
352 display-buffer-normalize-argument, and
353 display-buffer-normalize-options. Don't call the latter if
354 display-buffer-normalize-options-inhibit is non-nil.
355 (frame-auto-delete): New option.
356 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
357 (window-list-no-nils, window-state-ignored-parameters)
358 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
359 (window-state-put-1, window-state-put-2, window-state-put):
360 New functions.
9a028c23
MR
361 (display-buffer-normalize-options): Move special-display-p group
362 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 363
6d10d800
CY
3642011-06-18 Chong Yidong <cyd@stupidchicken.com>
365
6420d28b
CY
366 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
367 groups (Bug#8776).
368 (rx-submatch-n): New function.
369 (rx): Document it.
370
ddb8b596
CY
371 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
372 (Bug#8768).
373
374 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
375
77080289
CY
376 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
377
61dfb316
CY
378 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
379 anytime existing face settings are present (Bug#8889).
380
6d10d800
CY
381 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
382 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
383 Remove unused argument.
384
be3fb2b8
MR
3852011-06-18 Martin Rudalics <rudalics@gmx.at>
386
bcd70d97
SM
387 * window.el (display-buffer-default-specifiers):
388 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
389 pop-up-window-min-width, and another reuse-window specifier
390 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
391 (display-buffer-normalize-specifiers-2):
392 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
393 pop-up-windows is unset. Add a reuse-window specifier for the
394 case popping up a new window fails.
395 (special-display-popup-frame): Remove double quoting.
28dec25a 396 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 397
1c6d8c76
SM
3982011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 * shell.el (shell-completion-vars): Set pcomplete-termination-string
401 according to comint-completion-addsuffix.
402
403 * pcomplete.el: Convert to lexical binding and fix bug#8819.
404 (pcomplete-suffix-list): Mark as obsolete.
405 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
406 pcomplete-seen in the closure.
407 (pcomplete-comint-setup): Setup completion-at-point as well.
408 (pcomplete--entries): New function.
409 (pcomplete--env-regexp): New var.
410 (pcomplete-entries): Rewrite to work with partial-completion and
411 without relying on pcomplete-suffix-list.
412 (pcomplete-pare-list): Remove, unused.
413
25aef8b8
MR
4142011-06-17 Martin Rudalics <rudalics@gmx.at>
415
416 * window.el (display-buffer-alist): Set pop-up-window-min-height
417 and pop-up-window-min-width in default value. Reported by
418 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
419 other-window-means-other-frame.
420 (display-buffer-macro-specifiers): Comment out entry for
421 other-window specifier.
422 (display-buffer-other-window-means-other-frame): New function.
423 (display-buffer-normalize-specifiers-1): New arguments
424 buffer-name and label. Treat other-window case specially.
425 (display-buffer-normalize-specifiers-2): Treat other-window case
426 specially.
427 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
428 (display-buffer-normalize-specifiers):
429 Call display-buffer-normalize-specifiers-3.
25aef8b8 430
dbad4f69
MR
4312011-06-17 Martin Rudalics <rudalics@gmx.at>
432
433 * window.el (same-window-p): Fix two typos introduced when
434 adding with-no-warnings.
d1067961
MR
435 (display-buffer-normalize-specifiers-1): Don't check
436 pop-up-frames for 'unset initialization.
437 (display-buffer-normalize-specifiers-2): Major rewrite using
438 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
439 (pop-up-frames, display-buffer-reuse-frames)
440 (display-buffer-mark-dedicated): Don't initialize to 'unset.
441 Suggested by David Engster <deng@randomsample.de>.
442 (even-window-heights): Initialize to 'unset.
443 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
444 (display-buffer-macro-specifiers): Don't pop up a new frame in the
445 other window case.
dbad4f69 446
9b9c9e3a
MR
4472011-06-16 Martin Rudalics <rudalics@gmx.at>
448
bcd70d97
SM
449 * window.el (display-buffer-normalize-specifiers-1):
450 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 451 second argument of display-buffer (Bug#8865).
981d5c09
MR
452 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
453 (switch-to-buffer-other-window-same-frame)
454 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
455 Adams (Bug#8875).
9c2755e9
MR
456 (display-buffer): Don't check noninteractive when calling
457 display-buffer-pop-up-frame.
458 (display-buffer-pop-up-frame): Never pop up a frame in
459 noninteractive mode (Bug#8857).
67222e1d
MR
460 (enlarge-window, shrink-window): Don't report an error when the
461 window can't be resized as requested (Bug#8862).
9b9c9e3a 462
2b75be67
SM
4632011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
464
9ffdd3ba
SM
465 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
466
cb581a67
SM
467 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
468
2b75be67
SM
469 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
470
8c0e3589
AM
4712011-06-15 Alan Mackenzie <acm@muc.de>
472
cb581a67
SM
473 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
474 for declarators, disable knr checking to speed up for normal files.
475 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 476
b96e6cde
LMI
4772011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
478
4bba86e6
LMI
479 * net/network-stream.el (open-network-stream): Add the keyword
480 :always-query-capabilities for the case where you want to force a
481 `plain' network connection, but the protocol still requires the
482 capabilitiy command (i.e., SMTP and EHLO).
483
2b75be67 484 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
485 consistency with other `-live-p' functions.
486
efdcdbf8
SM
4872011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * window.el (same-window-buffer-names, same-window-regexps)
490 (special-display-frame-alist, special-display-popup-frame)
491 (special-display-function, special-display-buffer-names)
492 (special-display-regexps, pop-up-frame-alist)
493 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
494 (pop-up-windows, split-window-preferred-function)
495 (split-height-threshold, split-width-threshold, even-window-heights)
496 (display-buffer-mark-dedicated): Don't encourage the use of
497 display-buffer-alist from Elisp code.
498
c5cde042
DN
4992011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
500
501 * progmodes/python.el (python-mode): Derive from prog-mode.
502 * progmodes/ps-mode.el (ps-mode):
503 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 504 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
505 * progmodes/ld-script.el (ld-script-mode): Likewise.
506
baa1c9ab
MR
5072011-06-15 Martin Rudalics <rudalics@gmx.at>
508
509 * window.el (display-buffer-alist): Trim default value to avoid
510 popping up a new frame (Bug#8857) or reusing an arbitrary window
511 on another frame.
512 (display-buffer): Do not fall back on popping up a new frame in
513 batch mode (Bug#8857).
514
c5dd5a51
CY
5152011-06-14 Chong Yidong <cyd@stupidchicken.com>
516
517 * cus-theme.el (describe-theme-1): Use custom-theme-p.
518 (custom-theme-summary): New function.
519 (customize-themes): Use it.
520
d647b7c4
GM
5212011-06-13 Glenn Morris <rgm@gnu.org>
522
523 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
524
9481c002
MR
5252011-06-13 Martin Rudalics <rudalics@gmx.at>
526
357f93d2
MR
527 * help.el (help-window): Remove variable.
528 (help-window-point-marker, temp-buffer-max-height)
529 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
530 (help-print-return-message): Don't set help-window.
531 (resize-temp-buffer-window): Rewrite cod eand doc-string.
532 (help-window-setup-finish): Remove.
533 (help-window-display-message, help-window-setup)
534 (with-help-window): Major rewrite based on new
535 display-buffer-window variable.
536
537 * help-mode.el (help-mode-finish): Remove help-window related
538 code.
539
540 * view.el (view-exits-all-viewing-windows): Remove reference to
541 view-return-to-alist in doc-string.
542 (view-return-to-alist): Make obsolete.
543 (view-buffer): Call pop-to-buffer-same-window and remove
544 undo-window code.
545 (view-buffer-other-window): Call pop-to-buffer-other-window and
546 simplify code. Ignore second argument.
547 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
548 simplify code. Ignore second argument.
549 (view-return-to-alist-update): Make obsolete.
550 (view-mode-enter): Rename second argument to QUIT-RESTORE.
551 Rewrite using quit-restore window parameters.
2b75be67
SM
552 (view-mode-exit): Rename second argument to EXIT-ONLY.
553 Rewrite using quit-restore-window.
357f93d2
MR
554 (View-exit, View-exit-and-edit, View-leave, View-quit)
555 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
556 appropriate arguments.
557 (view-end-message): Use quit-restore window parameter.
558
9481c002
MR
559 * window.el (display-buffer-function): Rewrite doc-string.
560 (display-buffer-window, display-buffer-alist): New variables.
561 (display-buffer-split-specifiers)
562 (display-buffer-side-specifiers)
563 (display-buffer-macro-specifiers): New constants.
564 (display-buffer-even-window-sizes, display-buffer-set-height)
565 (display-buffer-set-width, display-buffer-select-window)
566 (display-buffer-in-window, display-buffer-reuse-window)
567 (display-buffer-split-window-1, display-buffer-split-window)
568 (display-buffer-split-atom-window, display-buffer-pop-up-window)
569 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
570 (display-buffer-in-side-window, normalize-buffer-to-display)
571 (display-buffer-normalize-specifiers-1)
572 (display-buffer-normalize-specifiers-2)
2b75be67
SM
573 (display-buffer-normalize-specifiers, display-buffer-frame):
574 New functions.
9481c002
MR
575 (display-buffer): Major rewrite.
576 (display-buffer-other-window, display-buffer-other-frame)
577 (pop-to-buffer, switch-to-buffer-other-window)
578 (switch-to-buffer-other-frame): Rewrite.
579 (display-buffer-same-window, display-buffer-same-frame)
580 (display-buffer-same-frame-other-window)
581 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
582 (pop-to-buffer-other-window)
583 (pop-to-buffer-same-frame-other-window)
584 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
585 (switch-to-buffer-other-window-same-frame): New functions.
586 (same-window-p, special-display-p): Rewrite disabling warnings.
587 Make obsolete.
588 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
589 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
590 Make obsolete
591 (same-window-buffer-names, same-window-regexps)
592 (special-display-frame-alist, special-display-popup-frame)
593 (special-display-function, special-display-buffer-names)
594 (special-display-regexps, pop-up-frame-alist)
595 (pop-up-frame-function, split-window-preferred-function)
596 (split-height-threshold, split-width-threshold)
597 (even-window-heights): Make obsolete.
598
9db51aca
GM
5992011-06-12 Glenn Morris <rgm@gnu.org>
600
601 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 602 Misc simplifications.
9db51aca 603
39cffb44
MR
6042011-06-12 Martin Rudalics <rudalics@gmx.at>
605
606 * window.el (window-safely-shrinkable-p): Restore function which
607 was inadvertently removed in change from 2011-06-11. Declare as
608 obsolete.
609
2b75be67
SM
610 * calendar/calendar.el (calendar-generate-window):
611 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
612 window-safely-shrinkable-p.
613
a8955be7
GM
6142011-06-12 Glenn Morris <rgm@gnu.org>
615
616 * progmodes/fortran.el (fortran-mode-syntax-table):
617 * progmodes/f90.el (f90-mode-syntax-table):
618 Set % to punctuation. (Bug#8820)
619 (f90-find-tag-default): Remove, no longer needed.
620
f0d4059d
DC
6212011-06-12 Daniel Colascione <dan.colascione@gmail.com>
622
623 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
624
1100a63c
CY
6252011-06-11 Chong Yidong <cyd@stupidchicken.com>
626
627 * image.el (image-animated-p): Return animation delay in seconds.
628 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
629 (image-animate-timeout): Remove DELAY argument. Don't assume
630 every subimage has the same delay; get it from image-animated-p.
631 (image-animate): Caller changed.
632
def722bf
MA
6332011-06-11 Michael Albinus <michael.albinus@gmx.de>
634
635 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
636 to ignored backtrace functions.
637
0a2bb1a9
GM
6382011-06-11 Glenn Morris <rgm@gnu.org>
639
640 * calendar/appt.el (appt-disp-window-function): Doc fix.
641 (appt-check): Handle overlapping appointments. (Bug#8337)
642
6198ccd0
MR
6432011-06-11 Martin Rudalics <rudalics@gmx.at>
644
645 * window.el (window-tree-1, window-tree): New functions, moving
646 the latter to window.el.
647 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
648 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
649 (bw-refresh-edges): Remove.
650 (balance-windows-1, balance-windows-2): New functions.
651 (balance-windows): Rewrite in terms of window tree functions,
652 balance-windows-1 and balance-windows-2.
653 (bw-adjust-window): Remove.
654 (balance-windows-area-adjust): New function with functionality of
655 bw-adjust-window but using resize-window.
2b75be67
SM
656 (set-window-text-height): Rewrite doc-string.
657 Use normalize-live-window and resize-window.
658 (enlarge-window-horizontally, shrink-window-horizontally):
659 Rename argument to DELTA.
6198ccd0
MR
660 (window-buffer-height): New function.
661 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
662 Rewrite using new window resize routines.
2b75be67
SM
663 (kill-buffer-and-window, mouse-autoselect-window-select):
664 Use ignore-errors instead of condition-case.
6198ccd0
MR
665 (quit-window): Call delete-frame instead of delete-windows-on
666 for the only buffer on frame.
667
9397e56f
MR
6682011-06-10 Martin Rudalics <rudalics@gmx.at>
669
670 * loadup.el (top-level): Load window before files for the sake
671 of replace-buffer-in-windows.
672
673 * files.el (read-buffer-to-switch)
674 (switch-to-buffer-other-window)
2b75be67
SM
675 (switch-to-buffer-other-frame, display-buffer-other-frame):
676 Move to window.el.
9397e56f
MR
677
678 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
679 (previous-buffer): Move to window.el.
680
681 * bindings.el (unbury-buffer): Move to window.el.
682
683 * window.el (delete-other-windows-vertically): Move after
684 definition of delete-other-windows.
685 (other-window, delete-windows-on, replace-buffer-in-windows):
686 Move here from window.c.
687 (record-window-buffer, unrecord-window-buffer)
688 (set-window-buffer-start-and-point, switch-to-prev-buffer)
689 (switch-to-next-buffer): New functions.
690 (get-next-valid-buffer, last-buffer, next-buffer): Move here
691 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
692 (previous-buffer): Move here from simple.el.
693 Call switch-to-prev-buffer.
9397e56f
MR
694 (bury-buffer): Move here from buffer.c. Switch to previous
695 buffer when window cannot be deleted.
696 (unbury-buffer): Move here from bindings.el.
697 (ctl-x-map): Move binding for other-window from window.c to
698 here.
699 (read-buffer-to-switch, switch-to-buffer-other-window)
700 (switch-to-buffer-other-frame): Move here from files.el.
701 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
702 (switch-to-buffer): Move here from buffer.c.
703 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 704
562dd5e9
MR
7052011-06-10 Martin Rudalics <rudalics@gmx.at>
706
707 * window.el (window-min-height, window-min-width): Move here
708 from window.c. Add defcustoms and rewrite doc-strings.
709 (resize-mini-window, resize-window): New functions.
710 (adjust-window-trailing-edge, enlarge-window, shrink-window):
711 Move here from window.c.
712 (maximize-window, minimize-window): New functions.
713 (delete-window, delete-other-windows, split-window): Move here
714 from window.c.
715 (window-split-min-size): New function.
716 (split-window-keep-point): Mention split-window-above-each-other
717 instead of split-window-vertically.
2b75be67
SM
718 (split-window-above-each-other, split-window-vertically):
719 Rename split-window-vertically to split-window-above-each-other and
562dd5e9
MR
720 provide defalias for old definition.
721 (split-window-side-by-side, split-window-horizontally): Rename
722 split-window-horizontally to split-window-side-by-side and provide
723 defalias for the old definition.
724 (ctl-x-map): Move bindings for delete-window,
725 delete-other-windows and enlarge-window here from window.c.
726 Replace bindings for split-window-vertically and
727 split-window-horizontally by bindings for
728 split-window-above-each-other and split-window-side-by-side.
729
730 * cus-start.el (all): Remove entries for window-min-height and
731 window-min-width. Add entries for window-splits and
732 window-nest.
733
f0da764a
GM
7342011-06-09 Glenn Morris <rgm@gnu.org>
735
80675c21
GM
736 * calendar/appt.el (appt-mode-line): New function.
737 (appt-check, appt-disp-window): Use it.
738
f0da764a
GM
739 * files.el (hack-one-local-variable-eval-safep):
740 Allow minor-modes with explicit +/-1 arguments.
741
59f623b7
TZ
7422011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
743
744 * term/xterm.el (xterm): Add defgroup.
745 (xterm-extra-capabilities): Add defcustom to supply known xterm
746 capabilities, skip querying them, or query them (default).
747 (terminal-init-xterm): Use it.
748 (terminal-init-xterm-modify-other-keys): New function to set up
749 modifyOtherKeys support to simplify `terminal-init-xterm'.
750
9aab8e0d
MR
7512011-06-09 Martin Rudalics <rudalics@gmx.at>
752
753 * window.el (resize-window-reset, resize-window-reset-1)
754 (resize-subwindows-skip-p, resize-subwindows-normal)
755 (resize-subwindows, resize-other-windows, resize-this-window)
756 (resize-root-window, resize-root-window-vertically)
757 (window-deletable-p, window-or-subwindow-p)
758 (frame-root-window-p): New functions.
759
e8b08aee
GM
7602011-06-09 Glenn Morris <rgm@gnu.org>
761
762 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
763 (ange-ftp-get-files): Use it.
764
254c37a5
AK
7652011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
766
767 * mail/sendmail.el (mail-recover-1, mail-recover):
768 * files.el (recover-file, recover-session):
769 Handle dired-listing-switches not being just a single short option.
770
35d7dbd3
GM
7712011-06-09 Glenn Morris <rgm@gnu.org>
772
773 * calendar/appt.el (appt-display-message, appt-disp-window):
774 Handle lists of appointments.
775
387522b2
MR
7762011-06-08 Martin Rudalics <rudalics@gmx.at>
777
2b75be67
SM
778 * window.el (one-window-p): Move down in code.
779 Rewrite doc-string.
780 (window-current-scroll-bars): Rewrite doc-string.
781 Normalize live window argument.
387522b2
MR
782 (walk-windows, get-window-with-predicate, count-windows):
783 Rewrite doc-string. Use window-list-1.
784 (window-in-direction-2, window-in-direction, get-mru-window):
785 New functions.
786
2c587104
GM
7872011-06-08 Reuben Thomas <rrt@sc3d.org>
788
789 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
790 Doc fix (Bug#8713).
791
7922011-06-08 Chong Yidong <cyd@stupidchicken.com>
793
794 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
795
7962011-06-08 Juanma Barranquero <lekktu@gmail.com>
797
798 * loadhist.el (unload-feature-special-hooks):
799 Add `comint-output-filter-functions'.
800
0de12c52
IK
8012011-06-08 Ivan Kanis <gnu@kanis.fr>
802
803 * calendar/appt.el (appt-check): Move some initializations into the let.
804
f3d1777e
MR
8052011-06-08 Martin Rudalics <rudalics@gmx.at>
806
807 * window.el (window-height): Defalias to window-total-height.
808 (window-width): Defalias to window-body-width.
809
18af70d0
CY
8102011-06-07 Chong Yidong <cyd@stupidchicken.com>
811
812 * image-mode.el (image-toggle-animation): New command.
813 (image-mode-map): Bind it to RET.
814 (image-mode): Update message.
815 (image-toggle-display-image): Avoid a spurious cache flush.
816 (image-transform-rotation): Doc fix.
817 (image-transform-properties): Return quickly in the normal case.
818 (image-animate-loop): Rename from image-animate-max-time.
819
2b75be67 820 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
821 (create-animated-image): Remove unnecessary function.
822 (image-animate): Rename from image-animate-start. New arg.
2b75be67 823 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
824 (image-animate-timer): Use car-safe.
825 (image-animate-timeout): Rename argument.
826
190b47e6
MR
8272011-06-07 Martin Rudalics <rudalics@gmx.at>
828
829 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
830 window.c. Rename first argument to ALL-FRAMES.
831 Rephrase doc-strings.
832 (get-buffer-window-list): Rewrite using window-list-1.
833 Rephrase doc-string.
a1511caf
MR
834 (window-safe-min-height, window-safe-min-width): New constants.
835 (window-size-ignore, window-min-size, window-min-size-1)
836 (window-sizable, window-sizable-p, window-size-fixed-1)
837 (window-size-fixed-p, window-min-delta-1, window-min-delta)
838 (window-max-delta-1, window-max-delta, window-resizable)
839 (window-resizable-p, window-total-height, window-total-width)
840 (window-body-width): New functions.
841 (window-full-height-p, window-full-width-p): Rewrite using
842 window-total-size.
843 (window-body-height): Rewrite using window-body-size.
190b47e6 844
85cc1f11
MR
8452011-06-06 Martin Rudalics <rudalics@gmx.at>
846
847 * window.el (window-right, window-left, window-child)
848 (window-child-count, window-last-child, window-any-p)
849 (normalize-live-buffer, normalize-live-frame)
850 (normalize-any-window, normalize-live-window)
851 (window-iso-combination-p, window-iso-combined-p)
852 (window-iso-combinations)
853 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
854 (windows-with-parameter, window-with-parameter)
855 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
856 (window-atom-check, window-side-check, window-check):
857 New functions.
85cc1f11
MR
858 (ignore-window-parameters, window-sides, window-sides-vertical)
859 (window-sides-slots): New variables.
860 (window-size-fixed): Move down in code. Minor doc-string fix.
861
e7156492
AS
8622011-06-05 Andreas Schwab <schwab@linux-m68k.org>
863
864 * comint.el (comint-dynamic-complete-as-filename)
865 (comint-dynamic-complete-filename): Correctly call
866 completion-in-region.
867
7e821d0d
DD
8682011-06-05 Deniz Dogan <deniz@dogan.se>
869
870 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
871 in last change.
872
ac09b8a1
DD
8732011-06-05 Deniz Dogan <deniz@dogan.se>
874
875 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
876 (rcirc): Use it to prompt for encryption.
877
34699b85
RW
8782011-06-05 Roland Winkler <winkler@gnu.org>
879
880 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
881 (bibtex-search-entries): New command bound to C-c C-a.
882 (bibtex-display-entries): New function.
883
004dedd3
RW
8842011-06-05 Roland Winkler <winkler@gnu.org>
885
886 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
887 (bibtex-insert-kill): After yanking insert newline if necessary.
888 (bibtex-initialize): Call bibtex-string-files-init only once.
889 (bibtex-mode): Do not call easy-menu-add.
890 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
891 (bibtex-yank): Set arg properly if nil.
892
022fe7ce
RW
8932011-06-05 Roland Winkler <winkler@gnu.org>
894
2b75be67
SM
895 * textmodes/bibtex.el (bibtex-search-entry-globally):
896 New variable.
022fe7ce
RW
897 (bibtex-search-entry): Use it.
898
b7c3692a
RW
8992011-06-05 Roland Winkler <winkler@gnu.org>
900
901 * textmodes/bibtex.el (bibtex-entry-format): New option
902 sort-fields.
903 (bibtex-format-entry, bibtex-reformat): Honor this option.
904 (bibtex-parse-entry): Return fields in proper order.
905
8eda563d
JB
9062011-06-05 Juanma Barranquero <lekktu@gmail.com>
907
908 * doc-view.el (doc-view-remove-if): Move computation of result out
909 of `dolist' to silence misleading lexical-binding warning.
910
7dbe3dbc
CY
9112011-06-04 Chong Yidong <cyd@stupidchicken.com>
912
913 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
914 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
915
0c33dd17
MA
9162011-06-04 Michael Albinus <michael.albinus@gmx.de>
917
918 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
919 "SunOS 5.10".
920
f8f91c2b
MA
9212011-06-04 Michael Albinus <michael.albinus@gmx.de>
922
923 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
924 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
925 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
926 (tramp-parse-putty):
927 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
928 (tramp-completion-function-alist-ssh)
929 (tramp-completion-function-alist-telnet)
930 (tramp-completion-function-alist-su)
931 (tramp-completion-function-alist-putty): Set `tramp-autoload'
932 cookie.
933
934 * net/tramp-ftp.el:
935 * net/tramp-sh.el:
936 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
937 load "tramp.el" `tramp-set-completion-function'.
938
e17d9003
SM
9392011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
940
941 * shell.el: Require and use pcomplete.
942 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
943 (shell-completion-vars): Set pcomplete-default-completion-function.
944
6c4cab03
DD
9452011-06-04 Deniz Dogan <deniz@dogan.se>
946
947 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
948 `memq' (Bug#8799).
949
ea9fafe0
SM
9502011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
951
952 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
953
b3e945d3
JB
9542011-06-02 Juanma Barranquero <lekktu@gmail.com>
955
956 * bs.el (bs--mark-unmark, bs--nth-wrapper):
957 * mpc.el (mpc-select-extend, mpc-songpointer-context):
958 * vc/log-view.el (log-view-beginning-of-defun):
959 * vc/smerge-mode.el (smerge-apply-resolution-patch)
960 (smerge-refine-forward, smerge-refine-chopup-region):
961 Silence warning for unused `dotimes' counter variables.
962
7d520089
SM
9632011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
964
965 * net/tramp.el (tramp-with-progress-reporter): Rename from
966 with-progress-reporter. Use `declare'.
967 * net/tramp-smb.el:
968 * net/tramp-sh.el:
969 * net/tramp-gvfs.el: Update all uses.
970
a1c2400f
JB
9712011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
972
973 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
974 buffer isn't killed before making it current.
975
2403c841
SM
9762011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
977
978 Silence various byte-compiler warnings.
979 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
980 `access-type' and new obsolescence format.
981 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
982 new format.
983 (byte-compile-check-variable): New `access-type' argument.
984 Only warn if the access-type is obsolete.
985 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
986 (byte-compile-variable-set): Adjust callers.
987 * help-fns.el (describe-variable): Adjust to new obsolescence format.
988 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
989 setting it as obsolete.
990 * simple.el (minibuffer-completing-symbol):
991 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
992 access as obsolete.
993 * minibuffer.el (minibuffer-completing-file-name): Don't make it
994 obsolete yet.
995 * international/quail.el (quail-mouse-choose-completion): Remove unused
996 code referring to obsolete var.
997 (quail-choose-completion-string): Remove.
998 * server.el (server-clients-with, server-kill-buffer-query-function)
999 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
1000 * proced.el (proced-send-signal):
1001 * emacs-lisp/lisp.el (lisp-complete-symbol):
1002 Replace completion-annotate-function with completion-extra-properties.
1003
2462470b
SM
10042011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1005
fb5b2591
SM
1006 * simple.el (goto-line): Use read-number.
1007 (overriding-map-is-bound): Remove.
1008 (saved-overriding-map): Change default.
1009 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
1010 Take the map as argument.
1011 (universal-argument, negative-argument, digit-argument): Use it.
1012 (restore-overriding-map): Adjust.
1013 (do-auto-fill): Use fill-forward-paragraph.
1014 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
1015
fd6fa53f
SM
1016 * minibuffer.el (minibuffer-inactive-mode-map): New var.
1017 (minibuffer-inactive-mode): New major mode.
1018 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
1019 the *Messages* buffer" hack.
1020 (mouse-popup-menubar): Don't burp if the event is a normal key.
1021
2462470b
SM
1022 Miscellaneous tweaks.
1023 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
1024 lexical scoping as in subr.el's dolist and dotimes.
1025 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
1026 Silence compiler warning.
1027 * thingatpt.el (forward-whitespace): Trivial coding style fix.
1028 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
1029 * international/ccl.el (ccl-compile): Trivial simplification.
1030 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
1031 * emacs-lisp/testcover.el (testcover-end): Remove spurious
1032 `printflag' argument.
1033 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1034 Purecopy the whole obsolescence data.
1035
108bf785
LL
10362011-06-01 Leo Liu <sdl.web@gmail.com>
1037
1038 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
1039 improve doc-string as suggested by Marco Pessotto
1040 <melmothx@gmail.com>.
1041 (rcirc-print): Fix last change.
1042
30a23501
SM
10432011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1044
1045 * minibuffer.el (complete-with-action): Return nil for the metadata and
1046 boundaries of non-functional tables.
1047 (completion-table-dynamic): Return nil for the metadata.
1048 (completion-table-with-terminator): Add default case, using
1049 complete-with-action.
1050 (completion--metadata): New function.
1051 (completion-all-sorted-completions, minibuffer-completion-help): Use it
1052 to try and avoid pathological performance problems.
1053 (completion--embedded-envvar-table): Return `category' metadata.
1054
bcd54f83
LMI
10552011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1056
1057 * subr.el (process-alive-p): New tiny convenience function.
1058
e227544d
SM
10592011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
1062 content but also its previous major mode.
1063
e8296fdc
HE
10642011-05-31 Helmut Eller <eller.helmut@gmail.com>
1065
1066 * debug.el (debug): Restore the previous content of the
1067 *Backtrace* buffer when we exit with C-M-c.
1068
620c53a6
SM
10692011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1070
1071 * minibuffer.el: Add metadata method to completion tables.
1072 (completion-category-overrides): New defcustom.
1073 (completion-metadata, completion--field-metadata)
1074 (completion-metadata-get, completion--styles)
1075 (completion--cycle-threshold): New functions.
1076 (completion-try-completion, completion-all-completions):
1077 Add `metadata' argument to choose completion-styles.
1078 (completion--do-completion): Use metadata to choose cycling.
1079 (completion-all-sorted-completions): Use metadata for sorting.
1080 Remove :completion-cycle-penalty which is not needed any more.
1081 (completion--try-word-completion): Add `metadata' argument.
1082 (minibuffer-completion-help): Check metadata for annotation function
1083 and sorting.
1084 (completion-file-name-table): Return `category' metadata.
1085 (minibuffer-completing-file-name): Make obsolete.
1086 * simple.el (minibuffer-completing-symbol): Make obsolete.
1087 * icomplete.el (icomplete-completions): Pass new `metadata' param to
1088 completion-try-completion.
1089
1257e755
SM
10902011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1091
1092 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
1093
3767e706
LL
10942011-05-30 Leo Liu <sdl.web@gmail.com>
1095
1096 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
1097 (rcirc-print): Decode all incoming messages (bug#8744).
1098 (rcirc-decode-coding-system): Allow value nil for automatic coding
1099 system detection.
3767e706 1100
d1a5d56a
GM
11012011-06-01 Glenn Morris <rgm@gnu.org>
1102
1103 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
1104
e8cbec34
CY
11052011-05-29 Chong Yidong <cyd@stupidchicken.com>
1106
1107 * image.el (image-animate-max-time): Allow nil and t values.
1108 Default to nil.
1109 (create-animated-image): Doc fix.
1110 (image-animate-start): Remove second arg; just use
1111 image-animate-max-time.
1112 (image-animate-timeout): Doc fix. Args changed.
1113
1114 * image-mode.el (image-toggle-display-image): Ensure that the
1115 image spec passed to the animate timer is the same object as in
1116 the the buffer's display property (Bug#6981).
1117 (image-transform-properties): Doc fix.
1118
1119 * image.el (image-animate-max-time): Default to nil.
1120
159daf87
MR
11212011-05-29 Martin Rudalics <rudalics@gmx.at>
1122
1123 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
1124 entire buffer list (Bug#8184).
1125
d66c4c7c
CY
11262011-05-29 Chong Yidong <cyd@stupidchicken.com>
1127
1128 * image.el (imagemagick-types-inhibit)
1129 (imagemagick-register-types): Doc fix.
1130
80aec780
DD
11312011-05-29 Deniz Dogan <deniz@dogan.se>
1132
1133 * net/rcirc.el (rcirc): Use the user's stored encryption method by
1134 default.
1135
1dd3c2d9
CY
11362011-05-29 Chong Yidong <cyd@stupidchicken.com>
1137
1138 * select.el: Don't perform clipboard-manager saving in hooks;
1139 leave the hooks empty.
1140
60e56523
LL
11412011-05-28 Leo Liu <sdl.web@gmail.com>
1142
1143 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
1144 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
1145 (occur-edit-mode): New major mode (Bug#8463).
1146 (occur-after-change-function): New function.
1147 (occur-engine): Give Occur tags a read-only property.
1148
2b1e1a22
KR
11492011-05-28 Kevin Ryde <user42@zip.com.au>
1150
1151 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
1152
5d344e88
CY
11532011-05-28 Chong Yidong <cyd@stupidchicken.com>
1154
8e6ca83d
CY
1155 * bindings.el (help-echo): Make the initial non-indicator dash
1156 empty on graphical terminals (Bug#7295).
1157
5d344e88
CY
1158 * files.el (auto-mode-alist): Move config rule after the
1159 in-stripping one (Bug#8547).
1160
bfbbace7
CY
1161 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
1162
fbeba6e2
CY
1163 * startup.el (normal-splash-screen): Remove gratuitous mode-line
1164 setting (Bug#8740).
1165
60ed8c72
AA
11662011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
1167
4ac619f0
AA
1168 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
1169 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
1170 (Bug#8539).
60ed8c72 1171
23db196e
CY
11722011-05-28 Chong Yidong <cyd@stupidchicken.com>
1173
60ed8c72 1174
23db196e
CY
1175 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
1176
5012f24c
DK
11772011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
1178
1179 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
1180 (hs-hide-block-at-point, hs-find-block-beginning)
1181 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
1182 (Bug#8279).
1183
6a639b16
GM
11842011-05-28 Glenn Morris <rgm@gnu.org>
1185
1186 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
1187
d43eaf2c
CY
11882011-05-28 Chong Yidong <cyd@stupidchicken.com>
1189
5199bde1
CY
1190 * help-fns.el (describe-function-1): If the function is a derived
1191 major mode, print the parent mode.
1192
d43eaf2c
CY
1193 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
1194 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
1195
423428a8
SM
11962011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1197
0ff8e1ba
SM
1198 * minibuffer.el (completion--capf-wrapper): Check applicability before
1199 retuning non-nil for non-exclusive completion data.
1200 * progmodes/etags.el (tags-completion-at-point-function):
1201 * info-look.el (info-lookup-completions-at-point): Mark as
1202 non-exclusive.
1203 (info-complete): Adjust accordingly.
1204
423428a8
SM
1205 * info-look.el: Convert to lexical-binding and completion-at-point.
1206 (info-lookup-completions-at-point): New function.
1207 (info-complete): Use it and completion-in-region.
1208
b74aa22b
DA
12092011-05-28 Drew Adams <drew.adams@oracle.com>
1210
1211 * isearch.el: Let M-e start with point at the first mismatched char.
1212 (isearch-fail-pos): New function.
1213 (isearch-edit-string): Use it.
1214
66e2e71d
DK
12152011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
1216
1217 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
1218
eb95d01d
TC
12192009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
1220
1221 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
1222 traversal functions for avl-trees.
1223 (avl-tree--stack): New struct.
1224 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
1225 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
1226 (avl-tree--do-enter): Add optional `updatefun' arg.
1227 Change return value.
eb95d01d 1228 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
1229 (avl-tree--do-delete): Add `test' and `nilflag' args.
1230 Change return value.
eb95d01d
TC
1231 (avl-tree-member): Add optional `nilflag'
1232 (avl-tree-member-p): New function.
1233 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
1234 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
1235 (avl-tree-stack-empty-p): New functions.
1236
3769ddcf
TC
12372009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
1238
1239 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
1240 avl-tree--del-balance1 and make it work both ways.
1241 (avl-tree--del-balance2): Remove.
1242 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
1243 make it work both ways.
1244 (avl-tree--enter-balance2): Remove.
1245 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
1246 New macros.
1247 (avl-tree--mapc, avl-tree-map): Add direction argument.
1248
eb95d01d 12492011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
1250
1251 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
1252
a9f737ee
CY
12532011-05-27 Chong Yidong <cyd@stupidchicken.com>
1254
1255 * select.el: Support clipboard managers with built-in function
1256 x-clipboard-manager-save, via delete-frame-functions and
1257 kill-emacs-hook.
1258 (xselect-convert-to-targets): Add MULTIPLE target to list.
1259 (xselect-convert-to-save-targets): New function.
1260
c92a1e54
KH
12612011-05-27 Kenichi Handa <handa@m17n.org>
1262
1263 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
1264 let-binding rfc2047-encode-encoded-words to nil.
1265
e145f188
GM
12662011-05-27 Glenn Morris <rgm@gnu.org>
1267
5ec8a862
GM
1268 * mail/emacsbug.el: Don't require url-util.
1269
4b29d9fb
GM
1270 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
1271
e145f188
GM
1272 * files.el (set-auto-mode):
1273 Also respect mode: entries at the end of the file. (Bug#8586)
1274
7d15102b
GM
12752011-05-26 Glenn Morris <rgm@gnu.org>
1276
98f593b8
GM
1277 * files.el (hack-local-variables-prop-line, hack-local-variables):
1278 Downcase mode names, as seems to be traditional.
27b48e63 1279 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 1280
7d15102b
GM
1281 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
1282 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
1283
51d5b4ec
JD
12842011-05-25 Julien Danjou <julien@danjou.info>
1285
1286 * textmodes/rst.el (rst-define-level-faces): Do not define face
1287 symbol if it is already defined.
1288
91513f63
VB
12892011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
1290
1291 * play/5x5.el (5x5-new-game, 5x5-randomize):
1292 Reset 5x5-solver-output to nil when a new grid is cast.
1293 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
1294 these debugging traces, as defmacro breaks the compiled code.
1295
4d90d6d0
DK
12962011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
1297
1298 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
1299
e1b90ef6
LL
13002011-05-24 Leo Liu <sdl.web@gmail.com>
1301
1302 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
1303 (vc-bzr-sha1): Adapt.
1304
1305 * sha1.el: Remove. Function `sha1' is now builtin.
1306
1307 * bindings.el: Provide sha1 feature.
1308
db0406bb 13092011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
1310
1311 * mail/sendmail.el: Require `rfc2047'.
1312 (mail-insert-from-field): Do not perform RFC2047 encoding.
1313 (mail-encode-header): New function.
1314 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
1315 buffer to the return value of select-message-coding-system.
1316 Call mail-encode-header.
b8d747b9
KH
1317
1318 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
1319
db0406bb 13202011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 1321
4d90d6d0
DK
1322 * mail/supercite.el (sc-default-cite-frame):
1323 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 1324
eb8a5e9b
GM
13252011-05-24 Glenn Morris <rgm@gnu.org>
1326
f8630703
GM
1327 * progmodes/python.el (brm-menu): Declare.
1328
8831bbed
GM
1329 * emulation/viper.el (viper-set-hooks): Declare.
1330
eb8a5e9b
GM
1331 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
1332 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
1333 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
1334 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
1335 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
1336 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
1337
a2a25d24
SM
13382011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1339
1340 Add an :exit-function for completion-at-point.
1341
1342 * minibuffer.el (completion--done): New fun.
1343 (completion--do-completion): Use it. New arg `expect-exact'.
1344 (minibuffer-complete, minibuffer-complete-word): Don't output message,
1345 since completion--do-completion does it for us now.
1346 (minibuffer-force-complete): Use completion--done and
1347 completion--replace. Handle sole-completion case with more care.
1348 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
1349 (completion-extra-properties): New var.
1350 (completion-annotate-function): Make obsolete.
1351 (minibuffer-completion-help): Adjust accordingly.
1352 Use completion-list-insert-choice-function.
1353 (completion-at-point, completion-help-at-point):
1354 Bind completion-extra-properties.
1355 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
1356 * simple.el (completion-list-insert-choice-function): New var.
1357 (completion-setup-function): Preserve it.
1358 (choose-completion): Pay attention to it, shuffle the code a bit.
1359 (choose-completion-string): New arg `insert-function'.
1360
1361 * textmodes/bibtex.el: Convert to lexical binding.
1362 (bibtex-mode-map): Use completion-at-point.
1363 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
1364 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
1365 (bibtex-complete): Define as obsolete alias.
1366 (bibtex-complete-internal): Remove.
1367 (bibtex-format-entry): Remove unused sub-group in regexp.
1368 * shell.el (shell--command-completion-data)
1369 (shell-environment-variable-completion):
1370 * pcomplete.el (pcomplete-completions-at-point):
1371 * comint.el (comint--complete-file-name-data): Use :exit-function
1372 instead of completion-table-with-terminator so it also works for
1373 choose-completion.
1374
e44e373d
SM
13752011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1376
4f91a816
SM
1377 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
1378
782fc819
SM
1379 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
1380 (bug#8710).
1381
e44e373d
SM
1382 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
1383
381987c3
KM
13842011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
1385
1386 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
1387 customization variable and implement: If non-nil, auto-fill will
1388 be inhibited while on topic's header line.
1389
b776bc70
VB
13902011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
1391
1392 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
1393 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
1394 always have a solution in grid size = 5 cases.
1395 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
1396 (5x5-solver-output, 5x5-log-buffer): New vars.
1397 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
1398 Make these variables buffer local to achieve 5x5 multi-session-ness.
1399 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
1400 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
1401 (5x5-solve-suggest): New funs.
1402 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
1403 randomize a grid so that we ensure that there is always a solution.
1404 (5x5-make-random-grid): Allow other movement than flipping.
1405
7de88b6e
KR
14062011-05-23 Kevin Ryde <user42@zip.com.au>
1407
1408 * emacs-lisp/advice.el (ad-read-advised-function):
1409 Use `function-called-at-point' as the default default, if it has
1410 advice and passes PREDICATE.
1411
b1ef1257
SM
14122011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1413
bbca48fe
SM
1414 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
1415 byte-compile-lambda if it's actually a lambda.
1416
b1ef1257
SM
1417 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
1418 Fix function quoting. Use backquote better.
1419
92a9cc65
YS
14202011-05-22 Yuanle Song <sylecn@gmail.com>
1421
1422 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
1423 matching (Bug#8516).
1424
f0fb8059
JA
14252011-01-22 Jari Aalto <jari.aalto@cante.net>
1426
1427 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
1428 different face (Bug#8178).
1429
d5b44c93
CY
14302011-05-22 Chong Yidong <cyd@stupidchicken.com>
1431
1432 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
1433 defface (Bug#8144).
1434
79106a44
SM
14352011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1436
9c848d8a
SM
1437 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
1438 funcall as well (bug#8712). Warn when performing those conversions.
1439 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
1440
79106a44
SM
1441 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
1442
88dfa756
GM
14432011-05-22 Glenn Morris <rgm@gnu.org>
1444
1445 * files.el (hack-local-variables-prop-line): Small simplifications.
1446 (hack-local-variables, hack-local-variables-prop-line):
1447 If MODE-ONLY, return the mode, rather than just `t'.
1448
b7cf2c79
SM
14492011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
1450
1451 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
1452
3f1a8558
GM
14532011-05-21 Glenn Morris <rgm@gnu.org>
1454
7e4ccca3
GM
1455 * files.el (hack-local-variables-prop-line, hack-local-variables):
1456 If only interested in the mode, don't bother doing the other stuff.
1457
637d46ca
GM
1458 * image-mode.el (image-after-revert-hook):
1459 Redraw all frames on which the image is visible. (Bug#8567)
1460
973d955b
GM
1461 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
1462
3f1a8558
GM
1463 * wid-edit.el (widget-checklist-match-inline):
1464 Fix 2011-04-19 change. (Bug#8649)
1465
96479927
SM
14662011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1467
1dcf791f
SM
1468 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
1469 Also allow singlespace after single-letter capitals followed by a dot.
1470
96479927
SM
1471 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
1472 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
1473
35fd0881
N
14742011-05-20 Nix <nix@esperi.org.uk>
1475
1476 * files.el (basic-save-buffer-2):
1477 Fix handling of break-hardlink-on-save with non-existent files.
1478
82745640
DD
14792011-05-19 Deniz Dogan <deniz@dogan.se>
1480
1481 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 1482 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 1483
4a720484
GM
14842011-05-19 Glenn Morris <rgm@gnu.org>
1485
d1f21341
GM
1486 * progmodes/f90.el (f90-type-def-re):
1487 Handle "type, bind(c)". (Bug#8691)
1488
4a720484
GM
1489 * emacs-lisp/autoload.el (batch-update-autoloads):
1490 Set autoload-excludes by parsing loadup.el rather than Makefiles.
1491
2fb0a219
MA
14922011-05-18 Michael Albinus <michael.albinus@gmx.de>
1493
1494 * net/tramp.el (tramp-process-actions): Set "first-password-request"
1495 property for the correct connection in case of multihops.
1496
e565dd37
GM
14972011-05-18 Glenn Morris <rgm@gnu.org>
1498
c2571358 1499 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
1500 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
1501
e565dd37
GM
1502 Rationalize calendar handling of day and month abbrev-arrays.
1503 * calendar/calendar.el (calendar-customized-p): New function.
1504 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
1505 (calendar-day-name-array, calendar-month-name-array): Doc fix.
1506 Add :set function.
1507 (calendar-abbrev-length, calendar-day-abbrev-array)
1508 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
1509 (calendar-day-abbrev-array, calendar-month-abbrev-array):
1510 Elements may no longer be nil.
1511 (calendar-day-name, calendar-month-name):
1512 Update for changed nature of abbrev arrays.
1513 * calendar/diary-lib.el (diary-name-pattern):
1514 Update for changed nature of abbrev arrays.
1515 (diary-mark-entries-1): Update calendar-make-alist calls.
1516 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
1517 * calendar/cal-html.el (cal-html-day-abbrev-array):
1518 Simply inherit from calendar-day-abbrev-array.
1519
1d99a745
SM
15202011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1521
1522 * progmodes/grep.el (grep-mode): Disable default
1523 compilation-directory-matcher setting (bug#8684).
1524
7c1d9aa0
MA
15252011-05-17 Michael Albinus <michael.albinus@gmx.de>
1526
1527 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
1528 instead of "head" and "tail". There were problems with SunOS 5.9,
1529 and it performs better.
1530
3952e9d8
GM
15312011-05-17 Glenn Morris <rgm@gnu.org>
1532
2dd12e7f
GM
1533 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
1534
e4157b9c
GM
1535 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
1536 Replace obsolete function.
1537
8e249bbd
GM
1538 * shell.el (pcomplete-parse-arguments-function): Declare.
1539
3952e9d8
GM
1540 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
1541 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
1542 (appt-check): Doc fixes.
1543 (appt-disp-window-function, appt-delete-window-function):
1544 Remove needless special case in custom :type.
1545 (appt-display-count): Default to 0, not nil.
1546 (appt-check): Reset appt-display-count to 0, not nil.
1547
c71a0d48 15482011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 1549
c71a0d48
GM
1550 * progmodes/python.el (python-font-lock-keywords):
1551 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 1552
31d55be9
SM
15532011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1554
1555 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
1556
3bfacb2f
KR
15572011-05-16 Kevin Ryde <user42@zip.com.au>
1558
1559 * info-look.el (makefile-automake-mode): New setups, looking in
1560 automake manual, then makefile-mode.
1561 (makefile-mode): Remove automake manual, have it just in
1562 makefile-automake-mode since there's various things different or
1563 not relevant to plain make.
1564 (makefile-mode): Remove "other-modes" non-existent automake-mode,
1565 believe a hypothetical automake-mode would go to makefile-mode,
1566 not the other way around.
1567
c8e83751
CY
15682011-05-15 Chong Yidong <cyd@stupidchicken.com>
1569
5e9e35cd
CY
1570 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
1571 hunk-end tags (Bug#8672).
1572
c8e83751
CY
1573 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
1574 vc-annotate-show-diff-revision-at-line (Bug#8671).
1575
50b23e5a
GM
15762011-05-14 Glenn Morris <rgm@gnu.org>
1577
7210a739
GM
1578 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
1579 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
1580 (change-log-font-lock-keywords): Also handle multiple author lines
1581 with leading tabs. (Bug#8644)
7210a739 1582
4691905a
GM
1583 * calendar/appt.el (appt-check): Rename some local variables.
1584 Some simplification/reordering.
1585
50b23e5a
GM
1586 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
1587 (feedmail-sendmail-f-doesnt-sell-me-out)
1588 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
1589 (feedmail-debug-sit-for, feedmail-queue-express-hook)
1590 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
1591 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
1592 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
1593 (feedmail-binmail-gnulinuxish-template):
1594 Rename from feedmail-binmail-linuxish-template.
1595 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
1596 Use insert-buffer-substring.
1597
215cda7c
BC
15982011-05-14 Bill Carpenter <bill@carpenter.org>
1599
1600 * mail/feedmail.el (feedmail-patch-level): Increase.
1601 (feedmail-debug): New custom group.
1602 (feedmail-confirm-outgoing-timeout)
1603 (feedmail-sendmail-f-doesnt-sell-me-out)
1604 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
1605 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
1606 (feedmail-sender-line, feedmail-from-line)
1607 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 1608 (feedmail-spray-this-address)
215cda7c
BC
1609 (feedmail-spray-address-fiddle-plex-list)
1610 (feedmail-queue-use-send-time-for-date)
1611 (feedmail-queue-use-send-time-for-message-id)
1612 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
1613 (feedmail-buffer-eating-function):
1614 Doc fixes.
1615 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
1616 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
1617 (feedmail-message-action-scroll-down): New functions.
1618 (feedmail-queue-directory, feedmail-queue-draft-directory):
1619 Use expand-file-name.
1620 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
1621 Remove C-v help entry.
1622 (feedmail-queue-buffer-file-name): New variable.
1623 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
1624 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
1625 (feedmail-message-action-send-strong, feedmail-message-action-edit)
1626 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
1627 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
1628 (feedmail-message-action-toggle-spray)
1629 (feedmail-run-the-queue-no-prompts)
1630 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
1631 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
1632 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
1633 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
1634 (feedmail-envelope-deducer, feedmail-fiddle-from)
1635 (feedmail-fiddle-sender, feedmail-default-date-generator)
1636 (feedmail-fiddle-date, feedmail-fiddle-message-id)
1637 (feedmail-fiddle-spray-address)
1638 (feedmail-fiddle-list-of-spray-fiddle-plexes)
1639 (feedmail-fiddle-list-of-fiddle-plexes)
1640 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
1641 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
1642 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
1643 Change default. Doc fix.
1644 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
1645 (feedmail-binmail-linuxish-template): New constant.
1646 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
1647 Respect feedmail-sendmail-f-doesnt-sell-me-out.
1648 (feedmail-send-it): Add debug call.
1649 Use feedmail-queue-buffer-file-name, and
1650 feedmail-send-it-immediately-wrapper.
1651 (feedmail-message-action-send): Add debug call.
1652 Use feedmail-send-it-immediately-wrapper.
1653 (feedmail-queue-express-to-queue): Add debug call.
1654 Run feedmail-queue-express-hook.
1655 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
1656 (feedmail-message-action-help-blat):
1657 Rename from feedmail-queue-send-edit-prompt-help-first.
1658 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
1659 Check line-endings. Handle errors better.
1660 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
1661 Doc fix. Add debug call.
1662 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
1663 Use feedmail-queue-send-edit-prompt-inner.
1664 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
1665 (feedmail-queue-send-edit-prompt-inner): New function, extracted
1666 from feedmail-queue-send-edit-prompt.
1667 (feedmail-queue-send-edit-prompt-help)
1668 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
1669 (feedmail-tidy-up-slug): Add debug call.
1670 Respect feedmail-queue-slug-suspect-regexp.
1671 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
1672 (feedmail-dump-message-to-queue): Add debug call.
1673 Expand queue-directory.
1674 (feedmail-dump-message-to-queue): Change message slightly.
1675 Use feedmail-say-chatter.
1676 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
1677 (feedmail-send-it-immediately-wrapper): New function.
1678 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
1679 Insert empty string rather than newline. Handle full-frame case.
1680 Use catch/throw. Use feedmail-say-chatter.
1681 (feedmail-fiddle-from): Try mail-host-address.
1682 (feedmail-default-message-id-generator): Doc fix.
1683 Bind system-time-locale. Handle missing end.
1684 (feedmail-fiddle-x-mailer): Add debug call.
1685 Handle feedmail-x-mailer-line being nil.
1686 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
1687 Add debug call. Use buffer-substring-no-properties.
1688 (feedmail-say-debug, feedmail-say-chatter): New functions.
1689 (feedmail-find-eoh): Give an explicit error.
1690
42c7e61e
UJ
16912011-05-13 Ulf Jasper <ulf.jasper@web.de>
1692
c2571358 1693 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 1694 family from helvetica to sans.
c2571358 1695 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
1696 etc/images/newsticker.
1697
c2571358 1698 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
1699 family from helvetica to sans.
1700
1701 * net/newst-plainview.el (newsticker-new-item-face)
1702 (newsticker-old-item-face, newsticker-immortal-item-face)
1703 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 1704 (newsticker-statistics-face): Change default family from
42c7e61e 1705 helvetica to sans.
c2571358 1706 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
1707 etc/images/newsticker.
1708
1709 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
1710 (newsticker--process-auto-mark-filter-match): : Tell user about
1711 auto-marking.
1712
8497a297
DV
17132011-05-13 Didier Verna <didier@xemacs.org>
1714
1715 Common Lisp indentation improvements on defmethod and lambda-lists.
1716 * cl-indent.el: Advertise the changes and remove obsolete TODO entries.
1717 (lisp-lambda-list-keyword-parameter-indentation)
1718 (lisp-lambda-list-keyword-parameter-alignment)
1719 (lisp-lambda-list-keyword-alignment): New customizable user options.
1720 (lisp-indent-defun-method): Improve docstring.
1721 (extended-loop-p): Fix comment.
1722 (lisp-indent-lambda-list-keywords-regexp): New variable.
1723 (lisp-indent-lambda-list): New function.
1724 (lisp-indent-259): Use it.
1725 (lisp-indent-defmethod): Support for more than one
1726 method qualifier and properly indent methods lambda-lists.
1727 (defgeneric): Provide a missing common-lisp-indent-function property.
1728
f278f87f
SM
17292011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1730
1731 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
1732 bounds for the empty string (bug#8667).
1733
5233edd7
GM
17342011-05-13 Glenn Morris <rgm@gnu.org>
1735
5237a44f
GM
1736 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
1737
8340026c 1738 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 1739 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 1740
5233edd7 1741 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 1742 (appt-time-msg-list): Doc fix.
a5464014 1743 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 1744
92d10796
AS
17452011-05-12 Andreas Schwab <schwab@linux-m68k.org>
1746
1747 * progmodes/ld-script.el (ld-script-keywords)
1748 (ld-script-builtins): Update keywords list.
1749
914a0ae1
SM
17502011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1751
c89be45f
SM
1752 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
1753
914a0ae1
SM
1754 * shell.el (shell-completion-vars): New function.
1755 (shell-mode):
1756 * simple.el (read-shell-command): Use it.
1757 (blink-matching-open): No need for " [...]" in minibuffer-message.
1758
98dc3df3
GM
17592011-05-12 Glenn Morris <rgm@gnu.org>
1760
1761 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
1762 (appt-check): Simplify.
1763
d2fc7e3d 17642011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21
EZ
1765
1766 * smerge-mode.el (smerge-resolve): Use null-device rather than a
1767 literal "/dev/null".
1768
d2fc7e3d 17692011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
1770
1771 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
1772 Fix typo.
1773
d2fc7e3d 17742011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 1775
3f254caa
SM
1776 * progmodes/which-func.el (which-function):
1777 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
1778 which might not be defined (Bug#8260).
1779
d45885f7
GM
17802011-05-12 Glenn Morris <rgm@gnu.org>
1781
1782 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
1783 Let byte-compile-initial-macro-environment always take precedence.
1784
488086f4
SM
17852011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1786
1787 * net/rcirc.el: Add support for SSL/TLS connections.
1788 (rcirc-server-alist): New field `encryption'.
1789 (rcirc): Check `encryption' settings.
1790 (rcirc-connect): New arg `encryption'. Use open-network-stream.
1791 Merge make-local-variable into `set'.
1792 (rcirc--connection-open-p): New function.
1793 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
1794 the process is not a network process (e.g. running gnutls-cli).
1795 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
1796 Make rcirc-(en|de)code-coding-system local here.
1797 (rcirc-mode): Merge make-local-variable into `set'.
1798 (rcirc-parent-buffer): Make permanent buffer-local.
1799 (rcirc-multiline-minor-mode): Don't do it here.
1800 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
1801 there's no server buffer.
1802
7d3b9d44
GM
18032011-05-11 Glenn Morris <rgm@gnu.org>
1804
f64049c6
GM
1805 * newcomment.el (comment-kill): Prefix "unused" local.
1806
93c9df73
GM
1807 * term/w32console.el (get-screen-color): Declare.
1808
7d3b9d44
GM
1809 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
1810 Handle symbol elements of byte-compile-initial-macro-environment.
1811
9e2dd53f
LL
18122011-05-10 Leo Liu <sdl.web@gmail.com>
1813
488086f4
SM
1814 * bookmark.el (bookmark-bmenu-mode-map):
1815 Bind bookmark-bmenu-search to `/'.
8b340240 1816
9e2dd53f 1817 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
1818 (footnote-unicode-string, footnote-unicode-regexp): New variable.
1819 (Footnote-unicode): New function.
1820 (footnote-style-alist): Add unicode style to the list.
1821 (footnote-style): Doc fix.
9e2dd53f 1822
79b70037
GM
18232011-05-10 Jim Meyering <meyering@redhat.com>
1824
1825 Fix doubled-word typos.
1826 * international/quail.el (quail-insert-kbd-layout): and and -> and
1827 * kermit.el: and and -> and
1828 * net/ldap.el (ldap-search-internal): to to -> to
1829 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
1830 * progmodes/js.el (js-mode): and and -> and
1831 * textmodes/artist.el (artist-move-to-xy): at at -> at
1832 (artist-draw-region-trim-line-endings): if if -> if
1833 And Safetyc -> Safety.
1834 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
1835
b8f82dc1 18362011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 1837 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
1838
1839 * files.el (hack-one-local-variable-eval-safep):
1840 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
1841
4f99f44b
GM
18422011-05-10 Glenn Morris <rgm@gnu.org>
1843
1844 * calendar/diary-lib.el (diary-list-entries-hook)
1845 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
1846 (diary-nongregorian-marking-hook, diary-list-entries)
1847 (diary-include-other-diary-files, diary-mark-entries)
1848 (diary-mark-included-diary-files): Doc fixes.
1849
84f29e6b
JB
18502011-05-09 Juanma Barranquero <lekktu@gmail.com>
1851
1852 * misc.el: Require tabulated-list.el during compilation.
1853
9bedd73a
CY
18542011-05-09 Chong Yidong <cyd@stupidchicken.com>
1855
488086f4
SM
1856 * progmodes/compile.el (compilation-start):
1857 Run compilation-filter-hook for the async case too.
9bedd73a
CY
1858 (compilation-filter-hook): Doc fix.
1859
797c735c
DD
18602011-05-09 Deniz Dogan <deniz@dogan.se>
1861
1862 * wdired.el: Remove outdated installation comment. Fix usage
1863 comment.
1864
5f4b1dfe
JB
18652011-05-09 Juanma Barranquero <lekktu@gmail.com>
1866
1867 * misc.el: Implement new command `list-dynamic-libraries'.
1868 (list-dynamic-libraries--loaded-only-p): New variable.
1869 (list-dynamic-libraries--refresh): New function.
1870 (list-dynamic-libraries): New command.
1871
4c44026c
CY
18722011-05-09 Chong Yidong <cyd@stupidchicken.com>
1873
488086f4
SM
1874 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1875 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
1876 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
1877 higher priority to avoid clobbering by gnu.
1878
027f966d
CY
18792011-05-08 Chong Yidong <cyd@stupidchicken.com>
1880
1881 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
1882 if the face has existing theme settings (Bug#8454).
1883
085f5d7d
CY
18842011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
1885
488086f4
SM
1886 * progmodes/perl-mode.el (perl-imenu-generic-expression):
1887 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 1888
2a86a00c
RS
1889 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
1890 special file names `.' and `..' (Bug#8259).
1891
d9c54a06
CY
18922011-05-08 Chong Yidong <cyd@stupidchicken.com>
1893
488086f4
SM
1894 * progmodes/grep.el (grep-mode-font-lock-keywords):
1895 Remove buffer-changing entries.
d9c54a06
CY
1896 (grep-filter): New function.
1897 (grep-mode): Add it to compilation-filter-hook.
1898
1899 * progmodes/compile.el (compilation-filter-hook)
1900 (compilation-filter-start): New defvars.
1901 (compilation-filter): Call compilation-filter-hook prior to
1902 updating the process mark.
1903
c4662635
SM
19042011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1905
1906 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
1907
b0512a1d
EZ
19082011-05-07 Eli Zaretskii <eliz@gnu.org>
1909
605c9376
EZ
1910 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
1911 mailclient-send-it even if window-system is nil. (Bug#8595)
1912
c4662635
SM
1913 * term/w32console.el (terminal-init-w32console):
1914 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
1915 background-mode. (Bug#8597)
1916
d1dc2cc2
SM
19172011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 Make bytecomp.el understand that defmethod defines funs (bug#8631).
1920 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
1921 New functions.
1922 (defgeneric, eieio--defmethod): Use them.
1923 (eieio-defgeneric): Remove.
1924 (defmethod): Call defgeneric in a way visible to the byte-compiler.
1925
915d1300
GM
19262011-05-07 Glenn Morris <rgm@gnu.org>
1927
a3961c3e
GM
1928 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
1929 Use let rather than let*.
1930 (timeclock-find-discrep): Remove unused local.
1931
314347b9
GM
1932 * calendar/diary-lib.el (diary-comment-start): Doc fix.
1933
915d1300
GM
1934 * calendar/appt.el (appt-time-msg-list): Doc fix.
1935
275b59b0
NF
19362011-05-06 Noah Friedman <friedman@splode.com>
1937
1938 * apropos.el (apropos-print-doc): Only use
1939 emacs-lisp-docstring-fill-column when it is bound to an integer,
1940 per that variable's documentation.
1941
6c19f744
SM
19422011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1943
1944 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 1945 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 1946
60f884b2
GM
19472011-05-06 Glenn Morris <rgm@gnu.org>
1948
5006e634
GM
1949 * calendar/appt.el (appt-message-warning-time): Doc fix.
1950 (appt-warning-time-regexp): New option.
1951 (appt-make-list): Respect appt-message-warning-time.
1952
548d0a63
GM
1953 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
1954 New options.
1955 (diary-add-to-list): Strip comments from the displayed string.
1956 (diary-mode): Set comment-start and comment-end.
1957
60f884b2
GM
1958 * vc/diff-mode.el (smerge-refine-subst): Declare.
1959 (diff-refine-hunk): Don't require smerge-mode when compiling.
1960
989681bb
JB
19612011-05-06 Juanma Barranquero <lekktu@gmail.com>
1962
1963 * simple.el (list-processes): Return nil as the docstring says.
1964
a6bc05e1
MA
19652011-05-05 Michael Albinus <michael.albinus@gmx.de>
1966
1967 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
1968 to "".
1969 (ange-ftp-write-region, ange-ftp-insert-file-contents)
1970 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
1971 determining of binary transfer. (Bug#7383)
1972
23c22e9a
MA
19732011-05-05 Michael Albinus <michael.albinus@gmx.de>
1974
c4662635
SM
1975 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1976 Fix port computation bug. (Bug#8618)
23c22e9a 1977
0bff894f
GM
19782011-05-05 Glenn Morris <rgm@gnu.org>
1979
b8296902
GM
1980 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
1981
1f522ce8
GM
1982 * simple.el (shell-dynamic-complete-functions)
1983 (comint-dynamic-complete-functions): Declare.
1984
cf5bee67
GM
1985 * net/network-stream.el (gnutls-negotiate):
1986 * simple.el (tabulated-list-print): Fix declarations.
1987
1988 * progmodes/gud.el (syntax-symbol, syntax-point):
1989 Remove unnecessary and incorrect declarations.
1990
0bff894f
GM
1991 * emacs-lisp/check-declare.el (check-declare-scan):
1992 Handle byte-compile-initial-macro-environment in bytecomp.el
1993
9869b3ae
SM
19942011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1995
1996 Fix earlier half-done eieio-defmethod change (bug#8338).
1997 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
1998 Streamline and change calling convention.
1999 (defmethod): Adjust accordingly and simplify.
2000 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
2001 new eieio--defmethod.
2002 (slot-boundp): Minor CSE simplification.
2003
9c1d5ac5
MZ
20042011-05-05 Milan Zamazal <pdm@zamazal.org>
2005
2006 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
2007 (glasses-make-readable): Use glasses-separate-capital-groups.
2008
455c834e
JB
20092011-05-05 Juanma Barranquero <lekktu@gmail.com>
2010
2011 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
2012 (warning-series): Doc fix.
2013 (display-warning): Don't try to create the buffer if we just found it.
2014
9ed7c8cb
CY
20152011-05-04 Chong Yidong <cyd@stupidchicken.com>
2016
2017 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
2018 (autoload-find-generated-file): New function.
2019 (generate-file-autoloads): Bind generated-autoload-file to
2020 buffer-file-name.
9869b3ae
SM
2021 (update-file-autoloads, update-directory-autoloads):
2022 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
2023 output file (Bug#7989).
2024 (batch-update-autoloads): Doc fix.
2025
0898ca10
JB
20262011-05-04 Juanma Barranquero <lekktu@gmail.com>
2027
2028 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
2029
31dfb76c
GM
20302011-05-04 Glenn Morris <rgm@gnu.org>
2031
f330b642
GM
2032 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
2033 function, so it follows changes in calendar-date-style.
2034 (diary-fancy-date-matcher): New function.
2035 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
2036 (diary-fancy-font-lock-fontify-region-function):
2037 Use diary-fancy-date-pattern as a function.
2038
31dfb76c
GM
2039 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
2040 non-numbers for `year' etc pseudo-variables. (Bug#8583)
2041
48e79d6a
TZ
20422011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
2043
2044 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
2045 instead of positional arguments. Allow :keylist and :crlfiles
2046 arguments.
2047 (open-gnutls-stream): Call it.
2048
2049 * net/network-stream.el (network-stream-open-starttls): Adjust to
2050 call `gnutls-negotiate' with :process and :hostname arguments.
2051
dd5a5ee0
SM
20522011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2053
ef80fc09
SM
2054 * minibuffer.el (completion--message): New function.
2055 (completion--do-completion, minibuffer-complete)
2056 (minibuffer-force-complete, minibuffer-complete-word): Use it.
2057 (completion--do-completion): Don't ignore completion-auto-help when in
2058 icomplete-mode.
2059
dd5a5ee0
SM
2060 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
2061 internal encoding (e.g. tibetan zero is not whitespace).
2062 (global-whitespace-mode): Prefer save-current-buffer.
2063 (whitespace-trailing-regexp): Remove useless save-match-data.
2064 (whitespace-empty-at-bob-regexp): Minor simplification.
2065
b7d22a83
CY
20662011-05-03 Chong Yidong <cyd@stupidchicken.com>
2067
2068 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
2069
5192af46
AM
20702011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2071
2072 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 2073 Use `concat' to create string for insertion.
5192af46 2074
5767d190
SM
20752011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2076
2077 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
2078 Avoid open-line which runs post-self-insert-hook.
2079 (bibtex-fill-entry): Remove unused `end' var.
2080
bf242939
AM
20812011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
2082
5767d190
SM
2083 * textmodes/ispell.el (ispell-add-per-file-word-list):
2084 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 2085
25666126
LL
20862011-05-03 Leo Liu <sdl.web@gmail.com>
2087
2088 * isearch.el (isearch-yank-pop): New command.
5767d190 2089 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
2090 (isearch-forward): Mention it.
2091
52d3c2d0
SM
20922011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2093
1bcace58
SM
2094 * simple.el (minibuffer-complete-shell-command): Remove.
2095 (minibuffer-local-shell-command-map): Use completion-at-point.
2096 (read-shell-command): Setup completion vars here instead.
2097 (read-expression-map): Bind TAB to symbol completion.
2098
52d3c2d0
SM
2099 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
2100 error directly rather via storing it into `results'.
2101
35813471
LL
21022011-05-02 Leo Liu <sdl.web@gmail.com>
2103
2104 * vc/diff.el: Fix description.
2105
e793a940
LMI
21062011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2107
2108 * server.el (server-eval-at): New function.
2109
8de66e05
LMI
21102011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2111
2112 * net/network-stream.el (open-network-stream): Take a :nowait
2113 parameter and pass it on to `make-network-process'.
2114 (network-stream-open-plain): Ditto.
2115
dcb79f20
AS
21162011-04-30 Andreas Schwab <schwab@linux-m68k.org>
2117
2118 * faces.el (face-spec-set-match-display): Don't match toolkit
2119 options on terminal frames.
2120
14a7fbd8
SM
21212011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2122
7eabc1be
SM
2123 * progmodes/pascal.el: Use lexical binding.
2124 (pascal-mode-map): Remove author preferences.
2125
14a7fbd8
SM
2126 * pcomplete.el (pcomplete-std-complete): Don't abuse
2127 completion-at-point.
2128
50f84510
JB
21292011-04-28 Juanma Barranquero <lekktu@gmail.com>
2130
6e087a44
JB
2131 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
2132 removing code that has been dead since 1991 or so.
2133
50f84510
JB
2134 * startup.el (command-line): When warning about "_emacs", use a
2135 delayed warning to allow the user to filter it out.
2136
0ba690bd
DD
21372011-04-28 Deniz Dogan <deniz@dogan.se>
2138
2139 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
2140 user has not joined.
2141
08abfaad
SM
21422011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2143
2144 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
2145 aren't any completions at point.
2146
638f053a
JB
21472011-04-28 Juanma Barranquero <lekktu@gmail.com>
2148
2149 * subr.el (display-delayed-warnings): New function.
2150 (delayed-warnings-hook): New variable.
2151
8fff8daa
SM
21522011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2153
08abfaad
SM
2154 * minibuffer.el (completion-at-point, completion-help-at-point):
2155 Don't presume that a given completion-at-point-function will always
2156 use the same calling convention.
2157
8fff8daa
SM
2158 * pcomplete.el (pcomplete-completions-at-point):
2159 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
2160 pcomplete-seen is non-nil.
2161 (pcomplete-comint-setup): Also recognize the new comint/shell
2162 completion functions.
2163 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
2164 pcomplete-seen is non-nil.
2165
841a1577 21662011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 2167
841a1577 2168 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 2169 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 2170 the first character in the entry. This allows for code to add its
211ec907
UJ
2171 own uid to the entry.
2172 (icalendar--convert-float-to-ical): Add export of
2173 `diary-float'-entries save for those with the optional DAY
2174 argument.
2175
2a782793
DC
21762011-04-27 Daniel Colascione <dan.colascione@gmail.com>
2177
2178 * subr.el (shell-quote-argument): Use alternate escaping strategy
2179 when we spot a variable reference in a string.
2180
0438ce91
DC
21812011-04-26 Daniel Colascione <dan.colascione@gmail.com>
2182
2183 * cus-start.el (all): Define customization for debug-on-event.
2184
841a1577 21852011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
2186
2187 * subr.el (shell-quote-argument): Escape correctly under Windows.
2188
d090ed6c
SM
21892011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2190
2191 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
2192
bfd31217
MA
21932011-04-25 Michael Albinus <michael.albinus@gmx.de>
2194
d090ed6c
SM
2195 * net/tramp.el (tramp-process-actions): Add POS argument.
2196 Delete region between POS and (pos).
bfd31217 2197
d090ed6c
SM
2198 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2199 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
2200 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
2201
2202 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
2203 position in `tramp-process-actions' call.
2204
2205 * net/trampver.el: Update release number.
2206
e92f3bd3
SM
22072011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2208
850256b5
SM
2209 * custom.el (defcustom): Obey lexical-binding.
2210
e92f3bd3
SM
2211 Fix octave-inf completion problems reported by Alexander Klimov.
2212 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
2213 Inherit from octave-mode-syntax-table.
2214 (inferior-octave-mode): Set info-lookup-mode.
2215 (inferior-octave-completion-at-point): New function.
2216 (inferior-octave-complete): Use it and completion-in-region.
2217 (inferior-octave-dynamic-complete-functions): Use it as well, and use
2218 comint-filename-completion.
2219 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
2220 symbol elements which shouldn't be word elements.
2221 (octave-font-lock-keywords, octave-beginning-of-defun)
2222 (octave-function-header-regexp): Adjust regexps accordingly.
2223 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
2224
cd22b309
JB
22252011-04-25 Juanma Barranquero <lekktu@gmail.com>
2226
2227 * net/gnutls.el (gnutls-errorp): Declare before first use.
2228
8b492194
TZ
22292011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
2230
2231 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
2232 verify-error, and verify-hostname-error parameters. Check whether
cd22b309
JB
2233 default trustfile exists before going to use it. Add missing
2234 argument to gnutls-message-maybe call. Return return value.
8b492194
TZ
2235 Reported by Claudio Bley <claudio.bley@gmail.com>.
2236 (open-gnutls-stream): Add usage example.
2237
2238 * net/network-stream.el (network-stream-open-starttls): Give host
2239 parameter to `gnutls-negotiate'.
2240 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 2241 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 2242
841a1577 22432011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 2244
cd22b309
JB
2245 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
2246 Use correct match group (bug#8438).
05842630 2247
3ba7869c
CY
22482011-04-24 Chong Yidong <cyd@stupidchicken.com>
2249
512e3ae1
CY
2250 * emacs-lisp/package.el (package-built-in-p): Fix typo.
2251 (package-menu--generate): New arg specifying packages to show.
2252 (package-menu-refresh, package-menu-execute, list-packages):
2253 Callers changed.
2254 (package-show-package-list): New function, replacing deleted
2255 package--list-packages (renamed because it is non-internal).
2256
2257 * finder.el (finder-list-matches): Use package-show-package-list
2258 instead of deleted package--list-packages.
2259
e92f3bd3
SM
2260 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
2261 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
2262 (vc-annotate-mode-map): Bind it to RET.
2263
7031be6d
UR
22642011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2265
2266 * progmodes/etags.el (next-file): Don't use set-buffer to change
2267 buffers (Bug#8478).
2268
4ef177aa
CY
22692011-04-24 Chong Yidong <cyd@stupidchicken.com>
2270
c8d173eb
CY
2271 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
2272
4ef177aa
CY
2273 * apropos.el (apropos-label-face): Avoid variable-pitch face.
2274 (apropos-accumulator): Doc fix.
2275 (apropos-function, apropos-macro, apropos-command)
2276 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2277 (apropos-plist): Add face property.
2278 (apropos-symbols-internal): Fix indentation.
2279 (apropos-print): Simplify help, and recognize apropos-multi-type.
2280 (apropos-print-doc): Use button-type-get to extract the button's
2281 face property. Fill docstring (Bug#8352).
2282
4ffd0d6b 22832011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
2284
2285 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
2286
c6c32125 2287 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 2288 (mpuz-mode-map): Use mapc.
c6c32125
JB
2289 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
2290 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
2291 Fix typos in docstrings.
2292
58d468b4
JB
2293 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
2294 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
2295
6470c3c6
JB
2296 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
2297
4ffd0d6b 22982011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
2299
2300 * minibuffer.el (completion--do-completion): Avoid the "Next char
2301 not unique" prompt if icomplete-mode is enabled (Bug#5849).
2302
3ad8bad0
CY
2303 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
2304 mouse-2 into unread-command-events, it is interpreted correctly.
2305
71d73c9c 2306 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 2307 (image-toggle-display): Doc fix.
71d73c9c 2308
841a1577 23092011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 2310
4ffd0d6b
GM
2311 * textmodes/page.el (what-page): Use line-number-at-pos to
2312 calculate line number (Bug#6825).
6e1dbaa9 2313
c2fb1b60
JB
23142011-04-22 Juanma Barranquero <lekktu@gmail.com>
2315
2316 * eshell/esh-mode.el (find-tag-interactive): Declare function.
2317 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
2318 Pass argument NO-DEFAULT to `find-tag-interactive'.
2319
e02f48d7
JB
23202011-04-22 Juanma Barranquero <lekktu@gmail.com>
2321
2322 Lexical-binding cleanup.
2323
2324 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
2325 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
2326 * progmodes/ada-prj.el (ada-prj-initialize-values)
2327 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
2328 (ada-prj-show-value):
2329 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
2330 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
2331 (antlr-invalidate-context-cache, antlr-options-menu-filter)
2332 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
2333 * progmodes/bug-reference.el (bug-reference-push-button):
2334 * progmodes/fortran.el (fortran-line-length):
2335 * progmodes/glasses.el (glasses-change):
2336 * progmodes/octave-mod.el (octave-fill-paragraph):
2337 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
2338 (python-pdbtrack-grub-for-buffer, python-sentinel):
2339 * progmodes/sql.el (sql-save-connection):
2340 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
2341 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
2342 Mark unused parameters.
2343
2344 * progmodes/compile.el (compilation--flush-directory-cache)
2345 (compilation--flush-parse, compile-internal): Mark unused parameters.
2346 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
2347 (compilation-next-error-function): Remove unused variable `timestamp'.
2348
2349 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
2350 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
2351
2352 * progmodes/dcl-mode.el (dcl-end-of-command):
2353 Remove unused variable `start'.
2354 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
2355 (dcl-option-value-basic, dcl-option-value-offset)
2356 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
2357 Mark unused parameters.
2358 (dcl-save-local-variable): Remove unused variable `val'.
2359 (mode): Declare.
2360
2361 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
2362 Mark unused parameters.
2363 (delphi-ignore-changes): Move before first use.
2364 (delphi-charset-token-at): Remove unused variable `start'.
2365 (delphi-else-start): Remove unused variable `if-count'.
2366 (delphi-comment-block-start, delphi-comment-block-end):
2367 Remove unused variable `kind'.
2368 (delphi-indent-line): Remove unused variable `new-point'.
2369
2370 * progmodes/ebrowse.el (ebrowse-files-list)
2371 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
2372 Mark unused parameters. Don't quote `lambda'.
2373 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
2374 Don't quote `lambda'.
2375 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
2376 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
2377 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
2378 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
2379 Use `ignore-errors'.
2380 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
2381 (ebrowse-view/find-file-and-search-pattern)
2382 (ebrowse-view/find-member-declaration/definition):
2383 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
2384 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
2385 Rename parameter PREFIX-ARG to PREFIX.
2386 (ebrowse-tags-read-name): Remove unused variables `start' and
2387 `member-info'.
2388 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
2389 to `tags-file'.
2390
2391 * progmodes/etags.el (local-find-tag-hook): Declare.
2392 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
2393 Mark unused parameters.
2394
2395 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
2396 (executable-interpret): Mark unused parameter.
2397
2398 * progmodes/flymake.el (flymake-process-sentinel)
2399 (flymake-after-change-function)
2400 (flymake-create-temp-with-folder-structure)
2401 (flymake-get-include-dirs-dot): Mark unused parameters.
2402 (flymake-safe-delete-directory): Remove unused variable `err'.
2403
2404 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
2405 (speedbar-timer-fn, speedbar-line-text)
2406 (speedbar-change-expand-button-char, speedbar-delete-subblock)
2407 (speedbar-center-buffer-smartly): Declare functions.
2408 (gdb-find-watch-expression): Remove unused variable `array'.
2409 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
2410 (gdb-starting): Mark unused parameters.
2411 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
2412 (gdb-table-string): Remove unused variable `res'.
2413 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
2414 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
2415 (gdb-display-buffer): Remove unused variable `cur-size'.
2416
2417 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
2418 allow lexical-binding compilation.
2419 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
2420 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
2421 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
2422 Mark unused parameters.
2423 (gud-gdb-marker-filter): Remove unused variable `match'.
2424 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
2425 lambda expressions and funcall them, instead of using `fset'.
2426
2427 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
2428 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
2429
2430 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
2431 variable `header-beg'; use `let'.
2432
2433 * progmodes/icon.el (indent-icon-exp): Remove unused variables
2434 `restart', `last-sexp' and `at-do'.
2435
2436 * progmodes/js.el (js--debug): Mark unused parameter.
2437 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
2438 (js--splice-into-items): Remove unused variable `item'.
2439 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
2440
2441 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
2442 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
2443 (makefile-complete): Remove unused variable `try'.
2444 (makefile-fill-paragraph, makefile-match-function-end):
2445 Mark unused parameters.
2446
2447 * progmodes/octave-inf.el (inferior-octave-complete):
2448 Remove unused variable `proc'.
2449 (inferior-octave-output-digest): Mark unused parameter.
2450
2451 * progmodes/perl-mode.el (perl-calculate-indent):
2452 Remove unused variable `err'.
2453
2454 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
2455 (prolog-indent-line): Mark unused parameters.
2456 (prolog-indent-line): Remove unused variable `beg'.
2457
2458 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
2459 (reporter-dont-compact-list): Declare.
2460
2461 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
2462 Remove unused variable `char'.
2463 (sh-debug): Mark unused parameter.
2464 (sh-get-indent-info): Remove unused variable `start'.
2465 (sh-calculate-indent): Remove unused variable `var'.
2466
2467 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
2468 (simula-electric-keyword): Remove unused variable `null'.
2469 (simula-search-backward, simula-search-forward): Remove unused
2470 variables `begin' and `end'.
2471
2472 * progmodes/vera-mode.el (vera-guess-basic-syntax):
2473 Remove unused variable `pos'.
2474 (vera-electric-tab, vera-comment-uncomment-region):
2475 Mark unused parameters.
2476 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
2477
7ede3b65
CY
24782011-04-22 Chong Yidong <cyd@stupidchicken.com>
2479
2480 * emacs-lisp/package.el (package--builtins, package-alist)
2481 (package-load-descriptor, package-built-in-p, package-activate)
2482 (define-package, package-installed-p)
2483 (package-compute-transaction, package-buffer-info)
2484 (package--push): Doc fix. Distinguish more clearly between
2485 version strings and version lists.
2486
121656e9
JB
24872011-04-21 Juanma Barranquero <lekktu@gmail.com>
2488
2489 Lexical-binding cleanup.
2490
2491 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
2492 (5x5-make-mutate-best):
2493 * play/fortune.el (fortune-in-buffer):
2494 * play/gomoku.el (gomoku-init-display):
2495 * play/solitaire.el (solitaire, solitaire-do-check):
2496 * play/tetris.el (tetris-default-update-speed-function):
2497 Mark unused parameters.
2498
2499 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
2500 (bubbles--shift): Remove unused variable `char-org'.
2501 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
2502 (bubbles--show-images): Remove unused variable `char'.
2503
2504 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
2505 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
2506 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
2507 (decipher-analyze-buffer): Use ?\s.
2508 (decipher-make-checkpoint): Remove unused variable `mapping'.
2509
2510 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
2511
2512 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2513 Remove unused variable `result'; use `let'.
2514
2515 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
2516 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
2517 (gametree-children-shown-p, gametree-compute-reduced-score):
2518 Use `ignore-errors'.
2519
2520 * play/handwrite.el (ps-lpr-switches): Declare.
2521 (handwrite): Remove unused variables `pmin' and `lastp'.
2522
2523 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
2524
2525 * play/landmark.el (landmark-init-display)
2526 (landmark-update-naught-weights): Mark unused parameters.
2527 (landmark-y): Remove unused variable `noise'. Simplify.
2528 (landmark-human-plays): Remove unused variable `score'.
2529
2530 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
2531 (mpuz-try-proposal): Remove unused variable `game'.
2532
2533 * play/zone.el (life-patterns): Declare.
2534
80f499c7
JB
25352011-04-20 Juanma Barranquero <lekktu@gmail.com>
2536
2537 * vc/vc.el (ediff-vc-internal): Declare function.
2538
024ff170
SM
25392011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2540
c0a193ea
SM
2541 * shell.el: Use lexical-binding and std completion UI.
2542 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
2543 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
2544 comint-preoutput-filter-functions rather than on
2545 comint-output-filter-functions.
2546 (shell-command-completion, shell--command-completion-data)
2547 (shell-filename-completion, shell-environment-variable-completion)
2548 (shell-c-a-p-replace-by-expanded-directory): New functions.
2549 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
2550 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
2551 (shell-dynamic-complete-environment-variable): Use them.
2552 (shell-dynamic-complete-as-environment-variable)
2553 (shell-dynamic-complete-as-command): Remove.
2554 (shell-match-partial-variable): Match past point.
2555 * comint.el: Clean up use of completion-at-point-functions.
2556 (comint-completion-at-point): New function.
2557 (comint-mode): Use it completion-at-point-functions.
2558 (comint-dynamic-complete): Make it obsolete.
2559 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
2560 (comint-c-a-p-replace-by-expanded-history): New function.
2561 (comint-dynamic-complete-functions)
2562 (comint-replace-by-expanded-history): Use it.
2563 * minibuffer.el (completion-table-with-terminator): Allow dynamic
2564 termination strings. Try harder to avoid second try-completion.
2565 (completion-in-region-mode-map): Disable bindings that don't work yet.
2566
2dbaa080
SM
2567 * comint.el: Use lexical-binding. Require CL.
2568 (comint-dynamic-complete-functions): Use comint-filename-completion.
2569 (comint-completion-addsuffix): Tweak custom type.
2570 (comint-filename-completion, comint--common-suffix)
2571 (comint--common-quoted-suffix, comint--table-subvert)
2572 (comint--complete-file-name-data): New functions.
2573 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
2574 (comint-dynamic-list-filename-completions): Use them.
2575 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 2576
2dbaa080
SM
2577 * minibuffer.el (completion-in-region-mode):
2578 Keep completion-in-region-mode--predicate global.
2579 (completion-in-region--postch):
2580 Assume completion-in-region-mode--predicate is not null.
2581
c79a6f38
SM
2582 * progmodes/flymake.el (flymake-start-syntax-check-process):
2583 Obey `dir'. Simplify.
2584
024ff170
SM
2585 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
2586 we're in VC after all.
2587
1c6c854e
CS
25882011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
2589
2590 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 2591 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
2592 (vc-version-diff): Use vc-diff-build-argument-list-internal.
2593
bed7f140
SM
25942011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2595
332e62ab
SM
2596 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
2597 add sanity check.
2598
bed7f140
SM
2599 * obsolete/erc-hecomplete.el: Make obsolete.
2600 * obsolete/: Standardize obsolescence info in the header.
2601
f195c582
GM
26022011-04-20 Glenn Morris <rgm@gnu.org>
2603
2604 * calendar/solar.el (solar-horizontal-coordinates):
2605 Use the longitude argument rather than `calendar-longitude'.
2606 (solar-date-next-longitude): Remove unused locals.
2607
cb79b8c0
VJL
26082011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2609
2610 * whitespace.el: New version 13.2.1.
2611
26122011-04-20 felix <EmacsWiki> (tiny change)
2613
2614 * whitespace.el (global-whitespace-mode): keep highlight when
2615 switching between major modes on a file.
2616
602ea69d
SM
26172011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2618
2619 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
2620 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
2621 multi-line comments as well.
2622
06b60517
JB
26232011-04-19 Juanma Barranquero <lekktu@gmail.com>
2624
2625 Lexical-binding cleanup.
2626
2627 * arc-mode.el (archive-mode-revert):
2628 * cmuscheme.el (scheme-interactively-start-process):
2629 * custom.el (custom-initialize-delay):
2630 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
2631 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
2632 * emacs-lock.el (emacs-lock-clear-sentinel):
2633 * ezimage.el (defezimage):
2634 * follow.el (follow-avoid-tail-recenter):
2635 * fringe.el (set-fringe-mode-1):
2636 * generic-x.el (bat-generic-mode-compile):
2637 * help-mode.el (help-info-variable, help-do-xref)
2638 (help-mode-revert-buffer):
2639 * help.el (view-emacs-todo):
2640 * iswitchb.el (iswitchb-completion-help):
2641 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
2642 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
2643 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
2644 * locate.el (locate-update):
2645 * longlines.el (longlines-encode-region)
2646 (longlines-after-change-function):
2647 * outline.el (outline-isearch-open-invisible):
2648 * ps-def.el (declare-function, charset-dimension, char-width)
2649 (encode-char):
2650 * ps-mule.el (ps-mule-plot-string):
2651 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
2652 (recentf-edit-list-select, recentf-edit-list-validate)
2653 (recentf-open-files-action):
2654 * rect.el (delete-whitespace-rectangle-line)
2655 (rectangle-number-line-callback):
2656 * register.el (window-configuration-to-register)
2657 (frame-configuration-to-register):
2658 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
2659 * select.el (xselect-convert-to-string, xselect-convert-to-length)
2660 (xselect-convert-to-targets, xselect-convert-to-delete)
2661 (xselect-convert-to-filename, xselect-convert-to-charpos)
2662 (xselect-convert-to-lineno, xselect-convert-to-colno)
2663 (xselect-convert-to-os, xselect-convert-to-host)
2664 (xselect-convert-to-user, xselect-convert-to-class)
2665 (xselect-convert-to-name, xselect-convert-to-integer)
2666 (xselect-convert-to-atom, xselect-convert-to-identity):
2667 * subr.el (declare, ignore, process-kill-without-query)
2668 (text-clone-maintain):
2669 * terminal.el (te-get-char, te-tic-sentinel):
2670 * tool-bar.el (tool-bar-make-keymap):
2671 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
2672 * type-break.el (type-break-mode, type-break-noninteractive-query):
2673 * view.el (View-back-to-mark):
2674 * wid-browse.el (widget-browse-action, widget-browse-widget)
2675 (widget-browse-widgets, widget-browse-sexp):
2676 * widget.el (define-widget-keywords):
2677 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
2678 Mark unused parameters.
2679
2680 * align.el (align-adjust-col-for-rule): Mark unused parameter.
2681 (align-areas): Remove unused variable `look'.
2682 (align-region): Remove unused variables `real-end' and `pos-list'.
2683
2684 * apropos.el (apropos-score-doc): Remove unused variable `i'.
2685
2686 * bindings.el (mode-line-modified, mode-line-remote):
2687 Mark unused parameters.
2688 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
2689
2690 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
2691 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
2692
2693 * comint.el (comint-history-isearch-pop-state)
2694 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
2695 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
2696 (comint-substitute-in-file-name): Doc fix.
2697
2698 * completion.el (cmpl-statistics-block): Mark unused parameter.
2699 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
2700 (save-completions-to-file, load-completions-from-file):
2701 Remove unused local variable `e'.
2702
2703 * composite.el (compose-chars): Remove unused variable `len'.
2704 (lgstring-insert-glyph): Remove unused variable `g'.
2705 (compose-glyph-string): Remove unused variables `ascent',
2706 `descent', `lbearing' and `rbearing'.
2707 (compose-glyph-string-relative): Remove unused variables
2708 `lbearing', `rbearing' and `wadjust'.
2709 (compose-gstring-for-graphic): Remove unused variables `header',
2710 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
2711 (compose-gstring-for-terminal): Remove unused variables `header'
2712 and `nchars'. Use `let', not `let*'.
2713
2714 * cus-edit.el (Custom-set, Custom-save, custom-reset)
2715 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
2716 (Custom-buffer-done, custom-buffer-create-internal)
2717 (custom-browse-visibility-action, custom-browse-group-tag-action)
2718 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
2719 (widget-magic-mouse-down-action, custom-toggle-parent)
2720 (custom-add-parent-links, custom-toggle-hide-variable)
2721 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
2722 (custom-toggle-hide-face, face, hook, custom-group-link-action)
2723 (custom-face-menu-create, custom-variable-menu-create, get)
2724 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
2725 (custom-reset-standard-save-and-update): Remove unused variable `value'.
2726 (customize-apropos): Remove unused variable `tests'.
2727 (custom-group-value-create): Remove unused variable `hidden-p'.
2728 (sort-fold-case): Declare.
2729
2730 * cus-theme.el (custom-reset-standard-faces-list)
2731 (custom-reset-standard-variables-list): Declare.
2732 (customize-create-theme, custom-theme-revert, custom-theme-write)
2733 (custom-theme-choose-mode, customize-themes, custom-theme-save):
2734 Mark unused parameters.
2735
2736 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
2737
2738 * delim-col.el (delimit-columns-max): Move defvar before first use.
2739
2740 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 2741 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
2742
2743 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
2744 (auto-insert): Declare.
2745 (desktop-restore-file-buffer): Rename desktop-* parameters;
2746 mark unused ones.
2747 (desktop-create-buffer): Rename desktop-* parameters and bind them.
2748 (desktop-buffer): Rename desktop-* parameters.
2749
2750 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2751 (dframe-reposition-frame-xemacs, dframe-help-echo)
2752 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
2753 Mark unused parameters.
2754
2755 * dired-aux.el (backup-extract-version-start, overwrite-query)
2756 (overwrite-backup-query, rename-regexp-query)
2757 (rename-non-directory-query): Declare.
2758 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
2759 (dired-add-entry): Remove unused variable `orig-file-name'.
2760 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
2761 Use parameter PRESERVE-TIME instead of accessing dynamic variable
2762 `dired-copy-preserve-time' directly.
2763 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
2764 (dired-insert-subdir-newpos): Rename unused variable `pos'.
2765
2766 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
2767 (dired-virtual-revert, dired-make-relative-symlink):
2768 Mark unused parameters.
2769 (manual-program): Declare.
2770 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
2771 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
2772 wrapped in `with-no-warnings' to avoid replacing one warning by another.
2773
2774 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
2775
2776 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
2777
2778 * echistory.el (electric-history-in-progress, Helper-return-blurb):
2779 Declare.
2780
2781 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
2782
2783 * electric.el (Electric-command-loop): Rename parameter
2784 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
2785
2786 * expand.el (expand-in-literal): Remove unused variable `here'.
2787
2788 * facemenu.el (facemenu-add-new-color):
2789 Remove unused variable `docstring'.
2790
2791 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
2792 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
2793 (face-attr-construct): Mark unused parameter. Doc fix.
2794 (read-color): Remove unused variable `hex-string'.
2795
2796 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
2797 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
2798 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
2799 (display-buffer-other-frame): Remove unused variable `old-window'.
2800 (kill-buffer-hook): Declare.
2801 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
2802 Mark unused parameters.
2803 (after-find-file): Pass 1 to `auto-save-mode', not t.
2804
2805 * files-x.el (auto-insert): Declare.
2806 (modify-file-local-variable-prop-line): Remove unused variable `val'.
2807
2808 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 2809 variable `buf'. Mark unused parameter.
06b60517
JB
2810 (find-lisp-insert-directory): Mark unused parameter.
2811
2812 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
2813 (format-encode-region): Remove unused variables `cur-buf' and `result'.
2814 (format-common-tail): Remove, unused.
2815 (format-deannotate-region): Remove unused variable `loc'.
2816 (format-annotate-region): Remove unused variable `p'.
2817 (format-annotate-single-property-change): Remove unused variables
2818 `default' and `tail'.
2819
2820 * forms.el (read-file-filter): Declare.
2821 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
2822
2823 * frame.el (frame-creation-function-alist): Mark unused parameter.
2824 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
2825
2826 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
2827 Remove unused parameters.
2828 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
2829 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
2830
2831 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
2832 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
2833 (hfy-prepare-tag-map): Mark unused parameters.
2834 (htmlfontify-buffer): Use `called-interactively-p'.
2835
2836 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
2837 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
2838 (ibuffer-do-occur): Mark unused parameters.
2839 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
2840 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
2841
2842 * ibuffer.el: Don't quote `lambda'.
2843 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
2844 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
2845 Mark unused parameters.
2846
2847 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
2848 (ido-completing-read): Mark unused parameters.
2849 (ido-copy-current-word): Mark unused parameters;
2850 remove unused variable `name'.
2851 (ido-sort-merged-list): Remove unused parameter `dirs'.
2852
2853 * ielm.el (ielm-input-sender): Mark unused parameter.
2854 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
2855 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
2856 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
2857 `ielm-string' as a dynamic variable accessible from the IELM prompt.
2858 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
2859
2860 * image-dired.el (image-dired-display-thumbs): Remove unused
2861 variables `curr-file' and `count'.
2862 (image-dired-remove-tag): Remove unused variable `start'.
2863 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
2864 variable `curr-file'
2865 (image-dired-rotate-original): Remove unused variable `temp-file'.
2866 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
2867 Remove unused variable `file'.
2868 (image-dired-gallery-generate): Remove unused variable `curr'.
2869 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
2870
2871 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
2872
2873 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
2874
2875 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
2876
2877 * isearch.el (minibuffer-history-symbol): Declare.
2878 (isearch-edit-string): Remove unused variable `err'.
2879 (isearch-message-prefix, isearch-message-suffix):
2880 Mark unused parameters.
2881
2882 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
2883
2884 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
2885
2886 * makesum.el (double-column): Remove unused variable `cnt'.
2887
2888 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
2889 (ido-ignore-item-temp-list): Declare.
2890
2891 * mouse-drag.el (mouse-drag-throw): Remove unused variables
2892 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
2893 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
2894 (mouse-drag-drag): Remove unused variables `mouse-delta' and
2895 `mouse-col-delta'.
2896
2897 * mouse-sel.el (mouse-extend-internal):
2898 Remove unused variable `orig-window-frame'.
2899
2900 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
2901 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
2902 Move declarations before first use.
2903 (pcomplete-opt): Mark unused parameters; doc fix.
2904
2905 * proced.el (proced-revert): Mark unused parameter.
2906 (proced-send-signal): Remove unused variable `err'.
2907
2908 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
2909 Rename parameter PREFIX-ARG to ARG.
2910 (ps-basic-plot-string, ps-basic-plot-whitespace):
2911 Mark unused parameters.
2912
2913 * replace.el (replace-count): Define.
2914 (occur-revert-function): Mark unused parameters.
2915 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
2916 (isearch-case-fold-search, isearch-string): Declare.
2917 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
2918 bind `case-fold-search'. Remove unused variables `beg' and `end',
2919 and simplify.
2920 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
2921 COUNT and bind `replace-count'.
2922 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
2923 to COUNT.
2924
2925 * savehist.el (print-readably, print-string-length): Declare.
2926
2927 * shadowfile.el (shadow-expand-cluster-in-file-name):
2928 Remove unused variable `cluster'.
2929 (shadow-copy-file): Remove unused variable `i'.
2930 (shadow-noquery, shadow-clusters, shadow-site-cluster)
2931 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
2932 (shadow-define-literal-group, shadow-define-regexp-group)
2933 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
2934
2935 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
2936 (shell): Use `called-interactively-p'.
2937 (shell-directory-tracker): Remove unused variable `chdir-failure'.
2938
2939 * simple.el (compilation-context-lines, comint-file-name-quote-list)
2940 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
2941 (delete-backward-char): Remove unused variable `ocol'.
2942 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
2943 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
2944 (event-apply-hyper-modifier, event-apply-shift-modifier)
2945 (event-apply-control-modifier, event-apply-meta-modifier):
2946 Mark unused parameters.
2947 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
2948 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
2949
2950 * speedbar.el (speedbar-ignored-directory-expressions)
2951 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
2952 (speedbar-find-file, speedbar-dir-follow)
2953 (speedbar-directory-buttons-follow, speedbar-tag-find)
2954 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
2955 (speedbar-buffers-line-directory, speedbar-buffer-click):
2956 Mark unused parameters.
2957 (speedbar-tag-file): Remove unused variable `mode'.
2958 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
2959
2960 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
2961
2962 * talk.el (talk): Remove unused variable `display'.
2963
2964 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
2965 (tar-write-region-annotate): Mark unused parameter.
2966
2967 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
2968 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
2969 Declare them, wrapped in `with-no-warnings' to avoid replacing one
2970 warning by another.
2971
2972 * time-stamp.el (time-stamp-string-preprocess):
2973 Remove unused variable `require-padding'.
2974
2975 * tree-widget.el (widget-glyph-enable): Declare.
2976 (tree-widget-action): Mark unused parameter.
2977
2978 * w32-fns.el (x-get-selection): Mark unused parameter.
2979 (autoload-make-program, generated-autoload-file): Declare.
2980
2981 * wdired.el (wdired-revert): Mark unused parameters.
2982 (wdired-xcase-word): Remove unused variable `err'.
2983
2984 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
2985 (whitespace-help-scroll): Remove unused variable `data-help'.
2986
2987 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
2988 (widget-image-insert, widget-after-change, default)
2989 (widget-default-format-handler, widget-default-notify)
2990 (widget-default-prompt-value, widget-info-link-action)
2991 (widget-url-link-action, widget-function-link-action)
2992 (widget-variable-link-action, widget-file-link-action)
2993 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
2994 (widget-field-prompt-internal, widget-field-action, widget-field-match)
2995 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
2996 (widget-insert-button-action, widget-delete-button-action, visibility)
2997 (widget-documentation-link-action, widget-documentation-string-action)
2998 (widget-const-prompt-value, widget-regexp-match, symbol)
2999 (widget-coding-system-prompt-value)
3000 (widget-key-sequence-value-to-external, sexp)
3001 (widget-sexp-value-to-internal, character, vector, cons)
3002 (widget-choice-prompt-value, widget-boolean-prompt-value)
3003 (widget-color--choose-action): Mark unused parameters.
3004 (widget-item-match-inline, widget-choice-match-inline)
3005 (widget-checklist-match, widget-checklist-match-inline)
3006 (widget-group-match): Rename parameter VALUES to VALS.
3007 (widget-field-value-set): Remove unused variable `size'.
3008 (widget-color-action): Remove unused variables `value' and `start'.
3009
3010 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 3011 variable `dir'. Doc fix.
06b60517
JB
3012 (windmove-find-other-window): Don't pass it.
3013
3014 * window.el (count-windows): Mark unused parameter.
3015 (bw-adjust-window): Remove unused variable `err'.
3016
3017 * woman.el (woman-file-name): Remove unused variable `default'.
3018 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
3019 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
3020 (global-font-lock-mode): Declare.
3021 (woman-decode-region): Mark unused parameter.
3022 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
3023
3024 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
3025 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
3026 (x-dnd-handle-moz-url): Remove unused variable `title'.
3027 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
3028
3029 * xml.el (xml-parse-tag, xml-parse-attlist):
3030 Remove unused variable `pos'.
3031
bc4f7f3d
GM
30322011-04-19 Glenn Morris <rgm@gnu.org>
3033
3034 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
3035 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
3036 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3037 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
3038 * calendar/cal-html.el (cal-html-insert-minical):
3039 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
3040 (calendar-mark-date-pattern):
3041 Prefix "unused" locals.
3042
3043 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
3044 optional argument `style'.
3045
3046 * calendar/appt.el (appt-make-list):
3047 * calendar/cal-china.el (calendar-chinese-date-string):
3048 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
3049 (diary-hebrew-yahrzeit):
3050 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
3051 * calendar/calendar.el (calendar-generate-window):
3052 * calendar/time-date.el (time-to-days):
3053 Remove unused local variables.
3054
16a43933
CY
30552011-04-18 Chong Yidong <cyd@stupidchicken.com>
3056
3057 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
3058 glyphless-char-display table.
3059 (tabulated-list-glyphless-char-display): New var.
3060
7eed1860
SS
30612011-04-18 Sam Steingold <sds@gnu.org>
3062
3063 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
3064 to acknowledgments.
3065
4d2d1ccd
GM
30662011-04-17 Glenn Morris <rgm@gnu.org>
3067
3068 * calendar/diary-lib.el (diary-sexp-entry):
3069 * calendar/holidays.el (holiday-sexp):
3070 Set debug-on-error rather than the removed stack-trace-on-error.
3071
239da61d
GM
30722011-04-16 Glenn Morris <rgm@gnu.org>
3073
3074 * progmodes/f90.el: Use lexical-binding.
3075 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
3076
8b05752a
SM
30772011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3078
daca8ba5
SM
3079 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
3080 (mail-mode): Setup mailalias completion here instead.
3081 * mail/mailalias.el: Use lexical-binding.
3082 (pattern, mailalias-done): Declare dynamic.
3083 (mail-completion-at-point-function): New function, from mail-complete.
3084 (mail-complete): Use it.
3085 (mail-completion-expand): New function.
3086 (mail-get-names): Use it.
3087 (mail-directory, mail-directory-process, mail-directory-stream):
3088 Don't use `pattern' for lexically bound arg.
3089
6f542485
SM
3090 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
3091
037e7c3f
SM
3092 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
3093 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
3094 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
3095
8b05752a
SM
3096 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
3097 (byte-save-window-excursion, byte-temp-output-buffer-setup)
3098 (byte-interactive-p): Define them again, for use when inlining
3099 old code.
3100
49093f60
JB
31012011-04-15 Juanma Barranquero <lekktu@gmail.com>
3102
3103 * loadup.el: Use `string-to-number', not `string-to-int'.
3104
b5b8e7de
SM
31052011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3106
3107 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
3108 gud-gdb-complete-command.
3109 (gud-gdb-completions): New function, from gud-gdb-complete-command.
3110 (gud-gdb-completion-at-point): New function.
3111 (gud-gdb-completions): Remove.
3112
f42efeb5
MA
31132011-04-14 Michael Albinus <michael.albinus@gmx.de>
3114
49093f60
JB
3115 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
3116 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
3117 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
3118 whether `executable-find' is bound.
f42efeb5
MA
3119
3120 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
3121
e240cc21
SM
31222011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3123
3124 * minibuffer.el (completion-in-region-mode-predicate)
3125 (completion-in-region-mode--predicate): New vars.
3126 (completion-in-region, completion-in-region--postch)
3127 (completion-in-region-mode): Use them.
3128 (completion--capf-wrapper): Also return the hook function.
3129 (completion-at-point, completion-help-at-point):
3130 Adjust and provide a predicate.
c2bd2ab0
SM
3131
3132 Preserve arg names for advice of subr and lexical functions (bug#8457).
3133 * help-fns.el (help-function-arglist): Consolidate the subr and
3134 new-byte-code cases. Add argument `preserve-names' to extract names
3135 from the docstring when needed.
3136 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
3137 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
3138 (ad-arglist): Use help-function-arglist's new arg.
3139 (ad-definition-type): Use cond.
3140
c183f693
JB
31412011-04-13 Juanma Barranquero <lekktu@gmail.com>
3142
06641a47
JB
3143 * autorevert.el (auto-revert-handler):
3144 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
3145 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
3146 Don't quote lambda.
3147
c183f693
JB
3148 * image-mode.el (image-transform-set-scale):
3149 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
3150
1e3b6001
G
31512011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3152
3153 * net/network-stream.el (network-stream-open-starttls): Only do
3154 opportunistic STARTTLS upgrades if we have built-in gnutls support.
3155 Upgrades via gnutls-cli are too slow to be done opportunistically.
3156
2d6af8dd
JB
31572011-04-12 Juanma Barranquero <lekktu@gmail.com>
3158
3159 * dframe.el (dframe-current-frame): Remove spurious quote.
3160
c0749a51
GM
31612011-04-12 Glenn Morris <rgm@gnu.org>
3162
088d0d61
GM
3163 * calendar/cal-tex.el (cal-tex-end-document):
3164 Try to automatically use latin1 input if needed.
3165
c0749a51
GM
3166 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
3167 Don't try to cons a mark onto an empty element.
3168
5c90fde0
LL
31692011-04-11 Leo Liu <sdl.web@gmail.com>
3170
3171 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
3172 buffers.
3173 (ido-kill-buffer-at-head): Support killing virtual buffers.
3174
369e974d
CY
31752011-04-10 Chong Yidong <cyd@stupidchicken.com>
3176
3177 * minibuffer.el (completion-show-inline-help): New var.
3178 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
3179 (minibuffer-force-complete, minibuffer-complete-word):
3180 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
3181
3182 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
3183 to avoid interference from inline help (Bug#5849).
3184
37f1c930
LL
31852011-04-10 Leo Liu <sdl.web@gmail.com>
3186
099c39a4
JB
3187 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
3188 Fix typo.
37f1c930 3189
a32d4040
CY
31902011-04-09 Chong Yidong <cyd@stupidchicken.com>
3191
3192 * image-mode.el (image-toggle-display-image): Signal an error if
3193 not in Image mode.
3194 (image-transform-mode, image-transform-resize)
3195 (image-transform-set-rotation): Doc fix.
daca8ba5 3196 (image-transform-set-resize): Delete.
a32d4040
CY
3197 (image-transform-set-scale, image-transform-fit-to-height)
3198 (image-transform-fit-to-width): Handle image-toggle-display-image
3199 and image-transform-resize directly.
3200
099c39a4 32012011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
3202
3203 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
3204 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
3205 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
3206 (doc-view-mode-map): Add bindings for the new functions.
3207
099c39a4 32082011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb
JB
3209
3210 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
3211 Fix typo in docstring.
3212
3726838a
EZ
32132011-04-08 Eli Zaretskii <eliz@gnu.org>
3214
04f33f1e
EZ
3215 * files.el (file-size-human-readable): Produce one digit after
3216 decimal, like "ls -lh" does.
3217
3218 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
3219 the file size representation.
3220
3726838a
EZ
3221 * simple.el (list-processes): If async subprocesses are not
3222 available, error out with a clear error message.
3223
cbb59342
CY
32242011-04-08 Chong Yidong <cyd@stupidchicken.com>
3225
3226 * help.el (help-form-show): New function, to be called from C.
3227 Put help-form output in a buffer named differently than *Help*.
3228
e3971c44
EZ
32292011-04-08 Eli Zaretskii <eliz@gnu.org>
3230
3231 * files.el (file-size-human-readable): New function.
3232
3233 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
3234 computing the representation inline. Don't require `cl'.
3235
12544bbe
GM
32362011-04-08 Glenn Morris <rgm@gnu.org>
3237
a1de6c6a
GM
3238 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
3239
3c4671f4
GM
3240 * net/browse-url.el (browse-url-firefox):
3241 Test system-type, not system-configuration.
3242
b605679c
GM
3243 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
3244 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
3245 Use log-edit-empty-buffer-p. (Bug#7598)
3246
56442f0c
GM
3247 * net/rlogin.el (rlogin-process-connection-type): Simplify.
3248 (rlogin-mode-map): Initialize in the defvar.
3249 (rlogin): Use ignore-errors.
3250
12544bbe
GM
3251 * replace.el (occur-mode-map): Some fixes for menu items.
3252
eb237b0f
AH
32532011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3254
3255 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
3256
7d668f2c
CY
32572011-04-06 Chong Yidong <cyd@stupidchicken.com>
3258
e67a13ab
CY
3259 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
3260 issuing unused warnings.
3261
3262 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
3263 macro directly.
3264
7d668f2c
CY
3265 * simple.el: Lisp reimplement of list-processes. Based on an
3266 earlier reimplementation by Leo Liu, but using tabulated-list.el.
3267 (process-menu-mode): New major mode.
3268 (list-processes--refresh, list-processes):
3269 (process-menu-visit-buffer): New functions.
3270
3271 * files.el (save-buffers-kill-emacs): Don't assume any return
3272 value of list-processes, which is undocumented anyway.
3273
a83ec3c9
CY
32742011-04-06 Chong Yidong <cyd@stupidchicken.com>
3275
3276 * emacs-lisp/tabulated-list.el: New file.
3277
e91a96fe
CY
3278 * emacs-lisp/package.el: Use Tabulated List mode.
3279 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
3280 (package-menu-mode): Derive from tabulated-list-mode. Set up the
3281 table format using Tabulated List mode variables.
3282 (package--push): New macro, replacing package-list-maybe-add.
3283 (package-menu--generate): Use package--push. Renamed from
3284 package--generate-package-list.
3285 (package-menu-refresh, list-packages): Use it.
daca8ba5 3286 (package-menu--print-info): Rename from package-print-package.
e91a96fe 3287 Return insertion data instead of inserting it directly.
099c39a4
JB
3288 (package-menu-describe-package, package-menu-execute):
3289 Use tabulated-list-get-id.
e91a96fe
CY
3290 (package-menu-mark-delete, package-menu-mark-install)
3291 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
3292 (package-menu-mark-obsolete-for-deletion):
3293 Use tabulated-list-put-tag.
e91a96fe
CY
3294 (package--list-packages, package-menu-revert)
3295 (package-menu-get-package, package-menu-get-version)
3296 (package-menu-sort-by-column): Functions deleted.
3297 (package-menu-package-list, package-menu-sort-key): Vars deleted.
3298 (package-menu--status-predicate, package-menu--version-predicate)
3299 (package-menu--name-predicate)
3300 (package-menu--description-predicate): Handle arguments in the
3301 Tabulated List format.
3302 (package-list-packages-no-fetch): Call list-packages.
3303
3e214b50
JB
33042011-04-06 Juanma Barranquero <lekktu@gmail.com>
3305
3306 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 3307 (after-find-file): Don't bind it.
3e214b50
JB
3308 (revert-buffer-in-progress-p): New variable.
3309 (revert-buffer): Bind it.
3310 Pass nil for `after-find-file-from-revert-buffer'.
3311
3312 * saveplace.el (save-place-find-file-hook): Use new variable
3313 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
3314
3f0f1700
GM
33152011-04-06 Glenn Morris <rgm@gnu.org>
3316
c0274801
GM
3317 * Makefile.in (AUTOGEN_VCS): New variable.
3318 (autoloads): Use $AUTOGEN_VCS.
3319
3f0f1700
GM
3320 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
3321 * calendar/calendar.el (calendar-mode-map):
3322 Check for toolkit scroll bars. (Bug#8305)
3323
41ea9e48
CY
33242011-04-05 Chong Yidong <cyd@stupidchicken.com>
3325
3326 * minibuffer.el (completion-in-region--postch)
3327 (completion-in-region-mode): Remove unnecessary messages.
3328
6194c800
JB
33292011-04-05 Juanma Barranquero <lekktu@gmail.com>
3330
33256f14
JB
3331 * font-lock.el (font-lock-refresh-defaults):
3332 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
3333 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
3334
6194c800
JB
3335 * info.el (Info-directory-list, Info-read-node-name-2)
3336 (Info-split-parameter-string): Doc fixes.
3337 (Info-virtual-nodes): Reflow docstring.
3338 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
3339 (Info-apropos-toc-nodes, info-finder, Info-get-token)
3340 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
3341 Fix typos in docstrings.
3342 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
3343 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
3344 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
3345 (Info-restore-desktop-buffer): Mark unused parameters.
3346 (Info-directory-find-file, Info-directory-find-node)
3347 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
3348 (Info-virtual-index-find-node, Info-apropos-find-file)
3349 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 3350 Mark unused parameters; fix typos in docstrings.
6194c800
JB
3351 (Info-virtual-index): Remove unused local variable `nodename'.
3352
b87a8200 33532011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 3354
b87a8200
DD
3355 * net/rcirc.el: Update my e-mail address.
3356 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 3357
3b2ff876
CY
33582011-04-05 Chong Yidong <cyd@stupidchicken.com>
3359
3360 * startup.el (command-line): Save the cursor's theme-face
3361 directly, instead of using face-override-spec.
3362
3363 * custom.el (load-theme): Minor optimization in assigning faces.
3364
8d17e7ca
JB
33652011-04-04 Juanma Barranquero <lekktu@gmail.com>
3366
3367 * help-fns.el (describe-variable): Complete all variables having
3368 documentation, including keywords.
3369 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
3370
2fbc1934
JB
33712011-04-04 Juanma Barranquero <lekktu@gmail.com>
3372
3373 Convert to lexical-binding.
3374
3375 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
3376 (bs--get-marked-string, bs--get-modified-string)
3377 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
3378 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
3379 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
3380
3381 * ehelp.el (electric-help-execute-extended)
3382 (electric-help-ctrl-x-prefix):
3383 * hexl.el (hexl-revert-buffer-function):
3384 * linum.el (linum-after-change, linum-after-scroll):
3385 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
3386
3387 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
3388
74f50695
DU
33892011-04-04 Daiki Ueno <ueno@unixuser.org>
3390
3391 * epa-dired.el:
3392 * epa-mail.el:
3393 * epa-hook.el:
3394 * epa-file.el:
3395 * epa.el:
3396 * epg.el: Use lexical binding.
3397
c11325f7
CY
33982011-04-03 Chong Yidong <cyd@stupidchicken.com>
3399
0d9e9a12
CY
3400 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
3401
c11325f7 3402 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
3403 dictionary case for flyspell-mark-duplications-exceptions.
3404 Use regexp matching for languages.
c11325f7
CY
3405 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
3406 default dictionary (Bug#7926).
3407
da91b5f2
CY
34082011-04-02 Chong Yidong <cyd@stupidchicken.com>
3409
099c39a4
JB
3410 * emacs-lisp/package.el (package--with-work-buffer):
3411 Recognize https URLs.
da91b5f2 3412
099c39a4
JB
3413 * net/network-stream.el: Move from gnus/proto-stream.el.
3414 Change prefix to network-stream throughout.
da91b5f2
CY
3415 (open-protocol-stream): Merge into open-network-stream, leaving
3416 open-protocol-stream as an alias. Handle nil BUFFER args.
3417
3418 * subr.el (open-network-stream): Move to net/network-stream.el.
3419
afa8e9f6
GM
34202011-04-02 Glenn Morris <rgm@gnu.org>
3421
1d2e369d
GM
3422 * find-dired.el (find-exec-terminator): New option.
3423 (find-ls-option): Test for -ls support.
3424 (find-ls-subdir-switches): Test for -b in find-ls-option.
3425 (find-dired, find-grep-dired): Doc fixes.
3426 (find-dired): Use find-exec-terminator.
3427
8abb7da8 3428 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
3429 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
3430 (find-name-arg): Remove purecopy.
8abb7da8 3431
f3ca7378
GM
3432 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
3433 (grep-compute-defaults): Check for `-exec COMMAND +' support.
3434 Set grep-find-use-xargs, grep-find-command, and grep-find-template
3435 accordingly. Don't add the null-device if not needed.
3436
afa8e9f6
GM
3437 * files.el (save-some-buffers): Doc fix.
3438
35eae264
EZ
34392011-04-02 Eli Zaretskii <eliz@gnu.org>
3440
3441 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
3442
26b51db5
JB
34432011-04-01 Juanma Barranquero <lekktu@gmail.com>
3444
3445 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
3446 Use `dolist' rather than `mapcar'.
3447
7200d79c
SM
34482011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3449
03408648 3450 Add lexical binding.
7200d79c 3451
03408648
SM
3452 * subr.el (apply-partially): Use new closures rather than CL.
3453 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
3454 (dolist, dotimes): Use slightly different expansion for lexical code.
3455 (functionp): Move to C.
3456 (letrec): New macro.
3457 (with-wrapper-hook): Use it and apply-partially instead of CL.
3458 (eval-after-load): Preserve lexical-binding.
3459 (save-window-excursion, with-output-to-temp-buffer): Turn them
3460 into macros.
7200d79c 3461
03408648
SM
3462 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
3463
3464 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
3465 than the arglist.
3466 (help-add-fundoc-usage): Don't add `Not documented'.
3467 (help-function-arglist): Handle closures, subroutines, and new
3468 byte-code-functions.
3469 (help-make-usage): Remove leading underscores.
3470 (describe-function-1): Handle closures.
3471 (describe-variable): Use special-variable-p for completion.
3472
3473 * files.el (lexical-binding): Declare safe.
f488fb65 3474
03408648
SM
3475 * emacs-lisp/pcase.el: Don't use destructuring-bind.
3476 (pcase--memoize): Rename from pcase-memoize. Change weakness.
3477 (pcase): Add `let' pattern.
3478 Change memoization so it actually works.
3479 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
3480 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
3481 <let>: New case.
f488fb65 3482
03408648
SM
3483 * emacs-lisp/macroexp.el: Use lexical binding.
3484 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
3485 Don't convert ' to #' without checking that it's indeed quoting
3486 a lambda.
3487
3488 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 3489 Use eval-sexp-add-defvars.
03408648
SM
3490 (eval-sexp-add-defvars): New fun.
3491
3492 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
3493
3494 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
3495 Don't autoload.
3496 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
3497 than the internal `byte-compile-lambda'.
3498 (defmethod): Don't hide code under quotes.
3499 (eieio-defmethod): New `code' argument.
3500
3501 * emacs-lisp/eieio-comp.el: Remove.
3502
3503 * emacs-lisp/edebug.el (edebug-eval-defun)
3504 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
3505 (edebug-toggle): Avoid `eval'.
3506
3507 * emacs-lisp/disass.el (disassemble-internal): Handle new
3508 `closure' objects.
3509 (disassemble-1): Handle new byte codes.
3510
3511 * emacs-lisp/cl.el (pushnew): Silence warning.
3512
3513 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
3514 (cl-byte-compile-throw): Remove.
3515 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
3516
3517 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
3518 closures.
3519
3520 * emacs-lisp/cconv.el: New file.
3521
3522 * emacs-lisp/bytecomp.el: Use lexical binding instead of
3523 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
3524 (byte-compile-initial-macro-environment):
3525 Handle declare-function here.
3526 (byte-compile--lexical-environment): New var.
3527 (byte-stack-ref, byte-stack-set, byte-discardN)
3528 (byte-discardN-preserve-tos): New lap codes.
3529 (byte-interactive-p): Don't use any more.
3530 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
3531 New macros.
3532 (byte-compile-lapcode): Use them and handle new lap codes.
3533 (byte-compile-obsolete): Remove.
3534 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
3535 (byte-compile-arglist-warn): Check late def of inlinable funs.
3536 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
3537 since they should have been expanded by now.
3538 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
3539 (byte-compile-from-buffer): Remove unused second arg.
3540 (byte-compile-preprocess): New function.
3541 (byte-compile-toplevel-file-form): New function to distinguish
3542 file-form calls from outside from file-form calls from hunk-handlers.
3543 (byte-compile-file-form): Simplify.
3544 (byte-compile-file-form-defsubst): Remove.
3545 (byte-compile-file-form-defmumble): Simplify now that
3546 byte-compile-lambda always returns a byte-code-function.
3547 (byte-compile): Preprocess.
3548 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
3549 Remove, not used any more.
3550 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
3551 (byte-compile-make-args-desc): New funs.
3552 (byte-compile-lambda): Handle lexical functions. Always return
3553 a byte-code-function.
3554 (byte-compile-reserved-constants): New var, to make up room for
3555 closed-over variables.
3556 (byte-compile-constants-vector): Obey it.
3557 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
3558 (byte-compile-macroexpand-declare-function): New function.
3559 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
3560 byte-code-functions.
3561 (byte-compile-form): Check obsolescence here.
3562 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
3563 (byte-compile-variable-ref): Remove.
3564 (byte-compile-dynamic-variable-op): New fun.
3565 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
3566 (byte-compile-variable-set): New funs.
3567 (byte-compile-discard): Add 2 args.
3568 (byte-compile-stack-ref, byte-compile-stack-set)
3569 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
3570 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
3571 macroexpand-all instead.
3572 (byte-compile-quote-form): Remove.
3573 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
3574 (byte-compile-bind, byte-compile-unbind): New funs.
3575 (byte-compile-let): Handle let* and lexical binding.
3576 (byte-compile-let*): Remove.
3577 (byte-compile-catch, byte-compile-unwind-protect)
3578 (byte-compile-track-mouse, byte-compile-condition-case):
3579 Handle a new :fun-body form, used for lexical scoping.
3580 (byte-compile-save-window-excursion)
3581 (byte-compile-with-output-to-temp-buffer): Remove.
3582 (byte-compile-defun): Simplify.
3583 (byte-compile-stack-adjustment): New fun.
3584 (byte-compile-out): Use it.
3585 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
3586
3587 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
3588 handler any more.
3589
3590 * emacs-lisp/byte-opt.el: Use lexical binding.
3591 (byte-inline-lapcode): Remove (to bytecomp).
3592 (byte-compile-inline-expand): Pay attention to inlining to/from
3593 lexically bound code.
3594 (byte-compile-unfold-lambda): Don't handle byte-code-functions
3595 any more.
3596 (byte-optimize-form-code-walker): Don't handle save-window-excursion
3597 any more and don't call compiler-macros.
3598 (byte-compile-splice-in-already-compiled-code): Remove.
3599 (byte-code): Don't inline any more.
3600 (disassemble-offset): Receive `bytes' as argument rather than via
3601 dynamic scoping.
3602 (byte-compile-tag-number): Declare before first use.
3603 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
3604 `return' even if make-spliceable.
3605 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
3606 obsolete interactive-p.
3607 (byte-optimize-lapcode): Optimize new lap-codes.
3608 Don't trip up on new form of `byte-constant' lap code.
3609
3610 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
3611
3612 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
3613
3614 * custom.el (custom-initialize-default, custom-declare-variable):
3615 Use `defvar'.
3616
3617 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
3618 New variables.
3619 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
3620 (COMPILE_FIRST): Add macroexp and cconv.
3621 * makefile.w32-in: Mirror changes in Makefile.in.
3622
3623 * vc/cvs-status.el:
3624 * vc/diff-mode.el:
3625 * vc/log-edit.el:
3626 * vc/log-view.el:
3627 * vc/smerge-mode.el:
3628 * textmodes/bibtex-style.el:
3629 * textmodes/css.el:
3630 * startup.el:
3631 * uniquify.el:
da91b5f2
CY
3632 * minibuffer.el:
3633 * newcomment.el:
3634 * reveal.el:
3635 * server.el:
3636 * mpc.el:
3637 * emacs-lisp/smie.el:
3638 * doc-view.el:
3639 * dired.el:
03408648
SM
3640 * abbrev.el: Use lexical binding.
3641
0f0c1f27
EZ
36422011-04-01 Eli Zaretskii <eliz@gnu.org>
3643
3644 * info.el (info-display-manual): New function.
3645
c82b2579
SM
36462011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3647
3648 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
3649
221ddf68
TH
36502011-03-31 Tassilo Horn <tassilo@member.fsf.org>
3651
3652 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 3653 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 3654
cba6e77e
GM
36552011-03-31 Glenn Morris <rgm@gnu.org>
3656
e040639f
GM
3657 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
3658
cba6e77e
GM
3659 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
3660
6d0f1c9e
CS
36612011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
3662
3663 * progmodes/python.el (python-default-interpreter)
3664 (python-python-command-args, python-jython-command-args)
3665 (python-which-shell, python-which-args, python-which-bufname)
3666 (python-file-queue, python-comint-output-filter-function)
3667 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
3668 variables and functions.
3669
3e2d70fd
SM
36702011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
3671
3672 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
3673 (completion-in-region-mode): New minor mode.
3674 (completion-in-region): Use it.
3675 (completion-in-region--data, completion-in-region-mode-map): New vars.
3676 (completion-in-region--postch): New function.
3677 (completion--capf-misbehave-funs, completion--capf-safe-funs):
3678 New vars.
3679 (completion--capf-wrapper): New function.
3680 (completion-at-point): Use it to track well-behavedness of
3681 hook functions.
3682 (completion-help-at-point): New command.
3683
f3e4086c
JM
36842011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
3685
3686 * vc/add-log.el (add-change-log-entry): Don't use whitespace
3687 syntax class to search for whitespace on a single line
3688 (Message-ID: <4D938140.4030905@redhat.com>).
3689
eb7ffc14
LL
36902011-03-30 Leo Liu <sdl.web@gmail.com>
3691
3692 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
3693 New commands.
3694 (edit-abbrevs-map): Bind them here.
3695 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
3696
d806ab68
KM
36972011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
3698
3699 * allout.el (allout-hide-by-annotation, allout-flag-region):
3700 Reduce possibility of overlay leakage by making them volatile.
3701
3702 * allout-widgets.el (allout-widgets-tally): Define as nil so the
3703 hash is not shared between buffers. Mode initialization is
3704 responsible for giving it a useful starting value.
3705 (allout-item-span): Reduce possibility of overlay leakage by
3706 making them volatile.
3707 (allout-widgets-count-buttons-in-region): Add diagnostic function
3708 for tracking down button overlay leaks.
3709
ea622834
LL
37102011-03-29 Leo Liu <sdl.web@gmail.com>
3711
3712 * ido.el (ido-read-internal): Use the default history var
3713 minibuffer-history if no HISTORY is specified.
3714
b62f8267
G
37152011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
3716
03408648
SM
3717 * net/imap.el (imap-shell-open, imap-process-connection-type):
3718 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
3719 Kerberos, SSL, other subprocesses.
3720
947b6566
LL
37212011-03-28 Leo Liu <sdl.web@gmail.com>
3722
3723 * abbrev.el (abbrev-table-empty-p): New function.
3724 (prepare-abbrev-list-buffer): Place empty abbrev tables after
3725 nonempty ones. (Bug#5937)
3726
5ffb62aa
JD
37272011-03-27 Jan Djärv <jan.h.d@swipnet.se>
3728
3729 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
3730
7a097943
LL
37312011-03-27 Leo Liu <sdl.web@gmail.com>
3732
3733 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
3734 for foreground and background colors.
3735 (ansi-color-make-color-map): Adapt.
3736
c5b40130
LL
37372011-03-25 Leo Liu <sdl.web@gmail.com>
3738
1f48f7d2
LL
3739 * midnight.el (midnight-time-float): Remove. Note it calculates
3740 the microsecond component incorrectly and seconds-to-time does the
3741 same job.
625897ec 3742 Remove redundant (require 'timer).
1f48f7d2 3743
c5b40130
LL
3744 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
3745 (ido-completions): Remove unused arguments. (Bug#8329)
3746
d86d2721
SM
37472011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3748
3749 * minibuffer.el (completion--flush-all-sorted-completions):
3750 Remove itself from hook.
3751 (completion-at-point): Let the functions perform the completion
3752 immediately and return nil or t.
3753 * comint.el (comint-dynamic-complete-functions): Now identical to
3754 completion-at-point-functions.
3755 (comint-dynamic-list-input-ring): Remove unused var `index'.
3756 (comint--match-partial-filename, comint--unquote&expand-filename):
3757 New funs, split from comint-match-partial-filename.
3758 (comint-dynamic-complete): Use completion-at-point.
3759 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
3760
e8974c48
DA
37612011-03-24 Drew Adams <drew.adams@oracle.com>
3762
3763 * thingatpt.el: Support `defun'.
3764
def71b5e
LL
37652011-03-23 Leo Liu <sdl.web@gmail.com>
3766
cb5af48e
LL
3767 * abbrevlist.el: Move to obsolete/abbrevlist.el.
3768
def71b5e
LL
3769 * help-mode.el (help-mode-finish): Tweak regexp.
3770
927c53e7
GM
37712011-03-23 Glenn Morris <rgm@gnu.org>
3772
18d05bed
GM
3773 * eshell/esh-opt.el (eshell-eval-using-options):
3774 Do not bind unused local variable `eshell-option-stub'.
3775
927c53e7
GM
3776 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
3777
9d0da923
JB
37782011-03-22 Juanma Barranquero <lekktu@gmail.com>
3779
3780 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
3781 keymap variable in `with-no-warnings' to avoid a warning when the
3782 keymap has been already `defconst'ed.
3783
4b978a67
LL
37842011-03-22 Leo Liu <sdl.web@gmail.com>
3785
3786 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
3787 encode all chars in abbrevs; otherwise use emacs-mule or
3788 utf-8-emacs. (Bug#8308)
3789
5fd62452
JB
37902011-03-22 Juanma Barranquero <lekktu@gmail.com>
3791
0b1596c6
JB
3792 * simple.el (backward-delete-char-untabify):
3793 Avoid warning about using `delete-backward-char'.
3794
5fd62452
JB
3795 * image.el (image-type-file-name-regexps): Make it variable.
3796 `imagemagick-register-types' modifies it, and the user may want
3797 to add new extensions for known image types.
3798 (imagemagick-register-types): Throw error if not using ImageMagick.
3799
0b4e93f1
LL
38002011-03-22 Leo Liu <sdl.web@gmail.com>
3801
3802 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
3803 located before rcirc-prompt-end-marker.
3804 (rcirc-complete): Error if point is not after rcirc prompt.
3805 Handle the case when table is nil.
9882e214 3806 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 3807
fccee4ab
CY
38082011-03-22 Chong Yidong <cyd@stupidchicken.com>
3809
3810 * custom.el (custom--inhibit-theme-enable): Make it affect only
3811 custom-theme-set-variables and custom-theme-set-faces.
3812 (provide-theme): Ignore custom--inhibit-theme-enable.
3813 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
3814 (custom-enabling-themes): Delete variable.
d86d2721
SM
3815 (enable-theme): Accept only loaded themes as arguments.
3816 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
3817 (custom-enabled-themes): Forbid themes from setting this.
3818 Eliminate use of custom-enabling-themes.
3819 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 3820
af896da6
LL
38212011-03-21 Leo Liu <sdl.web@gmail.com>
3822
3823 * ido.el (ido-read-internal): Add ido-selected to history instead
3824 of user input.
3825
78f64af0
SM
38262011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3827
3828 * subr.el (deferred-action-list, deferred-action-function):
3829 Mark obsolete.
3830
b16ac1ec
LL
38312011-03-21 Leo Liu <sdl.web@gmail.com>
3832
810f7698
LL
3833 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
3834 change on 2011-02-13 (bug#8309).
3835
b16ac1ec
LL
3836 * minibuffer.el (read-file-name-function): Change default value.
3837 (read-file-name--defaults): Rename from read-file-name-defaults.
3838 (read-file-name-default): Rename from read-file-name.
3839 (read-file-name): Call read-file-name-function.
3840
4e05e67e
GM
38412011-03-21 Glenn Morris <rgm@gnu.org>
3842
3843 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
3844 Doc fixes.
3845
4359915b
CY
38462011-03-21 Chong Yidong <cyd@stupidchicken.com>
3847
3848 * cus-theme.el: Add missing provide statement.
3849 (customize-create-theme): Extract theme value correctly.
3850 (custom-theme-visit-theme): Autoload.
3851 (customize-create-theme): Prompt before inserting default faces.
3852
1fe275ee
JB
38532011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
3854
3855 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
3856 units and musical notes.
3857
3ec03f7e
LL
38582011-03-20 Leo <sdl.web@gmail.com>
3859
3860 * ido.el (ido-read-internal): Use completing-read-default.
3861 (ido-completing-read): Fix compatibility with completing-read.
3862
7d476bde
CO
38632011-03-20 Christian Ohler <ohler@gnu.org>
3864
3865 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
3866 (ert-delete-all-tests): Use `called-interactively-p' rather than
3867 `interactive-p'.
3868 (ert--make-xrefs-region): Respect END.
3869
fe0fb33e
CY
38702011-03-19 Chong Yidong <cyd@stupidchicken.com>
3871
ff854b0b
CY
3872 * dired-aux.el (dired-create-directory): Signal an error if the
3873 directory already exists (Bug#8246).
3874
fe0fb33e
CY
3875 * facemenu.el (list-colors-display): Call list-faces-display
3876 inside with-help-window.
3877 (list-colors-print): Use display property to align the final
3878 column, instead of checking window-width.
3879
576bce32
EZ
38802011-03-19 Eli Zaretskii <eliz@gnu.org>
3881
3882 * emerge.el (emerge-metachars): Separate value for ms-dos and
3883 windows-nt systems.
3884 (emerge-protect-metachars): Quote correctly for ms-dos and
3885 windows-nt systems.
3886
89c41d68 38872011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
3888
3889 * info.el (info-initialize): Replace all uses of `:' with
3890 path-separator for compatibility with non-Unix systems.
3891 Cache quoting of path-separator. (Bug#8258)
3892
b14e3e21 38932011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
3894
3895 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
3896 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
3897 (mouse-avoidance-mode): Fix typos in docstrings.
3898
4525ce3e
CY
38992011-03-19 Chong Yidong <cyd@stupidchicken.com>
3900
3901 * startup.el (package-subdirectory-regexp): Move from package.el.
3902 Omit \\` and \\', and let callers add them.
3903
3904 * emacs-lisp/package.el (package-strip-version)
3905 (package-load-all-descriptors): Add \\` and \\' to
3906 package-subdirectory-regexp before using it.
3907 (package-untar-buffer): New arg DIR; ensure that file untars only
3908 into this expected directory. Remove superfluous delete-region.
3909 (package-unpack): Caller changed.
3910 (package-tar-file-info): Use package-subdirectory-regexp.
3911
a904a09a 39122011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 3913
a904a09a
SM
3914 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
3915 diff-mode-shared-map (bug#8284).
3916 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
3917
39182011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3919
3920 * calendar/time-date.el (format-seconds): Use assoc instead of
3921 assoc-string, since assoc-string doesn't exist in XEmacs.
3922
171fc304
JB
39232011-03-17 Juanma Barranquero <lekktu@gmail.com>
3924
3925 * custom.el (custom-known-themes): Reflow docstring.
3926 (custom-theme-load-path): Fix typo in docstring.
3927 (load-theme): Fix typo in error message.
3928 (custom-available-themes, custom-variable-theme-value):
3929 Use `let', not `let*'.
3930
d71990a1
JB
39312011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
3932
3933 * calc/README: Mention inclusion of musical notes.
3934
3935 * calc/calc-units.el (calc-lu-quant): Rename from
3936 `calc-logunits-quantity'.
3937 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
3938 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
3939 (calc-db): Rename from `calc-dblevel'.
3940 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
3941 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
3942 (calc-np): Rename from `calc-nplevel'.
3943 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
3944 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
3945 (calc-lu-plus): Rename from `calc-logunits-add'.
3946 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
3947 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
3948 (calc-lu-minus): Rename from `calc-logunits-sub'.
3949 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
3950 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
3951 (calc-lu-times): Rename from `calc-logunits-mul'.
3952 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
3953 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
3954 (calc-lu-divide): Rename from `calc-logunits-div'.
3955 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
3956 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
3957
3958 * calc/calc-ext.el (calc-init-extensions): Update the names of the
3959 functions being autoloaded.
3960
3961 * calc/calc.el (calc-lu-power-reference): Rename from
3962 `calc-logunits-power-reference'.
3963 (calc-lu-field-reference): Rename from
3964 `calc-logunits-field-reference'.
3965
3966 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
3967
40c2934b
SM
39682011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3969
3970 * minibuffer.el (completion-all-sorted-completions):
3971 Use :completion-cycle-penalty text property if present.
3972
b0911414
KM
39732011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
3974
3975 * allout.el (allout-yank-processing): Adjust for new rebulleting
3976 regime so bullet being yanked is used without prompting the user
3977 for a choice.
3978
8a05b668
JB
39792011-03-16 Juanma Barranquero <lekktu@gmail.com>
3980
3981 * startup.el (command-line): Warn the user that _emacs is deprecated.
3982
5ba5fb81
JB
39832011-03-16 Juanma Barranquero <lekktu@gmail.com>
3984
3985 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
3986 (delphi-verbose, delphi-comment-face, delphi-string-face)
3987 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
3988 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
3989 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
3990 (delphi-new-comment-line, delphi-font-lock-defaults)
3991 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
3992 Fix typos in docstrings.
3993
2dab465b
KM
39942011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
3995
5ba5fb81 3996 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
3997 Invert the roles of character and string values for INSTEAD, so a
3998 string is used for the more common case of a defaulting prompt.
3999
0adf5618
SM
40002011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4001
4002 * progmodes/ruby-mode.el (ruby-backward-sexp):
4003 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
4004 * play/gamegrid.el (gamegrid-make-face):
4005 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
4006 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
4007 * notifications.el (notifications-notify):
4008 * net/xesam.el (xesam-search-engines):
4009 * net/quickurl.el (quickurl-list-insert):
4010 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
4011
d72700e5
CY
40122011-03-15 Chong Yidong <cyd@stupidchicken.com>
4013
4014 * startup.el (command-line): Update package subdirectory regexp.
4015
49c5410a
SM
40162011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4017
c6eee9aa
SM
4018 * allout.el (allout-abbreviate-flattened-numbering)
4019 (allout-mode-deactivate-hook): Fix up obsolescence "date".
4020
49c5410a
SM
4021 * subr.el (read-char-choice): Only show the cursor after the prompt,
4022 not after the answer.
4023
047b2bb9
KR
40242011-03-15 Kevin Ryde <user42@zip.com.au>
4025
4026 * help-fns.el (variable-at-point): Skip leading quotes, if any
4027 (bug#8253).
4028
0a57d256
SM
40292011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4030
4031 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
4032 warning message.
4033
77c992bc
MA
40342011-03-14 Michael Albinus <michael.albinus@gmx.de>
4035
4036 * shell.el (shell): When called interactively, offer to change the
4037 shell file name on remote hosts.
4038
eebc475d
TZ
40392011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
4040
4041 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
4042 integration for LDAP parameters. The host, base, user or binddn,
4043 and secret tokens can be specified in a netrc file, for instance.
4044 This is optional because an `auth-source' parameter must be
4045 specified in the search attributes.
4046
9d05d1ba
JB
40472011-03-13 Juanma Barranquero <lekktu@gmail.com>
4048
4049 * help.el (describe-mode): Link to the mode's definition (bug#8185).
4050
09d9db2c
GM
40512011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4052
4053 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
4054 into declaration. Remove redundant and harmful binding.
4055
40562011-03-12 Eli Zaretskii <eliz@gnu.org>
4057
4058 * files.el (file-ownership-preserved-p): Pass `integer' as an
4059 explicit 2nd argument to `file-attributes'. If the file's owner
4060 is the Administrators group on Windows, and the current user is
4061 Administrator, consider that a match.
4062
4063 * server.el (server-ensure-safe-dir): Consider server directory
4064 safe on MS-Windows if its owner is the Administrators group while
4065 the current Emacs user is Administrator. Use `=' to compare
4066 numerical UIDs, since they could be integers or floats.
4067
219bd536
JB
40682011-03-12 Juanma Barranquero <lekktu@gmail.com>
4069
4070 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
4071
f3afd36b
MA
40722011-03-12 Michael Albinus <michael.albinus@gmx.de>
4073
4074 Sync with Tramp 2.2.1.
4075
4076 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
4077
4078 * net/trampver.el: Update release number.
4079
3aaaa6f1
SM
40802011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4081
94642599
SM
4082 * progmodes/compile.el (compilation--previous-directory): Fix up
4083 various nil/dead-marker mismatches (bug#8014).
4084 (compilation-directory-properties, compilation-error-properties):
4085 Don't call it at a position past the one we're about to change.
4086
3aaaa6f1
SM
4087 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
4088 Disable obsolescence warnings in the file that declares it.
4089
14239447
KM
40902011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
4091
099c39a4
JB
4092 * allout-widgets.el (allout-widgets-tally):
4093 Initialize allout-widgets-tally as a hash table rather than nil to
4094 prevent mode-line redisplay warnings. Also, clarify the module
4095 description and fix a comment typo.
14239447 4096
135e287c
JB
40972011-03-11 Juanma Barranquero <lekktu@gmail.com>
4098
4099 * help-fns.el (describe-variable): Don't complete keywords.
4100 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
4101
ffbf300e
CY
41022011-03-10 Chong Yidong <cyd@stupidchicken.com>
4103
ba08b241
CY
4104 * emacs-lisp/package.el (package-version-join): Impose a standard
4105 string representation for pre/alpha/beta version lists.
4106 (package-unpack-single): Standardize the directory name by passing
4107 it through package-version-join.
4108 (package-strip-rcs-id): Accept any version string that does not
4109 signal an error in version-to-list.
ffbf300e 4110
f346fd6b
MA
41112011-03-10 Michael Albinus <michael.albinus@gmx.de>
4112
4113 * simple.el (delete-trailing-whitespace): Return nil for the
4114 benefit of `write-file-functions'.
4115
ccb55d27
GM
41162011-03-10 Glenn Morris <rgm@gnu.org>
4117
5ceaac0c
GM
4118 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
4119
02da65ff
GM
4120 * vc/vc-git.el (vc-git-program): New option.
4121 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
4122 (vc-git--call): Use it.
4123
b2f603cc
GM
4124 * eshell/esh-util.el (eshell-condition-case): Doc fix.
4125
5772caab
GM
4126 * cus-edit.el (Custom-newline): If no button at point, look
4127 for a subgroup button at start-of-line. (Bug#2298)
4128
ccb55d27
GM
4129 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
4130
ec6ecaed
JD
41312011-03-10 Julien Danjou <julien@danjou.info>
4132
4133 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
4134 `cursor-type' is nil.
4135
9d5aa01d
JB
41362011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
4137
4138 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
4139
b6a5875b
KM
41402011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
4141
4142 * allout.el Summary: Change so yank of distinctive-bullet items
4143 preserves the existing header prefix, rebulleting it if necessary,
4144 rather than replacing it. This is necessary for proper operation
4145 of cooperative addons like allout-widgets.
219bd536 4146 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
4147 SOLICIT arg to INSTEAD, and interpret additionally a string value
4148 as alternate bullet to be used, instead of prompting the user for
4149 a bullet character.
4150
ee545c35
MA
41512011-03-09 Michael Albinus <michael.albinus@gmx.de>
4152
d86d2721
SM
4153 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4154 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
4155 `tramp-default-port'.
4156
c47971d7
DD
41572011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4158
4159 * net/rcirc.el (rcirc-handler-001): Remove useless
4160 with-rcirc-process-buffer.
4161 (rcirc-check-auth-status): Swap arguments to string-match.
4162
13522cb4
GM
41632011-03-09 Glenn Morris <rgm@gnu.org>
4164
0be6f4f1
GM
4165 * shell.el (shell-mode):
4166 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
4167
13522cb4
GM
4168 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
4169 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
4170
515de2e3
CY
41712011-03-08 Chong Yidong <cyd@stupidchicken.com>
4172
4173 * emacs-lisp/package.el (package-refresh-contents)
4174 (package-menu-execute): Use condition-case-no-debug.
4175
b511b994
MA
41762011-03-08 Michael Albinus <michael.albinus@gmx.de>
4177
4178 * simple.el (shell-command-to-string): Use `process-file'.
4179
4180 * emacs-lisp/package.el (package-tar-file-info): Handle also
4181 remote files.
4182
d86d2721
SM
4183 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4184 Use `equal' for upload base check.
b511b994 4185
25bbfb31
AM
41862011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
4187
4188 * textmodes/texinfo.el (texinfo-environments):
4189 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
4190
be996521
GM
41912011-03-08 Glenn Morris <rgm@gnu.org>
4192
e9c8529f
GM
4193 * cus-start.el (cursor-in-non-selected-windows):
4194 Fix :set quoting oddness. (Bug#8192)
4195
be996521
GM
4196 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
4197 in some setf expressions. (Bug#2159)
4198
2bb5649e
CY
41992011-03-08 Chong Yidong <cyd@stupidchicken.com>
4200
4201 * custom.el (custom-available-themes): Return themes in
4202 alphabetical order.
4203
33383987 4204See ChangeLog.15 for earlier changes.
e3d51b27
MR
4205
4206;; Local Variables:
4207;; coding: utf-8
e3d51b27
MR
4208;; End:
4209
33383987 4210 Copyright (C) 2011 Free Software Foundation, Inc.
e3d51b27
MR
4211
4212 This file is part of GNU Emacs.
4213
4214 GNU Emacs is free software: you can redistribute it and/or modify
4215 it under the terms of the GNU General Public License as published by
4216 the Free Software Foundation, either version 3 of the License, or
4217 (at your option) any later version.
4218
4219 GNU Emacs is distributed in the hope that it will be useful,
4220 but WITHOUT ANY WARRANTY; without even the implied warranty of
4221 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4222 GNU General Public License for more details.
4223
4224 You should have received a copy of the GNU General Public License
4225 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.