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