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