* subr.el (shell-quote-argument): Use alternate escaping strategy
[emacs.git] / lisp / ChangeLog
blobe6517f77b32127122992b683278b73b815cbb678
1 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
3         * subr.el (shell-quote-argument): Use alternate escaping strategy
4         when we spot a variable reference in a string.
6 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
8         * cus-start.el (all): Define customization for debug-on-event.
10 2011-04-26  Daniel Colascione <dan.colascione@gmail.com>
12         * subr.el (shell-quote-argument): Escape correctly under Windows.
14 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
18 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
20         * net/tramp.el (tramp-process-actions): Add POS argument.
21         Delete region between POS and (pos).
23         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24         Use `nil' position in `tramp-process-actions' call.
25         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
27         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
28         position in `tramp-process-actions' call.
30         * net/trampver.el: Update release number.
32 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
34         * custom.el (defcustom): Obey lexical-binding.
36         Fix octave-inf completion problems reported by Alexander Klimov.
37         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
38         Inherit from octave-mode-syntax-table.
39         (inferior-octave-mode): Set info-lookup-mode.
40         (inferior-octave-completion-at-point): New function.
41         (inferior-octave-complete): Use it and completion-in-region.
42         (inferior-octave-dynamic-complete-functions): Use it as well, and use
43         comint-filename-completion.
44         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
45         symbol elements which shouldn't be word elements.
46         (octave-font-lock-keywords, octave-beginning-of-defun)
47         (octave-function-header-regexp): Adjust regexps accordingly.
48         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
50 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
52         * net/gnutls.el (gnutls-errorp): Declare before first use.
54 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
56         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
57         verify-error, and verify-hostname-error parameters.  Check whether
58         default trustfile exists before going to use it.  Add missing
59         argument to gnutls-message-maybe call.  Return return value.
60         Reported by Claudio Bley <claudio.bley@gmail.com>.
61         (open-gnutls-stream): Add usage example.
63         * net/network-stream.el (network-stream-open-starttls): Give host
64         parameter to `gnutls-negotiate'.
65         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
66         * subr.el (shell-quote-argument): Escape correctly under Windows.
68 2011-04-24  Daniel Colascione <dan.colascione@gmail.com>
70         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
71         Use correct match group (bug#8438).
73 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
75         * emacs-lisp/package.el (package-built-in-p): Fix typo.
76         (package-menu--generate): New arg specifying packages to show.
77         (package-menu-refresh, package-menu-execute, list-packages):
78         Callers changed.
79         (package-show-package-list): New function, replacing deleted
80         package--list-packages (renamed because it is non-internal).
82         * finder.el (finder-list-matches): Use package-show-package-list
83         instead of deleted package--list-packages.
85         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
86         Based on a previous implementation by Juanma Barranquero (Bug#8366).
87         (vc-annotate-mode-map): Bind it to RET.
89 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
91         * progmodes/etags.el (next-file): Don't use set-buffer to change
92         buffers (Bug#8478).
94 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
96         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
98         * apropos.el (apropos-label-face): Avoid variable-pitch face.
99         (apropos-accumulator): Doc fix.
100         (apropos-function, apropos-macro, apropos-command)
101         (apropos-variable, apropos-face, apropos-group, apropos-widget)
102         (apropos-plist): Add face property.
103         (apropos-symbols-internal): Fix indentation.
104         (apropos-print): Simplify help, and recognize apropos-multi-type.
105         (apropos-print-doc): Use button-type-get to extract the button's
106         face property.  Fill docstring (Bug#8352).
108 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
110         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
112         * play/mpuz.el (mpuz-silent): Doc fix.
113         (mpuz-mode-map): Use mapc.
114         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
115         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
116         Fix typos in docstrings.
118         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
119         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
121         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
123 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
125         * minibuffer.el (completion--do-completion): Avoid the "Next char
126         not unique" prompt if icomplete-mode is enabled (Bug#5849).
128         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
129         mouse-2 into unread-command-events, it is interpreted correctly.
131         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
132         (image-toggle-display): Doc fix.
134 2011-04-23  Stephen Berman <stephen.berman@gmx.net>
136         * textmodes/page.el (what-page): Use line-number-at-pos to
137         calculate line number (Bug#6825).
139 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
141         * eshell/esh-mode.el (find-tag-interactive): Declare function.
142         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
143         Pass argument NO-DEFAULT to `find-tag-interactive'.
145 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
147         Lexical-binding cleanup.
149         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
150         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
151         * progmodes/ada-prj.el (ada-prj-initialize-values)
152         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
153         (ada-prj-show-value):
154         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
155         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
156         (antlr-invalidate-context-cache, antlr-options-menu-filter)
157         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
158         * progmodes/bug-reference.el (bug-reference-push-button):
159         * progmodes/fortran.el (fortran-line-length):
160         * progmodes/glasses.el (glasses-change):
161         * progmodes/octave-mod.el (octave-fill-paragraph):
162         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
163         (python-pdbtrack-grub-for-buffer, python-sentinel):
164         * progmodes/sql.el (sql-save-connection):
165         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
166         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
167         Mark unused parameters.
169         * progmodes/compile.el (compilation--flush-directory-cache)
170         (compilation--flush-parse, compile-internal): Mark unused parameters.
171         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
172         (compilation-next-error-function): Remove unused variable `timestamp'.
174         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
175         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
177         * progmodes/dcl-mode.el (dcl-end-of-command):
178         Remove unused variable `start'.
179         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
180         (dcl-option-value-basic, dcl-option-value-offset)
181         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
182         Mark unused parameters.
183         (dcl-save-local-variable): Remove unused variable `val'.
184         (mode): Declare.
186         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
187         Mark unused parameters.
188         (delphi-ignore-changes): Move before first use.
189         (delphi-charset-token-at): Remove unused variable `start'.
190         (delphi-else-start): Remove unused variable `if-count'.
191         (delphi-comment-block-start, delphi-comment-block-end):
192         Remove unused variable `kind'.
193         (delphi-indent-line): Remove unused variable `new-point'.
195         * progmodes/ebrowse.el (ebrowse-files-list)
196         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
197         Mark unused parameters.  Don't quote `lambda'.
198         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
199         Don't quote `lambda'.
200         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
201         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
202         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
203         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
204         Use `ignore-errors'.
205         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
206         (ebrowse-view/find-file-and-search-pattern)
207         (ebrowse-view/find-member-declaration/definition):
208         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
209         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
210         Rename parameter PREFIX-ARG to PREFIX.
211         (ebrowse-tags-read-name): Remove unused variables `start' and
212         `member-info'.
213         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
214         to `tags-file'.
216         * progmodes/etags.el (local-find-tag-hook): Declare.
217         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
218         Mark unused parameters.
220         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
221         (executable-interpret): Mark unused parameter.
223         * progmodes/flymake.el (flymake-process-sentinel)
224         (flymake-after-change-function)
225         (flymake-create-temp-with-folder-structure)
226         (flymake-get-include-dirs-dot): Mark unused parameters.
227         (flymake-safe-delete-directory): Remove unused variable `err'.
229         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
230         (speedbar-timer-fn, speedbar-line-text)
231         (speedbar-change-expand-button-char, speedbar-delete-subblock)
232         (speedbar-center-buffer-smartly): Declare functions.
233         (gdb-find-watch-expression): Remove unused variable `array'.
234         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
235         (gdb-starting): Mark unused parameters.
236         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
237         (gdb-table-string): Remove unused variable `res'.
238         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
239         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
240         (gdb-display-buffer): Remove unused variable `cur-size'.
242         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
243         allow lexical-binding compilation.
244         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
245         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
246         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
247         Mark unused parameters.
248         (gud-gdb-marker-filter): Remove unused variable `match'.
249         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
250         lambda expressions and funcall them, instead of using `fset'.
252         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
253         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
255         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
256         variable `header-beg'; use `let'.
258         * progmodes/icon.el (indent-icon-exp): Remove unused variables
259         `restart', `last-sexp' and `at-do'.
261         * progmodes/js.el (js--debug): Mark unused parameter.
262         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
263         (js--splice-into-items): Remove unused variable `item'.
264         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
266         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
267         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
268         (makefile-complete): Remove unused variable `try'.
269         (makefile-fill-paragraph, makefile-match-function-end):
270         Mark unused parameters.
272         * progmodes/octave-inf.el (inferior-octave-complete):
273         Remove unused variable `proc'.
274         (inferior-octave-output-digest): Mark unused parameter.
276         * progmodes/perl-mode.el (perl-calculate-indent):
277         Remove unused variable `err'.
279         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
280         (prolog-indent-line): Mark unused parameters.
281         (prolog-indent-line): Remove unused variable `beg'.
283         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
284         (reporter-dont-compact-list): Declare.
286         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
287         Remove unused variable `char'.
288         (sh-debug): Mark unused parameter.
289         (sh-get-indent-info): Remove unused variable `start'.
290         (sh-calculate-indent): Remove unused variable `var'.
292         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
293         (simula-electric-keyword): Remove unused variable `null'.
294         (simula-search-backward, simula-search-forward): Remove unused
295         variables `begin' and `end'.
297         * progmodes/vera-mode.el (vera-guess-basic-syntax):
298         Remove unused variable `pos'.
299         (vera-electric-tab, vera-comment-uncomment-region):
300         Mark unused parameters.
301         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
303 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
305         * emacs-lisp/package.el (package--builtins, package-alist)
306         (package-load-descriptor, package-built-in-p, package-activate)
307         (define-package, package-installed-p)
308         (package-compute-transaction, package-buffer-info)
309         (package--push): Doc fix.  Distinguish more clearly between
310         version strings and version lists.
312 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
314         Lexical-binding cleanup.
316         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
317         (5x5-make-mutate-best):
318         * play/fortune.el (fortune-in-buffer):
319         * play/gomoku.el (gomoku-init-display):
320         * play/solitaire.el (solitaire, solitaire-do-check):
321         * play/tetris.el (tetris-default-update-speed-function):
322         Mark unused parameters.
324         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
325         (bubbles--shift): Remove unused variable `char-org'.
326         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
327         (bubbles--show-images): Remove unused variable `char'.
329         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
330         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
331         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
332         (decipher-analyze-buffer): Use ?\s.
333         (decipher-make-checkpoint): Remove unused variable `mapping'.
335         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
337         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
338         Remove unused variable `result'; use `let'.
340         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
341         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
342         (gametree-children-shown-p, gametree-compute-reduced-score):
343         Use `ignore-errors'.
345         * play/handwrite.el (ps-lpr-switches): Declare.
346         (handwrite): Remove unused variables `pmin' and `lastp'.
348         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
350         * play/landmark.el (landmark-init-display)
351         (landmark-update-naught-weights): Mark unused parameters.
352         (landmark-y): Remove unused variable `noise'.  Simplify.
353         (landmark-human-plays): Remove unused variable `score'.
355         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
356         (mpuz-try-proposal): Remove unused variable `game'.
358         * play/zone.el (life-patterns): Declare.
360 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
362         * vc/vc.el (ediff-vc-internal): Declare function.
364 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
366         * shell.el: Use lexical-binding and std completion UI.
367         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
368         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
369         comint-preoutput-filter-functions rather than on
370         comint-output-filter-functions.
371         (shell-command-completion, shell--command-completion-data)
372         (shell-filename-completion, shell-environment-variable-completion)
373         (shell-c-a-p-replace-by-expanded-directory): New functions.
374         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
375         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
376         (shell-dynamic-complete-environment-variable): Use them.
377         (shell-dynamic-complete-as-environment-variable)
378         (shell-dynamic-complete-as-command): Remove.
379         (shell-match-partial-variable): Match past point.
380         * comint.el: Clean up use of completion-at-point-functions.
381         (comint-completion-at-point): New function.
382         (comint-mode): Use it completion-at-point-functions.
383         (comint-dynamic-complete): Make it obsolete.
384         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
385         (comint-c-a-p-replace-by-expanded-history): New function.
386         (comint-dynamic-complete-functions)
387         (comint-replace-by-expanded-history): Use it.
388         * minibuffer.el (completion-table-with-terminator): Allow dynamic
389         termination strings.  Try harder to avoid second try-completion.
390         (completion-in-region-mode-map): Disable bindings that don't work yet.
392         * comint.el: Use lexical-binding.  Require CL.
393         (comint-dynamic-complete-functions): Use comint-filename-completion.
394         (comint-completion-addsuffix): Tweak custom type.
395         (comint-filename-completion, comint--common-suffix)
396         (comint--common-quoted-suffix, comint--table-subvert)
397         (comint--complete-file-name-data): New functions.
398         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
399         (comint-dynamic-list-filename-completions): Use them.
400         (comint-dynamic-simple-complete): Make obsolete.
402         * minibuffer.el (completion-in-region-mode):
403         Keep completion-in-region-mode--predicate global.
404         (completion-in-region--postch):
405         Assume completion-in-region-mode--predicate is not null.
407         * progmodes/flymake.el (flymake-start-syntax-check-process):
408         Obey `dir'.  Simplify.
410         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
411         we're in VC after all.
413 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
415         * vc/vc.el (vc-diff-build-argument-list-internal)
416         (vc-version-ediff, vc-ediff): New commands.
417         (vc-version-diff): Use vc-diff-build-argument-list-internal.
419 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
421         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
422         add sanity check.
424         * obsolete/erc-hecomplete.el: Make obsolete.
425         * obsolete/: Standardize obsolescence info in the header.
427 2011-04-20  Glenn Morris  <rgm@gnu.org>
429         * calendar/solar.el (solar-horizontal-coordinates):
430         Use the longitude argument rather than `calendar-longitude'.
431         (solar-date-next-longitude): Remove unused locals.
433 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
435         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
436         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
437         multi-line comments as well.
439 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
441         Lexical-binding cleanup.
443         * arc-mode.el (archive-mode-revert):
444         * cmuscheme.el (scheme-interactively-start-process):
445         * custom.el (custom-initialize-delay):
446         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
447         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
448         * emacs-lock.el (emacs-lock-clear-sentinel):
449         * ezimage.el (defezimage):
450         * follow.el (follow-avoid-tail-recenter):
451         * fringe.el (set-fringe-mode-1):
452         * generic-x.el (bat-generic-mode-compile):
453         * help-mode.el (help-info-variable, help-do-xref)
454         (help-mode-revert-buffer):
455         * help.el (view-emacs-todo):
456         * iswitchb.el (iswitchb-completion-help):
457         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
458         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
459         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
460         * locate.el (locate-update):
461         * longlines.el (longlines-encode-region)
462         (longlines-after-change-function):
463         * outline.el (outline-isearch-open-invisible):
464         * ps-def.el (declare-function, charset-dimension, char-width)
465         (encode-char):
466         * ps-mule.el (ps-mule-plot-string):
467         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
468         (recentf-edit-list-select, recentf-edit-list-validate)
469         (recentf-open-files-action):
470         * rect.el (delete-whitespace-rectangle-line)
471         (rectangle-number-line-callback):
472         * register.el (window-configuration-to-register)
473         (frame-configuration-to-register):
474         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
475         * select.el (xselect-convert-to-string, xselect-convert-to-length)
476         (xselect-convert-to-targets, xselect-convert-to-delete)
477         (xselect-convert-to-filename, xselect-convert-to-charpos)
478         (xselect-convert-to-lineno, xselect-convert-to-colno)
479         (xselect-convert-to-os, xselect-convert-to-host)
480         (xselect-convert-to-user, xselect-convert-to-class)
481         (xselect-convert-to-name, xselect-convert-to-integer)
482         (xselect-convert-to-atom, xselect-convert-to-identity):
483         * subr.el (declare, ignore, process-kill-without-query)
484         (text-clone-maintain):
485         * terminal.el (te-get-char, te-tic-sentinel):
486         * tool-bar.el (tool-bar-make-keymap):
487         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
488         * type-break.el (type-break-mode, type-break-noninteractive-query):
489         * view.el (View-back-to-mark):
490         * wid-browse.el (widget-browse-action, widget-browse-widget)
491         (widget-browse-widgets, widget-browse-sexp):
492         * widget.el (define-widget-keywords):
493         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
494         Mark unused parameters.
496         * align.el (align-adjust-col-for-rule): Mark unused parameter.
497         (align-areas): Remove unused variable `look'.
498         (align-region): Remove unused variables `real-end' and `pos-list'.
500         * apropos.el (apropos-score-doc): Remove unused variable `i'.
502         * bindings.el (mode-line-modified, mode-line-remote):
503         Mark unused parameters.
504         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
506         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
507         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
509         * comint.el (comint-history-isearch-pop-state)
510         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
511         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
512         (comint-substitute-in-file-name): Doc fix.
514         * completion.el (cmpl-statistics-block): Mark unused parameter.
515         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
516         (save-completions-to-file, load-completions-from-file):
517         Remove unused local variable `e'.
519         * composite.el (compose-chars): Remove unused variable `len'.
520         (lgstring-insert-glyph): Remove unused variable `g'.
521         (compose-glyph-string): Remove unused variables `ascent',
522         `descent', `lbearing' and `rbearing'.
523         (compose-glyph-string-relative): Remove unused variables
524         `lbearing', `rbearing' and `wadjust'.
525         (compose-gstring-for-graphic): Remove unused variables `header',
526         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
527         (compose-gstring-for-terminal): Remove unused variables `header'
528         and `nchars'.  Use `let', not `let*'.
530         * cus-edit.el (Custom-set, Custom-save, custom-reset)
531         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
532         (Custom-buffer-done, custom-buffer-create-internal)
533         (custom-browse-visibility-action, custom-browse-group-tag-action)
534         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
535         (widget-magic-mouse-down-action, custom-toggle-parent)
536         (custom-add-parent-links, custom-toggle-hide-variable)
537         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
538         (custom-toggle-hide-face, face, hook, custom-group-link-action)
539         (custom-face-menu-create, custom-variable-menu-create, get)
540         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
541         (custom-reset-standard-save-and-update): Remove unused variable `value'.
542         (customize-apropos): Remove unused variable `tests'.
543         (custom-group-value-create): Remove unused variable `hidden-p'.
544         (sort-fold-case): Declare.
546         * cus-theme.el (custom-reset-standard-faces-list)
547         (custom-reset-standard-variables-list): Declare.
548         (customize-create-theme, custom-theme-revert, custom-theme-write)
549         (custom-theme-choose-mode, customize-themes, custom-theme-save):
550         Mark unused parameters.
552         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
554         * delim-col.el (delimit-columns-max): Move defvar before first use.
556         * descr-text.el (describe-char-categories): Don't quote `lambda'.
557         (describe-char): Don't quote `lambda'.  Mark unused parameter.
559         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
560         (auto-insert): Declare.
561         (desktop-restore-file-buffer): Rename desktop-* parameters;
562         mark unused ones.
563         (desktop-create-buffer): Rename desktop-* parameters and bind them.
564         (desktop-buffer): Rename desktop-* parameters.
566         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
567         (dframe-reposition-frame-xemacs, dframe-help-echo)
568         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
569         Mark unused parameters.
571         * dired-aux.el (backup-extract-version-start, overwrite-query)
572         (overwrite-backup-query, rename-regexp-query)
573         (rename-non-directory-query): Declare.
574         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
575         (dired-add-entry): Remove unused variable `orig-file-name'.
576         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
577         Use parameter PRESERVE-TIME instead of accessing dynamic variable
578         `dired-copy-preserve-time' directly.
579         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
580         (dired-insert-subdir-newpos): Rename unused variable `pos'.
582         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
583         (dired-virtual-revert, dired-make-relative-symlink):
584         Mark unused parameters.
585         (manual-program): Declare.
586         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
587         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
588         wrapped in `with-no-warnings' to avoid replacing one warning by another.
590         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
592         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
594         * echistory.el (electric-history-in-progress, Helper-return-blurb):
595         Declare.
597         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
599         * electric.el (Electric-command-loop): Rename parameter
600         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
602         * expand.el (expand-in-literal): Remove unused variable `here'.
604         * facemenu.el (facemenu-add-new-color):
605         Remove unused variable `docstring'.
607         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
608         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
609         (face-attr-construct): Mark unused parameter.  Doc fix.
610         (read-color): Remove unused variable `hex-string'.
612         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
613         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
614         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
615         (display-buffer-other-frame): Remove unused variable `old-window'.
616         (kill-buffer-hook): Declare.
617         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
618         Mark unused parameters.
619         (after-find-file): Pass 1 to `auto-save-mode', not t.
621         * files-x.el (auto-insert): Declare.
622         (modify-file-local-variable-prop-line): Remove unused variable `val'.
624         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
625         variable `buf'.  Mark unused parameter.
626         (find-lisp-insert-directory): Mark unused parameter.
628         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
629         (format-encode-region): Remove unused variables `cur-buf' and `result'.
630         (format-common-tail): Remove, unused.
631         (format-deannotate-region): Remove unused variable `loc'.
632         (format-annotate-region): Remove unused variable `p'.
633         (format-annotate-single-property-change): Remove unused variables
634         `default' and `tail'.
636         * forms.el (read-file-filter): Declare.
637         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
639         * frame.el (frame-creation-function-alist): Mark unused parameter.
640         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
642         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
643         Remove unused parameters.
644         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
645         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
647         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
648         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
649         (hfy-prepare-tag-map): Mark unused parameters.
650         (htmlfontify-buffer): Use `called-interactively-p'.
652         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
653         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
654         (ibuffer-do-occur): Mark unused parameters.
655         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
656         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
658         * ibuffer.el: Don't quote `lambda'.
659         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
660         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
661         Mark unused parameters.
663         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
664         (ido-completing-read): Mark unused parameters.
665         (ido-copy-current-word): Mark unused parameters;
666         remove unused variable `name'.
667         (ido-sort-merged-list): Remove unused parameter `dirs'.
669         * ielm.el (ielm-input-sender): Mark unused parameter.
670         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
671         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
672         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
673         `ielm-string' as a dynamic variable accessible from the IELM prompt.
674         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
676         * image-dired.el (image-dired-display-thumbs): Remove unused
677         variables `curr-file' and `count'.
678         (image-dired-remove-tag): Remove unused variable `start'.
679         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
680         variable `curr-file'
681         (image-dired-rotate-original): Remove unused variable `temp-file'.
682         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
683         Remove unused variable `file'.
684         (image-dired-gallery-generate): Remove unused variable `curr'.
685         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
687         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
689         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
691         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
693         * isearch.el (minibuffer-history-symbol): Declare.
694         (isearch-edit-string): Remove unused variable `err'.
695         (isearch-message-prefix, isearch-message-suffix):
696         Mark unused parameters.
698         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
700         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
702         * makesum.el (double-column): Remove unused variable `cnt'.
704         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
705         (ido-ignore-item-temp-list): Declare.
707         * mouse-drag.el (mouse-drag-throw): Remove unused variables
708         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
709         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
710         (mouse-drag-drag): Remove unused variables `mouse-delta' and
711         `mouse-col-delta'.
713         * mouse-sel.el (mouse-extend-internal):
714         Remove unused variable `orig-window-frame'.
716         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
717         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
718         Move declarations before first use.
719         (pcomplete-opt): Mark unused parameters; doc fix.
721         * proced.el (proced-revert): Mark unused parameter.
722         (proced-send-signal): Remove unused variable `err'.
724         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
725         Rename parameter PREFIX-ARG to ARG.
726         (ps-basic-plot-string, ps-basic-plot-whitespace):
727         Mark unused parameters.
729         * replace.el (replace-count): Define.
730         (occur-revert-function): Mark unused parameters.
731         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
732         (isearch-case-fold-search, isearch-string): Declare.
733         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
734         bind `case-fold-search'.  Remove unused variables `beg' and `end',
735         and simplify.
736         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
737         COUNT and bind `replace-count'.
738         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
739         to COUNT.
741         * savehist.el (print-readably, print-string-length): Declare.
743         * shadowfile.el (shadow-expand-cluster-in-file-name):
744         Remove unused variable `cluster'.
745         (shadow-copy-file): Remove unused variable `i'.
746         (shadow-noquery, shadow-clusters, shadow-site-cluster)
747         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
748         (shadow-define-literal-group, shadow-define-regexp-group)
749         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
751         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
752         (shell): Use `called-interactively-p'.
753         (shell-directory-tracker): Remove unused variable `chdir-failure'.
755         * simple.el (compilation-context-lines, comint-file-name-quote-list)
756         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
757         (delete-backward-char): Remove unused variable `ocol'.
758         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
759         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
760         (event-apply-hyper-modifier, event-apply-shift-modifier)
761         (event-apply-control-modifier, event-apply-meta-modifier):
762         Mark unused parameters.
763         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
764         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
766         * speedbar.el (speedbar-ignored-directory-expressions)
767         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
768         (speedbar-find-file, speedbar-dir-follow)
769         (speedbar-directory-buttons-follow, speedbar-tag-find)
770         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
771         (speedbar-buffers-line-directory, speedbar-buffer-click):
772         Mark unused parameters.
773         (speedbar-tag-file): Remove unused variable `mode'.
774         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
776         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
778         * talk.el (talk): Remove unused variable `display'.
780         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
781         (tar-write-region-annotate): Mark unused parameter.
783         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
784         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
785         Declare them, wrapped in `with-no-warnings' to avoid replacing one
786         warning by another.
788         * time-stamp.el (time-stamp-string-preprocess):
789         Remove unused variable `require-padding'.
791         * tree-widget.el (widget-glyph-enable): Declare.
792         (tree-widget-action): Mark unused parameter.
794         * w32-fns.el (x-get-selection): Mark unused parameter.
795         (autoload-make-program, generated-autoload-file): Declare.
797         * wdired.el (wdired-revert): Mark unused parameters.
798         (wdired-xcase-word): Remove unused variable `err'.
800         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
801         (whitespace-help-scroll): Remove unused variable `data-help'.
803         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
804         (widget-image-insert, widget-after-change, default)
805         (widget-default-format-handler, widget-default-notify)
806         (widget-default-prompt-value, widget-info-link-action)
807         (widget-url-link-action, widget-function-link-action)
808         (widget-variable-link-action, widget-file-link-action)
809         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
810         (widget-field-prompt-internal, widget-field-action, widget-field-match)
811         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
812         (widget-insert-button-action, widget-delete-button-action, visibility)
813         (widget-documentation-link-action, widget-documentation-string-action)
814         (widget-const-prompt-value, widget-regexp-match, symbol)
815         (widget-coding-system-prompt-value)
816         (widget-key-sequence-value-to-external, sexp)
817         (widget-sexp-value-to-internal, character, vector, cons)
818         (widget-choice-prompt-value, widget-boolean-prompt-value)
819         (widget-color--choose-action): Mark unused parameters.
820         (widget-item-match-inline, widget-choice-match-inline)
821         (widget-checklist-match, widget-checklist-match-inline)
822         (widget-group-match): Rename parameter VALUES to VALS.
823         (widget-field-value-set): Remove unused variable `size'.
824         (widget-color-action): Remove unused variables `value' and `start'.
826         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
827         variable `dir'.  Doc fix.
828         (windmove-find-other-window): Don't pass it.
830         * window.el (count-windows): Mark unused parameter.
831         (bw-adjust-window): Remove unused variable `err'.
833         * woman.el (woman-file-name): Remove unused variable `default'.
834         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
835         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
836         (global-font-lock-mode): Declare.
837         (woman-decode-region): Mark unused parameter.
838         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
840         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
841         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
842         (x-dnd-handle-moz-url): Remove unused variable `title'.
843         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
845         * xml.el (xml-parse-tag, xml-parse-attlist):
846         Remove unused variable `pos'.
848 2011-04-19  Glenn Morris  <rgm@gnu.org>
850         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
851         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
852         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
853         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
854         * calendar/cal-html.el (cal-html-insert-minical):
855         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
856         (calendar-mark-date-pattern):
857         Prefix "unused" locals.
859         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
860         optional argument `style'.
862         * calendar/appt.el (appt-make-list):
863         * calendar/cal-china.el (calendar-chinese-date-string):
864         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
865         (diary-hebrew-yahrzeit):
866         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
867         * calendar/calendar.el (calendar-generate-window):
868         * calendar/time-date.el (time-to-days):
869         Remove unused local variables.
871 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
873         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
874         glyphless-char-display table.
875         (tabulated-list-glyphless-char-display): New var.
877 2011-04-18  Sam Steingold  <sds@gnu.org>
879         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
880         to acknowledgments.
882 2011-04-17  Glenn Morris  <rgm@gnu.org>
884         * calendar/diary-lib.el (diary-sexp-entry):
885         * calendar/holidays.el (holiday-sexp):
886         Set debug-on-error rather than the removed stack-trace-on-error.
888 2011-04-16  Glenn Morris  <rgm@gnu.org>
890         * progmodes/f90.el: Use lexical-binding.
891         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
893 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
895         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
896         (mail-mode): Setup mailalias completion here instead.
897         * mail/mailalias.el: Use lexical-binding.
898         (pattern, mailalias-done): Declare dynamic.
899         (mail-completion-at-point-function): New function, from mail-complete.
900         (mail-complete): Use it.
901         (mail-completion-expand): New function.
902         (mail-get-names): Use it.
903         (mail-directory, mail-directory-process, mail-directory-stream):
904         Don't use `pattern' for lexically bound arg.
906         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
908         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
909         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
910         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
912         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
913         (byte-save-window-excursion, byte-temp-output-buffer-setup)
914         (byte-interactive-p): Define them again, for use when inlining
915         old code.
917 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
919         * loadup.el: Use `string-to-number', not `string-to-int'.
921 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
923         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
924         gud-gdb-complete-command.
925         (gud-gdb-completions): New function, from gud-gdb-complete-command.
926         (gud-gdb-completion-at-point): New function.
927         (gud-gdb-completions): Remove.
929 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
931         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
932         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
933         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
934         whether `executable-find' is bound.
936         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
938 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
940         * minibuffer.el (completion-in-region-mode-predicate)
941         (completion-in-region-mode--predicate): New vars.
942         (completion-in-region, completion-in-region--postch)
943         (completion-in-region-mode): Use them.
944         (completion--capf-wrapper): Also return the hook function.
945         (completion-at-point, completion-help-at-point):
946         Adjust and provide a predicate.
948         Preserve arg names for advice of subr and lexical functions (bug#8457).
949         * help-fns.el (help-function-arglist): Consolidate the subr and
950         new-byte-code cases.  Add argument `preserve-names' to extract names
951         from the docstring when needed.
952         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
953         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
954         (ad-arglist): Use help-function-arglist's new arg.
955         (ad-definition-type): Use cond.
957 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
959         * autorevert.el (auto-revert-handler):
960         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
961         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
962         Don't quote lambda.
964         * image-mode.el (image-transform-set-scale):
965         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
967 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969         * net/network-stream.el (network-stream-open-starttls): Only do
970         opportunistic STARTTLS upgrades if we have built-in gnutls support.
971         Upgrades via gnutls-cli are too slow to be done opportunistically.
973 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
975         * dframe.el (dframe-current-frame): Remove spurious quote.
977 2011-04-12  Glenn Morris  <rgm@gnu.org>
979         * calendar/cal-tex.el (cal-tex-end-document):
980         Try to automatically use latin1 input if needed.
982         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
983         Don't try to cons a mark onto an empty element.
985 2011-04-11  Leo Liu  <sdl.web@gmail.com>
987         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
988         buffers.
989         (ido-kill-buffer-at-head): Support killing virtual buffers.
991 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
993         * minibuffer.el (completion-show-inline-help): New var.
994         (completion--do-completion, minibuffer-complete)
995         (minibuffer-force-complete, minibuffer-complete-word):
996         Inhibit minibuffer messages if completion-show-inline-help is nil.
998         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
999         to avoid interference from inline help (Bug#5849).
1001 2011-04-10  Leo Liu  <sdl.web@gmail.com>
1003         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
1004         Fix typo.
1006 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
1008         * image-mode.el (image-toggle-display-image): Signal an error if
1009         not in Image mode.
1010         (image-transform-mode, image-transform-resize)
1011         (image-transform-set-rotation): Doc fix.
1012         (image-transform-set-resize): Delete.
1013         (image-transform-set-scale, image-transform-fit-to-height)
1014         (image-transform-fit-to-width): Handle image-toggle-display-image
1015         and image-transform-resize directly.
1017 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
1019         * doc-view.el (doc-view-fit-width-to-window)
1020         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
1021         New functions for fitting the shown image to the Emacs window size.
1022         (doc-view-mode-map): Add bindings for the new functions.
1024 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
1026         * vc-annotate.el (vc-annotate-show-log-revision-at-line):
1027         Fix typo in docstring.
1029 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
1031         * files.el (file-size-human-readable): Produce one digit after
1032         decimal, like "ls -lh" does.
1034         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
1035         the file size representation.
1037         * simple.el (list-processes): If async subprocesses are not
1038         available, error out with a clear error message.
1040 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
1042         * help.el (help-form-show): New function, to be called from C.
1043         Put help-form output in a buffer named differently than *Help*.
1045 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
1047         * files.el (file-size-human-readable): New function.
1049         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
1050         computing the representation inline.  Don't require `cl'.
1052 2011-04-08  Glenn Morris  <rgm@gnu.org>
1054         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
1056         * net/browse-url.el (browse-url-firefox):
1057         Test system-type, not system-configuration.
1059         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
1060         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
1061         Use log-edit-empty-buffer-p.  (Bug#7598)
1063         * net/rlogin.el (rlogin-process-connection-type): Simplify.
1064         (rlogin-mode-map): Initialize in the defvar.
1065         (rlogin): Use ignore-errors.
1067         * replace.el (occur-mode-map): Some fixes for menu items.
1069 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1071         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
1073 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
1075         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
1076         issuing unused warnings.
1078         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
1079         macro directly.
1081         * simple.el: Lisp reimplement of list-processes.  Based on an
1082         earlier reimplementation by Leo Liu, but using tabulated-list.el.
1083         (process-menu-mode): New major mode.
1084         (list-processes--refresh, list-processes):
1085         (process-menu-visit-buffer): New functions.
1087         * files.el (save-buffers-kill-emacs): Don't assume any return
1088         value of list-processes, which is undocumented anyway.
1090 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
1092         * emacs-lisp/tabulated-list.el: New file.
1094         * emacs-lisp/package.el: Use Tabulated List mode.
1095         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
1096         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
1097         table format using Tabulated List mode variables.
1098         (package--push): New macro, replacing package-list-maybe-add.
1099         (package-menu--generate): Use package--push.  Renamed from
1100         package--generate-package-list.
1101         (package-menu-refresh, list-packages): Use it.
1102         (package-menu--print-info): Rename from package-print-package.
1103         Return insertion data instead of inserting it directly.
1104         (package-menu-describe-package, package-menu-execute):
1105         Use tabulated-list-get-id.
1106         (package-menu-mark-delete, package-menu-mark-install)
1107         (package-menu-mark-unmark, package-menu-backup-unmark)
1108         (package-menu-mark-obsolete-for-deletion):
1109         Use tabulated-list-put-tag.
1110         (package--list-packages, package-menu-revert)
1111         (package-menu-get-package, package-menu-get-version)
1112         (package-menu-sort-by-column): Functions deleted.
1113         (package-menu-package-list, package-menu-sort-key): Vars deleted.
1114         (package-menu--status-predicate, package-menu--version-predicate)
1115         (package-menu--name-predicate)
1116         (package-menu--description-predicate): Handle arguments in the
1117         Tabulated List format.
1118         (package-list-packages-no-fetch): Call list-packages.
1120 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
1122         * files.el (after-find-file-from-revert-buffer): Remove variable.
1123         (after-find-file): Don't bind it.
1124         (revert-buffer-in-progress-p): New variable.
1125         (revert-buffer): Bind it.
1126         Pass nil for `after-find-file-from-revert-buffer'.
1128         * saveplace.el (save-place-find-file-hook): Use new variable
1129         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
1131 2011-04-06  Glenn Morris  <rgm@gnu.org>
1133         * Makefile.in (AUTOGEN_VCS): New variable.
1134         (autoloads): Use $AUTOGEN_VCS.
1136         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
1137         * calendar/calendar.el (calendar-mode-map):
1138         Check for toolkit scroll bars.  (Bug#8305)
1140 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
1142         * minibuffer.el (completion-in-region--postch)
1143         (completion-in-region-mode): Remove unnecessary messages.
1145 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
1147         * font-lock.el (font-lock-refresh-defaults):
1148         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
1149         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
1151         * info.el (Info-directory-list, Info-read-node-name-2)
1152         (Info-split-parameter-string): Doc fixes.
1153         (Info-virtual-nodes): Reflow docstring.
1154         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
1155         (Info-apropos-toc-nodes, info-finder, Info-get-token)
1156         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
1157         Fix typos in docstrings.
1158         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
1159         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
1160         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
1161         (Info-restore-desktop-buffer): Mark unused parameters.
1162         (Info-directory-find-file, Info-directory-find-node)
1163         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
1164         (Info-virtual-index-find-node, Info-apropos-find-file)
1165         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
1166         Mark unused parameters; fix typos in docstrings.
1167         (Info-virtual-index): Remove unused local variable `nodename'.
1169 2011-04-05  Deniz Dogan  <deniz@dogan.se>
1171         * net/rcirc.el: Update my e-mail address.
1172         (rcirc-mode-map): Remove M-o binding.
1174 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
1176         * startup.el (command-line): Save the cursor's theme-face
1177         directly, instead of using face-override-spec.
1179         * custom.el (load-theme): Minor optimization in assigning faces.
1181 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
1183         * help-fns.el (describe-variable): Complete all variables having
1184         documentation, including keywords.
1185         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
1187 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
1189         Convert to lexical-binding.
1191         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
1192         (bs--get-marked-string, bs--get-modified-string)
1193         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1194         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
1195         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
1197         * ehelp.el (electric-help-execute-extended)
1198         (electric-help-ctrl-x-prefix):
1199         * hexl.el (hexl-revert-buffer-function):
1200         * linum.el (linum-after-change, linum-after-scroll):
1201         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
1203         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
1205 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
1207         * epa-dired.el:
1208         * epa-mail.el:
1209         * epa-hook.el:
1210         * epa-file.el:
1211         * epa.el:
1212         * epg.el: Use lexical binding.
1214 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
1216         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
1218         * textmodes/flyspell.el (flyspell-word): Recognize default
1219         dictionary case for flyspell-mark-duplications-exceptions.
1220         Use regexp matching for languages.
1221         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
1222         default dictionary (Bug#7926).
1224 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1226         * emacs-lisp/package.el (package--with-work-buffer):
1227         Recognize https URLs.
1229         * net/network-stream.el: Move from gnus/proto-stream.el.
1230         Change prefix to network-stream throughout.
1231         (open-protocol-stream): Merge into open-network-stream, leaving
1232         open-protocol-stream as an alias.  Handle nil BUFFER args.
1234         * subr.el (open-network-stream): Move to net/network-stream.el.
1236 2011-04-02  Glenn Morris  <rgm@gnu.org>
1238         * find-dired.el (find-exec-terminator): New option.
1239         (find-ls-option): Test for -ls support.
1240         (find-ls-subdir-switches): Test for -b in find-ls-option.
1241         (find-dired, find-grep-dired): Doc fixes.
1242         (find-dired): Use find-exec-terminator.
1244         * find-dired.el (find-ls-option, find-ls-subdir-switches)
1245         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
1246         (find-name-arg): Remove purecopy.
1248         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
1249         (grep-compute-defaults): Check for `-exec COMMAND +' support.
1250         Set grep-find-use-xargs, grep-find-command, and grep-find-template
1251         accordingly.  Don't add the null-device if not needed.
1253         * files.el (save-some-buffers): Doc fix.
1255 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
1257         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
1259 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
1261         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
1262         Use `dolist' rather than `mapcar'.
1264 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1266         Add lexical binding.
1268         * subr.el (apply-partially): Use new closures rather than CL.
1269         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
1270         (dolist, dotimes): Use slightly different expansion for lexical code.
1271         (functionp): Move to C.
1272         (letrec): New macro.
1273         (with-wrapper-hook): Use it and apply-partially instead of CL.
1274         (eval-after-load): Preserve lexical-binding.
1275         (save-window-excursion, with-output-to-temp-buffer): Turn them
1276         into macros.
1278         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
1280         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
1281         than the arglist.
1282         (help-add-fundoc-usage): Don't add `Not documented'.
1283         (help-function-arglist): Handle closures, subroutines, and new
1284         byte-code-functions.
1285         (help-make-usage): Remove leading underscores.
1286         (describe-function-1): Handle closures.
1287         (describe-variable): Use special-variable-p for completion.
1289         * files.el (lexical-binding): Declare safe.
1291         * emacs-lisp/pcase.el: Don't use destructuring-bind.
1292         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
1293         (pcase): Add `let' pattern.
1294         Change memoization so it actually works.
1295         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
1296         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
1297         <let>: New case.
1299         * emacs-lisp/macroexp.el: Use lexical binding.
1300         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
1301         Don't convert ' to #' without checking that it's indeed quoting
1302         a lambda.
1304         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
1305         Use eval-sexp-add-defvars.
1306         (eval-sexp-add-defvars): New fun.
1308         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
1310         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
1311         Don't autoload.
1312         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
1313         than the internal `byte-compile-lambda'.
1314         (defmethod): Don't hide code under quotes.
1315         (eieio-defmethod): New `code' argument.
1317         * emacs-lisp/eieio-comp.el: Remove.
1319         * emacs-lisp/edebug.el (edebug-eval-defun)
1320         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
1321         (edebug-toggle): Avoid `eval'.
1323         * emacs-lisp/disass.el (disassemble-internal): Handle new
1324         `closure' objects.
1325         (disassemble-1): Handle new byte codes.
1327         * emacs-lisp/cl.el (pushnew): Silence warning.
1329         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
1330         (cl-byte-compile-throw): Remove.
1331         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
1333         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
1334         closures.
1336         * emacs-lisp/cconv.el: New file.
1338         * emacs-lisp/bytecomp.el: Use lexical binding instead of
1339         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
1340         (byte-compile-initial-macro-environment):
1341         Handle declare-function here.
1342         (byte-compile--lexical-environment): New var.
1343         (byte-stack-ref, byte-stack-set, byte-discardN)
1344         (byte-discardN-preserve-tos): New lap codes.
1345         (byte-interactive-p): Don't use any more.
1346         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
1347         New macros.
1348         (byte-compile-lapcode): Use them and handle new lap codes.
1349         (byte-compile-obsolete): Remove.
1350         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
1351         (byte-compile-arglist-warn): Check late def of inlinable funs.
1352         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
1353         since they should have been expanded by now.
1354         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
1355         (byte-compile-from-buffer): Remove unused second arg.
1356         (byte-compile-preprocess): New function.
1357         (byte-compile-toplevel-file-form): New function to distinguish
1358         file-form calls from outside from file-form calls from hunk-handlers.
1359         (byte-compile-file-form): Simplify.
1360         (byte-compile-file-form-defsubst): Remove.
1361         (byte-compile-file-form-defmumble): Simplify now that
1362         byte-compile-lambda always returns a byte-code-function.
1363         (byte-compile): Preprocess.
1364         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
1365         Remove, not used any more.
1366         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
1367         (byte-compile-make-args-desc): New funs.
1368         (byte-compile-lambda): Handle lexical functions.  Always return
1369         a byte-code-function.
1370         (byte-compile-reserved-constants): New var, to make up room for
1371         closed-over variables.
1372         (byte-compile-constants-vector): Obey it.
1373         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
1374         (byte-compile-macroexpand-declare-function): New function.
1375         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
1376         byte-code-functions.
1377         (byte-compile-form): Check obsolescence here.
1378         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
1379         (byte-compile-variable-ref): Remove.
1380         (byte-compile-dynamic-variable-op): New fun.
1381         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
1382         (byte-compile-variable-set): New funs.
1383         (byte-compile-discard): Add 2 args.
1384         (byte-compile-stack-ref, byte-compile-stack-set)
1385         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
1386         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
1387         macroexpand-all instead.
1388         (byte-compile-quote-form): Remove.
1389         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
1390         (byte-compile-bind, byte-compile-unbind): New funs.
1391         (byte-compile-let): Handle let* and lexical binding.
1392         (byte-compile-let*): Remove.
1393         (byte-compile-catch, byte-compile-unwind-protect)
1394         (byte-compile-track-mouse, byte-compile-condition-case):
1395         Handle a new :fun-body form, used for lexical scoping.
1396         (byte-compile-save-window-excursion)
1397         (byte-compile-with-output-to-temp-buffer): Remove.
1398         (byte-compile-defun): Simplify.
1399         (byte-compile-stack-adjustment): New fun.
1400         (byte-compile-out): Use it.
1401         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
1403         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
1404         handler any more.
1406         * emacs-lisp/byte-opt.el: Use lexical binding.
1407         (byte-inline-lapcode): Remove (to bytecomp).
1408         (byte-compile-inline-expand): Pay attention to inlining to/from
1409         lexically bound code.
1410         (byte-compile-unfold-lambda): Don't handle byte-code-functions
1411         any more.
1412         (byte-optimize-form-code-walker): Don't handle save-window-excursion
1413         any more and don't call compiler-macros.
1414         (byte-compile-splice-in-already-compiled-code): Remove.
1415         (byte-code): Don't inline any more.
1416         (disassemble-offset): Receive `bytes' as argument rather than via
1417         dynamic scoping.
1418         (byte-compile-tag-number): Declare before first use.
1419         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
1420         `return' even if make-spliceable.
1421         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
1422         obsolete interactive-p.
1423         (byte-optimize-lapcode): Optimize new lap-codes.
1424         Don't trip up on new form of `byte-constant' lap code.
1426         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
1428         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
1430         * custom.el (custom-initialize-default, custom-declare-variable):
1431         Use `defvar'.
1433         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
1434         New variables.
1435         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
1436         (COMPILE_FIRST): Add macroexp and cconv.
1437         * makefile.w32-in: Mirror changes in Makefile.in.
1439         * vc/cvs-status.el:
1440         * vc/diff-mode.el:
1441         * vc/log-edit.el:
1442         * vc/log-view.el:
1443         * vc/smerge-mode.el:
1444         * textmodes/bibtex-style.el:
1445         * textmodes/css.el:
1446         * startup.el:
1447         * uniquify.el:
1448         * minibuffer.el:
1449         * newcomment.el:
1450         * reveal.el:
1451         * server.el:
1452         * mpc.el:
1453         * emacs-lisp/smie.el:
1454         * doc-view.el:
1455         * dired.el:
1456         * abbrev.el: Use lexical binding.
1458 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
1460         * info.el (info-display-manual): New function.
1462 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1464         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
1466 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
1468         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
1469         an entry for that server in rcirc-authinfo.  (Bug#8385)
1471 2011-03-31  Glenn Morris  <rgm@gnu.org>
1473         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
1475         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
1477 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
1479         * progmodes/python.el (python-default-interpreter)
1480         (python-python-command-args, python-jython-command-args)
1481         (python-which-shell, python-which-args, python-which-bufname)
1482         (python-file-queue, python-comint-output-filter-function)
1483         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
1484         variables and functions.
1486 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1488         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
1489         (completion-in-region-mode): New minor mode.
1490         (completion-in-region): Use it.
1491         (completion-in-region--data, completion-in-region-mode-map): New vars.
1492         (completion-in-region--postch): New function.
1493         (completion--capf-misbehave-funs, completion--capf-safe-funs):
1494         New vars.
1495         (completion--capf-wrapper): New function.
1496         (completion-at-point): Use it to track well-behavedness of
1497         hook functions.
1498         (completion-help-at-point): New command.
1500 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
1502         * vc/add-log.el (add-change-log-entry): Don't use whitespace
1503         syntax class to search for whitespace on a single line
1504         (Message-ID: <4D938140.4030905@redhat.com>).
1506 2011-03-30  Leo Liu  <sdl.web@gmail.com>
1508         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
1509         New commands.
1510         (edit-abbrevs-map): Bind them here.
1511         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
1513 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
1515         * allout.el (allout-hide-by-annotation, allout-flag-region):
1516         Reduce possibility of overlay leakage by making them volatile.
1518         * allout-widgets.el (allout-widgets-tally): Define as nil so the
1519         hash is not shared between buffers.  Mode initialization is
1520         responsible for giving it a useful starting value.
1521         (allout-item-span): Reduce possibility of overlay leakage by
1522         making them volatile.
1523         (allout-widgets-count-buttons-in-region): Add diagnostic function
1524         for tracking down button overlay leaks.
1526 2011-03-29  Leo Liu  <sdl.web@gmail.com>
1528         * ido.el (ido-read-internal): Use the default history var
1529         minibuffer-history if no HISTORY is specified.
1531 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1533         * net/imap.el (imap-shell-open, imap-process-connection-type):
1534         Use imap-process-connection-type for 'shell' streams as well as
1535         Kerberos, SSL, other subprocesses.
1537 2011-03-28  Leo Liu  <sdl.web@gmail.com>
1539         * abbrev.el (abbrev-table-empty-p): New function.
1540         (prepare-abbrev-list-buffer): Place empty abbrev tables after
1541         nonempty ones.  (Bug#5937)
1543 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
1545         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
1547 2011-03-27  Leo Liu  <sdl.web@gmail.com>
1549         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
1550         for foreground and background colors.
1551         (ansi-color-make-color-map): Adapt.
1553 2011-03-25  Leo Liu  <sdl.web@gmail.com>
1555         * midnight.el (midnight-time-float): Remove.  Note it calculates
1556         the microsecond component incorrectly and seconds-to-time does the
1557         same job.
1558         Remove redundant (require 'timer).
1560         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
1561         (ido-completions): Remove unused arguments.  (Bug#8329)
1563 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1565         * minibuffer.el (completion--flush-all-sorted-completions):
1566         Remove itself from hook.
1567         (completion-at-point): Let the functions perform the completion
1568         immediately and return nil or t.
1569         * comint.el (comint-dynamic-complete-functions): Now identical to
1570         completion-at-point-functions.
1571         (comint-dynamic-list-input-ring): Remove unused var `index'.
1572         (comint--match-partial-filename, comint--unquote&expand-filename):
1573         New funs, split from comint-match-partial-filename.
1574         (comint-dynamic-complete): Use completion-at-point.
1575         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
1577 2011-03-24  Drew Adams  <drew.adams@oracle.com>
1579         * thingatpt.el: Support `defun'.
1581 2011-03-23  Leo Liu  <sdl.web@gmail.com>
1583         * abbrevlist.el: Move to obsolete/abbrevlist.el.
1585         * help-mode.el (help-mode-finish): Tweak regexp.
1587 2011-03-23  Glenn Morris  <rgm@gnu.org>
1589         * eshell/esh-opt.el (eshell-eval-using-options):
1590         Do not bind unused local variable `eshell-option-stub'.
1592         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
1594 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
1596         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
1597         keymap variable in `with-no-warnings' to avoid a warning when the
1598         keymap has been already `defconst'ed.
1600 2011-03-22  Leo Liu  <sdl.web@gmail.com>
1602         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
1603         encode all chars in abbrevs; otherwise use emacs-mule or
1604         utf-8-emacs.  (Bug#8308)
1606 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
1608         * simple.el (backward-delete-char-untabify):
1609         Avoid warning about using `delete-backward-char'.
1611         * image.el (image-type-file-name-regexps): Make it variable.
1612         `imagemagick-register-types' modifies it, and the user may want
1613         to add new extensions for known image types.
1614         (imagemagick-register-types): Throw error if not using ImageMagick.
1616 2011-03-22  Leo Liu  <sdl.web@gmail.com>
1618         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
1619         located before rcirc-prompt-end-marker.
1620         (rcirc-complete): Error if point is not after rcirc prompt.
1621         Handle the case when table is nil.
1622         (rcirc-user-authenticated): Define to fix compiler warning.
1624 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
1626         * custom.el (custom--inhibit-theme-enable): Make it affect only
1627         custom-theme-set-variables and custom-theme-set-faces.
1628         (provide-theme): Ignore custom--inhibit-theme-enable.
1629         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
1630         (custom-enabling-themes): Delete variable.
1631         (enable-theme): Accept only loaded themes as arguments.
1632         Ignore the special custom-enabled-themes variable.
1633         (custom-enabled-themes): Forbid themes from setting this.
1634         Eliminate use of custom-enabling-themes.
1635         (custom-push-theme): Quote "changed" custom var entry.
1637 2011-03-21  Leo Liu  <sdl.web@gmail.com>
1639         * ido.el (ido-read-internal): Add ido-selected to history instead
1640         of user input.
1642 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1644         * subr.el (deferred-action-list, deferred-action-function):
1645         Mark obsolete.
1647 2011-03-21  Leo Liu  <sdl.web@gmail.com>
1649         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
1650         change on 2011-02-13 (bug#8309).
1652         * minibuffer.el (read-file-name-function): Change default value.
1653         (read-file-name--defaults): Rename from read-file-name-defaults.
1654         (read-file-name-default): Rename from read-file-name.
1655         (read-file-name): Call read-file-name-function.
1657 2011-03-21  Glenn Morris  <rgm@gnu.org>
1659         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
1660         Doc fixes.
1662 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
1664         * cus-theme.el: Add missing provide statement.
1665         (customize-create-theme): Extract theme value correctly.
1666         (custom-theme-visit-theme): Autoload.
1667         (customize-create-theme): Prompt before inserting default faces.
1669 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
1671         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
1672         units and musical notes.
1674 2011-03-20  Leo  <sdl.web@gmail.com>
1676         * ido.el (ido-read-internal): Use completing-read-default.
1677         (ido-completing-read): Fix compatibility with completing-read.
1679 2011-03-20  Christian Ohler  <ohler@gnu.org>
1681         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
1682         (ert-delete-all-tests): Use `called-interactively-p' rather than
1683         `interactive-p'.
1684         (ert--make-xrefs-region): Respect END.
1686 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
1688         * dired-aux.el (dired-create-directory): Signal an error if the
1689         directory already exists (Bug#8246).
1691         * facemenu.el (list-colors-display): Call list-faces-display
1692         inside with-help-window.
1693         (list-colors-print): Use display property to align the final
1694         column, instead of checking window-width.
1696 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
1698         * emerge.el (emerge-metachars): Separate value for ms-dos and
1699         windows-nt systems.
1700         (emerge-protect-metachars): Quote correctly for ms-dos and
1701         windows-nt systems.
1703 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>  (tiny change)
1705         * info.el (info-initialize): Replace all uses of `:' with
1706         path-separator for compatibility with non-Unix systems.
1707         Cache quoting of path-separator.  (Bug#8258)
1709 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
1711         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
1712         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
1713         (mouse-avoidance-mode): Fix typos in docstrings.
1715 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
1717         * startup.el (package-subdirectory-regexp): Move from package.el.
1718         Omit \\` and \\', and let callers add them.
1720         * emacs-lisp/package.el (package-strip-version)
1721         (package-load-all-descriptors): Add \\` and \\' to
1722         package-subdirectory-regexp before using it.
1723         (package-untar-buffer): New arg DIR; ensure that file untars only
1724         into this expected directory.  Remove superfluous delete-region.
1725         (package-unpack): Caller changed.
1726         (package-tar-file-info): Use package-subdirectory-regexp.
1728 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1730         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
1731         diff-mode-shared-map (bug#8284).
1732         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1734 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1736         * calendar/time-date.el (format-seconds): Use assoc instead of
1737         assoc-string, since assoc-string doesn't exist in XEmacs.
1739 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
1741         * custom.el (custom-known-themes): Reflow docstring.
1742         (custom-theme-load-path): Fix typo in docstring.
1743         (load-theme): Fix typo in error message.
1744         (custom-available-themes, custom-variable-theme-value):
1745         Use `let', not `let*'.
1747 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
1749         * calc/README: Mention inclusion of musical notes.
1751         * calc/calc-units.el (calc-lu-quant): Rename from
1752         `calc-logunits-quantity'.
1753         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
1754         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
1755         (calc-db): Rename from `calc-dblevel'.
1756         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
1757         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
1758         (calc-np): Rename from `calc-nplevel'.
1759         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
1760         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
1761         (calc-lu-plus): Rename from `calc-logunits-add'.
1762         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
1763         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
1764         (calc-lu-minus): Rename from `calc-logunits-sub'.
1765         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
1766         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
1767         (calc-lu-times): Rename from `calc-logunits-mul'.
1768         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
1769         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
1770         (calc-lu-divide): Rename from `calc-logunits-div'.
1771         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
1772         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
1774         * calc/calc-ext.el (calc-init-extensions): Update the names of the
1775         functions being autoloaded.
1777         * calc/calc.el (calc-lu-power-reference): Rename from
1778         `calc-logunits-power-reference'.
1779         (calc-lu-field-reference): Rename from
1780         `calc-logunits-field-reference'.
1782         * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
1784 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1786         * minibuffer.el (completion-all-sorted-completions):
1787         Use :completion-cycle-penalty text property if present.
1789 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
1791         * allout.el (allout-yank-processing): Adjust for new rebulleting
1792         regime so bullet being yanked is used without prompting the user
1793         for a choice.
1795 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
1797         * startup.el (command-line): Warn the user that _emacs is deprecated.
1799 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
1801         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
1802         (delphi-verbose, delphi-comment-face, delphi-string-face)
1803         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
1804         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
1805         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
1806         (delphi-new-comment-line, delphi-font-lock-defaults)
1807         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
1808         Fix typos in docstrings.
1810 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
1812         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
1813         Invert the roles of character and string values for INSTEAD, so a
1814         string is used for the more common case of a defaulting prompt.
1816 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1818         * progmodes/ruby-mode.el (ruby-backward-sexp):
1819         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
1820         * play/gamegrid.el (gamegrid-make-face):
1821         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
1822         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
1823         * notifications.el (notifications-notify):
1824         * net/xesam.el (xesam-search-engines):
1825         * net/quickurl.el (quickurl-list-insert):
1826         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
1828 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
1830         * startup.el (command-line): Update package subdirectory regexp.
1832 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1834         * allout.el (allout-abbreviate-flattened-numbering)
1835         (allout-mode-deactivate-hook): Fix up obsolescence "date".
1837         * subr.el (read-char-choice): Only show the cursor after the prompt,
1838         not after the answer.
1840 2011-03-15  Kevin Ryde  <user42@zip.com.au>
1842         * help-fns.el (variable-at-point): Skip leading quotes, if any
1843         (bug#8253).
1845 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1847         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
1848         warning message.
1850 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
1852         * shell.el (shell): When called interactively, offer to change the
1853         shell file name on remote hosts.
1855 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1857         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
1858         integration for LDAP parameters.  The host, base, user or binddn,
1859         and secret tokens can be specified in a netrc file, for instance.
1860         This is optional because an `auth-source' parameter must be
1861         specified in the search attributes.
1863 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
1865         * help.el (describe-mode): Link to the mode's definition (bug#8185).
1867 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1869         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
1870         into declaration.  Remove redundant and harmful binding.
1872 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
1874         * files.el (file-ownership-preserved-p): Pass `integer' as an
1875         explicit 2nd argument to `file-attributes'.  If the file's owner
1876         is the Administrators group on Windows, and the current user is
1877         Administrator, consider that a match.
1879         * server.el (server-ensure-safe-dir): Consider server directory
1880         safe on MS-Windows if its owner is the Administrators group while
1881         the current Emacs user is Administrator.  Use `=' to compare
1882         numerical UIDs, since they could be integers or floats.
1884 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
1886         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
1888 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
1890         Sync with Tramp 2.2.1.
1892         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
1894         * net/trampver.el: Update release number.
1896 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1898         * progmodes/compile.el (compilation--previous-directory): Fix up
1899         various nil/dead-marker mismatches (bug#8014).
1900         (compilation-directory-properties, compilation-error-properties):
1901         Don't call it at a position past the one we're about to change.
1903         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
1904         Disable obsolescence warnings in the file that declares it.
1906 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
1908         * allout-widgets.el (allout-widgets-tally):
1909         Initialize allout-widgets-tally as a hash table rather than nil to
1910         prevent mode-line redisplay warnings.  Also, clarify the module
1911         description and fix a comment typo.
1913 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
1915         * help-fns.el (describe-variable): Don't complete keywords.
1916         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
1918 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
1920         * emacs-lisp/package.el (package-version-join): Impose a standard
1921         string representation for pre/alpha/beta version lists.
1922         (package-unpack-single): Standardize the directory name by passing
1923         it through package-version-join.
1924         (package-strip-rcs-id): Accept any version string that does not
1925         signal an error in version-to-list.
1927 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
1929         * simple.el (delete-trailing-whitespace): Return nil for the
1930         benefit of `write-file-functions'.
1932 2011-03-10  Glenn Morris  <rgm@gnu.org>
1934         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
1936         * vc/vc-git.el (vc-git-program): New option.
1937         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
1938         (vc-git--call): Use it.
1940         * eshell/esh-util.el (eshell-condition-case): Doc fix.
1942         * cus-edit.el (Custom-newline): If no button at point, look
1943         for a subgroup button at start-of-line.  (Bug#2298)
1945         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
1947 2011-03-10  Julien Danjou  <julien@danjou.info>
1949         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
1950         `cursor-type' is nil.
1952 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
1954         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
1956 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
1958         * allout.el Summary: Change so yank of distinctive-bullet items
1959         preserves the existing header prefix, rebulleting it if necessary,
1960         rather than replacing it.  This is necessary for proper operation
1961         of cooperative addons like allout-widgets.
1962         (allout-make-topic-prefix, allout-rebullet-heading): Change
1963         SOLICIT arg to INSTEAD, and interpret additionally a string value
1964         as alternate bullet to be used, instead of prompting the user for
1965         a bullet character.
1967 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
1969         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1970         Do not use `tramp-file-name-port', because this returns also
1971         `tramp-default-port'.
1973 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1975         * net/rcirc.el (rcirc-handler-001): Remove useless
1976         with-rcirc-process-buffer.
1977         (rcirc-check-auth-status): Swap arguments to string-match.
1979 2011-03-09  Glenn Morris  <rgm@gnu.org>
1981         * shell.el (shell-mode):
1982         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
1984         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
1985         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
1987 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
1989         * emacs-lisp/package.el (package-refresh-contents)
1990         (package-menu-execute): Use condition-case-no-debug.
1992 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
1994         * simple.el (shell-command-to-string): Use `process-file'.
1996         * emacs-lisp/package.el (package-tar-file-info): Handle also
1997         remote files.
1999         * emacs-lisp/package-x.el (package-upload-buffer-internal):
2000         Use `equal' for upload base check.
2002 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
2004         * textmodes/texinfo.el (texinfo-environments):
2005         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
2007 2011-03-08  Glenn Morris  <rgm@gnu.org>
2009         * cus-start.el (cursor-in-non-selected-windows):
2010         Fix :set quoting oddness.  (Bug#8192)
2012         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
2013         in some setf expressions.  (Bug#2159)
2015 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
2017         * custom.el (custom-available-themes): Return themes in
2018         alphabetical order.
2020 See ChangeLog.15 for earlier changes.
2022 ;; Local Variables:
2023 ;; coding: utf-8
2024 ;; End:
2026   Copyright (C) 2011  Free Software Foundation, Inc.
2028   This file is part of GNU Emacs.
2030   GNU Emacs is free software: you can redistribute it and/or modify
2031   it under the terms of the GNU General Public License as published by
2032   the Free Software Foundation, either version 3 of the License, or
2033   (at your option) any later version.
2035   GNU Emacs is distributed in the hope that it will be useful,
2036   but WITHOUT ANY WARRANTY; without even the implied warranty of
2037   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2038   GNU General Public License for more details.
2040   You should have received a copy of the GNU General Public License
2041   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.