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