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