* test/automated/occur-tests.el: Move from test/occur-testsuite.el.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
9bedd73a
CY
12011-05-09 Chong Yidong <cyd@stupidchicken.com>
2
3 * progmodes/compile.el (compilation-start): Run
4 compilation-filter-hook for the async case too.
5 (compilation-filter-hook): Doc fix.
6
797c735c
DD
72011-05-09 Deniz Dogan <deniz@dogan.se>
8
9 * wdired.el: Remove outdated installation comment. Fix usage
10 comment.
11
5f4b1dfe
JB
122011-05-09 Juanma Barranquero <lekktu@gmail.com>
13
14 * misc.el: Implement new command `list-dynamic-libraries'.
15 (list-dynamic-libraries--loaded-only-p): New variable.
16 (list-dynamic-libraries--refresh): New function.
17 (list-dynamic-libraries): New command.
18
4c44026c
CY
192011-05-09 Chong Yidong <cyd@stupidchicken.com>
20
21 * progmodes/compile.el (compilation-error-regexp-alist-alist): Fix
22 the ant regexp to handle end-line and end-column info from jikes.
23 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
24 higher priority to avoid clobbering by gnu.
25
027f966d
CY
262011-05-08 Chong Yidong <cyd@stupidchicken.com>
27
28 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
29 if the face has existing theme settings (Bug#8454).
30
085f5d7d
CY
312011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
32
33 * progmodes/perl-mode.el (perl-imenu-generic-expression): Only
34 match variables declared via `my' or `our' (Bug#8261).
35
2a86a00c
RS
36 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
37 special file names `.' and `..' (Bug#8259).
38
d9c54a06
CY
392011-05-08 Chong Yidong <cyd@stupidchicken.com>
40
41 * progmodes/grep.el (grep-mode-font-lock-keywords): Remove
42 buffer-changing entries.
43 (grep-filter): New function.
44 (grep-mode): Add it to compilation-filter-hook.
45
46 * progmodes/compile.el (compilation-filter-hook)
47 (compilation-filter-start): New defvars.
48 (compilation-filter): Call compilation-filter-hook prior to
49 updating the process mark.
50
c4662635
SM
512011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
54
b0512a1d
EZ
552011-05-07 Eli Zaretskii <eliz@gnu.org>
56
605c9376
EZ
57 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
58 mailclient-send-it even if window-system is nil. (Bug#8595)
59
c4662635
SM
60 * term/w32console.el (terminal-init-w32console):
61 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
62 background-mode. (Bug#8597)
63
d1dc2cc2
SM
642011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 Make bytecomp.el understand that defmethod defines funs (bug#8631).
67 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
68 New functions.
69 (defgeneric, eieio--defmethod): Use them.
70 (eieio-defgeneric): Remove.
71 (defmethod): Call defgeneric in a way visible to the byte-compiler.
72
915d1300
GM
732011-05-07 Glenn Morris <rgm@gnu.org>
74
a3961c3e
GM
75 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
76 Use let rather than let*.
77 (timeclock-find-discrep): Remove unused local.
78
314347b9
GM
79 * calendar/diary-lib.el (diary-comment-start): Doc fix.
80
915d1300
GM
81 * calendar/appt.el (appt-time-msg-list): Doc fix.
82
275b59b0
NF
832011-05-06 Noah Friedman <friedman@splode.com>
84
85 * apropos.el (apropos-print-doc): Only use
86 emacs-lisp-docstring-fill-column when it is bound to an integer,
87 per that variable's documentation.
88
6c19f744
SM
892011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
90
91 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 92 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 93
60f884b2
GM
942011-05-06 Glenn Morris <rgm@gnu.org>
95
5006e634
GM
96 * calendar/appt.el (appt-message-warning-time): Doc fix.
97 (appt-warning-time-regexp): New option.
98 (appt-make-list): Respect appt-message-warning-time.
99
548d0a63
GM
100 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
101 New options.
102 (diary-add-to-list): Strip comments from the displayed string.
103 (diary-mode): Set comment-start and comment-end.
104
60f884b2
GM
105 * vc/diff-mode.el (smerge-refine-subst): Declare.
106 (diff-refine-hunk): Don't require smerge-mode when compiling.
107
989681bb
JB
1082011-05-06 Juanma Barranquero <lekktu@gmail.com>
109
110 * simple.el (list-processes): Return nil as the docstring says.
111
a6bc05e1
MA
1122011-05-05 Michael Albinus <michael.albinus@gmx.de>
113
114 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
115 to "".
116 (ange-ftp-write-region, ange-ftp-insert-file-contents)
117 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
118 determining of binary transfer. (Bug#7383)
119
23c22e9a
MA
1202011-05-05 Michael Albinus <michael.albinus@gmx.de>
121
c4662635
SM
122 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
123 Fix port computation bug. (Bug#8618)
23c22e9a 124
0bff894f
GM
1252011-05-05 Glenn Morris <rgm@gnu.org>
126
b8296902
GM
127 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
128
1f522ce8
GM
129 * simple.el (shell-dynamic-complete-functions)
130 (comint-dynamic-complete-functions): Declare.
131
cf5bee67
GM
132 * net/network-stream.el (gnutls-negotiate):
133 * simple.el (tabulated-list-print): Fix declarations.
134
135 * progmodes/gud.el (syntax-symbol, syntax-point):
136 Remove unnecessary and incorrect declarations.
137
0bff894f
GM
138 * emacs-lisp/check-declare.el (check-declare-scan):
139 Handle byte-compile-initial-macro-environment in bytecomp.el
140
9869b3ae
SM
1412011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
142
143 Fix earlier half-done eieio-defmethod change (bug#8338).
144 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
145 Streamline and change calling convention.
146 (defmethod): Adjust accordingly and simplify.
147 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
148 new eieio--defmethod.
149 (slot-boundp): Minor CSE simplification.
150
9c1d5ac5
MZ
1512011-05-05 Milan Zamazal <pdm@zamazal.org>
152
153 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
154 (glasses-make-readable): Use glasses-separate-capital-groups.
155
455c834e
JB
1562011-05-05 Juanma Barranquero <lekktu@gmail.com>
157
158 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
159 (warning-series): Doc fix.
160 (display-warning): Don't try to create the buffer if we just found it.
161
9ed7c8cb
CY
1622011-05-04 Chong Yidong <cyd@stupidchicken.com>
163
164 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
165 (autoload-find-generated-file): New function.
166 (generate-file-autoloads): Bind generated-autoload-file to
167 buffer-file-name.
9869b3ae
SM
168 (update-file-autoloads, update-directory-autoloads):
169 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
170 output file (Bug#7989).
171 (batch-update-autoloads): Doc fix.
172
0898ca10
JB
1732011-05-04 Juanma Barranquero <lekktu@gmail.com>
174
175 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
176
31dfb76c
GM
1772011-05-04 Glenn Morris <rgm@gnu.org>
178
f330b642
GM
179 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
180 function, so it follows changes in calendar-date-style.
181 (diary-fancy-date-matcher): New function.
182 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
183 (diary-fancy-font-lock-fontify-region-function):
184 Use diary-fancy-date-pattern as a function.
185
31dfb76c
GM
186 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
187 non-numbers for `year' etc pseudo-variables. (Bug#8583)
188
48e79d6a
TZ
1892011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
190
191 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
192 instead of positional arguments. Allow :keylist and :crlfiles
193 arguments.
194 (open-gnutls-stream): Call it.
195
196 * net/network-stream.el (network-stream-open-starttls): Adjust to
197 call `gnutls-negotiate' with :process and :hostname arguments.
198
dd5a5ee0
SM
1992011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
200
ef80fc09
SM
201 * minibuffer.el (completion--message): New function.
202 (completion--do-completion, minibuffer-complete)
203 (minibuffer-force-complete, minibuffer-complete-word): Use it.
204 (completion--do-completion): Don't ignore completion-auto-help when in
205 icomplete-mode.
206
dd5a5ee0
SM
207 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
208 internal encoding (e.g. tibetan zero is not whitespace).
209 (global-whitespace-mode): Prefer save-current-buffer.
210 (whitespace-trailing-regexp): Remove useless save-match-data.
211 (whitespace-empty-at-bob-regexp): Minor simplification.
212
b7d22a83
CY
2132011-05-03 Chong Yidong <cyd@stupidchicken.com>
214
215 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
216
5192af46
AM
2172011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
218
219 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 220 Use `concat' to create string for insertion.
5192af46 221
5767d190
SM
2222011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
223
224 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
225 Avoid open-line which runs post-self-insert-hook.
226 (bibtex-fill-entry): Remove unused `end' var.
227
bf242939
AM
2282011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
229
5767d190
SM
230 * textmodes/ispell.el (ispell-add-per-file-word-list):
231 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 232
25666126
LL
2332011-05-03 Leo Liu <sdl.web@gmail.com>
234
235 * isearch.el (isearch-yank-pop): New command.
5767d190 236 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
237 (isearch-forward): Mention it.
238
52d3c2d0
SM
2392011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
240
1bcace58
SM
241 * simple.el (minibuffer-complete-shell-command): Remove.
242 (minibuffer-local-shell-command-map): Use completion-at-point.
243 (read-shell-command): Setup completion vars here instead.
244 (read-expression-map): Bind TAB to symbol completion.
245
52d3c2d0
SM
246 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
247 error directly rather via storing it into `results'.
248
35813471
LL
2492011-05-02 Leo Liu <sdl.web@gmail.com>
250
251 * vc/diff.el: Fix description.
252
e793a940
LMI
2532011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
254
255 * server.el (server-eval-at): New function.
256
8de66e05
LMI
2572011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
258
259 * net/network-stream.el (open-network-stream): Take a :nowait
260 parameter and pass it on to `make-network-process'.
261 (network-stream-open-plain): Ditto.
262
dcb79f20
AS
2632011-04-30 Andreas Schwab <schwab@linux-m68k.org>
264
265 * faces.el (face-spec-set-match-display): Don't match toolkit
266 options on terminal frames.
267
14a7fbd8
SM
2682011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
269
7eabc1be
SM
270 * progmodes/pascal.el: Use lexical binding.
271 (pascal-mode-map): Remove author preferences.
272
14a7fbd8
SM
273 * pcomplete.el (pcomplete-std-complete): Don't abuse
274 completion-at-point.
275
50f84510
JB
2762011-04-28 Juanma Barranquero <lekktu@gmail.com>
277
6e087a44
JB
278 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
279 removing code that has been dead since 1991 or so.
280
50f84510
JB
281 * startup.el (command-line): When warning about "_emacs", use a
282 delayed warning to allow the user to filter it out.
283
0ba690bd
DD
2842011-04-28 Deniz Dogan <deniz@dogan.se>
285
286 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
287 user has not joined.
288
08abfaad
SM
2892011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
290
291 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
292 aren't any completions at point.
293
638f053a
JB
2942011-04-28 Juanma Barranquero <lekktu@gmail.com>
295
296 * subr.el (display-delayed-warnings): New function.
297 (delayed-warnings-hook): New variable.
298
8fff8daa
SM
2992011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
300
08abfaad
SM
301 * minibuffer.el (completion-at-point, completion-help-at-point):
302 Don't presume that a given completion-at-point-function will always
303 use the same calling convention.
304
8fff8daa
SM
305 * pcomplete.el (pcomplete-completions-at-point):
306 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
307 pcomplete-seen is non-nil.
308 (pcomplete-comint-setup): Also recognize the new comint/shell
309 completion functions.
310 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
311 pcomplete-seen is non-nil.
312
841a1577 3132011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 314
841a1577 315 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 316 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 317 the first character in the entry. This allows for code to add its
211ec907
UJ
318 own uid to the entry.
319 (icalendar--convert-float-to-ical): Add export of
320 `diary-float'-entries save for those with the optional DAY
321 argument.
322
2a782793
DC
3232011-04-27 Daniel Colascione <dan.colascione@gmail.com>
324
325 * subr.el (shell-quote-argument): Use alternate escaping strategy
326 when we spot a variable reference in a string.
327
0438ce91
DC
3282011-04-26 Daniel Colascione <dan.colascione@gmail.com>
329
330 * cus-start.el (all): Define customization for debug-on-event.
331
841a1577 3322011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
333
334 * subr.el (shell-quote-argument): Escape correctly under Windows.
335
d090ed6c
SM
3362011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
337
338 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
339
bfd31217
MA
3402011-04-25 Michael Albinus <michael.albinus@gmx.de>
341
d090ed6c
SM
342 * net/tramp.el (tramp-process-actions): Add POS argument.
343 Delete region between POS and (pos).
bfd31217 344
d090ed6c
SM
345 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
346 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
347 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
348
349 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
350 position in `tramp-process-actions' call.
351
352 * net/trampver.el: Update release number.
353
e92f3bd3
SM
3542011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
355
850256b5
SM
356 * custom.el (defcustom): Obey lexical-binding.
357
e92f3bd3
SM
358 Fix octave-inf completion problems reported by Alexander Klimov.
359 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
360 Inherit from octave-mode-syntax-table.
361 (inferior-octave-mode): Set info-lookup-mode.
362 (inferior-octave-completion-at-point): New function.
363 (inferior-octave-complete): Use it and completion-in-region.
364 (inferior-octave-dynamic-complete-functions): Use it as well, and use
365 comint-filename-completion.
366 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
367 symbol elements which shouldn't be word elements.
368 (octave-font-lock-keywords, octave-beginning-of-defun)
369 (octave-function-header-regexp): Adjust regexps accordingly.
370 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
371
cd22b309
JB
3722011-04-25 Juanma Barranquero <lekktu@gmail.com>
373
374 * net/gnutls.el (gnutls-errorp): Declare before first use.
375
8b492194
TZ
3762011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
377
378 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
379 verify-error, and verify-hostname-error parameters. Check whether
cd22b309
JB
380 default trustfile exists before going to use it. Add missing
381 argument to gnutls-message-maybe call. Return return value.
8b492194
TZ
382 Reported by Claudio Bley <claudio.bley@gmail.com>.
383 (open-gnutls-stream): Add usage example.
384
385 * net/network-stream.el (network-stream-open-starttls): Give host
386 parameter to `gnutls-negotiate'.
387 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 388 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 389
841a1577 3902011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 391
cd22b309
JB
392 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
393 Use correct match group (bug#8438).
05842630 394
3ba7869c
CY
3952011-04-24 Chong Yidong <cyd@stupidchicken.com>
396
512e3ae1
CY
397 * emacs-lisp/package.el (package-built-in-p): Fix typo.
398 (package-menu--generate): New arg specifying packages to show.
399 (package-menu-refresh, package-menu-execute, list-packages):
400 Callers changed.
401 (package-show-package-list): New function, replacing deleted
402 package--list-packages (renamed because it is non-internal).
403
404 * finder.el (finder-list-matches): Use package-show-package-list
405 instead of deleted package--list-packages.
406
e92f3bd3
SM
407 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
408 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
409 (vc-annotate-mode-map): Bind it to RET.
410
7031be6d
UR
4112011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
412
413 * progmodes/etags.el (next-file): Don't use set-buffer to change
414 buffers (Bug#8478).
415
4ef177aa
CY
4162011-04-24 Chong Yidong <cyd@stupidchicken.com>
417
c8d173eb
CY
418 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
419
4ef177aa
CY
420 * apropos.el (apropos-label-face): Avoid variable-pitch face.
421 (apropos-accumulator): Doc fix.
422 (apropos-function, apropos-macro, apropos-command)
423 (apropos-variable, apropos-face, apropos-group, apropos-widget)
424 (apropos-plist): Add face property.
425 (apropos-symbols-internal): Fix indentation.
426 (apropos-print): Simplify help, and recognize apropos-multi-type.
427 (apropos-print-doc): Use button-type-get to extract the button's
428 face property. Fill docstring (Bug#8352).
429
4ffd0d6b 4302011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
431
432 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
433
c6c32125 434 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 435 (mpuz-mode-map): Use mapc.
c6c32125
JB
436 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
437 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
438 Fix typos in docstrings.
439
58d468b4
JB
440 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
441 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
442
6470c3c6
JB
443 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
444
4ffd0d6b 4452011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
446
447 * minibuffer.el (completion--do-completion): Avoid the "Next char
448 not unique" prompt if icomplete-mode is enabled (Bug#5849).
449
3ad8bad0
CY
450 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
451 mouse-2 into unread-command-events, it is interpreted correctly.
452
71d73c9c 453 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 454 (image-toggle-display): Doc fix.
71d73c9c 455
841a1577 4562011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 457
4ffd0d6b
GM
458 * textmodes/page.el (what-page): Use line-number-at-pos to
459 calculate line number (Bug#6825).
6e1dbaa9 460
c2fb1b60
JB
4612011-04-22 Juanma Barranquero <lekktu@gmail.com>
462
463 * eshell/esh-mode.el (find-tag-interactive): Declare function.
464 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
465 Pass argument NO-DEFAULT to `find-tag-interactive'.
466
e02f48d7
JB
4672011-04-22 Juanma Barranquero <lekktu@gmail.com>
468
469 Lexical-binding cleanup.
470
471 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
472 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
473 * progmodes/ada-prj.el (ada-prj-initialize-values)
474 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
475 (ada-prj-show-value):
476 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
477 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
478 (antlr-invalidate-context-cache, antlr-options-menu-filter)
479 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
480 * progmodes/bug-reference.el (bug-reference-push-button):
481 * progmodes/fortran.el (fortran-line-length):
482 * progmodes/glasses.el (glasses-change):
483 * progmodes/octave-mod.el (octave-fill-paragraph):
484 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
485 (python-pdbtrack-grub-for-buffer, python-sentinel):
486 * progmodes/sql.el (sql-save-connection):
487 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
488 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
489 Mark unused parameters.
490
491 * progmodes/compile.el (compilation--flush-directory-cache)
492 (compilation--flush-parse, compile-internal): Mark unused parameters.
493 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
494 (compilation-next-error-function): Remove unused variable `timestamp'.
495
496 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
497 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
498
499 * progmodes/dcl-mode.el (dcl-end-of-command):
500 Remove unused variable `start'.
501 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
502 (dcl-option-value-basic, dcl-option-value-offset)
503 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
504 Mark unused parameters.
505 (dcl-save-local-variable): Remove unused variable `val'.
506 (mode): Declare.
507
508 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
509 Mark unused parameters.
510 (delphi-ignore-changes): Move before first use.
511 (delphi-charset-token-at): Remove unused variable `start'.
512 (delphi-else-start): Remove unused variable `if-count'.
513 (delphi-comment-block-start, delphi-comment-block-end):
514 Remove unused variable `kind'.
515 (delphi-indent-line): Remove unused variable `new-point'.
516
517 * progmodes/ebrowse.el (ebrowse-files-list)
518 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
519 Mark unused parameters. Don't quote `lambda'.
520 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
521 Don't quote `lambda'.
522 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
523 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
524 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
525 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
526 Use `ignore-errors'.
527 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
528 (ebrowse-view/find-file-and-search-pattern)
529 (ebrowse-view/find-member-declaration/definition):
530 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
531 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
532 Rename parameter PREFIX-ARG to PREFIX.
533 (ebrowse-tags-read-name): Remove unused variables `start' and
534 `member-info'.
535 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
536 to `tags-file'.
537
538 * progmodes/etags.el (local-find-tag-hook): Declare.
539 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
540 Mark unused parameters.
541
542 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
543 (executable-interpret): Mark unused parameter.
544
545 * progmodes/flymake.el (flymake-process-sentinel)
546 (flymake-after-change-function)
547 (flymake-create-temp-with-folder-structure)
548 (flymake-get-include-dirs-dot): Mark unused parameters.
549 (flymake-safe-delete-directory): Remove unused variable `err'.
550
551 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
552 (speedbar-timer-fn, speedbar-line-text)
553 (speedbar-change-expand-button-char, speedbar-delete-subblock)
554 (speedbar-center-buffer-smartly): Declare functions.
555 (gdb-find-watch-expression): Remove unused variable `array'.
556 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
557 (gdb-starting): Mark unused parameters.
558 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
559 (gdb-table-string): Remove unused variable `res'.
560 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
561 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
562 (gdb-display-buffer): Remove unused variable `cur-size'.
563
564 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
565 allow lexical-binding compilation.
566 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
567 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
568 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
569 Mark unused parameters.
570 (gud-gdb-marker-filter): Remove unused variable `match'.
571 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
572 lambda expressions and funcall them, instead of using `fset'.
573
574 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
575 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
576
577 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
578 variable `header-beg'; use `let'.
579
580 * progmodes/icon.el (indent-icon-exp): Remove unused variables
581 `restart', `last-sexp' and `at-do'.
582
583 * progmodes/js.el (js--debug): Mark unused parameter.
584 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
585 (js--splice-into-items): Remove unused variable `item'.
586 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
587
588 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
589 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
590 (makefile-complete): Remove unused variable `try'.
591 (makefile-fill-paragraph, makefile-match-function-end):
592 Mark unused parameters.
593
594 * progmodes/octave-inf.el (inferior-octave-complete):
595 Remove unused variable `proc'.
596 (inferior-octave-output-digest): Mark unused parameter.
597
598 * progmodes/perl-mode.el (perl-calculate-indent):
599 Remove unused variable `err'.
600
601 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
602 (prolog-indent-line): Mark unused parameters.
603 (prolog-indent-line): Remove unused variable `beg'.
604
605 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
606 (reporter-dont-compact-list): Declare.
607
608 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
609 Remove unused variable `char'.
610 (sh-debug): Mark unused parameter.
611 (sh-get-indent-info): Remove unused variable `start'.
612 (sh-calculate-indent): Remove unused variable `var'.
613
614 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
615 (simula-electric-keyword): Remove unused variable `null'.
616 (simula-search-backward, simula-search-forward): Remove unused
617 variables `begin' and `end'.
618
619 * progmodes/vera-mode.el (vera-guess-basic-syntax):
620 Remove unused variable `pos'.
621 (vera-electric-tab, vera-comment-uncomment-region):
622 Mark unused parameters.
623 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
624
7ede3b65
CY
6252011-04-22 Chong Yidong <cyd@stupidchicken.com>
626
627 * emacs-lisp/package.el (package--builtins, package-alist)
628 (package-load-descriptor, package-built-in-p, package-activate)
629 (define-package, package-installed-p)
630 (package-compute-transaction, package-buffer-info)
631 (package--push): Doc fix. Distinguish more clearly between
632 version strings and version lists.
633
121656e9
JB
6342011-04-21 Juanma Barranquero <lekktu@gmail.com>
635
636 Lexical-binding cleanup.
637
638 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
639 (5x5-make-mutate-best):
640 * play/fortune.el (fortune-in-buffer):
641 * play/gomoku.el (gomoku-init-display):
642 * play/solitaire.el (solitaire, solitaire-do-check):
643 * play/tetris.el (tetris-default-update-speed-function):
644 Mark unused parameters.
645
646 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
647 (bubbles--shift): Remove unused variable `char-org'.
648 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
649 (bubbles--show-images): Remove unused variable `char'.
650
651 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
652 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
653 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
654 (decipher-analyze-buffer): Use ?\s.
655 (decipher-make-checkpoint): Remove unused variable `mapping'.
656
657 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
658
659 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
660 Remove unused variable `result'; use `let'.
661
662 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
663 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
664 (gametree-children-shown-p, gametree-compute-reduced-score):
665 Use `ignore-errors'.
666
667 * play/handwrite.el (ps-lpr-switches): Declare.
668 (handwrite): Remove unused variables `pmin' and `lastp'.
669
670 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
671
672 * play/landmark.el (landmark-init-display)
673 (landmark-update-naught-weights): Mark unused parameters.
674 (landmark-y): Remove unused variable `noise'. Simplify.
675 (landmark-human-plays): Remove unused variable `score'.
676
677 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
678 (mpuz-try-proposal): Remove unused variable `game'.
679
680 * play/zone.el (life-patterns): Declare.
681
80f499c7
JB
6822011-04-20 Juanma Barranquero <lekktu@gmail.com>
683
684 * vc/vc.el (ediff-vc-internal): Declare function.
685
024ff170
SM
6862011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
687
c0a193ea
SM
688 * shell.el: Use lexical-binding and std completion UI.
689 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
690 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
691 comint-preoutput-filter-functions rather than on
692 comint-output-filter-functions.
693 (shell-command-completion, shell--command-completion-data)
694 (shell-filename-completion, shell-environment-variable-completion)
695 (shell-c-a-p-replace-by-expanded-directory): New functions.
696 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
697 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
698 (shell-dynamic-complete-environment-variable): Use them.
699 (shell-dynamic-complete-as-environment-variable)
700 (shell-dynamic-complete-as-command): Remove.
701 (shell-match-partial-variable): Match past point.
702 * comint.el: Clean up use of completion-at-point-functions.
703 (comint-completion-at-point): New function.
704 (comint-mode): Use it completion-at-point-functions.
705 (comint-dynamic-complete): Make it obsolete.
706 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
707 (comint-c-a-p-replace-by-expanded-history): New function.
708 (comint-dynamic-complete-functions)
709 (comint-replace-by-expanded-history): Use it.
710 * minibuffer.el (completion-table-with-terminator): Allow dynamic
711 termination strings. Try harder to avoid second try-completion.
712 (completion-in-region-mode-map): Disable bindings that don't work yet.
713
2dbaa080
SM
714 * comint.el: Use lexical-binding. Require CL.
715 (comint-dynamic-complete-functions): Use comint-filename-completion.
716 (comint-completion-addsuffix): Tweak custom type.
717 (comint-filename-completion, comint--common-suffix)
718 (comint--common-quoted-suffix, comint--table-subvert)
719 (comint--complete-file-name-data): New functions.
720 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
721 (comint-dynamic-list-filename-completions): Use them.
722 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 723
2dbaa080
SM
724 * minibuffer.el (completion-in-region-mode):
725 Keep completion-in-region-mode--predicate global.
726 (completion-in-region--postch):
727 Assume completion-in-region-mode--predicate is not null.
728
c79a6f38
SM
729 * progmodes/flymake.el (flymake-start-syntax-check-process):
730 Obey `dir'. Simplify.
731
024ff170
SM
732 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
733 we're in VC after all.
734
1c6c854e
CS
7352011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
736
737 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 738 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
739 (vc-version-diff): Use vc-diff-build-argument-list-internal.
740
bed7f140
SM
7412011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
742
332e62ab
SM
743 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
744 add sanity check.
745
bed7f140
SM
746 * obsolete/erc-hecomplete.el: Make obsolete.
747 * obsolete/: Standardize obsolescence info in the header.
748
f195c582
GM
7492011-04-20 Glenn Morris <rgm@gnu.org>
750
751 * calendar/solar.el (solar-horizontal-coordinates):
752 Use the longitude argument rather than `calendar-longitude'.
753 (solar-date-next-longitude): Remove unused locals.
754
cb79b8c0
VJL
7552011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
756
757 * whitespace.el: New version 13.2.1.
758
7592011-04-20 felix <EmacsWiki> (tiny change)
760
761 * whitespace.el (global-whitespace-mode): keep highlight when
762 switching between major modes on a file.
763
602ea69d
SM
7642011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
765
766 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
767 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
768 multi-line comments as well.
769
06b60517
JB
7702011-04-19 Juanma Barranquero <lekktu@gmail.com>
771
772 Lexical-binding cleanup.
773
774 * arc-mode.el (archive-mode-revert):
775 * cmuscheme.el (scheme-interactively-start-process):
776 * custom.el (custom-initialize-delay):
777 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
778 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
779 * emacs-lock.el (emacs-lock-clear-sentinel):
780 * ezimage.el (defezimage):
781 * follow.el (follow-avoid-tail-recenter):
782 * fringe.el (set-fringe-mode-1):
783 * generic-x.el (bat-generic-mode-compile):
784 * help-mode.el (help-info-variable, help-do-xref)
785 (help-mode-revert-buffer):
786 * help.el (view-emacs-todo):
787 * iswitchb.el (iswitchb-completion-help):
788 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
789 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
790 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
791 * locate.el (locate-update):
792 * longlines.el (longlines-encode-region)
793 (longlines-after-change-function):
794 * outline.el (outline-isearch-open-invisible):
795 * ps-def.el (declare-function, charset-dimension, char-width)
796 (encode-char):
797 * ps-mule.el (ps-mule-plot-string):
798 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
799 (recentf-edit-list-select, recentf-edit-list-validate)
800 (recentf-open-files-action):
801 * rect.el (delete-whitespace-rectangle-line)
802 (rectangle-number-line-callback):
803 * register.el (window-configuration-to-register)
804 (frame-configuration-to-register):
805 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
806 * select.el (xselect-convert-to-string, xselect-convert-to-length)
807 (xselect-convert-to-targets, xselect-convert-to-delete)
808 (xselect-convert-to-filename, xselect-convert-to-charpos)
809 (xselect-convert-to-lineno, xselect-convert-to-colno)
810 (xselect-convert-to-os, xselect-convert-to-host)
811 (xselect-convert-to-user, xselect-convert-to-class)
812 (xselect-convert-to-name, xselect-convert-to-integer)
813 (xselect-convert-to-atom, xselect-convert-to-identity):
814 * subr.el (declare, ignore, process-kill-without-query)
815 (text-clone-maintain):
816 * terminal.el (te-get-char, te-tic-sentinel):
817 * tool-bar.el (tool-bar-make-keymap):
818 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
819 * type-break.el (type-break-mode, type-break-noninteractive-query):
820 * view.el (View-back-to-mark):
821 * wid-browse.el (widget-browse-action, widget-browse-widget)
822 (widget-browse-widgets, widget-browse-sexp):
823 * widget.el (define-widget-keywords):
824 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
825 Mark unused parameters.
826
827 * align.el (align-adjust-col-for-rule): Mark unused parameter.
828 (align-areas): Remove unused variable `look'.
829 (align-region): Remove unused variables `real-end' and `pos-list'.
830
831 * apropos.el (apropos-score-doc): Remove unused variable `i'.
832
833 * bindings.el (mode-line-modified, mode-line-remote):
834 Mark unused parameters.
835 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
836
837 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
838 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
839
840 * comint.el (comint-history-isearch-pop-state)
841 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
842 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
843 (comint-substitute-in-file-name): Doc fix.
844
845 * completion.el (cmpl-statistics-block): Mark unused parameter.
846 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
847 (save-completions-to-file, load-completions-from-file):
848 Remove unused local variable `e'.
849
850 * composite.el (compose-chars): Remove unused variable `len'.
851 (lgstring-insert-glyph): Remove unused variable `g'.
852 (compose-glyph-string): Remove unused variables `ascent',
853 `descent', `lbearing' and `rbearing'.
854 (compose-glyph-string-relative): Remove unused variables
855 `lbearing', `rbearing' and `wadjust'.
856 (compose-gstring-for-graphic): Remove unused variables `header',
857 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
858 (compose-gstring-for-terminal): Remove unused variables `header'
859 and `nchars'. Use `let', not `let*'.
860
861 * cus-edit.el (Custom-set, Custom-save, custom-reset)
862 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
863 (Custom-buffer-done, custom-buffer-create-internal)
864 (custom-browse-visibility-action, custom-browse-group-tag-action)
865 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
866 (widget-magic-mouse-down-action, custom-toggle-parent)
867 (custom-add-parent-links, custom-toggle-hide-variable)
868 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
869 (custom-toggle-hide-face, face, hook, custom-group-link-action)
870 (custom-face-menu-create, custom-variable-menu-create, get)
871 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
872 (custom-reset-standard-save-and-update): Remove unused variable `value'.
873 (customize-apropos): Remove unused variable `tests'.
874 (custom-group-value-create): Remove unused variable `hidden-p'.
875 (sort-fold-case): Declare.
876
877 * cus-theme.el (custom-reset-standard-faces-list)
878 (custom-reset-standard-variables-list): Declare.
879 (customize-create-theme, custom-theme-revert, custom-theme-write)
880 (custom-theme-choose-mode, customize-themes, custom-theme-save):
881 Mark unused parameters.
882
883 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
884
885 * delim-col.el (delimit-columns-max): Move defvar before first use.
886
887 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 888 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
889
890 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
891 (auto-insert): Declare.
892 (desktop-restore-file-buffer): Rename desktop-* parameters;
893 mark unused ones.
894 (desktop-create-buffer): Rename desktop-* parameters and bind them.
895 (desktop-buffer): Rename desktop-* parameters.
896
897 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
898 (dframe-reposition-frame-xemacs, dframe-help-echo)
899 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
900 Mark unused parameters.
901
902 * dired-aux.el (backup-extract-version-start, overwrite-query)
903 (overwrite-backup-query, rename-regexp-query)
904 (rename-non-directory-query): Declare.
905 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
906 (dired-add-entry): Remove unused variable `orig-file-name'.
907 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
908 Use parameter PRESERVE-TIME instead of accessing dynamic variable
909 `dired-copy-preserve-time' directly.
910 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
911 (dired-insert-subdir-newpos): Rename unused variable `pos'.
912
913 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
914 (dired-virtual-revert, dired-make-relative-symlink):
915 Mark unused parameters.
916 (manual-program): Declare.
917 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
918 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
919 wrapped in `with-no-warnings' to avoid replacing one warning by another.
920
921 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
922
923 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
924
925 * echistory.el (electric-history-in-progress, Helper-return-blurb):
926 Declare.
927
928 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
929
930 * electric.el (Electric-command-loop): Rename parameter
931 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
932
933 * expand.el (expand-in-literal): Remove unused variable `here'.
934
935 * facemenu.el (facemenu-add-new-color):
936 Remove unused variable `docstring'.
937
938 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
939 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
940 (face-attr-construct): Mark unused parameter. Doc fix.
941 (read-color): Remove unused variable `hex-string'.
942
943 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
944 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
945 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
946 (display-buffer-other-frame): Remove unused variable `old-window'.
947 (kill-buffer-hook): Declare.
948 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
949 Mark unused parameters.
950 (after-find-file): Pass 1 to `auto-save-mode', not t.
951
952 * files-x.el (auto-insert): Declare.
953 (modify-file-local-variable-prop-line): Remove unused variable `val'.
954
955 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 956 variable `buf'. Mark unused parameter.
06b60517
JB
957 (find-lisp-insert-directory): Mark unused parameter.
958
959 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
960 (format-encode-region): Remove unused variables `cur-buf' and `result'.
961 (format-common-tail): Remove, unused.
962 (format-deannotate-region): Remove unused variable `loc'.
963 (format-annotate-region): Remove unused variable `p'.
964 (format-annotate-single-property-change): Remove unused variables
965 `default' and `tail'.
966
967 * forms.el (read-file-filter): Declare.
968 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
969
970 * frame.el (frame-creation-function-alist): Mark unused parameter.
971 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
972
973 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
974 Remove unused parameters.
975 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
976 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
977
978 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
979 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
980 (hfy-prepare-tag-map): Mark unused parameters.
981 (htmlfontify-buffer): Use `called-interactively-p'.
982
983 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
984 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
985 (ibuffer-do-occur): Mark unused parameters.
986 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
987 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
988
989 * ibuffer.el: Don't quote `lambda'.
990 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
991 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
992 Mark unused parameters.
993
994 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
995 (ido-completing-read): Mark unused parameters.
996 (ido-copy-current-word): Mark unused parameters;
997 remove unused variable `name'.
998 (ido-sort-merged-list): Remove unused parameter `dirs'.
999
1000 * ielm.el (ielm-input-sender): Mark unused parameter.
1001 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
1002 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
1003 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
1004 `ielm-string' as a dynamic variable accessible from the IELM prompt.
1005 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
1006
1007 * image-dired.el (image-dired-display-thumbs): Remove unused
1008 variables `curr-file' and `count'.
1009 (image-dired-remove-tag): Remove unused variable `start'.
1010 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
1011 variable `curr-file'
1012 (image-dired-rotate-original): Remove unused variable `temp-file'.
1013 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
1014 Remove unused variable `file'.
1015 (image-dired-gallery-generate): Remove unused variable `curr'.
1016 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
1017
1018 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
1019
1020 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
1021
1022 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
1023
1024 * isearch.el (minibuffer-history-symbol): Declare.
1025 (isearch-edit-string): Remove unused variable `err'.
1026 (isearch-message-prefix, isearch-message-suffix):
1027 Mark unused parameters.
1028
1029 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
1030
1031 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
1032
1033 * makesum.el (double-column): Remove unused variable `cnt'.
1034
1035 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
1036 (ido-ignore-item-temp-list): Declare.
1037
1038 * mouse-drag.el (mouse-drag-throw): Remove unused variables
1039 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
1040 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
1041 (mouse-drag-drag): Remove unused variables `mouse-delta' and
1042 `mouse-col-delta'.
1043
1044 * mouse-sel.el (mouse-extend-internal):
1045 Remove unused variable `orig-window-frame'.
1046
1047 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
1048 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
1049 Move declarations before first use.
1050 (pcomplete-opt): Mark unused parameters; doc fix.
1051
1052 * proced.el (proced-revert): Mark unused parameter.
1053 (proced-send-signal): Remove unused variable `err'.
1054
1055 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
1056 Rename parameter PREFIX-ARG to ARG.
1057 (ps-basic-plot-string, ps-basic-plot-whitespace):
1058 Mark unused parameters.
1059
1060 * replace.el (replace-count): Define.
1061 (occur-revert-function): Mark unused parameters.
1062 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
1063 (isearch-case-fold-search, isearch-string): Declare.
1064 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
1065 bind `case-fold-search'. Remove unused variables `beg' and `end',
1066 and simplify.
1067 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
1068 COUNT and bind `replace-count'.
1069 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
1070 to COUNT.
1071
1072 * savehist.el (print-readably, print-string-length): Declare.
1073
1074 * shadowfile.el (shadow-expand-cluster-in-file-name):
1075 Remove unused variable `cluster'.
1076 (shadow-copy-file): Remove unused variable `i'.
1077 (shadow-noquery, shadow-clusters, shadow-site-cluster)
1078 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
1079 (shadow-define-literal-group, shadow-define-regexp-group)
1080 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
1081
1082 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
1083 (shell): Use `called-interactively-p'.
1084 (shell-directory-tracker): Remove unused variable `chdir-failure'.
1085
1086 * simple.el (compilation-context-lines, comint-file-name-quote-list)
1087 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
1088 (delete-backward-char): Remove unused variable `ocol'.
1089 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
1090 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
1091 (event-apply-hyper-modifier, event-apply-shift-modifier)
1092 (event-apply-control-modifier, event-apply-meta-modifier):
1093 Mark unused parameters.
1094 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
1095 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
1096
1097 * speedbar.el (speedbar-ignored-directory-expressions)
1098 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
1099 (speedbar-find-file, speedbar-dir-follow)
1100 (speedbar-directory-buttons-follow, speedbar-tag-find)
1101 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
1102 (speedbar-buffers-line-directory, speedbar-buffer-click):
1103 Mark unused parameters.
1104 (speedbar-tag-file): Remove unused variable `mode'.
1105 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
1106
1107 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
1108
1109 * talk.el (talk): Remove unused variable `display'.
1110
1111 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
1112 (tar-write-region-annotate): Mark unused parameter.
1113
1114 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
1115 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
1116 Declare them, wrapped in `with-no-warnings' to avoid replacing one
1117 warning by another.
1118
1119 * time-stamp.el (time-stamp-string-preprocess):
1120 Remove unused variable `require-padding'.
1121
1122 * tree-widget.el (widget-glyph-enable): Declare.
1123 (tree-widget-action): Mark unused parameter.
1124
1125 * w32-fns.el (x-get-selection): Mark unused parameter.
1126 (autoload-make-program, generated-autoload-file): Declare.
1127
1128 * wdired.el (wdired-revert): Mark unused parameters.
1129 (wdired-xcase-word): Remove unused variable `err'.
1130
1131 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
1132 (whitespace-help-scroll): Remove unused variable `data-help'.
1133
1134 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
1135 (widget-image-insert, widget-after-change, default)
1136 (widget-default-format-handler, widget-default-notify)
1137 (widget-default-prompt-value, widget-info-link-action)
1138 (widget-url-link-action, widget-function-link-action)
1139 (widget-variable-link-action, widget-file-link-action)
1140 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
1141 (widget-field-prompt-internal, widget-field-action, widget-field-match)
1142 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
1143 (widget-insert-button-action, widget-delete-button-action, visibility)
1144 (widget-documentation-link-action, widget-documentation-string-action)
1145 (widget-const-prompt-value, widget-regexp-match, symbol)
1146 (widget-coding-system-prompt-value)
1147 (widget-key-sequence-value-to-external, sexp)
1148 (widget-sexp-value-to-internal, character, vector, cons)
1149 (widget-choice-prompt-value, widget-boolean-prompt-value)
1150 (widget-color--choose-action): Mark unused parameters.
1151 (widget-item-match-inline, widget-choice-match-inline)
1152 (widget-checklist-match, widget-checklist-match-inline)
1153 (widget-group-match): Rename parameter VALUES to VALS.
1154 (widget-field-value-set): Remove unused variable `size'.
1155 (widget-color-action): Remove unused variables `value' and `start'.
1156
1157 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 1158 variable `dir'. Doc fix.
06b60517
JB
1159 (windmove-find-other-window): Don't pass it.
1160
1161 * window.el (count-windows): Mark unused parameter.
1162 (bw-adjust-window): Remove unused variable `err'.
1163
1164 * woman.el (woman-file-name): Remove unused variable `default'.
1165 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
1166 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
1167 (global-font-lock-mode): Declare.
1168 (woman-decode-region): Mark unused parameter.
1169 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
1170
1171 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
1172 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
1173 (x-dnd-handle-moz-url): Remove unused variable `title'.
1174 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
1175
1176 * xml.el (xml-parse-tag, xml-parse-attlist):
1177 Remove unused variable `pos'.
1178
bc4f7f3d
GM
11792011-04-19 Glenn Morris <rgm@gnu.org>
1180
1181 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
1182 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1183 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1184 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
1185 * calendar/cal-html.el (cal-html-insert-minical):
1186 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
1187 (calendar-mark-date-pattern):
1188 Prefix "unused" locals.
1189
1190 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
1191 optional argument `style'.
1192
1193 * calendar/appt.el (appt-make-list):
1194 * calendar/cal-china.el (calendar-chinese-date-string):
1195 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
1196 (diary-hebrew-yahrzeit):
1197 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
1198 * calendar/calendar.el (calendar-generate-window):
1199 * calendar/time-date.el (time-to-days):
1200 Remove unused local variables.
1201
16a43933
CY
12022011-04-18 Chong Yidong <cyd@stupidchicken.com>
1203
1204 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
1205 glyphless-char-display table.
1206 (tabulated-list-glyphless-char-display): New var.
1207
7eed1860
SS
12082011-04-18 Sam Steingold <sds@gnu.org>
1209
1210 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
1211 to acknowledgments.
1212
4d2d1ccd
GM
12132011-04-17 Glenn Morris <rgm@gnu.org>
1214
1215 * calendar/diary-lib.el (diary-sexp-entry):
1216 * calendar/holidays.el (holiday-sexp):
1217 Set debug-on-error rather than the removed stack-trace-on-error.
1218
239da61d
GM
12192011-04-16 Glenn Morris <rgm@gnu.org>
1220
1221 * progmodes/f90.el: Use lexical-binding.
1222 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
1223
8b05752a
SM
12242011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1225
daca8ba5
SM
1226 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
1227 (mail-mode): Setup mailalias completion here instead.
1228 * mail/mailalias.el: Use lexical-binding.
1229 (pattern, mailalias-done): Declare dynamic.
1230 (mail-completion-at-point-function): New function, from mail-complete.
1231 (mail-complete): Use it.
1232 (mail-completion-expand): New function.
1233 (mail-get-names): Use it.
1234 (mail-directory, mail-directory-process, mail-directory-stream):
1235 Don't use `pattern' for lexically bound arg.
1236
6f542485
SM
1237 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
1238
037e7c3f
SM
1239 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
1240 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
1241 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
1242
8b05752a
SM
1243 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
1244 (byte-save-window-excursion, byte-temp-output-buffer-setup)
1245 (byte-interactive-p): Define them again, for use when inlining
1246 old code.
1247
49093f60
JB
12482011-04-15 Juanma Barranquero <lekktu@gmail.com>
1249
1250 * loadup.el: Use `string-to-number', not `string-to-int'.
1251
b5b8e7de
SM
12522011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1253
1254 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
1255 gud-gdb-complete-command.
1256 (gud-gdb-completions): New function, from gud-gdb-complete-command.
1257 (gud-gdb-completion-at-point): New function.
1258 (gud-gdb-completions): Remove.
1259
f42efeb5
MA
12602011-04-14 Michael Albinus <michael.albinus@gmx.de>
1261
49093f60
JB
1262 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
1263 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
1264 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
1265 whether `executable-find' is bound.
f42efeb5
MA
1266
1267 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
1268
e240cc21
SM
12692011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1270
1271 * minibuffer.el (completion-in-region-mode-predicate)
1272 (completion-in-region-mode--predicate): New vars.
1273 (completion-in-region, completion-in-region--postch)
1274 (completion-in-region-mode): Use them.
1275 (completion--capf-wrapper): Also return the hook function.
1276 (completion-at-point, completion-help-at-point):
1277 Adjust and provide a predicate.
c2bd2ab0
SM
1278
1279 Preserve arg names for advice of subr and lexical functions (bug#8457).
1280 * help-fns.el (help-function-arglist): Consolidate the subr and
1281 new-byte-code cases. Add argument `preserve-names' to extract names
1282 from the docstring when needed.
1283 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
1284 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
1285 (ad-arglist): Use help-function-arglist's new arg.
1286 (ad-definition-type): Use cond.
1287
c183f693
JB
12882011-04-13 Juanma Barranquero <lekktu@gmail.com>
1289
06641a47
JB
1290 * autorevert.el (auto-revert-handler):
1291 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
1292 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
1293 Don't quote lambda.
1294
c183f693
JB
1295 * image-mode.el (image-transform-set-scale):
1296 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
1297
1e3b6001
G
12982011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1299
1300 * net/network-stream.el (network-stream-open-starttls): Only do
1301 opportunistic STARTTLS upgrades if we have built-in gnutls support.
1302 Upgrades via gnutls-cli are too slow to be done opportunistically.
1303
2d6af8dd
JB
13042011-04-12 Juanma Barranquero <lekktu@gmail.com>
1305
1306 * dframe.el (dframe-current-frame): Remove spurious quote.
1307
c0749a51
GM
13082011-04-12 Glenn Morris <rgm@gnu.org>
1309
088d0d61
GM
1310 * calendar/cal-tex.el (cal-tex-end-document):
1311 Try to automatically use latin1 input if needed.
1312
c0749a51
GM
1313 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
1314 Don't try to cons a mark onto an empty element.
1315
5c90fde0
LL
13162011-04-11 Leo Liu <sdl.web@gmail.com>
1317
1318 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
1319 buffers.
1320 (ido-kill-buffer-at-head): Support killing virtual buffers.
1321
369e974d
CY
13222011-04-10 Chong Yidong <cyd@stupidchicken.com>
1323
1324 * minibuffer.el (completion-show-inline-help): New var.
1325 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
1326 (minibuffer-force-complete, minibuffer-complete-word):
1327 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
1328
1329 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
1330 to avoid interference from inline help (Bug#5849).
1331
37f1c930
LL
13322011-04-10 Leo Liu <sdl.web@gmail.com>
1333
099c39a4
JB
1334 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
1335 Fix typo.
37f1c930 1336
a32d4040
CY
13372011-04-09 Chong Yidong <cyd@stupidchicken.com>
1338
1339 * image-mode.el (image-toggle-display-image): Signal an error if
1340 not in Image mode.
1341 (image-transform-mode, image-transform-resize)
1342 (image-transform-set-rotation): Doc fix.
daca8ba5 1343 (image-transform-set-resize): Delete.
a32d4040
CY
1344 (image-transform-set-scale, image-transform-fit-to-height)
1345 (image-transform-fit-to-width): Handle image-toggle-display-image
1346 and image-transform-resize directly.
1347
099c39a4 13482011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
1349
1350 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
1351 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
1352 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
1353 (doc-view-mode-map): Add bindings for the new functions.
1354
099c39a4 13552011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb
JB
1356
1357 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
1358 Fix typo in docstring.
1359
3726838a
EZ
13602011-04-08 Eli Zaretskii <eliz@gnu.org>
1361
04f33f1e
EZ
1362 * files.el (file-size-human-readable): Produce one digit after
1363 decimal, like "ls -lh" does.
1364
1365 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
1366 the file size representation.
1367
3726838a
EZ
1368 * simple.el (list-processes): If async subprocesses are not
1369 available, error out with a clear error message.
1370
cbb59342
CY
13712011-04-08 Chong Yidong <cyd@stupidchicken.com>
1372
1373 * help.el (help-form-show): New function, to be called from C.
1374 Put help-form output in a buffer named differently than *Help*.
1375
e3971c44
EZ
13762011-04-08 Eli Zaretskii <eliz@gnu.org>
1377
1378 * files.el (file-size-human-readable): New function.
1379
1380 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
1381 computing the representation inline. Don't require `cl'.
1382
12544bbe
GM
13832011-04-08 Glenn Morris <rgm@gnu.org>
1384
a1de6c6a
GM
1385 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
1386
3c4671f4
GM
1387 * net/browse-url.el (browse-url-firefox):
1388 Test system-type, not system-configuration.
1389
b605679c
GM
1390 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
1391 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
1392 Use log-edit-empty-buffer-p. (Bug#7598)
1393
56442f0c
GM
1394 * net/rlogin.el (rlogin-process-connection-type): Simplify.
1395 (rlogin-mode-map): Initialize in the defvar.
1396 (rlogin): Use ignore-errors.
1397
12544bbe
GM
1398 * replace.el (occur-mode-map): Some fixes for menu items.
1399
eb237b0f
AH
14002011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1401
1402 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
1403
7d668f2c
CY
14042011-04-06 Chong Yidong <cyd@stupidchicken.com>
1405
e67a13ab
CY
1406 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
1407 issuing unused warnings.
1408
1409 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
1410 macro directly.
1411
7d668f2c
CY
1412 * simple.el: Lisp reimplement of list-processes. Based on an
1413 earlier reimplementation by Leo Liu, but using tabulated-list.el.
1414 (process-menu-mode): New major mode.
1415 (list-processes--refresh, list-processes):
1416 (process-menu-visit-buffer): New functions.
1417
1418 * files.el (save-buffers-kill-emacs): Don't assume any return
1419 value of list-processes, which is undocumented anyway.
1420
a83ec3c9
CY
14212011-04-06 Chong Yidong <cyd@stupidchicken.com>
1422
1423 * emacs-lisp/tabulated-list.el: New file.
1424
e91a96fe
CY
1425 * emacs-lisp/package.el: Use Tabulated List mode.
1426 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
1427 (package-menu-mode): Derive from tabulated-list-mode. Set up the
1428 table format using Tabulated List mode variables.
1429 (package--push): New macro, replacing package-list-maybe-add.
1430 (package-menu--generate): Use package--push. Renamed from
1431 package--generate-package-list.
1432 (package-menu-refresh, list-packages): Use it.
daca8ba5 1433 (package-menu--print-info): Rename from package-print-package.
e91a96fe 1434 Return insertion data instead of inserting it directly.
099c39a4
JB
1435 (package-menu-describe-package, package-menu-execute):
1436 Use tabulated-list-get-id.
e91a96fe
CY
1437 (package-menu-mark-delete, package-menu-mark-install)
1438 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
1439 (package-menu-mark-obsolete-for-deletion):
1440 Use tabulated-list-put-tag.
e91a96fe
CY
1441 (package--list-packages, package-menu-revert)
1442 (package-menu-get-package, package-menu-get-version)
1443 (package-menu-sort-by-column): Functions deleted.
1444 (package-menu-package-list, package-menu-sort-key): Vars deleted.
1445 (package-menu--status-predicate, package-menu--version-predicate)
1446 (package-menu--name-predicate)
1447 (package-menu--description-predicate): Handle arguments in the
1448 Tabulated List format.
1449 (package-list-packages-no-fetch): Call list-packages.
1450
3e214b50
JB
14512011-04-06 Juanma Barranquero <lekktu@gmail.com>
1452
1453 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 1454 (after-find-file): Don't bind it.
3e214b50
JB
1455 (revert-buffer-in-progress-p): New variable.
1456 (revert-buffer): Bind it.
1457 Pass nil for `after-find-file-from-revert-buffer'.
1458
1459 * saveplace.el (save-place-find-file-hook): Use new variable
1460 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
1461
3f0f1700
GM
14622011-04-06 Glenn Morris <rgm@gnu.org>
1463
c0274801
GM
1464 * Makefile.in (AUTOGEN_VCS): New variable.
1465 (autoloads): Use $AUTOGEN_VCS.
1466
3f0f1700
GM
1467 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
1468 * calendar/calendar.el (calendar-mode-map):
1469 Check for toolkit scroll bars. (Bug#8305)
1470
41ea9e48
CY
14712011-04-05 Chong Yidong <cyd@stupidchicken.com>
1472
1473 * minibuffer.el (completion-in-region--postch)
1474 (completion-in-region-mode): Remove unnecessary messages.
1475
6194c800
JB
14762011-04-05 Juanma Barranquero <lekktu@gmail.com>
1477
33256f14
JB
1478 * font-lock.el (font-lock-refresh-defaults):
1479 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
1480 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
1481
6194c800
JB
1482 * info.el (Info-directory-list, Info-read-node-name-2)
1483 (Info-split-parameter-string): Doc fixes.
1484 (Info-virtual-nodes): Reflow docstring.
1485 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
1486 (Info-apropos-toc-nodes, info-finder, Info-get-token)
1487 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
1488 Fix typos in docstrings.
1489 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
1490 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
1491 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
1492 (Info-restore-desktop-buffer): Mark unused parameters.
1493 (Info-directory-find-file, Info-directory-find-node)
1494 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
1495 (Info-virtual-index-find-node, Info-apropos-find-file)
1496 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 1497 Mark unused parameters; fix typos in docstrings.
6194c800
JB
1498 (Info-virtual-index): Remove unused local variable `nodename'.
1499
b87a8200 15002011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 1501
b87a8200
DD
1502 * net/rcirc.el: Update my e-mail address.
1503 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 1504
3b2ff876
CY
15052011-04-05 Chong Yidong <cyd@stupidchicken.com>
1506
1507 * startup.el (command-line): Save the cursor's theme-face
1508 directly, instead of using face-override-spec.
1509
1510 * custom.el (load-theme): Minor optimization in assigning faces.
1511
8d17e7ca
JB
15122011-04-04 Juanma Barranquero <lekktu@gmail.com>
1513
1514 * help-fns.el (describe-variable): Complete all variables having
1515 documentation, including keywords.
1516 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
1517
2fbc1934
JB
15182011-04-04 Juanma Barranquero <lekktu@gmail.com>
1519
1520 Convert to lexical-binding.
1521
1522 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
1523 (bs--get-marked-string, bs--get-modified-string)
1524 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1525 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
1526 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
1527
1528 * ehelp.el (electric-help-execute-extended)
1529 (electric-help-ctrl-x-prefix):
1530 * hexl.el (hexl-revert-buffer-function):
1531 * linum.el (linum-after-change, linum-after-scroll):
1532 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
1533
1534 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
1535
74f50695
DU
15362011-04-04 Daiki Ueno <ueno@unixuser.org>
1537
1538 * epa-dired.el:
1539 * epa-mail.el:
1540 * epa-hook.el:
1541 * epa-file.el:
1542 * epa.el:
1543 * epg.el: Use lexical binding.
1544
c11325f7
CY
15452011-04-03 Chong Yidong <cyd@stupidchicken.com>
1546
0d9e9a12
CY
1547 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
1548
c11325f7 1549 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
1550 dictionary case for flyspell-mark-duplications-exceptions.
1551 Use regexp matching for languages.
c11325f7
CY
1552 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
1553 default dictionary (Bug#7926).
1554
da91b5f2
CY
15552011-04-02 Chong Yidong <cyd@stupidchicken.com>
1556
099c39a4
JB
1557 * emacs-lisp/package.el (package--with-work-buffer):
1558 Recognize https URLs.
da91b5f2 1559
099c39a4
JB
1560 * net/network-stream.el: Move from gnus/proto-stream.el.
1561 Change prefix to network-stream throughout.
da91b5f2
CY
1562 (open-protocol-stream): Merge into open-network-stream, leaving
1563 open-protocol-stream as an alias. Handle nil BUFFER args.
1564
1565 * subr.el (open-network-stream): Move to net/network-stream.el.
1566
afa8e9f6
GM
15672011-04-02 Glenn Morris <rgm@gnu.org>
1568
1d2e369d
GM
1569 * find-dired.el (find-exec-terminator): New option.
1570 (find-ls-option): Test for -ls support.
1571 (find-ls-subdir-switches): Test for -b in find-ls-option.
1572 (find-dired, find-grep-dired): Doc fixes.
1573 (find-dired): Use find-exec-terminator.
1574
8abb7da8 1575 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
1576 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
1577 (find-name-arg): Remove purecopy.
8abb7da8 1578
f3ca7378
GM
1579 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
1580 (grep-compute-defaults): Check for `-exec COMMAND +' support.
1581 Set grep-find-use-xargs, grep-find-command, and grep-find-template
1582 accordingly. Don't add the null-device if not needed.
1583
afa8e9f6
GM
1584 * files.el (save-some-buffers): Doc fix.
1585
35eae264
EZ
15862011-04-02 Eli Zaretskii <eliz@gnu.org>
1587
1588 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
1589
26b51db5
JB
15902011-04-01 Juanma Barranquero <lekktu@gmail.com>
1591
1592 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
1593 Use `dolist' rather than `mapcar'.
1594
7200d79c
SM
15952011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1596
03408648 1597 Add lexical binding.
7200d79c 1598
03408648
SM
1599 * subr.el (apply-partially): Use new closures rather than CL.
1600 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
1601 (dolist, dotimes): Use slightly different expansion for lexical code.
1602 (functionp): Move to C.
1603 (letrec): New macro.
1604 (with-wrapper-hook): Use it and apply-partially instead of CL.
1605 (eval-after-load): Preserve lexical-binding.
1606 (save-window-excursion, with-output-to-temp-buffer): Turn them
1607 into macros.
7200d79c 1608
03408648
SM
1609 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
1610
1611 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
1612 than the arglist.
1613 (help-add-fundoc-usage): Don't add `Not documented'.
1614 (help-function-arglist): Handle closures, subroutines, and new
1615 byte-code-functions.
1616 (help-make-usage): Remove leading underscores.
1617 (describe-function-1): Handle closures.
1618 (describe-variable): Use special-variable-p for completion.
1619
1620 * files.el (lexical-binding): Declare safe.
f488fb65 1621
03408648
SM
1622 * emacs-lisp/pcase.el: Don't use destructuring-bind.
1623 (pcase--memoize): Rename from pcase-memoize. Change weakness.
1624 (pcase): Add `let' pattern.
1625 Change memoization so it actually works.
1626 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
1627 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
1628 <let>: New case.
f488fb65 1629
03408648
SM
1630 * emacs-lisp/macroexp.el: Use lexical binding.
1631 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
1632 Don't convert ' to #' without checking that it's indeed quoting
1633 a lambda.
1634
1635 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 1636 Use eval-sexp-add-defvars.
03408648
SM
1637 (eval-sexp-add-defvars): New fun.
1638
1639 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
1640
1641 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
1642 Don't autoload.
1643 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
1644 than the internal `byte-compile-lambda'.
1645 (defmethod): Don't hide code under quotes.
1646 (eieio-defmethod): New `code' argument.
1647
1648 * emacs-lisp/eieio-comp.el: Remove.
1649
1650 * emacs-lisp/edebug.el (edebug-eval-defun)
1651 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
1652 (edebug-toggle): Avoid `eval'.
1653
1654 * emacs-lisp/disass.el (disassemble-internal): Handle new
1655 `closure' objects.
1656 (disassemble-1): Handle new byte codes.
1657
1658 * emacs-lisp/cl.el (pushnew): Silence warning.
1659
1660 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
1661 (cl-byte-compile-throw): Remove.
1662 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
1663
1664 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
1665 closures.
1666
1667 * emacs-lisp/cconv.el: New file.
1668
1669 * emacs-lisp/bytecomp.el: Use lexical binding instead of
1670 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
1671 (byte-compile-initial-macro-environment):
1672 Handle declare-function here.
1673 (byte-compile--lexical-environment): New var.
1674 (byte-stack-ref, byte-stack-set, byte-discardN)
1675 (byte-discardN-preserve-tos): New lap codes.
1676 (byte-interactive-p): Don't use any more.
1677 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
1678 New macros.
1679 (byte-compile-lapcode): Use them and handle new lap codes.
1680 (byte-compile-obsolete): Remove.
1681 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
1682 (byte-compile-arglist-warn): Check late def of inlinable funs.
1683 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
1684 since they should have been expanded by now.
1685 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
1686 (byte-compile-from-buffer): Remove unused second arg.
1687 (byte-compile-preprocess): New function.
1688 (byte-compile-toplevel-file-form): New function to distinguish
1689 file-form calls from outside from file-form calls from hunk-handlers.
1690 (byte-compile-file-form): Simplify.
1691 (byte-compile-file-form-defsubst): Remove.
1692 (byte-compile-file-form-defmumble): Simplify now that
1693 byte-compile-lambda always returns a byte-code-function.
1694 (byte-compile): Preprocess.
1695 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
1696 Remove, not used any more.
1697 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
1698 (byte-compile-make-args-desc): New funs.
1699 (byte-compile-lambda): Handle lexical functions. Always return
1700 a byte-code-function.
1701 (byte-compile-reserved-constants): New var, to make up room for
1702 closed-over variables.
1703 (byte-compile-constants-vector): Obey it.
1704 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
1705 (byte-compile-macroexpand-declare-function): New function.
1706 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
1707 byte-code-functions.
1708 (byte-compile-form): Check obsolescence here.
1709 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
1710 (byte-compile-variable-ref): Remove.
1711 (byte-compile-dynamic-variable-op): New fun.
1712 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
1713 (byte-compile-variable-set): New funs.
1714 (byte-compile-discard): Add 2 args.
1715 (byte-compile-stack-ref, byte-compile-stack-set)
1716 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
1717 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
1718 macroexpand-all instead.
1719 (byte-compile-quote-form): Remove.
1720 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
1721 (byte-compile-bind, byte-compile-unbind): New funs.
1722 (byte-compile-let): Handle let* and lexical binding.
1723 (byte-compile-let*): Remove.
1724 (byte-compile-catch, byte-compile-unwind-protect)
1725 (byte-compile-track-mouse, byte-compile-condition-case):
1726 Handle a new :fun-body form, used for lexical scoping.
1727 (byte-compile-save-window-excursion)
1728 (byte-compile-with-output-to-temp-buffer): Remove.
1729 (byte-compile-defun): Simplify.
1730 (byte-compile-stack-adjustment): New fun.
1731 (byte-compile-out): Use it.
1732 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
1733
1734 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
1735 handler any more.
1736
1737 * emacs-lisp/byte-opt.el: Use lexical binding.
1738 (byte-inline-lapcode): Remove (to bytecomp).
1739 (byte-compile-inline-expand): Pay attention to inlining to/from
1740 lexically bound code.
1741 (byte-compile-unfold-lambda): Don't handle byte-code-functions
1742 any more.
1743 (byte-optimize-form-code-walker): Don't handle save-window-excursion
1744 any more and don't call compiler-macros.
1745 (byte-compile-splice-in-already-compiled-code): Remove.
1746 (byte-code): Don't inline any more.
1747 (disassemble-offset): Receive `bytes' as argument rather than via
1748 dynamic scoping.
1749 (byte-compile-tag-number): Declare before first use.
1750 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
1751 `return' even if make-spliceable.
1752 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
1753 obsolete interactive-p.
1754 (byte-optimize-lapcode): Optimize new lap-codes.
1755 Don't trip up on new form of `byte-constant' lap code.
1756
1757 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
1758
1759 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
1760
1761 * custom.el (custom-initialize-default, custom-declare-variable):
1762 Use `defvar'.
1763
1764 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
1765 New variables.
1766 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
1767 (COMPILE_FIRST): Add macroexp and cconv.
1768 * makefile.w32-in: Mirror changes in Makefile.in.
1769
1770 * vc/cvs-status.el:
1771 * vc/diff-mode.el:
1772 * vc/log-edit.el:
1773 * vc/log-view.el:
1774 * vc/smerge-mode.el:
1775 * textmodes/bibtex-style.el:
1776 * textmodes/css.el:
1777 * startup.el:
1778 * uniquify.el:
da91b5f2
CY
1779 * minibuffer.el:
1780 * newcomment.el:
1781 * reveal.el:
1782 * server.el:
1783 * mpc.el:
1784 * emacs-lisp/smie.el:
1785 * doc-view.el:
1786 * dired.el:
03408648
SM
1787 * abbrev.el: Use lexical binding.
1788
0f0c1f27
EZ
17892011-04-01 Eli Zaretskii <eliz@gnu.org>
1790
1791 * info.el (info-display-manual): New function.
1792
c82b2579
SM
17932011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1794
1795 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
1796
221ddf68
TH
17972011-03-31 Tassilo Horn <tassilo@member.fsf.org>
1798
1799 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 1800 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 1801
cba6e77e
GM
18022011-03-31 Glenn Morris <rgm@gnu.org>
1803
e040639f
GM
1804 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
1805
cba6e77e
GM
1806 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
1807
6d0f1c9e
CS
18082011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
1809
1810 * progmodes/python.el (python-default-interpreter)
1811 (python-python-command-args, python-jython-command-args)
1812 (python-which-shell, python-which-args, python-which-bufname)
1813 (python-file-queue, python-comint-output-filter-function)
1814 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
1815 variables and functions.
1816
3e2d70fd
SM
18172011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1818
1819 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
1820 (completion-in-region-mode): New minor mode.
1821 (completion-in-region): Use it.
1822 (completion-in-region--data, completion-in-region-mode-map): New vars.
1823 (completion-in-region--postch): New function.
1824 (completion--capf-misbehave-funs, completion--capf-safe-funs):
1825 New vars.
1826 (completion--capf-wrapper): New function.
1827 (completion-at-point): Use it to track well-behavedness of
1828 hook functions.
1829 (completion-help-at-point): New command.
1830
f3e4086c
JM
18312011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
1832
1833 * vc/add-log.el (add-change-log-entry): Don't use whitespace
1834 syntax class to search for whitespace on a single line
1835 (Message-ID: <4D938140.4030905@redhat.com>).
1836
eb7ffc14
LL
18372011-03-30 Leo Liu <sdl.web@gmail.com>
1838
1839 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
1840 New commands.
1841 (edit-abbrevs-map): Bind them here.
1842 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
1843
d806ab68
KM
18442011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
1845
1846 * allout.el (allout-hide-by-annotation, allout-flag-region):
1847 Reduce possibility of overlay leakage by making them volatile.
1848
1849 * allout-widgets.el (allout-widgets-tally): Define as nil so the
1850 hash is not shared between buffers. Mode initialization is
1851 responsible for giving it a useful starting value.
1852 (allout-item-span): Reduce possibility of overlay leakage by
1853 making them volatile.
1854 (allout-widgets-count-buttons-in-region): Add diagnostic function
1855 for tracking down button overlay leaks.
1856
ea622834
LL
18572011-03-29 Leo Liu <sdl.web@gmail.com>
1858
1859 * ido.el (ido-read-internal): Use the default history var
1860 minibuffer-history if no HISTORY is specified.
1861
b62f8267
G
18622011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
1863
03408648
SM
1864 * net/imap.el (imap-shell-open, imap-process-connection-type):
1865 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
1866 Kerberos, SSL, other subprocesses.
1867
947b6566
LL
18682011-03-28 Leo Liu <sdl.web@gmail.com>
1869
1870 * abbrev.el (abbrev-table-empty-p): New function.
1871 (prepare-abbrev-list-buffer): Place empty abbrev tables after
1872 nonempty ones. (Bug#5937)
1873
5ffb62aa
JD
18742011-03-27 Jan Djärv <jan.h.d@swipnet.se>
1875
1876 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
1877
7a097943
LL
18782011-03-27 Leo Liu <sdl.web@gmail.com>
1879
1880 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
1881 for foreground and background colors.
1882 (ansi-color-make-color-map): Adapt.
1883
c5b40130
LL
18842011-03-25 Leo Liu <sdl.web@gmail.com>
1885
1f48f7d2
LL
1886 * midnight.el (midnight-time-float): Remove. Note it calculates
1887 the microsecond component incorrectly and seconds-to-time does the
1888 same job.
625897ec 1889 Remove redundant (require 'timer).
1f48f7d2 1890
c5b40130
LL
1891 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
1892 (ido-completions): Remove unused arguments. (Bug#8329)
1893
d86d2721
SM
18942011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1895
1896 * minibuffer.el (completion--flush-all-sorted-completions):
1897 Remove itself from hook.
1898 (completion-at-point): Let the functions perform the completion
1899 immediately and return nil or t.
1900 * comint.el (comint-dynamic-complete-functions): Now identical to
1901 completion-at-point-functions.
1902 (comint-dynamic-list-input-ring): Remove unused var `index'.
1903 (comint--match-partial-filename, comint--unquote&expand-filename):
1904 New funs, split from comint-match-partial-filename.
1905 (comint-dynamic-complete): Use completion-at-point.
1906 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
1907
e8974c48
DA
19082011-03-24 Drew Adams <drew.adams@oracle.com>
1909
1910 * thingatpt.el: Support `defun'.
1911
def71b5e
LL
19122011-03-23 Leo Liu <sdl.web@gmail.com>
1913
cb5af48e
LL
1914 * abbrevlist.el: Move to obsolete/abbrevlist.el.
1915
def71b5e
LL
1916 * help-mode.el (help-mode-finish): Tweak regexp.
1917
927c53e7
GM
19182011-03-23 Glenn Morris <rgm@gnu.org>
1919
18d05bed
GM
1920 * eshell/esh-opt.el (eshell-eval-using-options):
1921 Do not bind unused local variable `eshell-option-stub'.
1922
927c53e7
GM
1923 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
1924
9d0da923
JB
19252011-03-22 Juanma Barranquero <lekktu@gmail.com>
1926
1927 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
1928 keymap variable in `with-no-warnings' to avoid a warning when the
1929 keymap has been already `defconst'ed.
1930
4b978a67
LL
19312011-03-22 Leo Liu <sdl.web@gmail.com>
1932
1933 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
1934 encode all chars in abbrevs; otherwise use emacs-mule or
1935 utf-8-emacs. (Bug#8308)
1936
5fd62452
JB
19372011-03-22 Juanma Barranquero <lekktu@gmail.com>
1938
0b1596c6
JB
1939 * simple.el (backward-delete-char-untabify):
1940 Avoid warning about using `delete-backward-char'.
1941
5fd62452
JB
1942 * image.el (image-type-file-name-regexps): Make it variable.
1943 `imagemagick-register-types' modifies it, and the user may want
1944 to add new extensions for known image types.
1945 (imagemagick-register-types): Throw error if not using ImageMagick.
1946
0b4e93f1
LL
19472011-03-22 Leo Liu <sdl.web@gmail.com>
1948
1949 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
1950 located before rcirc-prompt-end-marker.
1951 (rcirc-complete): Error if point is not after rcirc prompt.
1952 Handle the case when table is nil.
9882e214 1953 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 1954
fccee4ab
CY
19552011-03-22 Chong Yidong <cyd@stupidchicken.com>
1956
1957 * custom.el (custom--inhibit-theme-enable): Make it affect only
1958 custom-theme-set-variables and custom-theme-set-faces.
1959 (provide-theme): Ignore custom--inhibit-theme-enable.
1960 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
1961 (custom-enabling-themes): Delete variable.
d86d2721
SM
1962 (enable-theme): Accept only loaded themes as arguments.
1963 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
1964 (custom-enabled-themes): Forbid themes from setting this.
1965 Eliminate use of custom-enabling-themes.
1966 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 1967
af896da6
LL
19682011-03-21 Leo Liu <sdl.web@gmail.com>
1969
1970 * ido.el (ido-read-internal): Add ido-selected to history instead
1971 of user input.
1972
78f64af0
SM
19732011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1974
1975 * subr.el (deferred-action-list, deferred-action-function):
1976 Mark obsolete.
1977
b16ac1ec
LL
19782011-03-21 Leo Liu <sdl.web@gmail.com>
1979
810f7698
LL
1980 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
1981 change on 2011-02-13 (bug#8309).
1982
b16ac1ec
LL
1983 * minibuffer.el (read-file-name-function): Change default value.
1984 (read-file-name--defaults): Rename from read-file-name-defaults.
1985 (read-file-name-default): Rename from read-file-name.
1986 (read-file-name): Call read-file-name-function.
1987
4e05e67e
GM
19882011-03-21 Glenn Morris <rgm@gnu.org>
1989
1990 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
1991 Doc fixes.
1992
4359915b
CY
19932011-03-21 Chong Yidong <cyd@stupidchicken.com>
1994
1995 * cus-theme.el: Add missing provide statement.
1996 (customize-create-theme): Extract theme value correctly.
1997 (custom-theme-visit-theme): Autoload.
1998 (customize-create-theme): Prompt before inserting default faces.
1999
1fe275ee
JB
20002011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
2001
2002 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
2003 units and musical notes.
2004
3ec03f7e
LL
20052011-03-20 Leo <sdl.web@gmail.com>
2006
2007 * ido.el (ido-read-internal): Use completing-read-default.
2008 (ido-completing-read): Fix compatibility with completing-read.
2009
7d476bde
CO
20102011-03-20 Christian Ohler <ohler@gnu.org>
2011
2012 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
2013 (ert-delete-all-tests): Use `called-interactively-p' rather than
2014 `interactive-p'.
2015 (ert--make-xrefs-region): Respect END.
2016
fe0fb33e
CY
20172011-03-19 Chong Yidong <cyd@stupidchicken.com>
2018
ff854b0b
CY
2019 * dired-aux.el (dired-create-directory): Signal an error if the
2020 directory already exists (Bug#8246).
2021
fe0fb33e
CY
2022 * facemenu.el (list-colors-display): Call list-faces-display
2023 inside with-help-window.
2024 (list-colors-print): Use display property to align the final
2025 column, instead of checking window-width.
2026
576bce32
EZ
20272011-03-19 Eli Zaretskii <eliz@gnu.org>
2028
2029 * emerge.el (emerge-metachars): Separate value for ms-dos and
2030 windows-nt systems.
2031 (emerge-protect-metachars): Quote correctly for ms-dos and
2032 windows-nt systems.
2033
89c41d68 20342011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
2035
2036 * info.el (info-initialize): Replace all uses of `:' with
2037 path-separator for compatibility with non-Unix systems.
2038 Cache quoting of path-separator. (Bug#8258)
2039
b14e3e21 20402011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
2041
2042 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
2043 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
2044 (mouse-avoidance-mode): Fix typos in docstrings.
2045
4525ce3e
CY
20462011-03-19 Chong Yidong <cyd@stupidchicken.com>
2047
2048 * startup.el (package-subdirectory-regexp): Move from package.el.
2049 Omit \\` and \\', and let callers add them.
2050
2051 * emacs-lisp/package.el (package-strip-version)
2052 (package-load-all-descriptors): Add \\` and \\' to
2053 package-subdirectory-regexp before using it.
2054 (package-untar-buffer): New arg DIR; ensure that file untars only
2055 into this expected directory. Remove superfluous delete-region.
2056 (package-unpack): Caller changed.
2057 (package-tar-file-info): Use package-subdirectory-regexp.
2058
a904a09a 20592011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 2060
a904a09a
SM
2061 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
2062 diff-mode-shared-map (bug#8284).
2063 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
2064
20652011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2066
2067 * calendar/time-date.el (format-seconds): Use assoc instead of
2068 assoc-string, since assoc-string doesn't exist in XEmacs.
2069
171fc304
JB
20702011-03-17 Juanma Barranquero <lekktu@gmail.com>
2071
2072 * custom.el (custom-known-themes): Reflow docstring.
2073 (custom-theme-load-path): Fix typo in docstring.
2074 (load-theme): Fix typo in error message.
2075 (custom-available-themes, custom-variable-theme-value):
2076 Use `let', not `let*'.
2077
d71990a1
JB
20782011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2079
2080 * calc/README: Mention inclusion of musical notes.
2081
2082 * calc/calc-units.el (calc-lu-quant): Rename from
2083 `calc-logunits-quantity'.
2084 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
2085 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
2086 (calc-db): Rename from `calc-dblevel'.
2087 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
2088 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
2089 (calc-np): Rename from `calc-nplevel'.
2090 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
2091 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
2092 (calc-lu-plus): Rename from `calc-logunits-add'.
2093 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
2094 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
2095 (calc-lu-minus): Rename from `calc-logunits-sub'.
2096 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
2097 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
2098 (calc-lu-times): Rename from `calc-logunits-mul'.
2099 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
2100 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
2101 (calc-lu-divide): Rename from `calc-logunits-div'.
2102 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
2103 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
2104
2105 * calc/calc-ext.el (calc-init-extensions): Update the names of the
2106 functions being autoloaded.
2107
2108 * calc/calc.el (calc-lu-power-reference): Rename from
2109 `calc-logunits-power-reference'.
2110 (calc-lu-field-reference): Rename from
2111 `calc-logunits-field-reference'.
2112
2113 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
2114
40c2934b
SM
21152011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2116
2117 * minibuffer.el (completion-all-sorted-completions):
2118 Use :completion-cycle-penalty text property if present.
2119
b0911414
KM
21202011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
2121
2122 * allout.el (allout-yank-processing): Adjust for new rebulleting
2123 regime so bullet being yanked is used without prompting the user
2124 for a choice.
2125
8a05b668
JB
21262011-03-16 Juanma Barranquero <lekktu@gmail.com>
2127
2128 * startup.el (command-line): Warn the user that _emacs is deprecated.
2129
5ba5fb81
JB
21302011-03-16 Juanma Barranquero <lekktu@gmail.com>
2131
2132 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
2133 (delphi-verbose, delphi-comment-face, delphi-string-face)
2134 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
2135 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
2136 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
2137 (delphi-new-comment-line, delphi-font-lock-defaults)
2138 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
2139 Fix typos in docstrings.
2140
2dab465b
KM
21412011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
2142
5ba5fb81 2143 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
2144 Invert the roles of character and string values for INSTEAD, so a
2145 string is used for the more common case of a defaulting prompt.
2146
0adf5618
SM
21472011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2148
2149 * progmodes/ruby-mode.el (ruby-backward-sexp):
2150 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
2151 * play/gamegrid.el (gamegrid-make-face):
2152 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
2153 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
2154 * notifications.el (notifications-notify):
2155 * net/xesam.el (xesam-search-engines):
2156 * net/quickurl.el (quickurl-list-insert):
2157 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
2158
d72700e5
CY
21592011-03-15 Chong Yidong <cyd@stupidchicken.com>
2160
2161 * startup.el (command-line): Update package subdirectory regexp.
2162
49c5410a
SM
21632011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2164
c6eee9aa
SM
2165 * allout.el (allout-abbreviate-flattened-numbering)
2166 (allout-mode-deactivate-hook): Fix up obsolescence "date".
2167
49c5410a
SM
2168 * subr.el (read-char-choice): Only show the cursor after the prompt,
2169 not after the answer.
2170
047b2bb9
KR
21712011-03-15 Kevin Ryde <user42@zip.com.au>
2172
2173 * help-fns.el (variable-at-point): Skip leading quotes, if any
2174 (bug#8253).
2175
0a57d256
SM
21762011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2177
2178 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
2179 warning message.
2180
77c992bc
MA
21812011-03-14 Michael Albinus <michael.albinus@gmx.de>
2182
2183 * shell.el (shell): When called interactively, offer to change the
2184 shell file name on remote hosts.
2185
eebc475d
TZ
21862011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
2187
2188 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
2189 integration for LDAP parameters. The host, base, user or binddn,
2190 and secret tokens can be specified in a netrc file, for instance.
2191 This is optional because an `auth-source' parameter must be
2192 specified in the search attributes.
2193
9d05d1ba
JB
21942011-03-13 Juanma Barranquero <lekktu@gmail.com>
2195
2196 * help.el (describe-mode): Link to the mode's definition (bug#8185).
2197
09d9db2c
GM
21982011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2199
2200 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
2201 into declaration. Remove redundant and harmful binding.
2202
22032011-03-12 Eli Zaretskii <eliz@gnu.org>
2204
2205 * files.el (file-ownership-preserved-p): Pass `integer' as an
2206 explicit 2nd argument to `file-attributes'. If the file's owner
2207 is the Administrators group on Windows, and the current user is
2208 Administrator, consider that a match.
2209
2210 * server.el (server-ensure-safe-dir): Consider server directory
2211 safe on MS-Windows if its owner is the Administrators group while
2212 the current Emacs user is Administrator. Use `=' to compare
2213 numerical UIDs, since they could be integers or floats.
2214
219bd536
JB
22152011-03-12 Juanma Barranquero <lekktu@gmail.com>
2216
2217 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
2218
f3afd36b
MA
22192011-03-12 Michael Albinus <michael.albinus@gmx.de>
2220
2221 Sync with Tramp 2.2.1.
2222
2223 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
2224
2225 * net/trampver.el: Update release number.
2226
3aaaa6f1
SM
22272011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2228
94642599
SM
2229 * progmodes/compile.el (compilation--previous-directory): Fix up
2230 various nil/dead-marker mismatches (bug#8014).
2231 (compilation-directory-properties, compilation-error-properties):
2232 Don't call it at a position past the one we're about to change.
2233
3aaaa6f1
SM
2234 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
2235 Disable obsolescence warnings in the file that declares it.
2236
14239447
KM
22372011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
2238
099c39a4
JB
2239 * allout-widgets.el (allout-widgets-tally):
2240 Initialize allout-widgets-tally as a hash table rather than nil to
2241 prevent mode-line redisplay warnings. Also, clarify the module
2242 description and fix a comment typo.
14239447 2243
135e287c
JB
22442011-03-11 Juanma Barranquero <lekktu@gmail.com>
2245
2246 * help-fns.el (describe-variable): Don't complete keywords.
2247 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
2248
ffbf300e
CY
22492011-03-10 Chong Yidong <cyd@stupidchicken.com>
2250
ba08b241
CY
2251 * emacs-lisp/package.el (package-version-join): Impose a standard
2252 string representation for pre/alpha/beta version lists.
2253 (package-unpack-single): Standardize the directory name by passing
2254 it through package-version-join.
2255 (package-strip-rcs-id): Accept any version string that does not
2256 signal an error in version-to-list.
ffbf300e 2257
f346fd6b
MA
22582011-03-10 Michael Albinus <michael.albinus@gmx.de>
2259
2260 * simple.el (delete-trailing-whitespace): Return nil for the
2261 benefit of `write-file-functions'.
2262
ccb55d27
GM
22632011-03-10 Glenn Morris <rgm@gnu.org>
2264
5ceaac0c
GM
2265 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
2266
02da65ff
GM
2267 * vc/vc-git.el (vc-git-program): New option.
2268 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
2269 (vc-git--call): Use it.
2270
b2f603cc
GM
2271 * eshell/esh-util.el (eshell-condition-case): Doc fix.
2272
5772caab
GM
2273 * cus-edit.el (Custom-newline): If no button at point, look
2274 for a subgroup button at start-of-line. (Bug#2298)
2275
ccb55d27
GM
2276 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
2277
ec6ecaed
JD
22782011-03-10 Julien Danjou <julien@danjou.info>
2279
2280 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
2281 `cursor-type' is nil.
2282
9d5aa01d
JB
22832011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
2284
2285 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
2286
b6a5875b
KM
22872011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
2288
2289 * allout.el Summary: Change so yank of distinctive-bullet items
2290 preserves the existing header prefix, rebulleting it if necessary,
2291 rather than replacing it. This is necessary for proper operation
2292 of cooperative addons like allout-widgets.
219bd536 2293 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
2294 SOLICIT arg to INSTEAD, and interpret additionally a string value
2295 as alternate bullet to be used, instead of prompting the user for
2296 a bullet character.
2297
ee545c35
MA
22982011-03-09 Michael Albinus <michael.albinus@gmx.de>
2299
d86d2721
SM
2300 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2301 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
2302 `tramp-default-port'.
2303
c47971d7
DD
23042011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2305
2306 * net/rcirc.el (rcirc-handler-001): Remove useless
2307 with-rcirc-process-buffer.
2308 (rcirc-check-auth-status): Swap arguments to string-match.
2309
13522cb4
GM
23102011-03-09 Glenn Morris <rgm@gnu.org>
2311
0be6f4f1
GM
2312 * shell.el (shell-mode):
2313 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
2314
13522cb4
GM
2315 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
2316 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
2317
515de2e3
CY
23182011-03-08 Chong Yidong <cyd@stupidchicken.com>
2319
2320 * emacs-lisp/package.el (package-refresh-contents)
2321 (package-menu-execute): Use condition-case-no-debug.
2322
b511b994
MA
23232011-03-08 Michael Albinus <michael.albinus@gmx.de>
2324
2325 * simple.el (shell-command-to-string): Use `process-file'.
2326
2327 * emacs-lisp/package.el (package-tar-file-info): Handle also
2328 remote files.
2329
d86d2721
SM
2330 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2331 Use `equal' for upload base check.
b511b994 2332
25bbfb31
AM
23332011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
2334
2335 * textmodes/texinfo.el (texinfo-environments):
2336 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
2337
be996521
GM
23382011-03-08 Glenn Morris <rgm@gnu.org>
2339
e9c8529f
GM
2340 * cus-start.el (cursor-in-non-selected-windows):
2341 Fix :set quoting oddness. (Bug#8192)
2342
be996521
GM
2343 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
2344 in some setf expressions. (Bug#2159)
2345
2bb5649e
CY
23462011-03-08 Chong Yidong <cyd@stupidchicken.com>
2347
2348 * custom.el (custom-available-themes): Return themes in
2349 alphabetical order.
2350
33383987 2351See ChangeLog.15 for earlier changes.
e3d51b27
MR
2352
2353;; Local Variables:
2354;; coding: utf-8
e3d51b27
MR
2355;; End:
2356
33383987 2357 Copyright (C) 2011 Free Software Foundation, Inc.
e3d51b27
MR
2358
2359 This file is part of GNU Emacs.
2360
2361 GNU Emacs is free software: you can redistribute it and/or modify
2362 it under the terms of the GNU General Public License as published by
2363 the Free Software Foundation, either version 3 of the License, or
2364 (at your option) any later version.
2365
2366 GNU Emacs is distributed in the hope that it will be useful,
2367 but WITHOUT ANY WARRANTY; without even the implied warranty of
2368 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2369 GNU General Public License for more details.
2370
2371 You should have received a copy of the GNU General Public License
2372 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.