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