* lisp/menu-bar.el: Use function variable instead of switch-to-buffer.
[emacs.git] / lisp / ChangeLog
blob526f22ca67941d3ab2352999ac8808bff64f09ad
1 2011-06-21  Drew Adams <drew.adams@oracle.com>
3         * menu-bar.el: Use function variable instead of switch-to-buffer.
4         (menu-bar-select-buffer-function): New variable.
5         (menu-bar-update-buffers): Use it.
7 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
10         variable's status.
12 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
14         * x-dnd.el (x-dnd-version-from-flags)
15         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
16         and long as number (Bug#8899).
17         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
19 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21         * minibuffer.el (completion-metadata): Prepend the alist with `metadata'.
22         (completion-try-completion, completion-all-completions): Compute the
23         metadata argument if it's missing; make it optional (bug#8795).
25         * wid-edit.el: Use lexical scoping and move towards completion-at-point.
26         (widget-complete): Use new :completion-function property.
27         (widget-completions-at-point): New function.
28         (default): Use :completion-function instead of :complete.
29         (widget-default-completions): Rename from widget-default-complete, rewrite.
30         (widget-string-complete, widget-file-complete, widget-color-complete):
31         Remove functions.
32         (file, symbol, function, variable, coding-system, color):
33         * international/mule-cmds.el (default-input-method, charset)
34         (language-info-custom-alist):
35         * cus-edit.el (face): Use new property :completions.
37         * progmodes/pascal.el (pascal-completions-at-point): New function.
38         (pascal-mode): Use it.
39         (pascal-mode-map): Use completion-at-point.
40         (pascal-toggle-completions): Make obsolete.
41         (pascal-complete-word, pascal-show-completions):
42         * progmodes/octave-mod.el (octave-complete-symbol):
43         Redefine as obsolete alias.
44         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
45         Signal absence of completion info for old Octave,
46         (inferior-octave-complete): Redefine as obsolete alias.
47         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
48         (meta-completions-at-point): Rename from meta-complete-symbol and
49         adapt it for use on completion-at-point-functions.
50         (meta-common-mode): Use it.
51         (meta-looking-at-backward, meta-match-buffer): Remove.
52         (meta-complete-symbol): Redefine as obsolete alias.
53         (meta-common-mode-map): Use completion-at-point.
54         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
55         (makefile-mode-map): Use completion-at-point.
56         (makefile-completions-at-point): Rename from makefile-complete and
57         adapt it for use on completion-at-point-functions.
58         (makefile-mode): Use it.
59         (makefile-complete): Redefine as obsolete alias.
61 2011-06-20  Deniz Dogan  <deniz@dogan.se>
63         * net/rcirc.el: Delete trailing whitespaces once and for all.
65 2011-06-20  Martin Rudalics  <rudalics@gmx.at>
67         * window.el (get-window-with-predicate): Start scanning with
68         window following selected window to restore Emacs 23 behavior.
69         Clarify doc-string.
70         (get-buffer-window-list): Start scanning with selected window to
71         restore Emacs 23 behavior.  Clarify doc-string.
73 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
75         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
77 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
79         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
81         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
83 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
85         * window.el (display-buffer-other-window-means-other-frame):
86         Call display-buffer-normalize-alist.
87         (display-buffer-normalize-specifiers-1): Rename to
88         display-buffer-normalize-argument.  New argument other-frame.
89         Rewrite.
90         (display-buffer-normalize-specifiers-2): Rename to
91         display-buffer-normalize-options.
92         (display-buffer-normalize-alist-1): New function.
93         (display-buffer-normalize-specifiers-3): Rename to
94         display-buffer-normalize-alist.
95         Call display-buffer-normalize-alist-1.
96         (display-buffer-normalize-options-inhibit): New variable.
97         (display-buffer-normalize-specifiers): Rewrite calling
98         display-buffer-normalize-alist,
99         display-buffer-normalize-argument, and
100         display-buffer-normalize-options.  Don't call the latter if
101         display-buffer-normalize-options-inhibit is non-nil.
102         (frame-auto-delete): New option.
103         (window-deletable-p): Use frame-auto-delete.
104         (window-list-no-nils, window-state-ignored-parameters)
105         (window-state-get-1, window-state-get, window-state-put-list)
106         (window-state-put-1, window-state-put-2, window-state-put):
107         New functions.
108         (display-buffer-normalize-options): Move special-display-p group
109         after pop-up-frame group (Bug#8851) and (Bug#8856).
111 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
113         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
114         groups (Bug#8776).
115         (rx-submatch-n): New function.
116         (rx): Document it.
118         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
119         (Bug#8768).
121         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
123         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
125         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
126         anytime existing face settings are present (Bug#8889).
128         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
129         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
130         Remove unused argument.
132 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
134         * window.el (display-buffer-default-specifiers):
135         Remove pop-up-frame.  Add pop-up-window-min-height,
136         pop-up-window-min-width, and another reuse-window specifier
137         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
138         (display-buffer-normalize-specifiers-2):
139         Handle split-height-threshold and split-width-threshold also when
140         pop-up-windows is unset.  Add a reuse-window specifier for the
141         case popping up a new window fails.
142         (special-display-popup-frame): Remove double quoting.
143         (display-buffer-normalize-specifiers-1): Fix thinko.
145 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
147         * shell.el (shell-completion-vars): Set pcomplete-termination-string
148         according to comint-completion-addsuffix.
150         * pcomplete.el: Convert to lexical binding and fix bug#8819.
151         (pcomplete-suffix-list): Mark as obsolete.
152         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
153         pcomplete-seen in the closure.
154         (pcomplete-comint-setup): Setup completion-at-point as well.
155         (pcomplete--entries): New function.
156         (pcomplete--env-regexp): New var.
157         (pcomplete-entries): Rewrite to work with partial-completion and
158         without relying on pcomplete-suffix-list.
159         (pcomplete-pare-list): Remove, unused.
161 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
163         * window.el (display-buffer-alist): Set pop-up-window-min-height
164         and pop-up-window-min-width in default value.  Reported by
165         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
166         other-window-means-other-frame.
167         (display-buffer-macro-specifiers): Comment out entry for
168         other-window specifier.
169         (display-buffer-other-window-means-other-frame): New function.
170         (display-buffer-normalize-specifiers-1): New arguments
171         buffer-name and label.  Treat other-window case specially.
172         (display-buffer-normalize-specifiers-2): Treat other-window case
173         specially.
174         (display-buffer-normalize-specifiers-3): New function.
175         (display-buffer-normalize-specifiers):
176         Call display-buffer-normalize-specifiers-3.
178 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
180         * window.el (same-window-p): Fix two typos introduced when
181         adding with-no-warnings.
182         (display-buffer-normalize-specifiers-1): Don't check
183         pop-up-frames for 'unset initialization.
184         (display-buffer-normalize-specifiers-2): Major rewrite using
185         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
186         (pop-up-frames, display-buffer-reuse-frames)
187         (display-buffer-mark-dedicated): Don't initialize to 'unset.
188         Suggested by David Engster <deng@randomsample.de>.
189         (even-window-heights): Initialize to 'unset.
190         (display-buffer-alist-set): Handle new 'unset initializations.
191         (display-buffer-macro-specifiers): Don't pop up a new frame in the
192         other window case.
194 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
196         * window.el (display-buffer-normalize-specifiers-1):
197         Respect current value of pop-up-frames for most reasonable values of
198         second argument of display-buffer (Bug#8865).
199         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
200         (switch-to-buffer-other-window-same-frame)
201         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
202         Adams (Bug#8875).
203         (display-buffer): Don't check noninteractive when calling
204         display-buffer-pop-up-frame.
205         (display-buffer-pop-up-frame): Never pop up a frame in
206         noninteractive mode (Bug#8857).
207         (enlarge-window, shrink-window): Don't report an error when the
208         window can't be resized as requested (Bug#8862).
210 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
212         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
214         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
216         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
218 2011-06-15  Alan Mackenzie  <acm@muc.de>
220         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
221         for declarators, disable knr checking to speed up for normal files.
222         2: Refactor, replacing a sequence of nested if forms by a cond form.
224 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
226         * net/network-stream.el (open-network-stream): Add the keyword
227         :always-query-capabilities for the case where you want to force a
228         `plain' network connection, but the protocol still requires the
229         capabilitiy command (i.e., SMTP and EHLO).
231         * subr.el (process-live-p): Rename from `process-alive-p' for
232         consistency with other `-live-p' functions.
234 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
236         * window.el (same-window-buffer-names, same-window-regexps)
237         (special-display-frame-alist, special-display-popup-frame)
238         (special-display-function, special-display-buffer-names)
239         (special-display-regexps, pop-up-frame-alist)
240         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
241         (pop-up-windows, split-window-preferred-function)
242         (split-height-threshold, split-width-threshold, even-window-heights)
243         (display-buffer-mark-dedicated): Don't encourage the use of
244         display-buffer-alist from Elisp code.
246 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
248         * progmodes/python.el (python-mode): Derive from prog-mode.
249         * progmodes/ps-mode.el (ps-mode):
250         * progmodes/mixal-mode.el (mixal-mode):
251         * progmodes/cfengine.el (cfengine-mode):
252         * progmodes/ld-script.el (ld-script-mode): Likewise.
254 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
256         * window.el (display-buffer-alist): Trim default value to avoid
257         popping up a new frame (Bug#8857) or reusing an arbitrary window
258         on another frame.
259         (display-buffer): Do not fall back on popping up a new frame in
260         batch mode (Bug#8857).
262 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
264         * cus-theme.el (describe-theme-1): Use custom-theme-p.
265         (custom-theme-summary): New function.
266         (customize-themes): Use it.
268 2011-06-13  Glenn Morris  <rgm@gnu.org>
270         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
272 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
274         * help.el (help-window): Remove variable.
275         (help-window-point-marker, temp-buffer-max-height)
276         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
277         (help-print-return-message): Don't set help-window.
278         (resize-temp-buffer-window): Rewrite cod eand doc-string.
279         (help-window-setup-finish): Remove.
280         (help-window-display-message, help-window-setup)
281         (with-help-window): Major rewrite based on new
282         display-buffer-window variable.
284         * help-mode.el (help-mode-finish): Remove help-window related
285         code.
287         * view.el (view-exits-all-viewing-windows): Remove reference to
288         view-return-to-alist in doc-string.
289         (view-return-to-alist): Make obsolete.
290         (view-buffer): Call pop-to-buffer-same-window and remove
291         undo-window code.
292         (view-buffer-other-window): Call pop-to-buffer-other-window and
293         simplify code.  Ignore second argument.
294         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
295         simplify code.  Ignore second argument.
296         (view-return-to-alist-update): Make obsolete.
297         (view-mode-enter): Rename second argument to QUIT-RESTORE.
298         Rewrite using quit-restore window parameters.
299         (view-mode-exit): Rename second argument to EXIT-ONLY.
300         Rewrite using quit-restore-window.
301         (View-exit, View-exit-and-edit, View-leave, View-quit)
302         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
303         appropriate arguments.
304         (view-end-message): Use quit-restore window parameter.
306         * window.el (display-buffer-function): Rewrite doc-string.
307         (display-buffer-window, display-buffer-alist): New variables.
308         (display-buffer-split-specifiers)
309         (display-buffer-side-specifiers)
310         (display-buffer-macro-specifiers): New constants.
311         (display-buffer-even-window-sizes, display-buffer-set-height)
312         (display-buffer-set-width, display-buffer-select-window)
313         (display-buffer-in-window, display-buffer-reuse-window)
314         (display-buffer-split-window-1, display-buffer-split-window)
315         (display-buffer-split-atom-window, display-buffer-pop-up-window)
316         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
317         (display-buffer-in-side-window, normalize-buffer-to-display)
318         (display-buffer-normalize-specifiers-1)
319         (display-buffer-normalize-specifiers-2)
320         (display-buffer-normalize-specifiers, display-buffer-frame):
321         New functions.
322         (display-buffer): Major rewrite.
323         (display-buffer-other-window, display-buffer-other-frame)
324         (pop-to-buffer, switch-to-buffer-other-window)
325         (switch-to-buffer-other-frame): Rewrite.
326         (display-buffer-same-window, display-buffer-same-frame)
327         (display-buffer-same-frame-other-window)
328         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
329         (pop-to-buffer-other-window)
330         (pop-to-buffer-same-frame-other-window)
331         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
332         (switch-to-buffer-other-window-same-frame): New functions.
333         (same-window-p, special-display-p): Rewrite disabling warnings.
334         Make obsolete.
335         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
336         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
337         Make obsolete
338         (same-window-buffer-names, same-window-regexps)
339         (special-display-frame-alist, special-display-popup-frame)
340         (special-display-function, special-display-buffer-names)
341         (special-display-regexps, pop-up-frame-alist)
342         (pop-up-frame-function, split-window-preferred-function)
343         (split-height-threshold, split-width-threshold)
344         (even-window-heights): Make obsolete.
346 2011-06-12  Glenn Morris  <rgm@gnu.org>
348         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
349         Misc simplifications.
351 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
353         * window.el (window-safely-shrinkable-p): Restore function which
354         was inadvertently removed in change from 2011-06-11.  Declare as
355         obsolete.
357         * calendar/calendar.el (calendar-generate-window):
358         Use window-iso-combined-p instead of combination of one-window-p and
359         window-safely-shrinkable-p.
361 2011-06-12  Glenn Morris  <rgm@gnu.org>
363         * progmodes/fortran.el (fortran-mode-syntax-table):
364         * progmodes/f90.el (f90-mode-syntax-table):
365         Set % to punctuation.  (Bug#8820)
366         (f90-find-tag-default): Remove, no longer needed.
368 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
370         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
372 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
374         * image.el (image-animated-p): Return animation delay in seconds.
375         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
376         (image-animate-timeout): Remove DELAY argument.  Don't assume
377         every subimage has the same delay; get it from image-animated-p.
378         (image-animate): Caller changed.
380 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
382         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
383         to ignored backtrace functions.
385 2011-06-11  Glenn Morris  <rgm@gnu.org>
387         * calendar/appt.el (appt-disp-window-function): Doc fix.
388         (appt-check): Handle overlapping appointments.  (Bug#8337)
390 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
392         * window.el (window-tree-1, window-tree): New functions, moving
393         the latter to window.el.
394         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
395         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
396         (bw-refresh-edges): Remove.
397         (balance-windows-1, balance-windows-2): New functions.
398         (balance-windows): Rewrite in terms of window tree functions,
399         balance-windows-1 and balance-windows-2.
400         (bw-adjust-window): Remove.
401         (balance-windows-area-adjust): New function with functionality of
402         bw-adjust-window but using resize-window.
403         (set-window-text-height): Rewrite doc-string.
404         Use normalize-live-window and resize-window.
405         (enlarge-window-horizontally, shrink-window-horizontally):
406         Rename argument to DELTA.
407         (window-buffer-height): New function.
408         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
409         Rewrite using new window resize routines.
410         (kill-buffer-and-window, mouse-autoselect-window-select):
411         Use ignore-errors instead of condition-case.
412         (quit-window): Call delete-frame instead of delete-windows-on
413         for the only buffer on frame.
415 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
417         * loadup.el (top-level): Load window before files for the sake
418         of replace-buffer-in-windows.
420         * files.el (read-buffer-to-switch)
421         (switch-to-buffer-other-window)
422         (switch-to-buffer-other-frame, display-buffer-other-frame):
423         Move to window.el.
425         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
426         (previous-buffer): Move to window.el.
428         * bindings.el (unbury-buffer): Move to window.el.
430         * window.el (delete-other-windows-vertically): Move after
431         definition of delete-other-windows.
432         (other-window, delete-windows-on, replace-buffer-in-windows):
433         Move here from window.c.
434         (record-window-buffer, unrecord-window-buffer)
435         (set-window-buffer-start-and-point, switch-to-prev-buffer)
436         (switch-to-next-buffer): New functions.
437         (get-next-valid-buffer, last-buffer, next-buffer): Move here
438         from simple.el.  Call switch-to-next-buffer.
439         (previous-buffer): Move here from simple.el.
440         Call switch-to-prev-buffer.
441         (bury-buffer): Move here from buffer.c.  Switch to previous
442         buffer when window cannot be deleted.
443         (unbury-buffer): Move here from bindings.el.
444         (ctl-x-map): Move binding for other-window from window.c to
445         here.
446         (read-buffer-to-switch, switch-to-buffer-other-window)
447         (switch-to-buffer-other-frame): Move here from files.el.
448         (normalize-buffer-to-switch-to): New functions.
449         (switch-to-buffer): Move here from buffer.c.
450         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
452 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
454         * window.el (window-min-height, window-min-width): Move here
455         from window.c.  Add defcustoms and rewrite doc-strings.
456         (resize-mini-window, resize-window): New functions.
457         (adjust-window-trailing-edge, enlarge-window, shrink-window):
458         Move here from window.c.
459         (maximize-window, minimize-window): New functions.
460         (delete-window, delete-other-windows, split-window): Move here
461         from window.c.
462         (window-split-min-size): New function.
463         (split-window-keep-point): Mention split-window-above-each-other
464         instead of split-window-vertically.
465         (split-window-above-each-other, split-window-vertically):
466         Rename split-window-vertically to split-window-above-each-other and
467         provide defalias for old definition.
468         (split-window-side-by-side, split-window-horizontally): Rename
469         split-window-horizontally to split-window-side-by-side and provide
470         defalias for the old definition.
471         (ctl-x-map): Move bindings for delete-window,
472         delete-other-windows and enlarge-window here from window.c.
473         Replace bindings for split-window-vertically and
474         split-window-horizontally by bindings for
475         split-window-above-each-other and split-window-side-by-side.
477         * cus-start.el (all): Remove entries for window-min-height and
478         window-min-width.  Add entries for window-splits and
479         window-nest.
481 2011-06-09  Glenn Morris  <rgm@gnu.org>
483         * calendar/appt.el (appt-mode-line): New function.
484         (appt-check, appt-disp-window): Use it.
486         * files.el (hack-one-local-variable-eval-safep):
487         Allow minor-modes with explicit +/-1 arguments.
489 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
491         * term/xterm.el (xterm): Add defgroup.
492         (xterm-extra-capabilities): Add defcustom to supply known xterm
493         capabilities, skip querying them, or query them (default).
494         (terminal-init-xterm): Use it.
495         (terminal-init-xterm-modify-other-keys): New function to set up
496         modifyOtherKeys support to simplify `terminal-init-xterm'.
498 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
500         * window.el (resize-window-reset, resize-window-reset-1)
501         (resize-subwindows-skip-p, resize-subwindows-normal)
502         (resize-subwindows, resize-other-windows, resize-this-window)
503         (resize-root-window, resize-root-window-vertically)
504         (window-deletable-p, window-or-subwindow-p)
505         (frame-root-window-p): New functions.
507 2011-06-09  Glenn Morris  <rgm@gnu.org>
509         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
510         (ange-ftp-get-files): Use it.
512 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
514         * mail/sendmail.el (mail-recover-1, mail-recover):
515         * files.el (recover-file, recover-session):
516         Handle dired-listing-switches not being just a single short option.
518 2011-06-09  Glenn Morris  <rgm@gnu.org>
520         * calendar/appt.el (appt-display-message, appt-disp-window):
521         Handle lists of appointments.
523 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
525         * window.el (one-window-p): Move down in code.
526         Rewrite doc-string.
527         (window-current-scroll-bars): Rewrite doc-string.
528         Normalize live window argument.
529         (walk-windows, get-window-with-predicate, count-windows):
530         Rewrite doc-string.  Use window-list-1.
531         (window-in-direction-2, window-in-direction, get-mru-window):
532         New functions.
534 2011-06-08  Reuben Thomas <rrt@sc3d.org>
536         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
537         Doc fix (Bug#8713).
539 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
541         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
543 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
545         * loadhist.el (unload-feature-special-hooks):
546         Add `comint-output-filter-functions'.
548 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
550         * calendar/appt.el (appt-check): Move some initializations into the let.
552 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
554         * window.el (window-height): Defalias to window-total-height.
555         (window-width): Defalias to window-body-width.
557 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
559         * image-mode.el (image-toggle-animation): New command.
560         (image-mode-map): Bind it to RET.
561         (image-mode): Update message.
562         (image-toggle-display-image): Avoid a spurious cache flush.
563         (image-transform-rotation): Doc fix.
564         (image-transform-properties): Return quickly in the normal case.
565         (image-animate-loop): Rename from image-animate-max-time.
567         * image.el (image-animate-max-time): Move to image-mode.el.
568         (create-animated-image): Remove unnecessary function.
569         (image-animate): Rename from image-animate-start.  New arg.
570         (image-animate-stop): Remove; just use image-animate-timer.
571         (image-animate-timer): Use car-safe.
572         (image-animate-timeout): Rename argument.
574 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
576         * window.el (get-lru-window, get-largest-window): Move here from
577         window.c.  Rename first argument to ALL-FRAMES.
578         Rephrase doc-strings.
579         (get-buffer-window-list): Rewrite using window-list-1.
580         Rephrase doc-string.
581         (window-safe-min-height, window-safe-min-width): New constants.
582         (window-size-ignore, window-min-size, window-min-size-1)
583         (window-sizable, window-sizable-p, window-size-fixed-1)
584         (window-size-fixed-p, window-min-delta-1, window-min-delta)
585         (window-max-delta-1, window-max-delta, window-resizable)
586         (window-resizable-p, window-total-height, window-total-width)
587         (window-body-width): New functions.
588         (window-full-height-p, window-full-width-p): Rewrite using
589         window-total-size.
590         (window-body-height): Rewrite using window-body-size.
592 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
594         * window.el (window-right, window-left, window-child)
595         (window-child-count, window-last-child, window-any-p)
596         (normalize-live-buffer, normalize-live-frame)
597         (normalize-any-window, normalize-live-window)
598         (window-iso-combination-p, window-iso-combined-p)
599         (window-iso-combinations)
600         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
601         (windows-with-parameter, window-with-parameter)
602         (window-atom-root, make-window-atom, window-atom-check-1)
603         (window-atom-check, window-side-check, window-check):
604         New functions.
605         (ignore-window-parameters, window-sides, window-sides-vertical)
606         (window-sides-slots): New variables.
607         (window-size-fixed): Move down in code.  Minor doc-string fix.
609 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
611         * comint.el (comint-dynamic-complete-as-filename)
612         (comint-dynamic-complete-filename): Correctly call
613         completion-in-region.
615 2011-06-05  Deniz Dogan  <deniz@dogan.se>
617         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
618         in last change.
620 2011-06-05  Deniz Dogan  <deniz@dogan.se>
622         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
623         (rcirc): Use it to prompt for encryption.
625 2011-06-05  Roland Winkler  <winkler@gnu.org>
627         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
628         (bibtex-search-entries): New command bound to C-c C-a.
629         (bibtex-display-entries): New function.
631 2011-06-05  Roland Winkler  <winkler@gnu.org>
633         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
634         (bibtex-insert-kill): After yanking insert newline if necessary.
635         (bibtex-initialize): Call bibtex-string-files-init only once.
636         (bibtex-mode): Do not call easy-menu-add.
637         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
638         (bibtex-yank): Set arg properly if nil.
640 2011-06-05  Roland Winkler  <winkler@gnu.org>
642         * textmodes/bibtex.el (bibtex-search-entry-globally):
643         New variable.
644         (bibtex-search-entry): Use it.
646 2011-06-05  Roland Winkler  <winkler@gnu.org>
648         * textmodes/bibtex.el (bibtex-entry-format): New option
649         sort-fields.
650         (bibtex-format-entry, bibtex-reformat): Honor this option.
651         (bibtex-parse-entry): Return fields in proper order.
653 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
655         * doc-view.el (doc-view-remove-if): Move computation of result out
656         of `dolist' to silence misleading lexical-binding warning.
658 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
660         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
661         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
663 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
665         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
666         "SunOS 5.10".
668 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
670         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
671         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
672         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
673         (tramp-parse-putty):
674         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
675         (tramp-completion-function-alist-ssh)
676         (tramp-completion-function-alist-telnet)
677         (tramp-completion-function-alist-su)
678         (tramp-completion-function-alist-putty): Set `tramp-autoload'
679         cookie.
681         * net/tramp-ftp.el:
682         * net/tramp-sh.el:
683         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
684         load "tramp.el" `tramp-set-completion-function'.
686 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
688         * shell.el: Require and use pcomplete.
689         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
690         (shell-completion-vars): Set pcomplete-default-completion-function.
692 2011-06-04  Deniz Dogan  <deniz@dogan.se>
694         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
695         `memq' (Bug#8799).
697 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
699         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
701 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
703         * bs.el (bs--mark-unmark, bs--nth-wrapper):
704         * mpc.el (mpc-select-extend, mpc-songpointer-context):
705         * vc/log-view.el (log-view-beginning-of-defun):
706         * vc/smerge-mode.el (smerge-apply-resolution-patch)
707         (smerge-refine-forward, smerge-refine-chopup-region):
708         Silence warning for unused `dotimes' counter variables.
710 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
712         * net/tramp.el (tramp-with-progress-reporter): Rename from
713         with-progress-reporter.  Use `declare'.
714         * net/tramp-smb.el:
715         * net/tramp-sh.el:
716         * net/tramp-gvfs.el: Update all uses.
718 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
720         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
721         buffer isn't killed before making it current.
723 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
725         Silence various byte-compiler warnings.
726         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
727         `access-type' and new obsolescence format.
728         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
729         new format.
730         (byte-compile-check-variable): New `access-type' argument.
731         Only warn if the access-type is obsolete.
732         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
733         (byte-compile-variable-set): Adjust callers.
734         * help-fns.el (describe-variable): Adjust to new obsolescence format.
735         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
736         setting it as obsolete.
737         * simple.el (minibuffer-completing-symbol):
738         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
739         access as obsolete.
740         * minibuffer.el (minibuffer-completing-file-name): Don't make it
741         obsolete yet.
742         * international/quail.el (quail-mouse-choose-completion): Remove unused
743         code referring to obsolete var.
744         (quail-choose-completion-string): Remove.
745         * server.el (server-clients-with, server-kill-buffer-query-function)
746         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
747         * proced.el (proced-send-signal):
748         * emacs-lisp/lisp.el (lisp-complete-symbol):
749         Replace completion-annotate-function with completion-extra-properties.
751 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
753         * simple.el (goto-line): Use read-number.
754         (overriding-map-is-bound): Remove.
755         (saved-overriding-map): Change default.
756         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
757         Take the map as argument.
758         (universal-argument, negative-argument, digit-argument): Use it.
759         (restore-overriding-map): Adjust.
760         (do-auto-fill): Use fill-forward-paragraph.
761         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
763         * minibuffer.el (minibuffer-inactive-mode-map): New var.
764         (minibuffer-inactive-mode): New major mode.
765         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
766         the *Messages* buffer" hack.
767         (mouse-popup-menubar): Don't burp if the event is a normal key.
769         Miscellaneous tweaks.
770         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
771         lexical scoping as in subr.el's dolist and dotimes.
772         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
773         Silence compiler warning.
774         * thingatpt.el (forward-whitespace): Trivial coding style fix.
775         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
776         * international/ccl.el (ccl-compile): Trivial simplification.
777         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
778         * emacs-lisp/testcover.el (testcover-end): Remove spurious
779         `printflag' argument.
780         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
781         Purecopy the whole obsolescence data.
783 2011-06-01  Leo Liu  <sdl.web@gmail.com>
785         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
786         improve doc-string as suggested by Marco Pessotto
787         <melmothx@gmail.com>.
788         (rcirc-print): Fix last change.
790 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
792         * minibuffer.el (complete-with-action): Return nil for the metadata and
793         boundaries of non-functional tables.
794         (completion-table-dynamic): Return nil for the metadata.
795         (completion-table-with-terminator): Add default case, using
796         complete-with-action.
797         (completion--metadata): New function.
798         (completion-all-sorted-completions, minibuffer-completion-help): Use it
799         to try and avoid pathological performance problems.
800         (completion--embedded-envvar-table): Return `category' metadata.
802 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
804         * subr.el (process-alive-p): New tiny convenience function.
806 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
808         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
809         content but also its previous major mode.
811 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
813         * debug.el (debug): Restore the previous content of the
814         *Backtrace* buffer when we exit with C-M-c.
816 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
818         * minibuffer.el: Add metadata method to completion tables.
819         (completion-category-overrides): New defcustom.
820         (completion-metadata, completion--field-metadata)
821         (completion-metadata-get, completion--styles)
822         (completion--cycle-threshold): New functions.
823         (completion-try-completion, completion-all-completions):
824         Add `metadata' argument to choose completion-styles.
825         (completion--do-completion): Use metadata to choose cycling.
826         (completion-all-sorted-completions): Use metadata for sorting.
827         Remove :completion-cycle-penalty which is not needed any more.
828         (completion--try-word-completion): Add `metadata' argument.
829         (minibuffer-completion-help): Check metadata for annotation function
830         and sorting.
831         (completion-file-name-table): Return `category' metadata.
832         (minibuffer-completing-file-name): Make obsolete.
833         * simple.el (minibuffer-completing-symbol): Make obsolete.
834         * icomplete.el (icomplete-completions): Pass new `metadata' param to
835         completion-try-completion.
837 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
839         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
841 2011-05-30  Leo Liu  <sdl.web@gmail.com>
843         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
844         (rcirc-print): Decode all incoming messages (bug#8744).
845         (rcirc-decode-coding-system): Allow value nil for automatic coding
846         system detection.
848 2011-06-01  Glenn Morris  <rgm@gnu.org>
850         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
852 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
854         * image.el (image-animate-max-time): Allow nil and t values.
855         Default to nil.
856         (create-animated-image): Doc fix.
857         (image-animate-start): Remove second arg; just use
858         image-animate-max-time.
859         (image-animate-timeout): Doc fix.  Args changed.
861         * image-mode.el (image-toggle-display-image): Ensure that the
862         image spec passed to the animate timer is the same object as in
863         the the buffer's display property (Bug#6981).
864         (image-transform-properties): Doc fix.
866         * image.el (image-animate-max-time): Default to nil.
868 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
870         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
871         entire buffer list (Bug#8184).
873 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
875         * image.el (imagemagick-types-inhibit)
876         (imagemagick-register-types): Doc fix.
878 2011-05-29  Deniz Dogan  <deniz@dogan.se>
880         * net/rcirc.el (rcirc): Use the user's stored encryption method by
881         default.
883 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
885         * select.el: Don't perform clipboard-manager saving in hooks;
886         leave the hooks empty.
888 2011-05-28  Leo Liu  <sdl.web@gmail.com>
890         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
891         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
892         (occur-edit-mode): New major mode (Bug#8463).
893         (occur-after-change-function): New function.
894         (occur-engine): Give Occur tags a read-only property.
896 2011-05-28  Kevin Ryde  <user42@zip.com.au>
898         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
900 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
902         * bindings.el (help-echo): Make the initial non-indicator dash
903         empty on graphical terminals (Bug#7295).
905         * files.el (auto-mode-alist): Move config rule after the
906         in-stripping one (Bug#8547).
908         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
910         * startup.el (normal-splash-screen): Remove gratuitous mode-line
911         setting (Bug#8740).
913 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
915         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
916         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
917         (Bug#8539).
919 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
922         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
924 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
926         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
927         (hs-hide-block-at-point, hs-find-block-beginning)
928         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
929         (Bug#8279).
931 2011-05-28  Glenn Morris  <rgm@gnu.org>
933         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
935 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
937         * help-fns.el (describe-function-1): If the function is a derived
938         major mode, print the parent mode.
940         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
941         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
943 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
945         * minibuffer.el (completion--capf-wrapper): Check applicability before
946         retuning non-nil for non-exclusive completion data.
947         * progmodes/etags.el (tags-completion-at-point-function):
948         * info-look.el (info-lookup-completions-at-point): Mark as
949         non-exclusive.
950         (info-complete): Adjust accordingly.
952         * info-look.el: Convert to lexical-binding and completion-at-point.
953         (info-lookup-completions-at-point): New function.
954         (info-complete): Use it and completion-in-region.
956 2011-05-28  Drew Adams  <drew.adams@oracle.com>
958         * isearch.el: Let M-e start with point at the first mismatched char.
959         (isearch-fail-pos): New function.
960         (isearch-edit-string): Use it.
962 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
964         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
966 2009-11-23  Toby Cubitt  <toby-predictive@dr-qubit.org>
968         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
969         traversal functions for avl-trees.
970         (avl-tree--stack): New struct.
971         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
972         (avl-tree-enter): Add optional `updatefun' arg.
973         (avl-tree--do-enter): Add optional `updatefun' arg.
974         Change return value.
975         (avl-tree-delete): Add optional `test' and `nilflag' args.
976         (avl-tree--do-delete): Add `test' and `nilflag' args.
977         Change return value.
978         (avl-tree-member): Add optional `nilflag'
979         (avl-tree-member-p): New function.
980         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
981         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
982         (avl-tree-stack-empty-p): New functions.
984 2009-11-23  Toby Cubitt  <toby-predictive@dr-qubit.org>
986         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
987         avl-tree--del-balance1 and make it work both ways.
988         (avl-tree--del-balance2): Remove.
989         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
990         make it work both ways.
991         (avl-tree--enter-balance2): Remove.
992         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
993         New macros.
994         (avl-tree--mapc, avl-tree-map): Add direction argument.
996 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
998         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
1000 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
1002         * select.el: Support clipboard managers with built-in function
1003         x-clipboard-manager-save, via delete-frame-functions and
1004         kill-emacs-hook.
1005         (xselect-convert-to-targets): Add MULTIPLE target to list.
1006         (xselect-convert-to-save-targets): New function.
1008 2011-05-27  Kenichi Handa  <handa@m17n.org>
1010         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
1011         let-binding rfc2047-encode-encoded-words to nil.
1013 2011-05-27  Glenn Morris  <rgm@gnu.org>
1015         * mail/emacsbug.el: Don't require url-util.
1017         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
1019         * files.el (set-auto-mode):
1020         Also respect mode: entries at the end of the file.  (Bug#8586)
1022 2011-05-26  Glenn Morris  <rgm@gnu.org>
1024         * files.el (hack-local-variables-prop-line, hack-local-variables):
1025         Downcase mode names, as seems to be traditional.
1026         (hack-local-variables, hack-local-variables-apply): Doc fixes.
1028         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
1029         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
1031 2011-05-25  Julien Danjou  <julien@danjou.info>
1033         * textmodes/rst.el (rst-define-level-faces): Do not define face
1034         symbol if it is already defined.
1036 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
1038         * play/5x5.el (5x5-new-game, 5x5-randomize):
1039         Reset 5x5-solver-output to nil when a new grid is cast.
1040         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
1041         these debugging traces, as defmacro breaks the compiled code.
1043 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
1045         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
1047 2011-05-24  Leo Liu  <sdl.web@gmail.com>
1049         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
1050         (vc-bzr-sha1): Adapt.
1052         * sha1.el: Remove. Function `sha1' is now builtin.
1054         * bindings.el: Provide sha1 feature.
1056 2011-05-24  Kenichi Handa  <handa@m17n.org>
1058         * mail/sendmail.el: Require `rfc2047'.
1059         (mail-insert-from-field): Do not perform RFC2047 encoding.
1060         (mail-encode-header): New function.
1061         (sendmail-send-it): Set buffer-file-coding-system of the work
1062         buffer to the return value of select-message-coding-system.
1063         Call mail-encode-header.
1065         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
1067 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
1069         * mail/supercite.el (sc-default-cite-frame):
1070         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
1072 2011-05-24  Glenn Morris  <rgm@gnu.org>
1074         * progmodes/python.el (brm-menu): Declare.
1076         * emulation/viper.el (viper-set-hooks): Declare.
1078         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
1079         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
1080         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
1081         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
1082         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
1083         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
1085 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1087         Add an :exit-function for completion-at-point.
1089         * minibuffer.el (completion--done): New fun.
1090         (completion--do-completion): Use it.  New arg `expect-exact'.
1091         (minibuffer-complete, minibuffer-complete-word): Don't output message,
1092         since completion--do-completion does it for us now.
1093         (minibuffer-force-complete): Use completion--done and
1094         completion--replace.  Handle sole-completion case with more care.
1095         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
1096         (completion-extra-properties): New var.
1097         (completion-annotate-function): Make obsolete.
1098         (minibuffer-completion-help): Adjust accordingly.
1099         Use completion-list-insert-choice-function.
1100         (completion-at-point, completion-help-at-point):
1101         Bind completion-extra-properties.
1102         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
1103         * simple.el (completion-list-insert-choice-function): New var.
1104         (completion-setup-function): Preserve it.
1105         (choose-completion): Pay attention to it, shuffle the code a bit.
1106         (choose-completion-string): New arg `insert-function'.
1108         * textmodes/bibtex.el: Convert to lexical binding.
1109         (bibtex-mode-map): Use completion-at-point.
1110         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
1111         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
1112         (bibtex-complete): Define as obsolete alias.
1113         (bibtex-complete-internal): Remove.
1114         (bibtex-format-entry): Remove unused sub-group in regexp.
1115         * shell.el (shell--command-completion-data)
1116         (shell-environment-variable-completion):
1117         * pcomplete.el (pcomplete-completions-at-point):
1118         * comint.el (comint--complete-file-name-data): Use :exit-function
1119         instead of completion-table-with-terminator so it also works for
1120         choose-completion.
1122 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1124         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
1126         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
1127         (bug#8710).
1129         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
1131 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
1133         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
1134         customization variable and implement: If non-nil, auto-fill will
1135         be inhibited while on topic's header line.
1137 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
1139         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
1140         click on. II/ Make 5x5 multisession. III/ Ensure that random grids
1141         always have a solution in grid size = 5 cases.
1142         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
1143         (5x5-solver-output, 5x5-log-buffer): New vars.
1144         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
1145         Make these variables buffer local to achieve 5x5 multi-session-ness.
1146         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
1147         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
1148         (5x5-solve-suggest): New funs.
1149         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
1150         randomize a grid so that we ensure that there is always a solution.
1151         (5x5-make-random-grid): Allow other movement than flipping.
1153 2011-05-23  Kevin Ryde  <user42@zip.com.au>
1155         * emacs-lisp/advice.el (ad-read-advised-function):
1156         Use `function-called-at-point' as the default default, if it has
1157         advice and passes PREDICATE.
1159 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1161         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
1162         byte-compile-lambda if it's actually a lambda.
1164         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
1165         Fix function quoting.  Use backquote better.
1167 2011-05-22  Yuanle Song  <sylecn@gmail.com>
1169         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
1170         matching (Bug#8516).
1172 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
1174         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
1175         different face (Bug#8178).
1177 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
1179         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
1180         defface (Bug#8144).
1182 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1184         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
1185         funcall as well (bug#8712).  Warn when performing those conversions.
1186         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
1188         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
1190 2011-05-22  Glenn Morris  <rgm@gnu.org>
1192         * files.el (hack-local-variables-prop-line): Small simplifications.
1193         (hack-local-variables, hack-local-variables-prop-line):
1194         If MODE-ONLY, return the mode, rather than just `t'.
1196 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1198         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
1200 2011-05-21  Glenn Morris  <rgm@gnu.org>
1202         * files.el (hack-local-variables-prop-line, hack-local-variables):
1203         If only interested in the mode, don't bother doing the other stuff.
1205         * image-mode.el (image-after-revert-hook):
1206         Redraw all frames on which the image is visible.  (Bug#8567)
1208         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
1210         * wid-edit.el (widget-checklist-match-inline):
1211         Fix 2011-04-19 change.  (Bug#8649)
1213 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1215         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
1216         Also allow singlespace after single-letter capitals followed by a dot.
1218         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
1219         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
1221 2011-05-20  Nix  <nix@esperi.org.uk>
1223         * files.el (basic-save-buffer-2):
1224         Fix handling of break-hardlink-on-save with non-existent files.
1226 2011-05-19  Deniz Dogan  <deniz@dogan.se>
1228         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
1229         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
1231 2011-05-19  Glenn Morris  <rgm@gnu.org>
1233         * progmodes/f90.el (f90-type-def-re):
1234         Handle "type, bind(c)".  (Bug#8691)
1236         * emacs-lisp/autoload.el (batch-update-autoloads):
1237         Set autoload-excludes by parsing loadup.el rather than Makefiles.
1239 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
1241         * net/tramp.el (tramp-process-actions): Set "first-password-request"
1242         property for the correct connection in case of multihops.
1244 2011-05-18  Glenn Morris  <rgm@gnu.org>
1246         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
1247         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
1249         Rationalize calendar handling of day and month abbrev-arrays.
1250         * calendar/calendar.el (calendar-customized-p): New function.
1251         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
1252         (calendar-day-name-array, calendar-month-name-array): Doc fix.
1253         Add :set function.
1254         (calendar-abbrev-length, calendar-day-abbrev-array)
1255         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
1256         (calendar-day-abbrev-array, calendar-month-abbrev-array):
1257         Elements may no longer be nil.
1258         (calendar-day-name, calendar-month-name):
1259         Update for changed nature of abbrev arrays.
1260         * calendar/diary-lib.el (diary-name-pattern):
1261         Update for changed nature of abbrev arrays.
1262         (diary-mark-entries-1): Update calendar-make-alist calls.
1263         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
1264         * calendar/cal-html.el (cal-html-day-abbrev-array):
1265         Simply inherit from calendar-day-abbrev-array.
1267 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1269         * progmodes/grep.el (grep-mode): Disable default
1270         compilation-directory-matcher setting (bug#8684).
1272 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
1274         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
1275         instead of "head" and "tail".  There were problems with SunOS 5.9,
1276         and it performs better.
1278 2011-05-17  Glenn Morris  <rgm@gnu.org>
1280         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
1282         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
1283         Replace obsolete function.
1285         * shell.el (pcomplete-parse-arguments-function): Declare.
1287         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
1288         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
1289         (appt-check): Doc fixes.
1290         (appt-disp-window-function, appt-delete-window-function):
1291         Remove needless special case in custom :type.
1292         (appt-display-count): Default to 0, not nil.
1293         (appt-check): Reset appt-display-count to 0, not nil.
1295 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
1297         * progmodes/python.el (python-font-lock-keywords):
1298         Add the Python 3.X keyword "nonlocal" (bug#8639).
1300 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1302         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
1304 2011-05-16  Kevin Ryde  <user42@zip.com.au>
1306         * info-look.el (makefile-automake-mode): New setups, looking in
1307         automake manual, then makefile-mode.
1308         (makefile-mode): Remove automake manual, have it just in
1309         makefile-automake-mode since there's various things different or
1310         not relevant to plain make.
1311         (makefile-mode): Remove "other-modes" non-existent automake-mode,
1312         believe a hypothetical automake-mode would go to makefile-mode,
1313         not the other way around.
1315 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
1317         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
1318         hunk-end tags (Bug#8672).
1320         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
1321         vc-annotate-show-diff-revision-at-line (Bug#8671).
1323 2011-05-14  Glenn Morris  <rgm@gnu.org>
1325         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
1326         in the middle of an existing one with multiple authors.  (Bug#8645)
1327         (change-log-font-lock-keywords): Also handle multiple author lines
1328         with leading tabs.  (Bug#8644)
1330         * calendar/appt.el (appt-check): Rename some local variables.
1331         Some simplification/reordering.
1333         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
1334         (feedmail-sendmail-f-doesnt-sell-me-out)
1335         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
1336         (feedmail-debug-sit-for, feedmail-queue-express-hook)
1337         (feedmail-queue-runner-message-sender): Set :version.
1338         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
1339         (bbdb-dwim-net-address, vm-mail): Declare.
1340         (feedmail-binmail-gnulinuxish-template):
1341         Rename from feedmail-binmail-linuxish-template.
1342         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
1343         Use insert-buffer-substring.
1345 2011-05-14  Bill Carpenter  <bill@carpenter.org>
1347         * mail/feedmail.el (feedmail-patch-level): Increase.
1348         (feedmail-debug): New custom group.
1349         (feedmail-confirm-outgoing-timeout)
1350         (feedmail-sendmail-f-doesnt-sell-me-out)
1351         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
1352         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
1353         (feedmail-sender-line, feedmail-from-line)
1354         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
1355         (feedmail-spray-this-address)
1356         (feedmail-spray-address-fiddle-plex-list)
1357         (feedmail-queue-use-send-time-for-date)
1358         (feedmail-queue-use-send-time-for-message-id)
1359         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
1360         (feedmail-buffer-eating-function):
1361         Doc fixes.
1362         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
1363         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
1364         (feedmail-message-action-scroll-down): New functions.
1365         (feedmail-queue-directory, feedmail-queue-draft-directory):
1366         Use expand-file-name.
1367         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
1368         Remove C-v help entry.
1369         (feedmail-queue-buffer-file-name): New variable.
1370         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
1371         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
1372         (feedmail-message-action-send-strong, feedmail-message-action-edit)
1373         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
1374         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
1375         (feedmail-message-action-toggle-spray)
1376         (feedmail-run-the-queue-no-prompts)
1377         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
1378         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
1379         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
1380         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
1381         (feedmail-envelope-deducer, feedmail-fiddle-from)
1382         (feedmail-fiddle-sender, feedmail-default-date-generator)
1383         (feedmail-fiddle-date, feedmail-fiddle-message-id)
1384         (feedmail-fiddle-spray-address)
1385         (feedmail-fiddle-list-of-spray-fiddle-plexes)
1386         (feedmail-fiddle-list-of-fiddle-plexes)
1387         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
1388         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
1389         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
1390         Change default.  Doc fix.
1391         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
1392         (feedmail-binmail-linuxish-template): New constant.
1393         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
1394         Respect feedmail-sendmail-f-doesnt-sell-me-out.
1395         (feedmail-send-it): Add debug call.
1396         Use feedmail-queue-buffer-file-name, and
1397         feedmail-send-it-immediately-wrapper.
1398         (feedmail-message-action-send): Add debug call.
1399         Use feedmail-send-it-immediately-wrapper.
1400         (feedmail-queue-express-to-queue): Add debug call.
1401         Run feedmail-queue-express-hook.
1402         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
1403         (feedmail-message-action-help-blat):
1404         Rename from feedmail-queue-send-edit-prompt-help-first.
1405         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
1406         Check line-endings.  Handle errors better.
1407         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
1408         Doc fix.  Add debug call.
1409         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
1410         Use feedmail-queue-send-edit-prompt-inner.
1411         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
1412         (feedmail-queue-send-edit-prompt-inner): New function, extracted
1413         from feedmail-queue-send-edit-prompt.
1414         (feedmail-queue-send-edit-prompt-help)
1415         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
1416         (feedmail-tidy-up-slug): Add debug call.
1417         Respect feedmail-queue-slug-suspect-regexp.
1418         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
1419         (feedmail-dump-message-to-queue): Add debug call.
1420         Expand queue-directory.
1421         (feedmail-dump-message-to-queue): Change message slightly.
1422         Use feedmail-say-chatter.
1423         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
1424         (feedmail-send-it-immediately-wrapper): New function.
1425         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
1426         Insert empty string rather than newline.  Handle full-frame case.
1427         Use catch/throw.  Use feedmail-say-chatter.
1428         (feedmail-fiddle-from): Try mail-host-address.
1429         (feedmail-default-message-id-generator): Doc fix.
1430         Bind system-time-locale.  Handle missing end.
1431         (feedmail-fiddle-x-mailer): Add debug call.
1432         Handle feedmail-x-mailer-line being nil.
1433         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
1434         Add debug call.  Use buffer-substring-no-properties.
1435         (feedmail-say-debug, feedmail-say-chatter): New functions.
1436         (feedmail-find-eoh): Give an explicit error.
1438 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
1440         * net/newst-treeview.el (newsticker-treeview-face): Change default
1441         family from helvetica to sans.
1442         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
1443         etc/images/newsticker.
1445         * net/newst-reader.el (newsticker-feed-face): Change default
1446         family from helvetica to sans.
1448         * net/newst-plainview.el (newsticker-new-item-face)
1449         (newsticker-old-item-face, newsticker-immortal-item-face)
1450         (newsticker-obsolete-item-face, newsticker-date-face)
1451         (newsticker-statistics-face): Change default family from
1452         helvetica to sans.
1453         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
1454         etc/images/newsticker.
1456         * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
1457         (newsticker--process-auto-mark-filter-match): : Tell user about
1458         auto-marking.
1460 2011-05-13  Didier Verna  <didier@xemacs.org>
1462         Common Lisp indentation improvements on defmethod and lambda-lists.
1463         * cl-indent.el: Advertise the changes and remove obsolete TODO entries.
1464         (lisp-lambda-list-keyword-parameter-indentation)
1465         (lisp-lambda-list-keyword-parameter-alignment)
1466         (lisp-lambda-list-keyword-alignment): New customizable user options.
1467         (lisp-indent-defun-method): Improve docstring.
1468         (extended-loop-p): Fix comment.
1469         (lisp-indent-lambda-list-keywords-regexp): New variable.
1470         (lisp-indent-lambda-list): New function.
1471         (lisp-indent-259): Use it.
1472         (lisp-indent-defmethod): Support for more than one
1473         method qualifier and properly indent methods lambda-lists.
1474         (defgeneric): Provide a missing common-lisp-indent-function property.
1476 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1478         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
1479         bounds for the empty string (bug#8667).
1481 2011-05-13  Glenn Morris  <rgm@gnu.org>
1483         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
1485         * mail/sendmail.el (sendmail-program): Try executable-find first.
1486         (sendmail-send-it): `sendmail-program' cannot be unbound.
1488         * calendar/appt.el (appt-make-list): Simplify.
1489         (appt-time-msg-list): Doc fix.
1490         (appt-check): Change mode-line message at the time of the appointment.
1492 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
1494         * progmodes/ld-script.el (ld-script-keywords)
1495         (ld-script-builtins): Update keywords list.
1497 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1499         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
1501         * shell.el (shell-completion-vars): New function.
1502         (shell-mode):
1503         * simple.el (read-shell-command): Use it.
1504         (blink-matching-open): No need for " [...]" in minibuffer-message.
1506 2011-05-12  Glenn Morris  <rgm@gnu.org>
1508         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
1509         (appt-check): Simplify.
1511 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
1513         * smerge-mode.el (smerge-resolve): Use null-device rather than a
1514         literal "/dev/null".
1516 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1518         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
1519         Fix typo.
1521 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
1523         * progmodes/which-func.el (which-function):
1524         Use add-log-current-defun instead of add-log-current-defun-function,
1525         which might not be defined (Bug#8260).
1527 2011-05-12  Glenn Morris  <rgm@gnu.org>
1529         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
1530         Let byte-compile-initial-macro-environment always take precedence.
1532 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1534         * net/rcirc.el: Add support for SSL/TLS connections.
1535         (rcirc-server-alist): New field `encryption'.
1536         (rcirc): Check `encryption' settings.
1537         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
1538         Merge make-local-variable into `set'.
1539         (rcirc--connection-open-p): New function.
1540         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
1541         the process is not a network process (e.g. running gnutls-cli).
1542         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
1543         Make rcirc-(en|de)code-coding-system local here.
1544         (rcirc-mode): Merge make-local-variable into `set'.
1545         (rcirc-parent-buffer): Make permanent buffer-local.
1546         (rcirc-multiline-minor-mode): Don't do it here.
1547         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
1548         there's no server buffer.
1550 2011-05-11  Glenn Morris  <rgm@gnu.org>
1552         * newcomment.el (comment-kill): Prefix "unused" local.
1554         * term/w32console.el (get-screen-color): Declare.
1556         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
1557         Handle symbol elements of byte-compile-initial-macro-environment.
1559 2011-05-10  Leo Liu  <sdl.web@gmail.com>
1561         * bookmark.el (bookmark-bmenu-mode-map):
1562         Bind bookmark-bmenu-search to `/'.
1564         * mail/footnote.el: Convert to utf-8 encoding.
1565         (footnote-unicode-string, footnote-unicode-regexp): New variable.
1566         (Footnote-unicode): New function.
1567         (footnote-style-alist): Add unicode style to the list.
1568         (footnote-style): Doc fix.
1570 2011-05-10  Jim Meyering  <meyering@redhat.com>
1572         Fix doubled-word typos.
1573         * international/quail.el (quail-insert-kbd-layout): and and -> and
1574         * kermit.el: and and -> and
1575         * net/ldap.el (ldap-search-internal): to to -> to
1576         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
1577         * progmodes/js.el (js-mode): and and -> and
1578         * textmodes/artist.el (artist-move-to-xy): at at -> at
1579         (artist-draw-region-trim-line-endings): if if -> if
1580         And Safetyc -> Safety.
1581         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
1583 2011-05-10  Glenn Morris  <rgm@gnu.org>
1584             Stefan Monnier  <monnier@iro.umontreal.ca>
1586         * files.el (hack-one-local-variable-eval-safep):
1587         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
1589 2011-05-10  Glenn Morris  <rgm@gnu.org>
1591         * calendar/diary-lib.el (diary-list-entries-hook)
1592         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
1593         (diary-nongregorian-marking-hook, diary-list-entries)
1594         (diary-include-other-diary-files, diary-mark-entries)
1595         (diary-mark-included-diary-files): Doc fixes.
1597 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
1599         * misc.el: Require tabulated-list.el during compilation.
1601 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1603         * progmodes/compile.el (compilation-start):
1604         Run compilation-filter-hook for the async case too.
1605         (compilation-filter-hook): Doc fix.
1607 2011-05-09  Deniz Dogan  <deniz@dogan.se>
1609         * wdired.el: Remove outdated installation comment.  Fix usage
1610         comment.
1612 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
1614         * misc.el: Implement new command `list-dynamic-libraries'.
1615         (list-dynamic-libraries--loaded-only-p): New variable.
1616         (list-dynamic-libraries--refresh): New function.
1617         (list-dynamic-libraries): New command.
1619 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1621         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1622         Fix the ant regexp to handle end-line and end-column info from jikes.
1623         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
1624         higher priority to avoid clobbering by gnu.
1626 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1628         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
1629         if the face has existing theme settings (Bug#8454).
1631 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
1633         * progmodes/perl-mode.el (perl-imenu-generic-expression):
1634         Only match variables declared via `my' or `our' (Bug#8261).
1636         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
1637         special file names `.' and `..' (Bug#8259).
1639 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1641         * progmodes/grep.el (grep-mode-font-lock-keywords):
1642         Remove buffer-changing entries.
1643         (grep-filter): New function.
1644         (grep-mode): Add it to compilation-filter-hook.
1646         * progmodes/compile.el (compilation-filter-hook)
1647         (compilation-filter-start): New defvars.
1648         (compilation-filter): Call compilation-filter-hook prior to
1649         updating the process mark.
1651 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1653         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
1655 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
1657         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
1658         mailclient-send-it even if window-system is nil.  (Bug#8595)
1660         * term/w32console.el (terminal-init-w32console):
1661         Call get-screen-color and use its output to set the frame
1662         background-mode.  (Bug#8597)
1664 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1666         Make bytecomp.el understand that defmethod defines funs (bug#8631).
1667         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
1668         New functions.
1669         (defgeneric, eieio--defmethod): Use them.
1670         (eieio-defgeneric): Remove.
1671         (defmethod): Call defgeneric in a way visible to the byte-compiler.
1673 2011-05-07  Glenn Morris  <rgm@gnu.org>
1675         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
1676         Use let rather than let*.
1677         (timeclock-find-discrep): Remove unused local.
1679         * calendar/diary-lib.el (diary-comment-start): Doc fix.
1681         * calendar/appt.el (appt-time-msg-list): Doc fix.
1683 2011-05-06  Noah Friedman  <friedman@splode.com>
1685         * apropos.el (apropos-print-doc): Only use
1686         emacs-lisp-docstring-fill-column when it is bound to an integer,
1687         per that variable's documentation.
1689 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1691         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
1692         and warnings are not silently discarded (e.g. use -d instead of -P).
1694 2011-05-06  Glenn Morris  <rgm@gnu.org>
1696         * calendar/appt.el (appt-message-warning-time): Doc fix.
1697         (appt-warning-time-regexp): New option.
1698         (appt-make-list): Respect appt-message-warning-time.
1700         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
1701         New options.
1702         (diary-add-to-list): Strip comments from the displayed string.
1703         (diary-mode): Set comment-start and comment-end.
1705         * vc/diff-mode.el (smerge-refine-subst): Declare.
1706         (diff-refine-hunk): Don't require smerge-mode when compiling.
1708 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
1710         * simple.el (list-processes): Return nil as the docstring says.
1712 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
1714         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
1715         to "".
1716         (ange-ftp-write-region, ange-ftp-insert-file-contents)
1717         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
1718         determining of binary transfer.  (Bug#7383)
1720 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
1722         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1723         Fix port computation bug.  (Bug#8618)
1725 2011-05-05  Glenn Morris  <rgm@gnu.org>
1727         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
1729         * simple.el (shell-dynamic-complete-functions)
1730         (comint-dynamic-complete-functions): Declare.
1732         * net/network-stream.el (gnutls-negotiate):
1733         * simple.el (tabulated-list-print): Fix declarations.
1735         * progmodes/gud.el (syntax-symbol, syntax-point):
1736         Remove unnecessary and incorrect declarations.
1738         * emacs-lisp/check-declare.el (check-declare-scan):
1739         Handle byte-compile-initial-macro-environment in bytecomp.el
1741 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1743         Fix earlier half-done eieio-defmethod change (bug#8338).
1744         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
1745         Streamline and change calling convention.
1746         (defmethod): Adjust accordingly and simplify.
1747         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
1748         new eieio--defmethod.
1749         (slot-boundp): Minor CSE simplification.
1751 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
1753         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
1754         (glasses-make-readable): Use glasses-separate-capital-groups.
1756 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
1758         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
1759         (warning-series): Doc fix.
1760         (display-warning): Don't try to create the buffer if we just found it.
1762 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
1764         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
1765         (autoload-find-generated-file): New function.
1766         (generate-file-autoloads): Bind generated-autoload-file to
1767         buffer-file-name.
1768         (update-file-autoloads, update-directory-autoloads):
1769         Use autoload-find-generated-file.  If called interactively, prompt for
1770         output file (Bug#7989).
1771         (batch-update-autoloads): Doc fix.
1773 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
1775         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
1777 2011-05-04  Glenn Morris  <rgm@gnu.org>
1779         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
1780         function, so it follows changes in calendar-date-style.
1781         (diary-fancy-date-matcher): New function.
1782         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
1783         (diary-fancy-font-lock-fontify-region-function):
1784         Use diary-fancy-date-pattern as a function.
1786         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
1787         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
1789 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1791         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
1792         instead of positional arguments.  Allow :keylist and :crlfiles
1793         arguments.
1794         (open-gnutls-stream): Call it.
1796         * net/network-stream.el (network-stream-open-starttls): Adjust to
1797         call `gnutls-negotiate' with :process and :hostname arguments.
1799 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1801         * minibuffer.el (completion--message): New function.
1802         (completion--do-completion, minibuffer-complete)
1803         (minibuffer-force-complete, minibuffer-complete-word): Use it.
1804         (completion--do-completion): Don't ignore completion-auto-help when in
1805         icomplete-mode.
1807         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
1808         internal encoding (e.g. tibetan zero is not whitespace).
1809         (global-whitespace-mode): Prefer save-current-buffer.
1810         (whitespace-trailing-regexp): Remove useless save-match-data.
1811         (whitespace-empty-at-bob-regexp): Minor simplification.
1813 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
1815         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
1817 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1819         * textmodes/ispell.el (ispell-add-per-file-word-list):
1820         Use `concat' to create string for insertion.
1822 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1824         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
1825         Avoid open-line which runs post-self-insert-hook.
1826         (bibtex-fill-entry): Remove unused `end' var.
1828 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
1830         * textmodes/ispell.el (ispell-add-per-file-word-list):
1831         Protect against `nil' value of `comment-start' (Bug#8579).
1833 2011-05-03  Leo Liu  <sdl.web@gmail.com>
1835         * isearch.el (isearch-yank-pop): New command.
1836         (isearch-mode-map): Bind it to `M-y'.
1837         (isearch-forward): Mention it.
1839 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1841         * simple.el (minibuffer-complete-shell-command): Remove.
1842         (minibuffer-local-shell-command-map): Use completion-at-point.
1843         (read-shell-command): Setup completion vars here instead.
1844         (read-expression-map): Bind TAB to symbol completion.
1846         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
1847         error directly rather via storing it into `results'.
1849 2011-05-02  Leo Liu  <sdl.web@gmail.com>
1851         * vc/diff.el: Fix description.
1853 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1855         * server.el (server-eval-at): New function.
1857 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1859         * net/network-stream.el (open-network-stream): Take a :nowait
1860         parameter and pass it on to `make-network-process'.
1861         (network-stream-open-plain): Ditto.
1863 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
1865         * faces.el (face-spec-set-match-display): Don't match toolkit
1866         options on terminal frames.
1868 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1870         * progmodes/pascal.el: Use lexical binding.
1871         (pascal-mode-map): Remove author preferences.
1873         * pcomplete.el (pcomplete-std-complete): Don't abuse
1874         completion-at-point.
1876 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
1878         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
1879         removing code that has been dead since 1991 or so.
1881         * startup.el (command-line): When warning about "_emacs", use a
1882         delayed warning to allow the user to filter it out.
1884 2011-04-28  Deniz Dogan  <deniz@dogan.se>
1886         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
1887         user has not joined.
1889 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1891         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
1892         aren't any completions at point.
1894 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
1896         * subr.el (display-delayed-warnings): New function.
1897         (delayed-warnings-hook): New variable.
1899 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1901         * minibuffer.el (completion-at-point, completion-help-at-point):
1902         Don't presume that a given completion-at-point-function will always
1903         use the same calling convention.
1905         * pcomplete.el (pcomplete-completions-at-point):
1906         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
1907         pcomplete-seen is non-nil.
1908         (pcomplete-comint-setup): Also recognize the new comint/shell
1909         completion functions.
1910         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
1911         pcomplete-seen is non-nil.
1913 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
1915         * calendar/icalendar.el (diary-lib): Add require statement.
1916         (icalendar--create-uid): Read out a uid from a text-property on
1917         the first character in the entry.  This allows for code to add its
1918         own uid to the entry.
1919         (icalendar--convert-float-to-ical): Add export of
1920         `diary-float'-entries save for those with the optional DAY
1921         argument.
1923 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
1925         * subr.el (shell-quote-argument): Use alternate escaping strategy
1926         when we spot a variable reference in a string.
1928 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
1930         * cus-start.el (all): Define customization for debug-on-event.
1932 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
1934         * subr.el (shell-quote-argument): Escape correctly under Windows.
1936 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1938         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
1940 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
1942         * net/tramp.el (tramp-process-actions): Add POS argument.
1943         Delete region between POS and (pos).
1945         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1946         Use `nil' position in `tramp-process-actions' call.
1947         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
1949         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
1950         position in `tramp-process-actions' call.
1952         * net/trampver.el: Update release number.
1954 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1956         * custom.el (defcustom): Obey lexical-binding.
1958         Fix octave-inf completion problems reported by Alexander Klimov.
1959         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
1960         Inherit from octave-mode-syntax-table.
1961         (inferior-octave-mode): Set info-lookup-mode.
1962         (inferior-octave-completion-at-point): New function.
1963         (inferior-octave-complete): Use it and completion-in-region.
1964         (inferior-octave-dynamic-complete-functions): Use it as well, and use
1965         comint-filename-completion.
1966         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
1967         symbol elements which shouldn't be word elements.
1968         (octave-font-lock-keywords, octave-beginning-of-defun)
1969         (octave-function-header-regexp): Adjust regexps accordingly.
1970         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
1972 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
1974         * net/gnutls.el (gnutls-errorp): Declare before first use.
1976 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1978         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
1979         verify-error, and verify-hostname-error parameters.  Check whether
1980         default trustfile exists before going to use it.  Add missing
1981         argument to gnutls-message-maybe call.  Return return value.
1982         Reported by Claudio Bley <claudio.bley@gmail.com>.
1983         (open-gnutls-stream): Add usage example.
1985         * net/network-stream.el (network-stream-open-starttls): Give host
1986         parameter to `gnutls-negotiate'.
1987         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
1988         * subr.el (shell-quote-argument): Escape correctly under Windows.
1990 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
1992         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
1993         Use correct match group (bug#8438).
1995 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
1997         * emacs-lisp/package.el (package-built-in-p): Fix typo.
1998         (package-menu--generate): New arg specifying packages to show.
1999         (package-menu-refresh, package-menu-execute, list-packages):
2000         Callers changed.
2001         (package-show-package-list): New function, replacing deleted
2002         package--list-packages (renamed because it is non-internal).
2004         * finder.el (finder-list-matches): Use package-show-package-list
2005         instead of deleted package--list-packages.
2007         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
2008         Based on a previous implementation by Juanma Barranquero (Bug#8366).
2009         (vc-annotate-mode-map): Bind it to RET.
2011 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
2013         * progmodes/etags.el (next-file): Don't use set-buffer to change
2014         buffers (Bug#8478).
2016 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
2018         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
2020         * apropos.el (apropos-label-face): Avoid variable-pitch face.
2021         (apropos-accumulator): Doc fix.
2022         (apropos-function, apropos-macro, apropos-command)
2023         (apropos-variable, apropos-face, apropos-group, apropos-widget)
2024         (apropos-plist): Add face property.
2025         (apropos-symbols-internal): Fix indentation.
2026         (apropos-print): Simplify help, and recognize apropos-multi-type.
2027         (apropos-print-doc): Use button-type-get to extract the button's
2028         face property.  Fill docstring (Bug#8352).
2030 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
2032         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
2034         * play/mpuz.el (mpuz-silent): Doc fix.
2035         (mpuz-mode-map): Use mapc.
2036         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
2037         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
2038         Fix typos in docstrings.
2040         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
2041         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
2043         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
2045 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
2047         * minibuffer.el (completion--do-completion): Avoid the "Next char
2048         not unique" prompt if icomplete-mode is enabled (Bug#5849).
2050         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
2051         mouse-2 into unread-command-events, it is interpreted correctly.
2053         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
2054         (image-toggle-display): Doc fix.
2056 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
2058         * textmodes/page.el (what-page): Use line-number-at-pos to
2059         calculate line number (Bug#6825).
2061 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
2063         * eshell/esh-mode.el (find-tag-interactive): Declare function.
2064         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
2065         Pass argument NO-DEFAULT to `find-tag-interactive'.
2067 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
2069         Lexical-binding cleanup.
2071         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
2072         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
2073         * progmodes/ada-prj.el (ada-prj-initialize-values)
2074         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
2075         (ada-prj-show-value):
2076         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
2077         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
2078         (antlr-invalidate-context-cache, antlr-options-menu-filter)
2079         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
2080         * progmodes/bug-reference.el (bug-reference-push-button):
2081         * progmodes/fortran.el (fortran-line-length):
2082         * progmodes/glasses.el (glasses-change):
2083         * progmodes/octave-mod.el (octave-fill-paragraph):
2084         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
2085         (python-pdbtrack-grub-for-buffer, python-sentinel):
2086         * progmodes/sql.el (sql-save-connection):
2087         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
2088         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
2089         Mark unused parameters.
2091         * progmodes/compile.el (compilation--flush-directory-cache)
2092         (compilation--flush-parse, compile-internal): Mark unused parameters.
2093         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
2094         (compilation-next-error-function): Remove unused variable `timestamp'.
2096         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
2097         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
2099         * progmodes/dcl-mode.el (dcl-end-of-command):
2100         Remove unused variable `start'.
2101         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
2102         (dcl-option-value-basic, dcl-option-value-offset)
2103         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
2104         Mark unused parameters.
2105         (dcl-save-local-variable): Remove unused variable `val'.
2106         (mode): Declare.
2108         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
2109         Mark unused parameters.
2110         (delphi-ignore-changes): Move before first use.
2111         (delphi-charset-token-at): Remove unused variable `start'.
2112         (delphi-else-start): Remove unused variable `if-count'.
2113         (delphi-comment-block-start, delphi-comment-block-end):
2114         Remove unused variable `kind'.
2115         (delphi-indent-line): Remove unused variable `new-point'.
2117         * progmodes/ebrowse.el (ebrowse-files-list)
2118         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
2119         Mark unused parameters.  Don't quote `lambda'.
2120         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
2121         Don't quote `lambda'.
2122         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
2123         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
2124         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
2125         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
2126         Use `ignore-errors'.
2127         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
2128         (ebrowse-view/find-file-and-search-pattern)
2129         (ebrowse-view/find-member-declaration/definition):
2130         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
2131         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
2132         Rename parameter PREFIX-ARG to PREFIX.
2133         (ebrowse-tags-read-name): Remove unused variables `start' and
2134         `member-info'.
2135         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
2136         to `tags-file'.
2138         * progmodes/etags.el (local-find-tag-hook): Declare.
2139         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
2140         Mark unused parameters.
2142         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
2143         (executable-interpret): Mark unused parameter.
2145         * progmodes/flymake.el (flymake-process-sentinel)
2146         (flymake-after-change-function)
2147         (flymake-create-temp-with-folder-structure)
2148         (flymake-get-include-dirs-dot): Mark unused parameters.
2149         (flymake-safe-delete-directory): Remove unused variable `err'.
2151         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
2152         (speedbar-timer-fn, speedbar-line-text)
2153         (speedbar-change-expand-button-char, speedbar-delete-subblock)
2154         (speedbar-center-buffer-smartly): Declare functions.
2155         (gdb-find-watch-expression): Remove unused variable `array'.
2156         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
2157         (gdb-starting): Mark unused parameters.
2158         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
2159         (gdb-table-string): Remove unused variable `res'.
2160         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
2161         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
2162         (gdb-display-buffer): Remove unused variable `cur-size'.
2164         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
2165         allow lexical-binding compilation.
2166         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
2167         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
2168         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
2169         Mark unused parameters.
2170         (gud-gdb-marker-filter): Remove unused variable `match'.
2171         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
2172         lambda expressions and funcall them, instead of using `fset'.
2174         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
2175         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
2177         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
2178         variable `header-beg'; use `let'.
2180         * progmodes/icon.el (indent-icon-exp): Remove unused variables
2181         `restart', `last-sexp' and `at-do'.
2183         * progmodes/js.el (js--debug): Mark unused parameter.
2184         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
2185         (js--splice-into-items): Remove unused variable `item'.
2186         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
2188         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
2189         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
2190         (makefile-complete): Remove unused variable `try'.
2191         (makefile-fill-paragraph, makefile-match-function-end):
2192         Mark unused parameters.
2194         * progmodes/octave-inf.el (inferior-octave-complete):
2195         Remove unused variable `proc'.
2196         (inferior-octave-output-digest): Mark unused parameter.
2198         * progmodes/perl-mode.el (perl-calculate-indent):
2199         Remove unused variable `err'.
2201         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
2202         (prolog-indent-line): Mark unused parameters.
2203         (prolog-indent-line): Remove unused variable `beg'.
2205         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
2206         (reporter-dont-compact-list): Declare.
2208         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
2209         Remove unused variable `char'.
2210         (sh-debug): Mark unused parameter.
2211         (sh-get-indent-info): Remove unused variable `start'.
2212         (sh-calculate-indent): Remove unused variable `var'.
2214         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
2215         (simula-electric-keyword): Remove unused variable `null'.
2216         (simula-search-backward, simula-search-forward): Remove unused
2217         variables `begin' and `end'.
2219         * progmodes/vera-mode.el (vera-guess-basic-syntax):
2220         Remove unused variable `pos'.
2221         (vera-electric-tab, vera-comment-uncomment-region):
2222         Mark unused parameters.
2223         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
2225 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
2227         * emacs-lisp/package.el (package--builtins, package-alist)
2228         (package-load-descriptor, package-built-in-p, package-activate)
2229         (define-package, package-installed-p)
2230         (package-compute-transaction, package-buffer-info)
2231         (package--push): Doc fix.  Distinguish more clearly between
2232         version strings and version lists.
2234 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
2236         Lexical-binding cleanup.
2238         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
2239         (5x5-make-mutate-best):
2240         * play/fortune.el (fortune-in-buffer):
2241         * play/gomoku.el (gomoku-init-display):
2242         * play/solitaire.el (solitaire, solitaire-do-check):
2243         * play/tetris.el (tetris-default-update-speed-function):
2244         Mark unused parameters.
2246         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
2247         (bubbles--shift): Remove unused variable `char-org'.
2248         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
2249         (bubbles--show-images): Remove unused variable `char'.
2251         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
2252         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
2253         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
2254         (decipher-analyze-buffer): Use ?\s.
2255         (decipher-make-checkpoint): Remove unused variable `mapping'.
2257         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
2259         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2260         Remove unused variable `result'; use `let'.
2262         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
2263         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
2264         (gametree-children-shown-p, gametree-compute-reduced-score):
2265         Use `ignore-errors'.
2267         * play/handwrite.el (ps-lpr-switches): Declare.
2268         (handwrite): Remove unused variables `pmin' and `lastp'.
2270         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
2272         * play/landmark.el (landmark-init-display)
2273         (landmark-update-naught-weights): Mark unused parameters.
2274         (landmark-y): Remove unused variable `noise'.  Simplify.
2275         (landmark-human-plays): Remove unused variable `score'.
2277         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
2278         (mpuz-try-proposal): Remove unused variable `game'.
2280         * play/zone.el (life-patterns): Declare.
2282 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
2284         * vc/vc.el (ediff-vc-internal): Declare function.
2286 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2288         * shell.el: Use lexical-binding and std completion UI.
2289         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
2290         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
2291         comint-preoutput-filter-functions rather than on
2292         comint-output-filter-functions.
2293         (shell-command-completion, shell--command-completion-data)
2294         (shell-filename-completion, shell-environment-variable-completion)
2295         (shell-c-a-p-replace-by-expanded-directory): New functions.
2296         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
2297         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
2298         (shell-dynamic-complete-environment-variable): Use them.
2299         (shell-dynamic-complete-as-environment-variable)
2300         (shell-dynamic-complete-as-command): Remove.
2301         (shell-match-partial-variable): Match past point.
2302         * comint.el: Clean up use of completion-at-point-functions.
2303         (comint-completion-at-point): New function.
2304         (comint-mode): Use it completion-at-point-functions.
2305         (comint-dynamic-complete): Make it obsolete.
2306         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
2307         (comint-c-a-p-replace-by-expanded-history): New function.
2308         (comint-dynamic-complete-functions)
2309         (comint-replace-by-expanded-history): Use it.
2310         * minibuffer.el (completion-table-with-terminator): Allow dynamic
2311         termination strings.  Try harder to avoid second try-completion.
2312         (completion-in-region-mode-map): Disable bindings that don't work yet.
2314         * comint.el: Use lexical-binding.  Require CL.
2315         (comint-dynamic-complete-functions): Use comint-filename-completion.
2316         (comint-completion-addsuffix): Tweak custom type.
2317         (comint-filename-completion, comint--common-suffix)
2318         (comint--common-quoted-suffix, comint--table-subvert)
2319         (comint--complete-file-name-data): New functions.
2320         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
2321         (comint-dynamic-list-filename-completions): Use them.
2322         (comint-dynamic-simple-complete): Make obsolete.
2324         * minibuffer.el (completion-in-region-mode):
2325         Keep completion-in-region-mode--predicate global.
2326         (completion-in-region--postch):
2327         Assume completion-in-region-mode--predicate is not null.
2329         * progmodes/flymake.el (flymake-start-syntax-check-process):
2330         Obey `dir'.  Simplify.
2332         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
2333         we're in VC after all.
2335 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
2337         * vc/vc.el (vc-diff-build-argument-list-internal)
2338         (vc-version-ediff, vc-ediff): New commands.
2339         (vc-version-diff): Use vc-diff-build-argument-list-internal.
2341 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2343         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
2344         add sanity check.
2346         * obsolete/erc-hecomplete.el: Make obsolete.
2347         * obsolete/: Standardize obsolescence info in the header.
2349 2011-04-20  Glenn Morris  <rgm@gnu.org>
2351         * calendar/solar.el (solar-horizontal-coordinates):
2352         Use the longitude argument rather than `calendar-longitude'.
2353         (solar-date-next-longitude): Remove unused locals.
2355 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2357         * whitespace.el: New version 13.2.1.
2359 2011-04-20  felix  <EmacsWiki>  (tiny change)
2361         * whitespace.el (global-whitespace-mode): keep highlight when
2362         switching between major modes on a file.
2364 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2366         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
2367         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
2368         multi-line comments as well.
2370 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
2372         Lexical-binding cleanup.
2374         * arc-mode.el (archive-mode-revert):
2375         * cmuscheme.el (scheme-interactively-start-process):
2376         * custom.el (custom-initialize-delay):
2377         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
2378         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
2379         * emacs-lock.el (emacs-lock-clear-sentinel):
2380         * ezimage.el (defezimage):
2381         * follow.el (follow-avoid-tail-recenter):
2382         * fringe.el (set-fringe-mode-1):
2383         * generic-x.el (bat-generic-mode-compile):
2384         * help-mode.el (help-info-variable, help-do-xref)
2385         (help-mode-revert-buffer):
2386         * help.el (view-emacs-todo):
2387         * iswitchb.el (iswitchb-completion-help):
2388         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
2389         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
2390         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
2391         * locate.el (locate-update):
2392         * longlines.el (longlines-encode-region)
2393         (longlines-after-change-function):
2394         * outline.el (outline-isearch-open-invisible):
2395         * ps-def.el (declare-function, charset-dimension, char-width)
2396         (encode-char):
2397         * ps-mule.el (ps-mule-plot-string):
2398         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
2399         (recentf-edit-list-select, recentf-edit-list-validate)
2400         (recentf-open-files-action):
2401         * rect.el (delete-whitespace-rectangle-line)
2402         (rectangle-number-line-callback):
2403         * register.el (window-configuration-to-register)
2404         (frame-configuration-to-register):
2405         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
2406         * select.el (xselect-convert-to-string, xselect-convert-to-length)
2407         (xselect-convert-to-targets, xselect-convert-to-delete)
2408         (xselect-convert-to-filename, xselect-convert-to-charpos)
2409         (xselect-convert-to-lineno, xselect-convert-to-colno)
2410         (xselect-convert-to-os, xselect-convert-to-host)
2411         (xselect-convert-to-user, xselect-convert-to-class)
2412         (xselect-convert-to-name, xselect-convert-to-integer)
2413         (xselect-convert-to-atom, xselect-convert-to-identity):
2414         * subr.el (declare, ignore, process-kill-without-query)
2415         (text-clone-maintain):
2416         * terminal.el (te-get-char, te-tic-sentinel):
2417         * tool-bar.el (tool-bar-make-keymap):
2418         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
2419         * type-break.el (type-break-mode, type-break-noninteractive-query):
2420         * view.el (View-back-to-mark):
2421         * wid-browse.el (widget-browse-action, widget-browse-widget)
2422         (widget-browse-widgets, widget-browse-sexp):
2423         * widget.el (define-widget-keywords):
2424         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
2425         Mark unused parameters.
2427         * align.el (align-adjust-col-for-rule): Mark unused parameter.
2428         (align-areas): Remove unused variable `look'.
2429         (align-region): Remove unused variables `real-end' and `pos-list'.
2431         * apropos.el (apropos-score-doc): Remove unused variable `i'.
2433         * bindings.el (mode-line-modified, mode-line-remote):
2434         Mark unused parameters.
2435         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
2437         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
2438         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
2440         * comint.el (comint-history-isearch-pop-state)
2441         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
2442         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
2443         (comint-substitute-in-file-name): Doc fix.
2445         * completion.el (cmpl-statistics-block): Mark unused parameter.
2446         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
2447         (save-completions-to-file, load-completions-from-file):
2448         Remove unused local variable `e'.
2450         * composite.el (compose-chars): Remove unused variable `len'.
2451         (lgstring-insert-glyph): Remove unused variable `g'.
2452         (compose-glyph-string): Remove unused variables `ascent',
2453         `descent', `lbearing' and `rbearing'.
2454         (compose-glyph-string-relative): Remove unused variables
2455         `lbearing', `rbearing' and `wadjust'.
2456         (compose-gstring-for-graphic): Remove unused variables `header',
2457         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
2458         (compose-gstring-for-terminal): Remove unused variables `header'
2459         and `nchars'.  Use `let', not `let*'.
2461         * cus-edit.el (Custom-set, Custom-save, custom-reset)
2462         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
2463         (Custom-buffer-done, custom-buffer-create-internal)
2464         (custom-browse-visibility-action, custom-browse-group-tag-action)
2465         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
2466         (widget-magic-mouse-down-action, custom-toggle-parent)
2467         (custom-add-parent-links, custom-toggle-hide-variable)
2468         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
2469         (custom-toggle-hide-face, face, hook, custom-group-link-action)
2470         (custom-face-menu-create, custom-variable-menu-create, get)
2471         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
2472         (custom-reset-standard-save-and-update): Remove unused variable `value'.
2473         (customize-apropos): Remove unused variable `tests'.
2474         (custom-group-value-create): Remove unused variable `hidden-p'.
2475         (sort-fold-case): Declare.
2477         * cus-theme.el (custom-reset-standard-faces-list)
2478         (custom-reset-standard-variables-list): Declare.
2479         (customize-create-theme, custom-theme-revert, custom-theme-write)
2480         (custom-theme-choose-mode, customize-themes, custom-theme-save):
2481         Mark unused parameters.
2483         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
2485         * delim-col.el (delimit-columns-max): Move defvar before first use.
2487         * descr-text.el (describe-char-categories): Don't quote `lambda'.
2488         (describe-char): Don't quote `lambda'.  Mark unused parameter.
2490         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
2491         (auto-insert): Declare.
2492         (desktop-restore-file-buffer): Rename desktop-* parameters;
2493         mark unused ones.
2494         (desktop-create-buffer): Rename desktop-* parameters and bind them.
2495         (desktop-buffer): Rename desktop-* parameters.
2497         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2498         (dframe-reposition-frame-xemacs, dframe-help-echo)
2499         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
2500         Mark unused parameters.
2502         * dired-aux.el (backup-extract-version-start, overwrite-query)
2503         (overwrite-backup-query, rename-regexp-query)
2504         (rename-non-directory-query): Declare.
2505         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
2506         (dired-add-entry): Remove unused variable `orig-file-name'.
2507         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
2508         Use parameter PRESERVE-TIME instead of accessing dynamic variable
2509         `dired-copy-preserve-time' directly.
2510         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
2511         (dired-insert-subdir-newpos): Rename unused variable `pos'.
2513         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
2514         (dired-virtual-revert, dired-make-relative-symlink):
2515         Mark unused parameters.
2516         (manual-program): Declare.
2517         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
2518         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
2519         wrapped in `with-no-warnings' to avoid replacing one warning by another.
2521         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
2523         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
2525         * echistory.el (electric-history-in-progress, Helper-return-blurb):
2526         Declare.
2528         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
2530         * electric.el (Electric-command-loop): Rename parameter
2531         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
2533         * expand.el (expand-in-literal): Remove unused variable `here'.
2535         * facemenu.el (facemenu-add-new-color):
2536         Remove unused variable `docstring'.
2538         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
2539         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
2540         (face-attr-construct): Mark unused parameter.  Doc fix.
2541         (read-color): Remove unused variable `hex-string'.
2543         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
2544         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
2545         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
2546         (display-buffer-other-frame): Remove unused variable `old-window'.
2547         (kill-buffer-hook): Declare.
2548         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
2549         Mark unused parameters.
2550         (after-find-file): Pass 1 to `auto-save-mode', not t.
2552         * files-x.el (auto-insert): Declare.
2553         (modify-file-local-variable-prop-line): Remove unused variable `val'.
2555         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
2556         variable `buf'.  Mark unused parameter.
2557         (find-lisp-insert-directory): Mark unused parameter.
2559         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
2560         (format-encode-region): Remove unused variables `cur-buf' and `result'.
2561         (format-common-tail): Remove, unused.
2562         (format-deannotate-region): Remove unused variable `loc'.
2563         (format-annotate-region): Remove unused variable `p'.
2564         (format-annotate-single-property-change): Remove unused variables
2565         `default' and `tail'.
2567         * forms.el (read-file-filter): Declare.
2568         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
2570         * frame.el (frame-creation-function-alist): Mark unused parameter.
2571         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
2573         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
2574         Remove unused parameters.
2575         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
2576         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
2578         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
2579         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
2580         (hfy-prepare-tag-map): Mark unused parameters.
2581         (htmlfontify-buffer): Use `called-interactively-p'.
2583         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
2584         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
2585         (ibuffer-do-occur): Mark unused parameters.
2586         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
2587         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
2589         * ibuffer.el: Don't quote `lambda'.
2590         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
2591         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
2592         Mark unused parameters.
2594         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
2595         (ido-completing-read): Mark unused parameters.
2596         (ido-copy-current-word): Mark unused parameters;
2597         remove unused variable `name'.
2598         (ido-sort-merged-list): Remove unused parameter `dirs'.
2600         * ielm.el (ielm-input-sender): Mark unused parameter.
2601         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
2602         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
2603         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
2604         `ielm-string' as a dynamic variable accessible from the IELM prompt.
2605         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
2607         * image-dired.el (image-dired-display-thumbs): Remove unused
2608         variables `curr-file' and `count'.
2609         (image-dired-remove-tag): Remove unused variable `start'.
2610         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
2611         variable `curr-file'
2612         (image-dired-rotate-original): Remove unused variable `temp-file'.
2613         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
2614         Remove unused variable `file'.
2615         (image-dired-gallery-generate): Remove unused variable `curr'.
2616         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
2618         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
2620         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
2622         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
2624         * isearch.el (minibuffer-history-symbol): Declare.
2625         (isearch-edit-string): Remove unused variable `err'.
2626         (isearch-message-prefix, isearch-message-suffix):
2627         Mark unused parameters.
2629         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
2631         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
2633         * makesum.el (double-column): Remove unused variable `cnt'.
2635         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
2636         (ido-ignore-item-temp-list): Declare.
2638         * mouse-drag.el (mouse-drag-throw): Remove unused variables
2639         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
2640         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
2641         (mouse-drag-drag): Remove unused variables `mouse-delta' and
2642         `mouse-col-delta'.
2644         * mouse-sel.el (mouse-extend-internal):
2645         Remove unused variable `orig-window-frame'.
2647         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
2648         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
2649         Move declarations before first use.
2650         (pcomplete-opt): Mark unused parameters; doc fix.
2652         * proced.el (proced-revert): Mark unused parameter.
2653         (proced-send-signal): Remove unused variable `err'.
2655         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
2656         Rename parameter PREFIX-ARG to ARG.
2657         (ps-basic-plot-string, ps-basic-plot-whitespace):
2658         Mark unused parameters.
2660         * replace.el (replace-count): Define.
2661         (occur-revert-function): Mark unused parameters.
2662         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
2663         (isearch-case-fold-search, isearch-string): Declare.
2664         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
2665         bind `case-fold-search'.  Remove unused variables `beg' and `end',
2666         and simplify.
2667         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
2668         COUNT and bind `replace-count'.
2669         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
2670         to COUNT.
2672         * savehist.el (print-readably, print-string-length): Declare.
2674         * shadowfile.el (shadow-expand-cluster-in-file-name):
2675         Remove unused variable `cluster'.
2676         (shadow-copy-file): Remove unused variable `i'.
2677         (shadow-noquery, shadow-clusters, shadow-site-cluster)
2678         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
2679         (shadow-define-literal-group, shadow-define-regexp-group)
2680         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
2682         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
2683         (shell): Use `called-interactively-p'.
2684         (shell-directory-tracker): Remove unused variable `chdir-failure'.
2686         * simple.el (compilation-context-lines, comint-file-name-quote-list)
2687         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
2688         (delete-backward-char): Remove unused variable `ocol'.
2689         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
2690         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
2691         (event-apply-hyper-modifier, event-apply-shift-modifier)
2692         (event-apply-control-modifier, event-apply-meta-modifier):
2693         Mark unused parameters.
2694         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
2695         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
2697         * speedbar.el (speedbar-ignored-directory-expressions)
2698         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
2699         (speedbar-find-file, speedbar-dir-follow)
2700         (speedbar-directory-buttons-follow, speedbar-tag-find)
2701         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
2702         (speedbar-buffers-line-directory, speedbar-buffer-click):
2703         Mark unused parameters.
2704         (speedbar-tag-file): Remove unused variable `mode'.
2705         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
2707         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
2709         * talk.el (talk): Remove unused variable `display'.
2711         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
2712         (tar-write-region-annotate): Mark unused parameter.
2714         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
2715         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
2716         Declare them, wrapped in `with-no-warnings' to avoid replacing one
2717         warning by another.
2719         * time-stamp.el (time-stamp-string-preprocess):
2720         Remove unused variable `require-padding'.
2722         * tree-widget.el (widget-glyph-enable): Declare.
2723         (tree-widget-action): Mark unused parameter.
2725         * w32-fns.el (x-get-selection): Mark unused parameter.
2726         (autoload-make-program, generated-autoload-file): Declare.
2728         * wdired.el (wdired-revert): Mark unused parameters.
2729         (wdired-xcase-word): Remove unused variable `err'.
2731         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
2732         (whitespace-help-scroll): Remove unused variable `data-help'.
2734         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
2735         (widget-image-insert, widget-after-change, default)
2736         (widget-default-format-handler, widget-default-notify)
2737         (widget-default-prompt-value, widget-info-link-action)
2738         (widget-url-link-action, widget-function-link-action)
2739         (widget-variable-link-action, widget-file-link-action)
2740         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
2741         (widget-field-prompt-internal, widget-field-action, widget-field-match)
2742         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
2743         (widget-insert-button-action, widget-delete-button-action, visibility)
2744         (widget-documentation-link-action, widget-documentation-string-action)
2745         (widget-const-prompt-value, widget-regexp-match, symbol)
2746         (widget-coding-system-prompt-value)
2747         (widget-key-sequence-value-to-external, sexp)
2748         (widget-sexp-value-to-internal, character, vector, cons)
2749         (widget-choice-prompt-value, widget-boolean-prompt-value)
2750         (widget-color--choose-action): Mark unused parameters.
2751         (widget-item-match-inline, widget-choice-match-inline)
2752         (widget-checklist-match, widget-checklist-match-inline)
2753         (widget-group-match): Rename parameter VALUES to VALS.
2754         (widget-field-value-set): Remove unused variable `size'.
2755         (widget-color-action): Remove unused variables `value' and `start'.
2757         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
2758         variable `dir'.  Doc fix.
2759         (windmove-find-other-window): Don't pass it.
2761         * window.el (count-windows): Mark unused parameter.
2762         (bw-adjust-window): Remove unused variable `err'.
2764         * woman.el (woman-file-name): Remove unused variable `default'.
2765         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
2766         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
2767         (global-font-lock-mode): Declare.
2768         (woman-decode-region): Mark unused parameter.
2769         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
2771         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
2772         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
2773         (x-dnd-handle-moz-url): Remove unused variable `title'.
2774         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
2776         * xml.el (xml-parse-tag, xml-parse-attlist):
2777         Remove unused variable `pos'.
2779 2011-04-19  Glenn Morris  <rgm@gnu.org>
2781         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
2782         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
2783         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2784         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
2785         * calendar/cal-html.el (cal-html-insert-minical):
2786         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
2787         (calendar-mark-date-pattern):
2788         Prefix "unused" locals.
2790         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
2791         optional argument `style'.
2793         * calendar/appt.el (appt-make-list):
2794         * calendar/cal-china.el (calendar-chinese-date-string):
2795         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
2796         (diary-hebrew-yahrzeit):
2797         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
2798         * calendar/calendar.el (calendar-generate-window):
2799         * calendar/time-date.el (time-to-days):
2800         Remove unused local variables.
2802 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
2804         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
2805         glyphless-char-display table.
2806         (tabulated-list-glyphless-char-display): New var.
2808 2011-04-18  Sam Steingold  <sds@gnu.org>
2810         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
2811         to acknowledgments.
2813 2011-04-17  Glenn Morris  <rgm@gnu.org>
2815         * calendar/diary-lib.el (diary-sexp-entry):
2816         * calendar/holidays.el (holiday-sexp):
2817         Set debug-on-error rather than the removed stack-trace-on-error.
2819 2011-04-16  Glenn Morris  <rgm@gnu.org>
2821         * progmodes/f90.el: Use lexical-binding.
2822         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
2824 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2826         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
2827         (mail-mode): Setup mailalias completion here instead.
2828         * mail/mailalias.el: Use lexical-binding.
2829         (pattern, mailalias-done): Declare dynamic.
2830         (mail-completion-at-point-function): New function, from mail-complete.
2831         (mail-complete): Use it.
2832         (mail-completion-expand): New function.
2833         (mail-get-names): Use it.
2834         (mail-directory, mail-directory-process, mail-directory-stream):
2835         Don't use `pattern' for lexically bound arg.
2837         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
2839         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
2840         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
2841         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
2843         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
2844         (byte-save-window-excursion, byte-temp-output-buffer-setup)
2845         (byte-interactive-p): Define them again, for use when inlining
2846         old code.
2848 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
2850         * loadup.el: Use `string-to-number', not `string-to-int'.
2852 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2854         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
2855         gud-gdb-complete-command.
2856         (gud-gdb-completions): New function, from gud-gdb-complete-command.
2857         (gud-gdb-completion-at-point): New function.
2858         (gud-gdb-completions): Remove.
2860 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
2862         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
2863         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
2864         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
2865         whether `executable-find' is bound.
2867         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
2869 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2871         * minibuffer.el (completion-in-region-mode-predicate)
2872         (completion-in-region-mode--predicate): New vars.
2873         (completion-in-region, completion-in-region--postch)
2874         (completion-in-region-mode): Use them.
2875         (completion--capf-wrapper): Also return the hook function.
2876         (completion-at-point, completion-help-at-point):
2877         Adjust and provide a predicate.
2879         Preserve arg names for advice of subr and lexical functions (bug#8457).
2880         * help-fns.el (help-function-arglist): Consolidate the subr and
2881         new-byte-code cases.  Add argument `preserve-names' to extract names
2882         from the docstring when needed.
2883         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
2884         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
2885         (ad-arglist): Use help-function-arglist's new arg.
2886         (ad-definition-type): Use cond.
2888 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
2890         * autorevert.el (auto-revert-handler):
2891         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
2892         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
2893         Don't quote lambda.
2895         * image-mode.el (image-transform-set-scale):
2896         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
2898 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2900         * net/network-stream.el (network-stream-open-starttls): Only do
2901         opportunistic STARTTLS upgrades if we have built-in gnutls support.
2902         Upgrades via gnutls-cli are too slow to be done opportunistically.
2904 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
2906         * dframe.el (dframe-current-frame): Remove spurious quote.
2908 2011-04-12  Glenn Morris  <rgm@gnu.org>
2910         * calendar/cal-tex.el (cal-tex-end-document):
2911         Try to automatically use latin1 input if needed.
2913         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
2914         Don't try to cons a mark onto an empty element.
2916 2011-04-11  Leo Liu  <sdl.web@gmail.com>
2918         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
2919         buffers.
2920         (ido-kill-buffer-at-head): Support killing virtual buffers.
2922 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
2924         * minibuffer.el (completion-show-inline-help): New var.
2925         (completion--do-completion, minibuffer-complete)
2926         (minibuffer-force-complete, minibuffer-complete-word):
2927         Inhibit minibuffer messages if completion-show-inline-help is nil.
2929         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
2930         to avoid interference from inline help (Bug#5849).
2932 2011-04-10  Leo Liu  <sdl.web@gmail.com>
2934         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2935         Fix typo.
2937 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
2939         * image-mode.el (image-toggle-display-image): Signal an error if
2940         not in Image mode.
2941         (image-transform-mode, image-transform-resize)
2942         (image-transform-set-rotation): Doc fix.
2943         (image-transform-set-resize): Delete.
2944         (image-transform-set-scale, image-transform-fit-to-height)
2945         (image-transform-fit-to-width): Handle image-toggle-display-image
2946         and image-transform-resize directly.
2948 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
2950         * doc-view.el (doc-view-fit-width-to-window)
2951         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
2952         New functions for fitting the shown image to the Emacs window size.
2953         (doc-view-mode-map): Add bindings for the new functions.
2955 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
2957         * vc-annotate.el (vc-annotate-show-log-revision-at-line):
2958         Fix typo in docstring.
2960 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
2962         * files.el (file-size-human-readable): Produce one digit after
2963         decimal, like "ls -lh" does.
2965         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
2966         the file size representation.
2968         * simple.el (list-processes): If async subprocesses are not
2969         available, error out with a clear error message.
2971 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
2973         * help.el (help-form-show): New function, to be called from C.
2974         Put help-form output in a buffer named differently than *Help*.
2976 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
2978         * files.el (file-size-human-readable): New function.
2980         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
2981         computing the representation inline.  Don't require `cl'.
2983 2011-04-08  Glenn Morris  <rgm@gnu.org>
2985         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
2987         * net/browse-url.el (browse-url-firefox):
2988         Test system-type, not system-configuration.
2990         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
2991         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
2992         Use log-edit-empty-buffer-p.  (Bug#7598)
2994         * net/rlogin.el (rlogin-process-connection-type): Simplify.
2995         (rlogin-mode-map): Initialize in the defvar.
2996         (rlogin): Use ignore-errors.
2998         * replace.el (occur-mode-map): Some fixes for menu items.
3000 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
3002         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
3004 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
3006         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
3007         issuing unused warnings.
3009         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
3010         macro directly.
3012         * simple.el: Lisp reimplement of list-processes.  Based on an
3013         earlier reimplementation by Leo Liu, but using tabulated-list.el.
3014         (process-menu-mode): New major mode.
3015         (list-processes--refresh, list-processes):
3016         (process-menu-visit-buffer): New functions.
3018         * files.el (save-buffers-kill-emacs): Don't assume any return
3019         value of list-processes, which is undocumented anyway.
3021 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
3023         * emacs-lisp/tabulated-list.el: New file.
3025         * emacs-lisp/package.el: Use Tabulated List mode.
3026         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
3027         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
3028         table format using Tabulated List mode variables.
3029         (package--push): New macro, replacing package-list-maybe-add.
3030         (package-menu--generate): Use package--push.  Renamed from
3031         package--generate-package-list.
3032         (package-menu-refresh, list-packages): Use it.
3033         (package-menu--print-info): Rename from package-print-package.
3034         Return insertion data instead of inserting it directly.
3035         (package-menu-describe-package, package-menu-execute):
3036         Use tabulated-list-get-id.
3037         (package-menu-mark-delete, package-menu-mark-install)
3038         (package-menu-mark-unmark, package-menu-backup-unmark)
3039         (package-menu-mark-obsolete-for-deletion):
3040         Use tabulated-list-put-tag.
3041         (package--list-packages, package-menu-revert)
3042         (package-menu-get-package, package-menu-get-version)
3043         (package-menu-sort-by-column): Functions deleted.
3044         (package-menu-package-list, package-menu-sort-key): Vars deleted.
3045         (package-menu--status-predicate, package-menu--version-predicate)
3046         (package-menu--name-predicate)
3047         (package-menu--description-predicate): Handle arguments in the
3048         Tabulated List format.
3049         (package-list-packages-no-fetch): Call list-packages.
3051 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
3053         * files.el (after-find-file-from-revert-buffer): Remove variable.
3054         (after-find-file): Don't bind it.
3055         (revert-buffer-in-progress-p): New variable.
3056         (revert-buffer): Bind it.
3057         Pass nil for `after-find-file-from-revert-buffer'.
3059         * saveplace.el (save-place-find-file-hook): Use new variable
3060         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
3062 2011-04-06  Glenn Morris  <rgm@gnu.org>
3064         * Makefile.in (AUTOGEN_VCS): New variable.
3065         (autoloads): Use $AUTOGEN_VCS.
3067         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
3068         * calendar/calendar.el (calendar-mode-map):
3069         Check for toolkit scroll bars.  (Bug#8305)
3071 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
3073         * minibuffer.el (completion-in-region--postch)
3074         (completion-in-region-mode): Remove unnecessary messages.
3076 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
3078         * font-lock.el (font-lock-refresh-defaults):
3079         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
3080         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
3082         * info.el (Info-directory-list, Info-read-node-name-2)
3083         (Info-split-parameter-string): Doc fixes.
3084         (Info-virtual-nodes): Reflow docstring.
3085         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
3086         (Info-apropos-toc-nodes, info-finder, Info-get-token)
3087         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
3088         Fix typos in docstrings.
3089         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
3090         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
3091         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
3092         (Info-restore-desktop-buffer): Mark unused parameters.
3093         (Info-directory-find-file, Info-directory-find-node)
3094         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
3095         (Info-virtual-index-find-node, Info-apropos-find-file)
3096         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
3097         Mark unused parameters; fix typos in docstrings.
3098         (Info-virtual-index): Remove unused local variable `nodename'.
3100 2011-04-05  Deniz Dogan  <deniz@dogan.se>
3102         * net/rcirc.el: Update my e-mail address.
3103         (rcirc-mode-map): Remove M-o binding.
3105 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
3107         * startup.el (command-line): Save the cursor's theme-face
3108         directly, instead of using face-override-spec.
3110         * custom.el (load-theme): Minor optimization in assigning faces.
3112 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
3114         * help-fns.el (describe-variable): Complete all variables having
3115         documentation, including keywords.
3116         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
3118 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
3120         Convert to lexical-binding.
3122         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
3123         (bs--get-marked-string, bs--get-modified-string)
3124         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
3125         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
3126         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
3128         * ehelp.el (electric-help-execute-extended)
3129         (electric-help-ctrl-x-prefix):
3130         * hexl.el (hexl-revert-buffer-function):
3131         * linum.el (linum-after-change, linum-after-scroll):
3132         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
3134         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
3136 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
3138         * epa-dired.el:
3139         * epa-mail.el:
3140         * epa-hook.el:
3141         * epa-file.el:
3142         * epa.el:
3143         * epg.el: Use lexical binding.
3145 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
3147         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
3149         * textmodes/flyspell.el (flyspell-word): Recognize default
3150         dictionary case for flyspell-mark-duplications-exceptions.
3151         Use regexp matching for languages.
3152         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
3153         default dictionary (Bug#7926).
3155 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3157         * emacs-lisp/package.el (package--with-work-buffer):
3158         Recognize https URLs.
3160         * net/network-stream.el: Move from gnus/proto-stream.el.
3161         Change prefix to network-stream throughout.
3162         (open-protocol-stream): Merge into open-network-stream, leaving
3163         open-protocol-stream as an alias.  Handle nil BUFFER args.
3165         * subr.el (open-network-stream): Move to net/network-stream.el.
3167 2011-04-02  Glenn Morris  <rgm@gnu.org>
3169         * find-dired.el (find-exec-terminator): New option.
3170         (find-ls-option): Test for -ls support.
3171         (find-ls-subdir-switches): Test for -b in find-ls-option.
3172         (find-dired, find-grep-dired): Doc fixes.
3173         (find-dired): Use find-exec-terminator.
3175         * find-dired.el (find-ls-option, find-ls-subdir-switches)
3176         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
3177         (find-name-arg): Remove purecopy.
3179         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
3180         (grep-compute-defaults): Check for `-exec COMMAND +' support.
3181         Set grep-find-use-xargs, grep-find-command, and grep-find-template
3182         accordingly.  Don't add the null-device if not needed.
3184         * files.el (save-some-buffers): Doc fix.
3186 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
3188         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
3190 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
3192         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
3193         Use `dolist' rather than `mapcar'.
3195 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3197         Add lexical binding.
3199         * subr.el (apply-partially): Use new closures rather than CL.
3200         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
3201         (dolist, dotimes): Use slightly different expansion for lexical code.
3202         (functionp): Move to C.
3203         (letrec): New macro.
3204         (with-wrapper-hook): Use it and apply-partially instead of CL.
3205         (eval-after-load): Preserve lexical-binding.
3206         (save-window-excursion, with-output-to-temp-buffer): Turn them
3207         into macros.
3209         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
3211         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
3212         than the arglist.
3213         (help-add-fundoc-usage): Don't add `Not documented'.
3214         (help-function-arglist): Handle closures, subroutines, and new
3215         byte-code-functions.
3216         (help-make-usage): Remove leading underscores.
3217         (describe-function-1): Handle closures.
3218         (describe-variable): Use special-variable-p for completion.
3220         * files.el (lexical-binding): Declare safe.
3222         * emacs-lisp/pcase.el: Don't use destructuring-bind.
3223         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
3224         (pcase): Add `let' pattern.
3225         Change memoization so it actually works.
3226         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
3227         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
3228         <let>: New case.
3230         * emacs-lisp/macroexp.el: Use lexical binding.
3231         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
3232         Don't convert ' to #' without checking that it's indeed quoting
3233         a lambda.
3235         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
3236         Use eval-sexp-add-defvars.
3237         (eval-sexp-add-defvars): New fun.
3239         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
3241         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
3242         Don't autoload.
3243         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
3244         than the internal `byte-compile-lambda'.
3245         (defmethod): Don't hide code under quotes.
3246         (eieio-defmethod): New `code' argument.
3248         * emacs-lisp/eieio-comp.el: Remove.
3250         * emacs-lisp/edebug.el (edebug-eval-defun)
3251         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
3252         (edebug-toggle): Avoid `eval'.
3254         * emacs-lisp/disass.el (disassemble-internal): Handle new
3255         `closure' objects.
3256         (disassemble-1): Handle new byte codes.
3258         * emacs-lisp/cl.el (pushnew): Silence warning.
3260         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
3261         (cl-byte-compile-throw): Remove.
3262         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
3264         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
3265         closures.
3267         * emacs-lisp/cconv.el: New file.
3269         * emacs-lisp/bytecomp.el: Use lexical binding instead of
3270         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
3271         (byte-compile-initial-macro-environment):
3272         Handle declare-function here.
3273         (byte-compile--lexical-environment): New var.
3274         (byte-stack-ref, byte-stack-set, byte-discardN)
3275         (byte-discardN-preserve-tos): New lap codes.
3276         (byte-interactive-p): Don't use any more.
3277         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
3278         New macros.
3279         (byte-compile-lapcode): Use them and handle new lap codes.
3280         (byte-compile-obsolete): Remove.
3281         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
3282         (byte-compile-arglist-warn): Check late def of inlinable funs.
3283         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
3284         since they should have been expanded by now.
3285         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
3286         (byte-compile-from-buffer): Remove unused second arg.
3287         (byte-compile-preprocess): New function.
3288         (byte-compile-toplevel-file-form): New function to distinguish
3289         file-form calls from outside from file-form calls from hunk-handlers.
3290         (byte-compile-file-form): Simplify.
3291         (byte-compile-file-form-defsubst): Remove.
3292         (byte-compile-file-form-defmumble): Simplify now that
3293         byte-compile-lambda always returns a byte-code-function.
3294         (byte-compile): Preprocess.
3295         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
3296         Remove, not used any more.
3297         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
3298         (byte-compile-make-args-desc): New funs.
3299         (byte-compile-lambda): Handle lexical functions.  Always return
3300         a byte-code-function.
3301         (byte-compile-reserved-constants): New var, to make up room for
3302         closed-over variables.
3303         (byte-compile-constants-vector): Obey it.
3304         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
3305         (byte-compile-macroexpand-declare-function): New function.
3306         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
3307         byte-code-functions.
3308         (byte-compile-form): Check obsolescence here.
3309         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
3310         (byte-compile-variable-ref): Remove.
3311         (byte-compile-dynamic-variable-op): New fun.
3312         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
3313         (byte-compile-variable-set): New funs.
3314         (byte-compile-discard): Add 2 args.
3315         (byte-compile-stack-ref, byte-compile-stack-set)
3316         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
3317         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
3318         macroexpand-all instead.
3319         (byte-compile-quote-form): Remove.
3320         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
3321         (byte-compile-bind, byte-compile-unbind): New funs.
3322         (byte-compile-let): Handle let* and lexical binding.
3323         (byte-compile-let*): Remove.
3324         (byte-compile-catch, byte-compile-unwind-protect)
3325         (byte-compile-track-mouse, byte-compile-condition-case):
3326         Handle a new :fun-body form, used for lexical scoping.
3327         (byte-compile-save-window-excursion)
3328         (byte-compile-with-output-to-temp-buffer): Remove.
3329         (byte-compile-defun): Simplify.
3330         (byte-compile-stack-adjustment): New fun.
3331         (byte-compile-out): Use it.
3332         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
3334         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
3335         handler any more.
3337         * emacs-lisp/byte-opt.el: Use lexical binding.
3338         (byte-inline-lapcode): Remove (to bytecomp).
3339         (byte-compile-inline-expand): Pay attention to inlining to/from
3340         lexically bound code.
3341         (byte-compile-unfold-lambda): Don't handle byte-code-functions
3342         any more.
3343         (byte-optimize-form-code-walker): Don't handle save-window-excursion
3344         any more and don't call compiler-macros.
3345         (byte-compile-splice-in-already-compiled-code): Remove.
3346         (byte-code): Don't inline any more.
3347         (disassemble-offset): Receive `bytes' as argument rather than via
3348         dynamic scoping.
3349         (byte-compile-tag-number): Declare before first use.
3350         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
3351         `return' even if make-spliceable.
3352         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
3353         obsolete interactive-p.
3354         (byte-optimize-lapcode): Optimize new lap-codes.
3355         Don't trip up on new form of `byte-constant' lap code.
3357         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
3359         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
3361         * custom.el (custom-initialize-default, custom-declare-variable):
3362         Use `defvar'.
3364         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
3365         New variables.
3366         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
3367         (COMPILE_FIRST): Add macroexp and cconv.
3368         * makefile.w32-in: Mirror changes in Makefile.in.
3370         * vc/cvs-status.el:
3371         * vc/diff-mode.el:
3372         * vc/log-edit.el:
3373         * vc/log-view.el:
3374         * vc/smerge-mode.el:
3375         * textmodes/bibtex-style.el:
3376         * textmodes/css.el:
3377         * startup.el:
3378         * uniquify.el:
3379         * minibuffer.el:
3380         * newcomment.el:
3381         * reveal.el:
3382         * server.el:
3383         * mpc.el:
3384         * emacs-lisp/smie.el:
3385         * doc-view.el:
3386         * dired.el:
3387         * abbrev.el: Use lexical binding.
3389 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
3391         * info.el (info-display-manual): New function.
3393 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3395         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
3397 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
3399         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
3400         an entry for that server in rcirc-authinfo.  (Bug#8385)
3402 2011-03-31  Glenn Morris  <rgm@gnu.org>
3404         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
3406         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
3408 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
3410         * progmodes/python.el (python-default-interpreter)
3411         (python-python-command-args, python-jython-command-args)
3412         (python-which-shell, python-which-args, python-which-bufname)
3413         (python-file-queue, python-comint-output-filter-function)
3414         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
3415         variables and functions.
3417 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3419         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
3420         (completion-in-region-mode): New minor mode.
3421         (completion-in-region): Use it.
3422         (completion-in-region--data, completion-in-region-mode-map): New vars.
3423         (completion-in-region--postch): New function.
3424         (completion--capf-misbehave-funs, completion--capf-safe-funs):
3425         New vars.
3426         (completion--capf-wrapper): New function.
3427         (completion-at-point): Use it to track well-behavedness of
3428         hook functions.
3429         (completion-help-at-point): New command.
3431 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
3433         * vc/add-log.el (add-change-log-entry): Don't use whitespace
3434         syntax class to search for whitespace on a single line
3435         (Message-ID: <4D938140.4030905@redhat.com>).
3437 2011-03-30  Leo Liu  <sdl.web@gmail.com>
3439         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
3440         New commands.
3441         (edit-abbrevs-map): Bind them here.
3442         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
3444 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
3446         * allout.el (allout-hide-by-annotation, allout-flag-region):
3447         Reduce possibility of overlay leakage by making them volatile.
3449         * allout-widgets.el (allout-widgets-tally): Define as nil so the
3450         hash is not shared between buffers.  Mode initialization is
3451         responsible for giving it a useful starting value.
3452         (allout-item-span): Reduce possibility of overlay leakage by
3453         making them volatile.
3454         (allout-widgets-count-buttons-in-region): Add diagnostic function
3455         for tracking down button overlay leaks.
3457 2011-03-29  Leo Liu  <sdl.web@gmail.com>
3459         * ido.el (ido-read-internal): Use the default history var
3460         minibuffer-history if no HISTORY is specified.
3462 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3464         * net/imap.el (imap-shell-open, imap-process-connection-type):
3465         Use imap-process-connection-type for 'shell' streams as well as
3466         Kerberos, SSL, other subprocesses.
3468 2011-03-28  Leo Liu  <sdl.web@gmail.com>
3470         * abbrev.el (abbrev-table-empty-p): New function.
3471         (prepare-abbrev-list-buffer): Place empty abbrev tables after
3472         nonempty ones.  (Bug#5937)
3474 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
3476         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
3478 2011-03-27  Leo Liu  <sdl.web@gmail.com>
3480         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
3481         for foreground and background colors.
3482         (ansi-color-make-color-map): Adapt.
3484 2011-03-25  Leo Liu  <sdl.web@gmail.com>
3486         * midnight.el (midnight-time-float): Remove.  Note it calculates
3487         the microsecond component incorrectly and seconds-to-time does the
3488         same job.
3489         Remove redundant (require 'timer).
3491         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
3492         (ido-completions): Remove unused arguments.  (Bug#8329)
3494 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3496         * minibuffer.el (completion--flush-all-sorted-completions):
3497         Remove itself from hook.
3498         (completion-at-point): Let the functions perform the completion
3499         immediately and return nil or t.
3500         * comint.el (comint-dynamic-complete-functions): Now identical to
3501         completion-at-point-functions.
3502         (comint-dynamic-list-input-ring): Remove unused var `index'.
3503         (comint--match-partial-filename, comint--unquote&expand-filename):
3504         New funs, split from comint-match-partial-filename.
3505         (comint-dynamic-complete): Use completion-at-point.
3506         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
3508 2011-03-24  Drew Adams  <drew.adams@oracle.com>
3510         * thingatpt.el: Support `defun'.
3512 2011-03-23  Leo Liu  <sdl.web@gmail.com>
3514         * abbrevlist.el: Move to obsolete/abbrevlist.el.
3516         * help-mode.el (help-mode-finish): Tweak regexp.
3518 2011-03-23  Glenn Morris  <rgm@gnu.org>
3520         * eshell/esh-opt.el (eshell-eval-using-options):
3521         Do not bind unused local variable `eshell-option-stub'.
3523         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
3525 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
3527         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
3528         keymap variable in `with-no-warnings' to avoid a warning when the
3529         keymap has been already `defconst'ed.
3531 2011-03-22  Leo Liu  <sdl.web@gmail.com>
3533         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
3534         encode all chars in abbrevs; otherwise use emacs-mule or
3535         utf-8-emacs.  (Bug#8308)
3537 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
3539         * simple.el (backward-delete-char-untabify):
3540         Avoid warning about using `delete-backward-char'.
3542         * image.el (image-type-file-name-regexps): Make it variable.
3543         `imagemagick-register-types' modifies it, and the user may want
3544         to add new extensions for known image types.
3545         (imagemagick-register-types): Throw error if not using ImageMagick.
3547 2011-03-22  Leo Liu  <sdl.web@gmail.com>
3549         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
3550         located before rcirc-prompt-end-marker.
3551         (rcirc-complete): Error if point is not after rcirc prompt.
3552         Handle the case when table is nil.
3553         (rcirc-user-authenticated): Define to fix compiler warning.
3555 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
3557         * custom.el (custom--inhibit-theme-enable): Make it affect only
3558         custom-theme-set-variables and custom-theme-set-faces.
3559         (provide-theme): Ignore custom--inhibit-theme-enable.
3560         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
3561         (custom-enabling-themes): Delete variable.
3562         (enable-theme): Accept only loaded themes as arguments.
3563         Ignore the special custom-enabled-themes variable.
3564         (custom-enabled-themes): Forbid themes from setting this.
3565         Eliminate use of custom-enabling-themes.
3566         (custom-push-theme): Quote "changed" custom var entry.
3568 2011-03-21  Leo Liu  <sdl.web@gmail.com>
3570         * ido.el (ido-read-internal): Add ido-selected to history instead
3571         of user input.
3573 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3575         * subr.el (deferred-action-list, deferred-action-function):
3576         Mark obsolete.
3578 2011-03-21  Leo Liu  <sdl.web@gmail.com>
3580         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
3581         change on 2011-02-13 (bug#8309).
3583         * minibuffer.el (read-file-name-function): Change default value.
3584         (read-file-name--defaults): Rename from read-file-name-defaults.
3585         (read-file-name-default): Rename from read-file-name.
3586         (read-file-name): Call read-file-name-function.
3588 2011-03-21  Glenn Morris  <rgm@gnu.org>
3590         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
3591         Doc fixes.
3593 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
3595         * cus-theme.el: Add missing provide statement.
3596         (customize-create-theme): Extract theme value correctly.
3597         (custom-theme-visit-theme): Autoload.
3598         (customize-create-theme): Prompt before inserting default faces.
3600 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
3602         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
3603         units and musical notes.
3605 2011-03-20  Leo  <sdl.web@gmail.com>
3607         * ido.el (ido-read-internal): Use completing-read-default.
3608         (ido-completing-read): Fix compatibility with completing-read.
3610 2011-03-20  Christian Ohler  <ohler@gnu.org>
3612         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
3613         (ert-delete-all-tests): Use `called-interactively-p' rather than
3614         `interactive-p'.
3615         (ert--make-xrefs-region): Respect END.
3617 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
3619         * dired-aux.el (dired-create-directory): Signal an error if the
3620         directory already exists (Bug#8246).
3622         * facemenu.el (list-colors-display): Call list-faces-display
3623         inside with-help-window.
3624         (list-colors-print): Use display property to align the final
3625         column, instead of checking window-width.
3627 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
3629         * emerge.el (emerge-metachars): Separate value for ms-dos and
3630         windows-nt systems.
3631         (emerge-protect-metachars): Quote correctly for ms-dos and
3632         windows-nt systems.
3634 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
3636         * info.el (info-initialize): Replace all uses of `:' with
3637         path-separator for compatibility with non-Unix systems.
3638         Cache quoting of path-separator.  (Bug#8258)
3640 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
3642         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
3643         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
3644         (mouse-avoidance-mode): Fix typos in docstrings.
3646 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
3648         * startup.el (package-subdirectory-regexp): Move from package.el.
3649         Omit \\` and \\', and let callers add them.
3651         * emacs-lisp/package.el (package-strip-version)
3652         (package-load-all-descriptors): Add \\` and \\' to
3653         package-subdirectory-regexp before using it.
3654         (package-untar-buffer): New arg DIR; ensure that file untars only
3655         into this expected directory.  Remove superfluous delete-region.
3656         (package-unpack): Caller changed.
3657         (package-tar-file-info): Use package-subdirectory-regexp.
3659 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3661         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
3662         diff-mode-shared-map (bug#8284).
3663         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
3665 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3667         * calendar/time-date.el (format-seconds): Use assoc instead of
3668         assoc-string, since assoc-string doesn't exist in XEmacs.
3670 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
3672         * custom.el (custom-known-themes): Reflow docstring.
3673         (custom-theme-load-path): Fix typo in docstring.
3674         (load-theme): Fix typo in error message.
3675         (custom-available-themes, custom-variable-theme-value):
3676         Use `let', not `let*'.
3678 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
3680         * calc/README: Mention inclusion of musical notes.
3682         * calc/calc-units.el (calc-lu-quant): Rename from
3683         `calc-logunits-quantity'.
3684         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
3685         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
3686         (calc-db): Rename from `calc-dblevel'.
3687         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
3688         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
3689         (calc-np): Rename from `calc-nplevel'.
3690         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
3691         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
3692         (calc-lu-plus): Rename from `calc-logunits-add'.
3693         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
3694         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
3695         (calc-lu-minus): Rename from `calc-logunits-sub'.
3696         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
3697         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
3698         (calc-lu-times): Rename from `calc-logunits-mul'.
3699         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
3700         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
3701         (calc-lu-divide): Rename from `calc-logunits-div'.
3702         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
3703         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
3705         * calc/calc-ext.el (calc-init-extensions): Update the names of the
3706         functions being autoloaded.
3708         * calc/calc.el (calc-lu-power-reference): Rename from
3709         `calc-logunits-power-reference'.
3710         (calc-lu-field-reference): Rename from
3711         `calc-logunits-field-reference'.
3713         * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
3715 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3717         * minibuffer.el (completion-all-sorted-completions):
3718         Use :completion-cycle-penalty text property if present.
3720 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
3722         * allout.el (allout-yank-processing): Adjust for new rebulleting
3723         regime so bullet being yanked is used without prompting the user
3724         for a choice.
3726 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
3728         * startup.el (command-line): Warn the user that _emacs is deprecated.
3730 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
3732         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
3733         (delphi-verbose, delphi-comment-face, delphi-string-face)
3734         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
3735         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
3736         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
3737         (delphi-new-comment-line, delphi-font-lock-defaults)
3738         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
3739         Fix typos in docstrings.
3741 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
3743         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
3744         Invert the roles of character and string values for INSTEAD, so a
3745         string is used for the more common case of a defaulting prompt.
3747 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3749         * progmodes/ruby-mode.el (ruby-backward-sexp):
3750         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
3751         * play/gamegrid.el (gamegrid-make-face):
3752         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
3753         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
3754         * notifications.el (notifications-notify):
3755         * net/xesam.el (xesam-search-engines):
3756         * net/quickurl.el (quickurl-list-insert):
3757         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
3759 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
3761         * startup.el (command-line): Update package subdirectory regexp.
3763 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3765         * allout.el (allout-abbreviate-flattened-numbering)
3766         (allout-mode-deactivate-hook): Fix up obsolescence "date".
3768         * subr.el (read-char-choice): Only show the cursor after the prompt,
3769         not after the answer.
3771 2011-03-15  Kevin Ryde  <user42@zip.com.au>
3773         * help-fns.el (variable-at-point): Skip leading quotes, if any
3774         (bug#8253).
3776 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3778         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
3779         warning message.
3781 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
3783         * shell.el (shell): When called interactively, offer to change the
3784         shell file name on remote hosts.
3786 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3788         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
3789         integration for LDAP parameters.  The host, base, user or binddn,
3790         and secret tokens can be specified in a netrc file, for instance.
3791         This is optional because an `auth-source' parameter must be
3792         specified in the search attributes.
3794 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
3796         * help.el (describe-mode): Link to the mode's definition (bug#8185).
3798 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3800         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
3801         into declaration.  Remove redundant and harmful binding.
3803 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
3805         * files.el (file-ownership-preserved-p): Pass `integer' as an
3806         explicit 2nd argument to `file-attributes'.  If the file's owner
3807         is the Administrators group on Windows, and the current user is
3808         Administrator, consider that a match.
3810         * server.el (server-ensure-safe-dir): Consider server directory
3811         safe on MS-Windows if its owner is the Administrators group while
3812         the current Emacs user is Administrator.  Use `=' to compare
3813         numerical UIDs, since they could be integers or floats.
3815 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
3817         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
3819 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
3821         Sync with Tramp 2.2.1.
3823         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
3825         * net/trampver.el: Update release number.
3827 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3829         * progmodes/compile.el (compilation--previous-directory): Fix up
3830         various nil/dead-marker mismatches (bug#8014).
3831         (compilation-directory-properties, compilation-error-properties):
3832         Don't call it at a position past the one we're about to change.
3834         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
3835         Disable obsolescence warnings in the file that declares it.
3837 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
3839         * allout-widgets.el (allout-widgets-tally):
3840         Initialize allout-widgets-tally as a hash table rather than nil to
3841         prevent mode-line redisplay warnings.  Also, clarify the module
3842         description and fix a comment typo.
3844 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
3846         * help-fns.el (describe-variable): Don't complete keywords.
3847         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
3849 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
3851         * emacs-lisp/package.el (package-version-join): Impose a standard
3852         string representation for pre/alpha/beta version lists.
3853         (package-unpack-single): Standardize the directory name by passing
3854         it through package-version-join.
3855         (package-strip-rcs-id): Accept any version string that does not
3856         signal an error in version-to-list.
3858 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
3860         * simple.el (delete-trailing-whitespace): Return nil for the
3861         benefit of `write-file-functions'.
3863 2011-03-10  Glenn Morris  <rgm@gnu.org>
3865         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
3867         * vc/vc-git.el (vc-git-program): New option.
3868         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
3869         (vc-git--call): Use it.
3871         * eshell/esh-util.el (eshell-condition-case): Doc fix.
3873         * cus-edit.el (Custom-newline): If no button at point, look
3874         for a subgroup button at start-of-line.  (Bug#2298)
3876         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
3878 2011-03-10  Julien Danjou  <julien@danjou.info>
3880         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
3881         `cursor-type' is nil.
3883 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
3885         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
3887 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
3889         * allout.el Summary: Change so yank of distinctive-bullet items
3890         preserves the existing header prefix, rebulleting it if necessary,
3891         rather than replacing it.  This is necessary for proper operation
3892         of cooperative addons like allout-widgets.
3893         (allout-make-topic-prefix, allout-rebullet-heading): Change
3894         SOLICIT arg to INSTEAD, and interpret additionally a string value
3895         as alternate bullet to be used, instead of prompting the user for
3896         a bullet character.
3898 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
3900         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3901         Do not use `tramp-file-name-port', because this returns also
3902         `tramp-default-port'.
3904 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
3906         * net/rcirc.el (rcirc-handler-001): Remove useless
3907         with-rcirc-process-buffer.
3908         (rcirc-check-auth-status): Swap arguments to string-match.
3910 2011-03-09  Glenn Morris  <rgm@gnu.org>
3912         * shell.el (shell-mode):
3913         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
3915         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
3916         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
3918 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
3920         * emacs-lisp/package.el (package-refresh-contents)
3921         (package-menu-execute): Use condition-case-no-debug.
3923 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
3925         * simple.el (shell-command-to-string): Use `process-file'.
3927         * emacs-lisp/package.el (package-tar-file-info): Handle also
3928         remote files.
3930         * emacs-lisp/package-x.el (package-upload-buffer-internal):
3931         Use `equal' for upload base check.
3933 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
3935         * textmodes/texinfo.el (texinfo-environments):
3936         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
3938 2011-03-08  Glenn Morris  <rgm@gnu.org>
3940         * cus-start.el (cursor-in-non-selected-windows):
3941         Fix :set quoting oddness.  (Bug#8192)
3943         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
3944         in some setf expressions.  (Bug#2159)
3946 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
3948         * custom.el (custom-available-themes): Return themes in
3949         alphabetical order.
3951 See ChangeLog.15 for earlier changes.
3953 ;; Local Variables:
3954 ;; coding: utf-8
3955 ;; End:
3957   Copyright (C) 2011  Free Software Foundation, Inc.
3959   This file is part of GNU Emacs.
3961   GNU Emacs is free software: you can redistribute it and/or modify
3962   it under the terms of the GNU General Public License as published by
3963   the Free Software Foundation, either version 3 of the License, or
3964   (at your option) any later version.
3966   GNU Emacs is distributed in the hope that it will be useful,
3967   but WITHOUT ANY WARRANTY; without even the implied warranty of
3968   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3969   GNU General Public License for more details.
3971   You should have received a copy of the GNU General Public License
3972   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.