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