* lisp/net/rcirc.el: Delete trailing whitespaces once and for all.
[emacs.git] / lisp / ChangeLog
bloba717648315256ac96672919042d862a10c1bfa4a
1 2011-06-20  Deniz Dogan  <deniz@dogan.se>
3         * net/rcirc.el: Delete trailing whitespaces once and for all.
5 2011-06-20  Martin Rudalics  <rudalics@gmx.at>
7         * window.el (get-window-with-predicate): Start scanning with
8         window following selected window to restore Emacs 23 behavior.
9         Clarify doc-string.
10         (get-buffer-window-list): Start scanning with selected window to
11         restore Emacs 23 behavior.  Clarify doc-string.
13 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
15         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
19         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
21         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
23 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
25         * window.el (display-buffer-other-window-means-other-frame):
26         Call display-buffer-normalize-alist.
27         (display-buffer-normalize-specifiers-1): Rename to
28         display-buffer-normalize-argument.  New argument other-frame.
29         Rewrite.
30         (display-buffer-normalize-specifiers-2): Rename to
31         display-buffer-normalize-options.
32         (display-buffer-normalize-alist-1): New function.
33         (display-buffer-normalize-specifiers-3): Rename to
34         display-buffer-normalize-alist.  Call
35         display-buffer-normalize-alist-1.
36         (display-buffer-normalize-options-inhibit): New variable.
37         (display-buffer-normalize-specifiers): Rewrite calling
38         display-buffer-normalize-alist,
39         display-buffer-normalize-argument, and
40         display-buffer-normalize-options.  Don't call the latter if
41         display-buffer-normalize-options-inhibit is non-nil.
42         (frame-auto-delete): New option.
43         (window-deletable-p): Use frame-auto-delete.
44         (window-list-no-nils, window-state-ignored-parameters)
45         (window-state-get-1, window-state-get, window-state-put-list)
46         (window-state-put-1, window-state-put-2, window-state-put): New
47         functions.
48         (display-buffer-normalize-options): Move special-display-p group
49         after pop-up-frame group (Bug#8851) and (Bug#8856).
51 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
53         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
54         groups (Bug#8776).
55         (rx-submatch-n): New function.
56         (rx): Document it.
58         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
59         (Bug#8768).
61         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
63         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
65         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
66         anytime existing face settings are present (Bug#8889).
68         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
69         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
70         Remove unused argument.
72 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
74         * window.el (display-buffer-default-specifiers): Remove
75         pop-up-frame.  Add pop-up-window-min-height,
76         pop-up-window-min-width, and another reuse-window specifier
77         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
78         (display-buffer-normalize-specifiers-2): Handle
79         split-height-threshold and split-width-threshold also when
80         pop-up-windows is unset.  Add a reuse-window specifier for the
81         case popping up a new window fails.
82         (special-display-popup-frame): Remove double quoting.
83         (display-buffer-normalize-specifiers-1): Fix thinko.
85 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
87         * shell.el (shell-completion-vars): Set pcomplete-termination-string
88         according to comint-completion-addsuffix.
90         * pcomplete.el: Convert to lexical binding and fix bug#8819.
91         (pcomplete-suffix-list): Mark as obsolete.
92         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
93         pcomplete-seen in the closure.
94         (pcomplete-comint-setup): Setup completion-at-point as well.
95         (pcomplete--entries): New function.
96         (pcomplete--env-regexp): New var.
97         (pcomplete-entries): Rewrite to work with partial-completion and
98         without relying on pcomplete-suffix-list.
99         (pcomplete-pare-list): Remove, unused.
101 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
103         * window.el (display-buffer-alist): Set pop-up-window-min-height
104         and pop-up-window-min-width in default value.  Reported by
105         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
106         other-window-means-other-frame.
107         (display-buffer-macro-specifiers): Comment out entry for
108         other-window specifier.
109         (display-buffer-other-window-means-other-frame): New function.
110         (display-buffer-normalize-specifiers-1): New arguments
111         buffer-name and label.  Treat other-window case specially.
112         (display-buffer-normalize-specifiers-2): Treat other-window case
113         specially.
114         (display-buffer-normalize-specifiers-3): New function.
115         (display-buffer-normalize-specifiers): Call
116         display-buffer-normalize-specifiers-3.
118 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
120         * window.el (same-window-p): Fix two typos introduced when
121         adding with-no-warnings.
122         (display-buffer-normalize-specifiers-1): Don't check
123         pop-up-frames for 'unset initialization.
124         (display-buffer-normalize-specifiers-2): Major rewrite using
125         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
126         (pop-up-frames, display-buffer-reuse-frames)
127         (display-buffer-mark-dedicated): Don't initialize to 'unset.
128         Suggested by David Engster <deng@randomsample.de>.
129         (even-window-heights): Initialize to 'unset.
130         (display-buffer-alist-set): Handle new 'unset initializations.
131         (display-buffer-macro-specifiers): Don't pop up a new frame in the
132         other window case.
134 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
136         * window.el (display-buffer-normalize-specifiers-1): Respect
137         current value of pop-up-frames for most reasonable values of
138         second argument of display-buffer (Bug#8865).
139         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
140         (switch-to-buffer-other-window-same-frame)
141         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
142         Adams (Bug#8875).
143         (display-buffer): Don't check noninteractive when calling
144         display-buffer-pop-up-frame.
145         (display-buffer-pop-up-frame): Never pop up a frame in
146         noninteractive mode (Bug#8857).
147         (enlarge-window, shrink-window): Don't report an error when the
148         window can't be resized as requested (Bug#8862).
150 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
152         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
154         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
156         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
158 2011-06-15  Alan Mackenzie  <acm@muc.de>
160         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
161         for declarators, disable knr checking to speed up for normal files.
162         2: Refactor, replacing a sequence of nested if forms by a cond form.
164 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
166         * net/network-stream.el (open-network-stream): Add the keyword
167         :always-query-capabilities for the case where you want to force a
168         `plain' network connection, but the protocol still requires the
169         capabilitiy command (i.e., SMTP and EHLO).
171         * subr.el (process-live-p): Rename from `process-alive-p' for
172         consistency with other `-live-p' functions.
174 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
176         * window.el (same-window-buffer-names, same-window-regexps)
177         (special-display-frame-alist, special-display-popup-frame)
178         (special-display-function, special-display-buffer-names)
179         (special-display-regexps, pop-up-frame-alist)
180         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
181         (pop-up-windows, split-window-preferred-function)
182         (split-height-threshold, split-width-threshold, even-window-heights)
183         (display-buffer-mark-dedicated): Don't encourage the use of
184         display-buffer-alist from Elisp code.
186 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
188         * progmodes/python.el (python-mode): Derive from prog-mode.
189         * progmodes/ps-mode.el (ps-mode):
190         * progmodes/mixal-mode.el (mixal-mode):
191         * progmodes/cfengine.el (cfengine-mode):
192         * progmodes/ld-script.el (ld-script-mode): Likewise.
194 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
196         * window.el (display-buffer-alist): Trim default value to avoid
197         popping up a new frame (Bug#8857) or reusing an arbitrary window
198         on another frame.
199         (display-buffer): Do not fall back on popping up a new frame in
200         batch mode (Bug#8857).
202 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
204         * cus-theme.el (describe-theme-1): Use custom-theme-p.
205         (custom-theme-summary): New function.
206         (customize-themes): Use it.
208 2011-06-13  Glenn Morris  <rgm@gnu.org>
210         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
212 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
214         * help.el (help-window): Remove variable.
215         (help-window-point-marker, temp-buffer-max-height)
216         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
217         (help-print-return-message): Don't set help-window.
218         (resize-temp-buffer-window): Rewrite cod eand doc-string.
219         (help-window-setup-finish): Remove.
220         (help-window-display-message, help-window-setup)
221         (with-help-window): Major rewrite based on new
222         display-buffer-window variable.
224         * help-mode.el (help-mode-finish): Remove help-window related
225         code.
227         * view.el (view-exits-all-viewing-windows): Remove reference to
228         view-return-to-alist in doc-string.
229         (view-return-to-alist): Make obsolete.
230         (view-buffer): Call pop-to-buffer-same-window and remove
231         undo-window code.
232         (view-buffer-other-window): Call pop-to-buffer-other-window and
233         simplify code.  Ignore second argument.
234         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
235         simplify code.  Ignore second argument.
236         (view-return-to-alist-update): Make obsolete.
237         (view-mode-enter): Rename second argument to QUIT-RESTORE.
238         Rewrite using quit-restore window parameters.
239         (view-mode-exit): Rename second argument to EXIT-ONLY.
240         Rewrite using quit-restore-window.
241         (View-exit, View-exit-and-edit, View-leave, View-quit)
242         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
243         appropriate arguments.
244         (view-end-message): Use quit-restore window parameter.
246         * window.el (display-buffer-function): Rewrite doc-string.
247         (display-buffer-window, display-buffer-alist): New variables.
248         (display-buffer-split-specifiers)
249         (display-buffer-side-specifiers)
250         (display-buffer-macro-specifiers): New constants.
251         (display-buffer-even-window-sizes, display-buffer-set-height)
252         (display-buffer-set-width, display-buffer-select-window)
253         (display-buffer-in-window, display-buffer-reuse-window)
254         (display-buffer-split-window-1, display-buffer-split-window)
255         (display-buffer-split-atom-window, display-buffer-pop-up-window)
256         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
257         (display-buffer-in-side-window, normalize-buffer-to-display)
258         (display-buffer-normalize-specifiers-1)
259         (display-buffer-normalize-specifiers-2)
260         (display-buffer-normalize-specifiers, display-buffer-frame):
261         New functions.
262         (display-buffer): Major rewrite.
263         (display-buffer-other-window, display-buffer-other-frame)
264         (pop-to-buffer, switch-to-buffer-other-window)
265         (switch-to-buffer-other-frame): Rewrite.
266         (display-buffer-same-window, display-buffer-same-frame)
267         (display-buffer-same-frame-other-window)
268         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
269         (pop-to-buffer-other-window)
270         (pop-to-buffer-same-frame-other-window)
271         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
272         (switch-to-buffer-other-window-same-frame): New functions.
273         (same-window-p, special-display-p): Rewrite disabling warnings.
274         Make obsolete.
275         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
276         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
277         Make obsolete
278         (same-window-buffer-names, same-window-regexps)
279         (special-display-frame-alist, special-display-popup-frame)
280         (special-display-function, special-display-buffer-names)
281         (special-display-regexps, pop-up-frame-alist)
282         (pop-up-frame-function, split-window-preferred-function)
283         (split-height-threshold, split-width-threshold)
284         (even-window-heights): Make obsolete.
286 2011-06-12  Glenn Morris  <rgm@gnu.org>
288         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
289         Misc simplifications.
291 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
293         * window.el (window-safely-shrinkable-p): Restore function which
294         was inadvertently removed in change from 2011-06-11.  Declare as
295         obsolete.
297         * calendar/calendar.el (calendar-generate-window):
298         Use window-iso-combined-p instead of combination of one-window-p and
299         window-safely-shrinkable-p.
301 2011-06-12  Glenn Morris  <rgm@gnu.org>
303         * progmodes/fortran.el (fortran-mode-syntax-table):
304         * progmodes/f90.el (f90-mode-syntax-table):
305         Set % to punctuation.  (Bug#8820)
306         (f90-find-tag-default): Remove, no longer needed.
308 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
310         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
312 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
314         * image.el (image-animated-p): Return animation delay in seconds.
315         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
316         (image-animate-timeout): Remove DELAY argument.  Don't assume
317         every subimage has the same delay; get it from image-animated-p.
318         (image-animate): Caller changed.
320 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
322         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
323         to ignored backtrace functions.
325 2011-06-11  Glenn Morris  <rgm@gnu.org>
327         * calendar/appt.el (appt-disp-window-function): Doc fix.
328         (appt-check): Handle overlapping appointments.  (Bug#8337)
330 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
332         * window.el (window-tree-1, window-tree): New functions, moving
333         the latter to window.el.
334         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
335         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
336         (bw-refresh-edges): Remove.
337         (balance-windows-1, balance-windows-2): New functions.
338         (balance-windows): Rewrite in terms of window tree functions,
339         balance-windows-1 and balance-windows-2.
340         (bw-adjust-window): Remove.
341         (balance-windows-area-adjust): New function with functionality of
342         bw-adjust-window but using resize-window.
343         (set-window-text-height): Rewrite doc-string.
344         Use normalize-live-window and resize-window.
345         (enlarge-window-horizontally, shrink-window-horizontally):
346         Rename argument to DELTA.
347         (window-buffer-height): New function.
348         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
349         Rewrite using new window resize routines.
350         (kill-buffer-and-window, mouse-autoselect-window-select):
351         Use ignore-errors instead of condition-case.
352         (quit-window): Call delete-frame instead of delete-windows-on
353         for the only buffer on frame.
355 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
357         * loadup.el (top-level): Load window before files for the sake
358         of replace-buffer-in-windows.
360         * files.el (read-buffer-to-switch)
361         (switch-to-buffer-other-window)
362         (switch-to-buffer-other-frame, display-buffer-other-frame):
363         Move to window.el.
365         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
366         (previous-buffer): Move to window.el.
368         * bindings.el (unbury-buffer): Move to window.el.
370         * window.el (delete-other-windows-vertically): Move after
371         definition of delete-other-windows.
372         (other-window, delete-windows-on, replace-buffer-in-windows):
373         Move here from window.c.
374         (record-window-buffer, unrecord-window-buffer)
375         (set-window-buffer-start-and-point, switch-to-prev-buffer)
376         (switch-to-next-buffer): New functions.
377         (get-next-valid-buffer, last-buffer, next-buffer): Move here
378         from simple.el.  Call switch-to-next-buffer.
379         (previous-buffer): Move here from simple.el.
380         Call switch-to-prev-buffer.
381         (bury-buffer): Move here from buffer.c.  Switch to previous
382         buffer when window cannot be deleted.
383         (unbury-buffer): Move here from bindings.el.
384         (ctl-x-map): Move binding for other-window from window.c to
385         here.
386         (read-buffer-to-switch, switch-to-buffer-other-window)
387         (switch-to-buffer-other-frame): Move here from files.el.
388         (normalize-buffer-to-switch-to): New functions.
389         (switch-to-buffer): Move here from buffer.c.
390         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
392 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
394         * window.el (window-min-height, window-min-width): Move here
395         from window.c.  Add defcustoms and rewrite doc-strings.
396         (resize-mini-window, resize-window): New functions.
397         (adjust-window-trailing-edge, enlarge-window, shrink-window):
398         Move here from window.c.
399         (maximize-window, minimize-window): New functions.
400         (delete-window, delete-other-windows, split-window): Move here
401         from window.c.
402         (window-split-min-size): New function.
403         (split-window-keep-point): Mention split-window-above-each-other
404         instead of split-window-vertically.
405         (split-window-above-each-other, split-window-vertically):
406         Rename split-window-vertically to split-window-above-each-other and
407         provide defalias for old definition.
408         (split-window-side-by-side, split-window-horizontally): Rename
409         split-window-horizontally to split-window-side-by-side and provide
410         defalias for the old definition.
411         (ctl-x-map): Move bindings for delete-window,
412         delete-other-windows and enlarge-window here from window.c.
413         Replace bindings for split-window-vertically and
414         split-window-horizontally by bindings for
415         split-window-above-each-other and split-window-side-by-side.
417         * cus-start.el (all): Remove entries for window-min-height and
418         window-min-width.  Add entries for window-splits and
419         window-nest.
421 2011-06-09  Glenn Morris  <rgm@gnu.org>
423         * calendar/appt.el (appt-mode-line): New function.
424         (appt-check, appt-disp-window): Use it.
426         * files.el (hack-one-local-variable-eval-safep):
427         Allow minor-modes with explicit +/-1 arguments.
429 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
431         * term/xterm.el (xterm): Add defgroup.
432         (xterm-extra-capabilities): Add defcustom to supply known xterm
433         capabilities, skip querying them, or query them (default).
434         (terminal-init-xterm): Use it.
435         (terminal-init-xterm-modify-other-keys): New function to set up
436         modifyOtherKeys support to simplify `terminal-init-xterm'.
438 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
440         * window.el (resize-window-reset, resize-window-reset-1)
441         (resize-subwindows-skip-p, resize-subwindows-normal)
442         (resize-subwindows, resize-other-windows, resize-this-window)
443         (resize-root-window, resize-root-window-vertically)
444         (window-deletable-p, window-or-subwindow-p)
445         (frame-root-window-p): New functions.
447 2011-06-09  Glenn Morris  <rgm@gnu.org>
449         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
450         (ange-ftp-get-files): Use it.
452 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
454         * mail/sendmail.el (mail-recover-1, mail-recover):
455         * files.el (recover-file, recover-session):
456         Handle dired-listing-switches not being just a single short option.
458 2011-06-09  Glenn Morris  <rgm@gnu.org>
460         * calendar/appt.el (appt-display-message, appt-disp-window):
461         Handle lists of appointments.
463 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
465         * window.el (one-window-p): Move down in code.
466         Rewrite doc-string.
467         (window-current-scroll-bars): Rewrite doc-string.
468         Normalize live window argument.
469         (walk-windows, get-window-with-predicate, count-windows):
470         Rewrite doc-string.  Use window-list-1.
471         (window-in-direction-2, window-in-direction, get-mru-window):
472         New functions.
474 2011-06-08  Reuben Thomas <rrt@sc3d.org>
476         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
477         Doc fix (Bug#8713).
479 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
481         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
483 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
485         * loadhist.el (unload-feature-special-hooks):
486         Add `comint-output-filter-functions'.
488 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
490         * calendar/appt.el (appt-check): Move some initializations into the let.
492 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
494         * window.el (window-height): Defalias to window-total-height.
495         (window-width): Defalias to window-body-width.
497 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
499         * image-mode.el (image-toggle-animation): New command.
500         (image-mode-map): Bind it to RET.
501         (image-mode): Update message.
502         (image-toggle-display-image): Avoid a spurious cache flush.
503         (image-transform-rotation): Doc fix.
504         (image-transform-properties): Return quickly in the normal case.
505         (image-animate-loop): Rename from image-animate-max-time.
507         * image.el (image-animate-max-time): Move to image-mode.el.
508         (create-animated-image): Remove unnecessary function.
509         (image-animate): Rename from image-animate-start.  New arg.
510         (image-animate-stop): Remove; just use image-animate-timer.
511         (image-animate-timer): Use car-safe.
512         (image-animate-timeout): Rename argument.
514 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
516         * window.el (get-lru-window, get-largest-window): Move here from
517         window.c.  Rename first argument to ALL-FRAMES.
518         Rephrase doc-strings.
519         (get-buffer-window-list): Rewrite using window-list-1.
520         Rephrase doc-string.
521         (window-safe-min-height, window-safe-min-width): New constants.
522         (window-size-ignore, window-min-size, window-min-size-1)
523         (window-sizable, window-sizable-p, window-size-fixed-1)
524         (window-size-fixed-p, window-min-delta-1, window-min-delta)
525         (window-max-delta-1, window-max-delta, window-resizable)
526         (window-resizable-p, window-total-height, window-total-width)
527         (window-body-width): New functions.
528         (window-full-height-p, window-full-width-p): Rewrite using
529         window-total-size.
530         (window-body-height): Rewrite using window-body-size.
532 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
534         * window.el (window-right, window-left, window-child)
535         (window-child-count, window-last-child, window-any-p)
536         (normalize-live-buffer, normalize-live-frame)
537         (normalize-any-window, normalize-live-window)
538         (window-iso-combination-p, window-iso-combined-p)
539         (window-iso-combinations)
540         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
541         (windows-with-parameter, window-with-parameter)
542         (window-atom-root, make-window-atom, window-atom-check-1)
543         (window-atom-check, window-side-check, window-check):
544         New functions.
545         (ignore-window-parameters, window-sides, window-sides-vertical)
546         (window-sides-slots): New variables.
547         (window-size-fixed): Move down in code.  Minor doc-string fix.
549 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
551         * comint.el (comint-dynamic-complete-as-filename)
552         (comint-dynamic-complete-filename): Correctly call
553         completion-in-region.
555 2011-06-05  Deniz Dogan  <deniz@dogan.se>
557         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
558         in last change.
560 2011-06-05  Deniz Dogan  <deniz@dogan.se>
562         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
563         (rcirc): Use it to prompt for encryption.
565 2011-06-05  Roland Winkler  <winkler@gnu.org>
567         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
568         (bibtex-search-entries): New command bound to C-c C-a.
569         (bibtex-display-entries): New function.
571 2011-06-05  Roland Winkler  <winkler@gnu.org>
573         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
574         (bibtex-insert-kill): After yanking insert newline if necessary.
575         (bibtex-initialize): Call bibtex-string-files-init only once.
576         (bibtex-mode): Do not call easy-menu-add.
577         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
578         (bibtex-yank): Set arg properly if nil.
580 2011-06-05  Roland Winkler  <winkler@gnu.org>
582         * textmodes/bibtex.el (bibtex-search-entry-globally):
583         New variable.
584         (bibtex-search-entry): Use it.
586 2011-06-05  Roland Winkler  <winkler@gnu.org>
588         * textmodes/bibtex.el (bibtex-entry-format): New option
589         sort-fields.
590         (bibtex-format-entry, bibtex-reformat): Honor this option.
591         (bibtex-parse-entry): Return fields in proper order.
593 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
595         * doc-view.el (doc-view-remove-if): Move computation of result out
596         of `dolist' to silence misleading lexical-binding warning.
598 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
600         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
601         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
603 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
605         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
606         "SunOS 5.10".
608 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
610         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
611         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
612         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
613         (tramp-parse-putty):
614         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
615         (tramp-completion-function-alist-ssh)
616         (tramp-completion-function-alist-telnet)
617         (tramp-completion-function-alist-su)
618         (tramp-completion-function-alist-putty): Set `tramp-autoload'
619         cookie.
621         * net/tramp-ftp.el:
622         * net/tramp-sh.el:
623         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
624         load "tramp.el" `tramp-set-completion-function'.
626 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
628         * shell.el: Require and use pcomplete.
629         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
630         (shell-completion-vars): Set pcomplete-default-completion-function.
632 2011-06-04  Deniz Dogan  <deniz@dogan.se>
634         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
635         `memq' (Bug#8799).
637 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
639         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
641 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
643         * bs.el (bs--mark-unmark, bs--nth-wrapper):
644         * mpc.el (mpc-select-extend, mpc-songpointer-context):
645         * vc/log-view.el (log-view-beginning-of-defun):
646         * vc/smerge-mode.el (smerge-apply-resolution-patch)
647         (smerge-refine-forward, smerge-refine-chopup-region):
648         Silence warning for unused `dotimes' counter variables.
650 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
652         * net/tramp.el (tramp-with-progress-reporter): Rename from
653         with-progress-reporter.  Use `declare'.
654         * net/tramp-smb.el:
655         * net/tramp-sh.el:
656         * net/tramp-gvfs.el: Update all uses.
658 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
660         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
661         buffer isn't killed before making it current.
663 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
665         Silence various byte-compiler warnings.
666         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
667         `access-type' and new obsolescence format.
668         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
669         new format.
670         (byte-compile-check-variable): New `access-type' argument.
671         Only warn if the access-type is obsolete.
672         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
673         (byte-compile-variable-set): Adjust callers.
674         * help-fns.el (describe-variable): Adjust to new obsolescence format.
675         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
676         setting it as obsolete.
677         * simple.el (minibuffer-completing-symbol):
678         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
679         access as obsolete.
680         * minibuffer.el (minibuffer-completing-file-name): Don't make it
681         obsolete yet.
682         * international/quail.el (quail-mouse-choose-completion): Remove unused
683         code referring to obsolete var.
684         (quail-choose-completion-string): Remove.
685         * server.el (server-clients-with, server-kill-buffer-query-function)
686         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
687         * proced.el (proced-send-signal):
688         * emacs-lisp/lisp.el (lisp-complete-symbol):
689         Replace completion-annotate-function with completion-extra-properties.
691 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
693         * simple.el (goto-line): Use read-number.
694         (overriding-map-is-bound): Remove.
695         (saved-overriding-map): Change default.
696         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
697         Take the map as argument.
698         (universal-argument, negative-argument, digit-argument): Use it.
699         (restore-overriding-map): Adjust.
700         (do-auto-fill): Use fill-forward-paragraph.
701         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
703         * minibuffer.el (minibuffer-inactive-mode-map): New var.
704         (minibuffer-inactive-mode): New major mode.
705         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
706         the *Messages* buffer" hack.
707         (mouse-popup-menubar): Don't burp if the event is a normal key.
709         Miscellaneous tweaks.
710         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
711         lexical scoping as in subr.el's dolist and dotimes.
712         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
713         Silence compiler warning.
714         * thingatpt.el (forward-whitespace): Trivial coding style fix.
715         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
716         * international/ccl.el (ccl-compile): Trivial simplification.
717         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
718         * emacs-lisp/testcover.el (testcover-end): Remove spurious
719         `printflag' argument.
720         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
721         Purecopy the whole obsolescence data.
723 2011-06-01  Leo Liu  <sdl.web@gmail.com>
725         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
726         improve doc-string as suggested by Marco Pessotto
727         <melmothx@gmail.com>.
728         (rcirc-print): Fix last change.
730 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
732         * minibuffer.el (complete-with-action): Return nil for the metadata and
733         boundaries of non-functional tables.
734         (completion-table-dynamic): Return nil for the metadata.
735         (completion-table-with-terminator): Add default case, using
736         complete-with-action.
737         (completion--metadata): New function.
738         (completion-all-sorted-completions, minibuffer-completion-help): Use it
739         to try and avoid pathological performance problems.
740         (completion--embedded-envvar-table): Return `category' metadata.
742 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
744         * subr.el (process-alive-p): New tiny convenience function.
746 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
748         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
749         content but also its previous major mode.
751 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
753         * debug.el (debug): Restore the previous content of the
754         *Backtrace* buffer when we exit with C-M-c.
756 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
758         * minibuffer.el: Add metadata method to completion tables.
759         (completion-category-overrides): New defcustom.
760         (completion-metadata, completion--field-metadata)
761         (completion-metadata-get, completion--styles)
762         (completion--cycle-threshold): New functions.
763         (completion-try-completion, completion-all-completions):
764         Add `metadata' argument to choose completion-styles.
765         (completion--do-completion): Use metadata to choose cycling.
766         (completion-all-sorted-completions): Use metadata for sorting.
767         Remove :completion-cycle-penalty which is not needed any more.
768         (completion--try-word-completion): Add `metadata' argument.
769         (minibuffer-completion-help): Check metadata for annotation function
770         and sorting.
771         (completion-file-name-table): Return `category' metadata.
772         (minibuffer-completing-file-name): Make obsolete.
773         * simple.el (minibuffer-completing-symbol): Make obsolete.
774         * icomplete.el (icomplete-completions): Pass new `metadata' param to
775         completion-try-completion.
777 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
779         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
781 2011-05-30  Leo Liu  <sdl.web@gmail.com>
783         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
784         (rcirc-print): Decode all incoming messages (bug#8744).
785         (rcirc-decode-coding-system): Allow value nil for automatic coding
786         system detection.
788 2011-06-01  Glenn Morris  <rgm@gnu.org>
790         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
792 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
794         * image.el (image-animate-max-time): Allow nil and t values.
795         Default to nil.
796         (create-animated-image): Doc fix.
797         (image-animate-start): Remove second arg; just use
798         image-animate-max-time.
799         (image-animate-timeout): Doc fix.  Args changed.
801         * image-mode.el (image-toggle-display-image): Ensure that the
802         image spec passed to the animate timer is the same object as in
803         the the buffer's display property (Bug#6981).
804         (image-transform-properties): Doc fix.
806         * image.el (image-animate-max-time): Default to nil.
808 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
810         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
811         entire buffer list (Bug#8184).
813 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
815         * image.el (imagemagick-types-inhibit)
816         (imagemagick-register-types): Doc fix.
818 2011-05-29  Deniz Dogan  <deniz@dogan.se>
820         * net/rcirc.el (rcirc): Use the user's stored encryption method by
821         default.
823 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
825         * select.el: Don't perform clipboard-manager saving in hooks;
826         leave the hooks empty.
828 2011-05-28  Leo Liu  <sdl.web@gmail.com>
830         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
831         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
832         (occur-edit-mode): New major mode (Bug#8463).
833         (occur-after-change-function): New function.
834         (occur-engine): Give Occur tags a read-only property.
836 2011-05-28  Kevin Ryde  <user42@zip.com.au>
838         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
840 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
842         * bindings.el (help-echo): Make the initial non-indicator dash
843         empty on graphical terminals (Bug#7295).
845         * files.el (auto-mode-alist): Move config rule after the
846         in-stripping one (Bug#8547).
848         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
850         * startup.el (normal-splash-screen): Remove gratuitous mode-line
851         setting (Bug#8740).
853 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
855         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
856         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
857         (Bug#8539).
859 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
862         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
864 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
866         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
867         (hs-hide-block-at-point, hs-find-block-beginning)
868         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
869         (Bug#8279).
871 2011-05-28  Glenn Morris  <rgm@gnu.org>
873         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
875 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
877         * help-fns.el (describe-function-1): If the function is a derived
878         major mode, print the parent mode.
880         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
881         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
883 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
885         * minibuffer.el (completion--capf-wrapper): Check applicability before
886         retuning non-nil for non-exclusive completion data.
887         * progmodes/etags.el (tags-completion-at-point-function):
888         * info-look.el (info-lookup-completions-at-point): Mark as
889         non-exclusive.
890         (info-complete): Adjust accordingly.
892         * info-look.el: Convert to lexical-binding and completion-at-point.
893         (info-lookup-completions-at-point): New function.
894         (info-complete): Use it and completion-in-region.
896 2011-05-28  Drew Adams  <drew.adams@oracle.com>
898         * isearch.el: Let M-e start with point at the first mismatched char.
899         (isearch-fail-pos): New function.
900         (isearch-edit-string): Use it.
902 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
904         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
906 2009-11-23  Toby Cubitt  <toby-predictive@dr-qubit.org>
908         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
909         traversal functions for avl-trees.
910         (avl-tree--stack): New struct.
911         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
912         (avl-tree-enter): Add optional `updatefun' arg.
913         (avl-tree--do-enter): Add optional `updatefun' arg.
914         Change return value.
915         (avl-tree-delete): Add optional `test' and `nilflag' args.
916         (avl-tree--do-delete): Add `test' and `nilflag' args.
917         Change return value.
918         (avl-tree-member): Add optional `nilflag'
919         (avl-tree-member-p): New function.
920         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
921         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
922         (avl-tree-stack-empty-p): New functions.
924 2009-11-23  Toby Cubitt  <toby-predictive@dr-qubit.org>
926         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
927         avl-tree--del-balance1 and make it work both ways.
928         (avl-tree--del-balance2): Remove.
929         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
930         make it work both ways.
931         (avl-tree--enter-balance2): Remove.
932         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
933         New macros.
934         (avl-tree--mapc, avl-tree-map): Add direction argument.
936 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
938         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
940 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
942         * select.el: Support clipboard managers with built-in function
943         x-clipboard-manager-save, via delete-frame-functions and
944         kill-emacs-hook.
945         (xselect-convert-to-targets): Add MULTIPLE target to list.
946         (xselect-convert-to-save-targets): New function.
948 2011-05-27  Kenichi Handa  <handa@m17n.org>
950         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
951         let-binding rfc2047-encode-encoded-words to nil.
953 2011-05-27  Glenn Morris  <rgm@gnu.org>
955         * mail/emacsbug.el: Don't require url-util.
957         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
959         * files.el (set-auto-mode):
960         Also respect mode: entries at the end of the file.  (Bug#8586)
962 2011-05-26  Glenn Morris  <rgm@gnu.org>
964         * files.el (hack-local-variables-prop-line, hack-local-variables):
965         Downcase mode names, as seems to be traditional.
966         (hack-local-variables, hack-local-variables-apply): Doc fixes.
968         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
969         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
971 2011-05-25  Julien Danjou  <julien@danjou.info>
973         * textmodes/rst.el (rst-define-level-faces): Do not define face
974         symbol if it is already defined.
976 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
978         * play/5x5.el (5x5-new-game, 5x5-randomize):
979         Reset 5x5-solver-output to nil when a new grid is cast.
980         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
981         these debugging traces, as defmacro breaks the compiled code.
983 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
985         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
987 2011-05-24  Leo Liu  <sdl.web@gmail.com>
989         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
990         (vc-bzr-sha1): Adapt.
992         * sha1.el: Remove. Function `sha1' is now builtin.
994         * bindings.el: Provide sha1 feature.
996 2011-05-24  Kenichi Handa  <handa@m17n.org>
998         * mail/sendmail.el: Require `rfc2047'.
999         (mail-insert-from-field): Do not perform RFC2047 encoding.
1000         (mail-encode-header): New function.
1001         (sendmail-send-it): Set buffer-file-coding-system of the work
1002         buffer to the return value of select-message-coding-system.
1003         Call mail-encode-header.
1005         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
1007 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
1009         * mail/supercite.el (sc-default-cite-frame):
1010         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
1012 2011-05-24  Glenn Morris  <rgm@gnu.org>
1014         * progmodes/python.el (brm-menu): Declare.
1016         * emulation/viper.el (viper-set-hooks): Declare.
1018         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
1019         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
1020         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
1021         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
1022         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
1023         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
1025 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1027         Add an :exit-function for completion-at-point.
1029         * minibuffer.el (completion--done): New fun.
1030         (completion--do-completion): Use it.  New arg `expect-exact'.
1031         (minibuffer-complete, minibuffer-complete-word): Don't output message,
1032         since completion--do-completion does it for us now.
1033         (minibuffer-force-complete): Use completion--done and
1034         completion--replace.  Handle sole-completion case with more care.
1035         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
1036         (completion-extra-properties): New var.
1037         (completion-annotate-function): Make obsolete.
1038         (minibuffer-completion-help): Adjust accordingly.
1039         Use completion-list-insert-choice-function.
1040         (completion-at-point, completion-help-at-point):
1041         Bind completion-extra-properties.
1042         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
1043         * simple.el (completion-list-insert-choice-function): New var.
1044         (completion-setup-function): Preserve it.
1045         (choose-completion): Pay attention to it, shuffle the code a bit.
1046         (choose-completion-string): New arg `insert-function'.
1048         * textmodes/bibtex.el: Convert to lexical binding.
1049         (bibtex-mode-map): Use completion-at-point.
1050         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
1051         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
1052         (bibtex-complete): Define as obsolete alias.
1053         (bibtex-complete-internal): Remove.
1054         (bibtex-format-entry): Remove unused sub-group in regexp.
1055         * shell.el (shell--command-completion-data)
1056         (shell-environment-variable-completion):
1057         * pcomplete.el (pcomplete-completions-at-point):
1058         * comint.el (comint--complete-file-name-data): Use :exit-function
1059         instead of completion-table-with-terminator so it also works for
1060         choose-completion.
1062 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1064         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
1066         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
1067         (bug#8710).
1069         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
1071 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
1073         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
1074         customization variable and implement: If non-nil, auto-fill will
1075         be inhibited while on topic's header line.
1077 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
1079         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
1080         click on. II/ Make 5x5 multisession. III/ Ensure that random grids
1081         always have a solution in grid size = 5 cases.
1082         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
1083         (5x5-solver-output, 5x5-log-buffer): New vars.
1084         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
1085         Make these variables buffer local to achieve 5x5 multi-session-ness.
1086         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
1087         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
1088         (5x5-solve-suggest): New funs.
1089         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
1090         randomize a grid so that we ensure that there is always a solution.
1091         (5x5-make-random-grid): Allow other movement than flipping.
1093 2011-05-23  Kevin Ryde  <user42@zip.com.au>
1095         * emacs-lisp/advice.el (ad-read-advised-function):
1096         Use `function-called-at-point' as the default default, if it has
1097         advice and passes PREDICATE.
1099 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1101         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
1102         byte-compile-lambda if it's actually a lambda.
1104         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
1105         Fix function quoting.  Use backquote better.
1107 2011-05-22  Yuanle Song  <sylecn@gmail.com>
1109         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
1110         matching (Bug#8516).
1112 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
1114         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
1115         different face (Bug#8178).
1117 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
1119         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
1120         defface (Bug#8144).
1122 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1124         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
1125         funcall as well (bug#8712).  Warn when performing those conversions.
1126         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
1128         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
1130 2011-05-22  Glenn Morris  <rgm@gnu.org>
1132         * files.el (hack-local-variables-prop-line): Small simplifications.
1133         (hack-local-variables, hack-local-variables-prop-line):
1134         If MODE-ONLY, return the mode, rather than just `t'.
1136 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1138         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
1140 2011-05-21  Glenn Morris  <rgm@gnu.org>
1142         * files.el (hack-local-variables-prop-line, hack-local-variables):
1143         If only interested in the mode, don't bother doing the other stuff.
1145         * image-mode.el (image-after-revert-hook):
1146         Redraw all frames on which the image is visible.  (Bug#8567)
1148         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
1150         * wid-edit.el (widget-checklist-match-inline):
1151         Fix 2011-04-19 change.  (Bug#8649)
1153 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1155         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
1156         Also allow singlespace after single-letter capitals followed by a dot.
1158         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
1159         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
1161 2011-05-20  Nix  <nix@esperi.org.uk>
1163         * files.el (basic-save-buffer-2):
1164         Fix handling of break-hardlink-on-save with non-existent files.
1166 2011-05-19  Deniz Dogan  <deniz@dogan.se>
1168         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
1169         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
1171 2011-05-19  Glenn Morris  <rgm@gnu.org>
1173         * progmodes/f90.el (f90-type-def-re):
1174         Handle "type, bind(c)".  (Bug#8691)
1176         * emacs-lisp/autoload.el (batch-update-autoloads):
1177         Set autoload-excludes by parsing loadup.el rather than Makefiles.
1179 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
1181         * net/tramp.el (tramp-process-actions): Set "first-password-request"
1182         property for the correct connection in case of multihops.
1184 2011-05-18  Glenn Morris  <rgm@gnu.org>
1186         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
1187         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
1189         Rationalize calendar handling of day and month abbrev-arrays.
1190         * calendar/calendar.el (calendar-customized-p): New function.
1191         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
1192         (calendar-day-name-array, calendar-month-name-array): Doc fix.
1193         Add :set function.
1194         (calendar-abbrev-length, calendar-day-abbrev-array)
1195         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
1196         (calendar-day-abbrev-array, calendar-month-abbrev-array):
1197         Elements may no longer be nil.
1198         (calendar-day-name, calendar-month-name):
1199         Update for changed nature of abbrev arrays.
1200         * calendar/diary-lib.el (diary-name-pattern):
1201         Update for changed nature of abbrev arrays.
1202         (diary-mark-entries-1): Update calendar-make-alist calls.
1203         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
1204         * calendar/cal-html.el (cal-html-day-abbrev-array):
1205         Simply inherit from calendar-day-abbrev-array.
1207 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1209         * progmodes/grep.el (grep-mode): Disable default
1210         compilation-directory-matcher setting (bug#8684).
1212 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
1214         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
1215         instead of "head" and "tail".  There were problems with SunOS 5.9,
1216         and it performs better.
1218 2011-05-17  Glenn Morris  <rgm@gnu.org>
1220         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
1222         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
1223         Replace obsolete function.
1225         * shell.el (pcomplete-parse-arguments-function): Declare.
1227         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
1228         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
1229         (appt-check): Doc fixes.
1230         (appt-disp-window-function, appt-delete-window-function):
1231         Remove needless special case in custom :type.
1232         (appt-display-count): Default to 0, not nil.
1233         (appt-check): Reset appt-display-count to 0, not nil.
1235 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
1237         * progmodes/python.el (python-font-lock-keywords):
1238         Add the Python 3.X keyword "nonlocal" (bug#8639).
1240 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1242         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
1244 2011-05-16  Kevin Ryde  <user42@zip.com.au>
1246         * info-look.el (makefile-automake-mode): New setups, looking in
1247         automake manual, then makefile-mode.
1248         (makefile-mode): Remove automake manual, have it just in
1249         makefile-automake-mode since there's various things different or
1250         not relevant to plain make.
1251         (makefile-mode): Remove "other-modes" non-existent automake-mode,
1252         believe a hypothetical automake-mode would go to makefile-mode,
1253         not the other way around.
1255 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
1257         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
1258         hunk-end tags (Bug#8672).
1260         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
1261         vc-annotate-show-diff-revision-at-line (Bug#8671).
1263 2011-05-14  Glenn Morris  <rgm@gnu.org>
1265         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
1266         in the middle of an existing one with multiple authors.  (Bug#8645)
1267         (change-log-font-lock-keywords): Also handle multiple author lines
1268         with leading tabs.  (Bug#8644)
1270         * calendar/appt.el (appt-check): Rename some local variables.
1271         Some simplification/reordering.
1273         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
1274         (feedmail-sendmail-f-doesnt-sell-me-out)
1275         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
1276         (feedmail-debug-sit-for, feedmail-queue-express-hook)
1277         (feedmail-queue-runner-message-sender): Set :version.
1278         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
1279         (bbdb-dwim-net-address, vm-mail): Declare.
1280         (feedmail-binmail-gnulinuxish-template):
1281         Rename from feedmail-binmail-linuxish-template.
1282         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
1283         Use insert-buffer-substring.
1285 2011-05-14  Bill Carpenter  <bill@carpenter.org>
1287         * mail/feedmail.el (feedmail-patch-level): Increase.
1288         (feedmail-debug): New custom group.
1289         (feedmail-confirm-outgoing-timeout)
1290         (feedmail-sendmail-f-doesnt-sell-me-out)
1291         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
1292         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
1293         (feedmail-sender-line, feedmail-from-line)
1294         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
1295         (feedmail-spray-this-address)
1296         (feedmail-spray-address-fiddle-plex-list)
1297         (feedmail-queue-use-send-time-for-date)
1298         (feedmail-queue-use-send-time-for-message-id)
1299         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
1300         (feedmail-buffer-eating-function):
1301         Doc fixes.
1302         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
1303         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
1304         (feedmail-message-action-scroll-down): New functions.
1305         (feedmail-queue-directory, feedmail-queue-draft-directory):
1306         Use expand-file-name.
1307         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
1308         Remove C-v help entry.
1309         (feedmail-queue-buffer-file-name): New variable.
1310         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
1311         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
1312         (feedmail-message-action-send-strong, feedmail-message-action-edit)
1313         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
1314         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
1315         (feedmail-message-action-toggle-spray)
1316         (feedmail-run-the-queue-no-prompts)
1317         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
1318         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
1319         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
1320         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
1321         (feedmail-envelope-deducer, feedmail-fiddle-from)
1322         (feedmail-fiddle-sender, feedmail-default-date-generator)
1323         (feedmail-fiddle-date, feedmail-fiddle-message-id)
1324         (feedmail-fiddle-spray-address)
1325         (feedmail-fiddle-list-of-spray-fiddle-plexes)
1326         (feedmail-fiddle-list-of-fiddle-plexes)
1327         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
1328         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
1329         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
1330         Change default.  Doc fix.
1331         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
1332         (feedmail-binmail-linuxish-template): New constant.
1333         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
1334         Respect feedmail-sendmail-f-doesnt-sell-me-out.
1335         (feedmail-send-it): Add debug call.
1336         Use feedmail-queue-buffer-file-name, and
1337         feedmail-send-it-immediately-wrapper.
1338         (feedmail-message-action-send): Add debug call.
1339         Use feedmail-send-it-immediately-wrapper.
1340         (feedmail-queue-express-to-queue): Add debug call.
1341         Run feedmail-queue-express-hook.
1342         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
1343         (feedmail-message-action-help-blat):
1344         Rename from feedmail-queue-send-edit-prompt-help-first.
1345         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
1346         Check line-endings.  Handle errors better.
1347         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
1348         Doc fix.  Add debug call.
1349         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
1350         Use feedmail-queue-send-edit-prompt-inner.
1351         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
1352         (feedmail-queue-send-edit-prompt-inner): New function, extracted
1353         from feedmail-queue-send-edit-prompt.
1354         (feedmail-queue-send-edit-prompt-help)
1355         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
1356         (feedmail-tidy-up-slug): Add debug call.
1357         Respect feedmail-queue-slug-suspect-regexp.
1358         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
1359         (feedmail-dump-message-to-queue): Add debug call.
1360         Expand queue-directory.
1361         (feedmail-dump-message-to-queue): Change message slightly.
1362         Use feedmail-say-chatter.
1363         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
1364         (feedmail-send-it-immediately-wrapper): New function.
1365         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
1366         Insert empty string rather than newline.  Handle full-frame case.
1367         Use catch/throw.  Use feedmail-say-chatter.
1368         (feedmail-fiddle-from): Try mail-host-address.
1369         (feedmail-default-message-id-generator): Doc fix.
1370         Bind system-time-locale.  Handle missing end.
1371         (feedmail-fiddle-x-mailer): Add debug call.
1372         Handle feedmail-x-mailer-line being nil.
1373         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
1374         Add debug call.  Use buffer-substring-no-properties.
1375         (feedmail-say-debug, feedmail-say-chatter): New functions.
1376         (feedmail-find-eoh): Give an explicit error.
1378 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
1380         * net/newst-treeview.el (newsticker-treeview-face): Change default
1381         family from helvetica to sans.
1382         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
1383         etc/images/newsticker.
1385         * net/newst-reader.el (newsticker-feed-face): Change default
1386         family from helvetica to sans.
1388         * net/newst-plainview.el (newsticker-new-item-face)
1389         (newsticker-old-item-face, newsticker-immortal-item-face)
1390         (newsticker-obsolete-item-face, newsticker-date-face)
1391         (newsticker-statistics-face): Change default family from
1392         helvetica to sans.
1393         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
1394         etc/images/newsticker.
1396         * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
1397         (newsticker--process-auto-mark-filter-match): : Tell user about
1398         auto-marking.
1400 2011-05-13  Didier Verna  <didier@xemacs.org>
1402         Common Lisp indentation improvements on defmethod and lambda-lists.
1403         * cl-indent.el: Advertise the changes and remove obsolete TODO entries.
1404         (lisp-lambda-list-keyword-parameter-indentation)
1405         (lisp-lambda-list-keyword-parameter-alignment)
1406         (lisp-lambda-list-keyword-alignment): New customizable user options.
1407         (lisp-indent-defun-method): Improve docstring.
1408         (extended-loop-p): Fix comment.
1409         (lisp-indent-lambda-list-keywords-regexp): New variable.
1410         (lisp-indent-lambda-list): New function.
1411         (lisp-indent-259): Use it.
1412         (lisp-indent-defmethod): Support for more than one
1413         method qualifier and properly indent methods lambda-lists.
1414         (defgeneric): Provide a missing common-lisp-indent-function property.
1416 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1418         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
1419         bounds for the empty string (bug#8667).
1421 2011-05-13  Glenn Morris  <rgm@gnu.org>
1423         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
1425         * mail/sendmail.el (sendmail-program): Try executable-find first.
1426         (sendmail-send-it): `sendmail-program' cannot be unbound.
1428         * calendar/appt.el (appt-make-list): Simplify.
1429         (appt-time-msg-list): Doc fix.
1430         (appt-check): Change mode-line message at the time of the appointment.
1432 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
1434         * progmodes/ld-script.el (ld-script-keywords)
1435         (ld-script-builtins): Update keywords list.
1437 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1439         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
1441         * shell.el (shell-completion-vars): New function.
1442         (shell-mode):
1443         * simple.el (read-shell-command): Use it.
1444         (blink-matching-open): No need for " [...]" in minibuffer-message.
1446 2011-05-12  Glenn Morris  <rgm@gnu.org>
1448         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
1449         (appt-check): Simplify.
1451 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
1453         * smerge-mode.el (smerge-resolve): Use null-device rather than a
1454         literal "/dev/null".
1456 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1458         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
1459         Fix typo.
1461 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
1463         * progmodes/which-func.el (which-function):
1464         Use add-log-current-defun instead of add-log-current-defun-function,
1465         which might not be defined (Bug#8260).
1467 2011-05-12  Glenn Morris  <rgm@gnu.org>
1469         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
1470         Let byte-compile-initial-macro-environment always take precedence.
1472 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1474         * net/rcirc.el: Add support for SSL/TLS connections.
1475         (rcirc-server-alist): New field `encryption'.
1476         (rcirc): Check `encryption' settings.
1477         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
1478         Merge make-local-variable into `set'.
1479         (rcirc--connection-open-p): New function.
1480         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
1481         the process is not a network process (e.g. running gnutls-cli).
1482         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
1483         Make rcirc-(en|de)code-coding-system local here.
1484         (rcirc-mode): Merge make-local-variable into `set'.
1485         (rcirc-parent-buffer): Make permanent buffer-local.
1486         (rcirc-multiline-minor-mode): Don't do it here.
1487         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
1488         there's no server buffer.
1490 2011-05-11  Glenn Morris  <rgm@gnu.org>
1492         * newcomment.el (comment-kill): Prefix "unused" local.
1494         * term/w32console.el (get-screen-color): Declare.
1496         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
1497         Handle symbol elements of byte-compile-initial-macro-environment.
1499 2011-05-10  Leo Liu  <sdl.web@gmail.com>
1501         * bookmark.el (bookmark-bmenu-mode-map):
1502         Bind bookmark-bmenu-search to `/'.
1504         * mail/footnote.el: Convert to utf-8 encoding.
1505         (footnote-unicode-string, footnote-unicode-regexp): New variable.
1506         (Footnote-unicode): New function.
1507         (footnote-style-alist): Add unicode style to the list.
1508         (footnote-style): Doc fix.
1510 2011-05-10  Jim Meyering  <meyering@redhat.com>
1512         Fix doubled-word typos.
1513         * international/quail.el (quail-insert-kbd-layout): and and -> and
1514         * kermit.el: and and -> and
1515         * net/ldap.el (ldap-search-internal): to to -> to
1516         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
1517         * progmodes/js.el (js-mode): and and -> and
1518         * textmodes/artist.el (artist-move-to-xy): at at -> at
1519         (artist-draw-region-trim-line-endings): if if -> if
1520         And Safetyc -> Safety.
1521         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
1523 2011-05-10  Glenn Morris  <rgm@gnu.org>
1524             Stefan Monnier  <monnier@iro.umontreal.ca>
1526         * files.el (hack-one-local-variable-eval-safep):
1527         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
1529 2011-05-10  Glenn Morris  <rgm@gnu.org>
1531         * calendar/diary-lib.el (diary-list-entries-hook)
1532         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
1533         (diary-nongregorian-marking-hook, diary-list-entries)
1534         (diary-include-other-diary-files, diary-mark-entries)
1535         (diary-mark-included-diary-files): Doc fixes.
1537 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
1539         * misc.el: Require tabulated-list.el during compilation.
1541 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1543         * progmodes/compile.el (compilation-start):
1544         Run compilation-filter-hook for the async case too.
1545         (compilation-filter-hook): Doc fix.
1547 2011-05-09  Deniz Dogan  <deniz@dogan.se>
1549         * wdired.el: Remove outdated installation comment.  Fix usage
1550         comment.
1552 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
1554         * misc.el: Implement new command `list-dynamic-libraries'.
1555         (list-dynamic-libraries--loaded-only-p): New variable.
1556         (list-dynamic-libraries--refresh): New function.
1557         (list-dynamic-libraries): New command.
1559 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1561         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1562         Fix the ant regexp to handle end-line and end-column info from jikes.
1563         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
1564         higher priority to avoid clobbering by gnu.
1566 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1568         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
1569         if the face has existing theme settings (Bug#8454).
1571 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
1573         * progmodes/perl-mode.el (perl-imenu-generic-expression):
1574         Only match variables declared via `my' or `our' (Bug#8261).
1576         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
1577         special file names `.' and `..' (Bug#8259).
1579 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1581         * progmodes/grep.el (grep-mode-font-lock-keywords):
1582         Remove buffer-changing entries.
1583         (grep-filter): New function.
1584         (grep-mode): Add it to compilation-filter-hook.
1586         * progmodes/compile.el (compilation-filter-hook)
1587         (compilation-filter-start): New defvars.
1588         (compilation-filter): Call compilation-filter-hook prior to
1589         updating the process mark.
1591 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1593         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
1595 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
1597         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
1598         mailclient-send-it even if window-system is nil.  (Bug#8595)
1600         * term/w32console.el (terminal-init-w32console):
1601         Call get-screen-color and use its output to set the frame
1602         background-mode.  (Bug#8597)
1604 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1606         Make bytecomp.el understand that defmethod defines funs (bug#8631).
1607         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
1608         New functions.
1609         (defgeneric, eieio--defmethod): Use them.
1610         (eieio-defgeneric): Remove.
1611         (defmethod): Call defgeneric in a way visible to the byte-compiler.
1613 2011-05-07  Glenn Morris  <rgm@gnu.org>
1615         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
1616         Use let rather than let*.
1617         (timeclock-find-discrep): Remove unused local.
1619         * calendar/diary-lib.el (diary-comment-start): Doc fix.
1621         * calendar/appt.el (appt-time-msg-list): Doc fix.
1623 2011-05-06  Noah Friedman  <friedman@splode.com>
1625         * apropos.el (apropos-print-doc): Only use
1626         emacs-lisp-docstring-fill-column when it is bound to an integer,
1627         per that variable's documentation.
1629 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1631         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
1632         and warnings are not silently discarded (e.g. use -d instead of -P).
1634 2011-05-06  Glenn Morris  <rgm@gnu.org>
1636         * calendar/appt.el (appt-message-warning-time): Doc fix.
1637         (appt-warning-time-regexp): New option.
1638         (appt-make-list): Respect appt-message-warning-time.
1640         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
1641         New options.
1642         (diary-add-to-list): Strip comments from the displayed string.
1643         (diary-mode): Set comment-start and comment-end.
1645         * vc/diff-mode.el (smerge-refine-subst): Declare.
1646         (diff-refine-hunk): Don't require smerge-mode when compiling.
1648 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
1650         * simple.el (list-processes): Return nil as the docstring says.
1652 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
1654         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
1655         to "".
1656         (ange-ftp-write-region, ange-ftp-insert-file-contents)
1657         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
1658         determining of binary transfer.  (Bug#7383)
1660 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
1662         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1663         Fix port computation bug.  (Bug#8618)
1665 2011-05-05  Glenn Morris  <rgm@gnu.org>
1667         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
1669         * simple.el (shell-dynamic-complete-functions)
1670         (comint-dynamic-complete-functions): Declare.
1672         * net/network-stream.el (gnutls-negotiate):
1673         * simple.el (tabulated-list-print): Fix declarations.
1675         * progmodes/gud.el (syntax-symbol, syntax-point):
1676         Remove unnecessary and incorrect declarations.
1678         * emacs-lisp/check-declare.el (check-declare-scan):
1679         Handle byte-compile-initial-macro-environment in bytecomp.el
1681 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1683         Fix earlier half-done eieio-defmethod change (bug#8338).
1684         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
1685         Streamline and change calling convention.
1686         (defmethod): Adjust accordingly and simplify.
1687         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
1688         new eieio--defmethod.
1689         (slot-boundp): Minor CSE simplification.
1691 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
1693         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
1694         (glasses-make-readable): Use glasses-separate-capital-groups.
1696 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
1698         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
1699         (warning-series): Doc fix.
1700         (display-warning): Don't try to create the buffer if we just found it.
1702 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
1704         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
1705         (autoload-find-generated-file): New function.
1706         (generate-file-autoloads): Bind generated-autoload-file to
1707         buffer-file-name.
1708         (update-file-autoloads, update-directory-autoloads):
1709         Use autoload-find-generated-file.  If called interactively, prompt for
1710         output file (Bug#7989).
1711         (batch-update-autoloads): Doc fix.
1713 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
1715         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
1717 2011-05-04  Glenn Morris  <rgm@gnu.org>
1719         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
1720         function, so it follows changes in calendar-date-style.
1721         (diary-fancy-date-matcher): New function.
1722         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
1723         (diary-fancy-font-lock-fontify-region-function):
1724         Use diary-fancy-date-pattern as a function.
1726         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
1727         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
1729 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1731         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
1732         instead of positional arguments.  Allow :keylist and :crlfiles
1733         arguments.
1734         (open-gnutls-stream): Call it.
1736         * net/network-stream.el (network-stream-open-starttls): Adjust to
1737         call `gnutls-negotiate' with :process and :hostname arguments.
1739 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1741         * minibuffer.el (completion--message): New function.
1742         (completion--do-completion, minibuffer-complete)
1743         (minibuffer-force-complete, minibuffer-complete-word): Use it.
1744         (completion--do-completion): Don't ignore completion-auto-help when in
1745         icomplete-mode.
1747         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
1748         internal encoding (e.g. tibetan zero is not whitespace).
1749         (global-whitespace-mode): Prefer save-current-buffer.
1750         (whitespace-trailing-regexp): Remove useless save-match-data.
1751         (whitespace-empty-at-bob-regexp): Minor simplification.
1753 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
1755         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
1757 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1759         * textmodes/ispell.el (ispell-add-per-file-word-list):
1760         Use `concat' to create string for insertion.
1762 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1764         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
1765         Avoid open-line which runs post-self-insert-hook.
1766         (bibtex-fill-entry): Remove unused `end' var.
1768 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
1770         * textmodes/ispell.el (ispell-add-per-file-word-list):
1771         Protect against `nil' value of `comment-start' (Bug#8579).
1773 2011-05-03  Leo Liu  <sdl.web@gmail.com>
1775         * isearch.el (isearch-yank-pop): New command.
1776         (isearch-mode-map): Bind it to `M-y'.
1777         (isearch-forward): Mention it.
1779 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1781         * simple.el (minibuffer-complete-shell-command): Remove.
1782         (minibuffer-local-shell-command-map): Use completion-at-point.
1783         (read-shell-command): Setup completion vars here instead.
1784         (read-expression-map): Bind TAB to symbol completion.
1786         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
1787         error directly rather via storing it into `results'.
1789 2011-05-02  Leo Liu  <sdl.web@gmail.com>
1791         * vc/diff.el: Fix description.
1793 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795         * server.el (server-eval-at): New function.
1797 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1799         * net/network-stream.el (open-network-stream): Take a :nowait
1800         parameter and pass it on to `make-network-process'.
1801         (network-stream-open-plain): Ditto.
1803 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
1805         * faces.el (face-spec-set-match-display): Don't match toolkit
1806         options on terminal frames.
1808 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1810         * progmodes/pascal.el: Use lexical binding.
1811         (pascal-mode-map): Remove author preferences.
1813         * pcomplete.el (pcomplete-std-complete): Don't abuse
1814         completion-at-point.
1816 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
1818         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
1819         removing code that has been dead since 1991 or so.
1821         * startup.el (command-line): When warning about "_emacs", use a
1822         delayed warning to allow the user to filter it out.
1824 2011-04-28  Deniz Dogan  <deniz@dogan.se>
1826         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
1827         user has not joined.
1829 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1831         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
1832         aren't any completions at point.
1834 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
1836         * subr.el (display-delayed-warnings): New function.
1837         (delayed-warnings-hook): New variable.
1839 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1841         * minibuffer.el (completion-at-point, completion-help-at-point):
1842         Don't presume that a given completion-at-point-function will always
1843         use the same calling convention.
1845         * pcomplete.el (pcomplete-completions-at-point):
1846         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
1847         pcomplete-seen is non-nil.
1848         (pcomplete-comint-setup): Also recognize the new comint/shell
1849         completion functions.
1850         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
1851         pcomplete-seen is non-nil.
1853 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
1855         * calendar/icalendar.el (diary-lib): Add require statement.
1856         (icalendar--create-uid): Read out a uid from a text-property on
1857         the first character in the entry.  This allows for code to add its
1858         own uid to the entry.
1859         (icalendar--convert-float-to-ical): Add export of
1860         `diary-float'-entries save for those with the optional DAY
1861         argument.
1863 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
1865         * subr.el (shell-quote-argument): Use alternate escaping strategy
1866         when we spot a variable reference in a string.
1868 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
1870         * cus-start.el (all): Define customization for debug-on-event.
1872 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
1874         * subr.el (shell-quote-argument): Escape correctly under Windows.
1876 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1878         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
1880 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
1882         * net/tramp.el (tramp-process-actions): Add POS argument.
1883         Delete region between POS and (pos).
1885         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1886         Use `nil' position in `tramp-process-actions' call.
1887         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
1889         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
1890         position in `tramp-process-actions' call.
1892         * net/trampver.el: Update release number.
1894 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1896         * custom.el (defcustom): Obey lexical-binding.
1898         Fix octave-inf completion problems reported by Alexander Klimov.
1899         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
1900         Inherit from octave-mode-syntax-table.
1901         (inferior-octave-mode): Set info-lookup-mode.
1902         (inferior-octave-completion-at-point): New function.
1903         (inferior-octave-complete): Use it and completion-in-region.
1904         (inferior-octave-dynamic-complete-functions): Use it as well, and use
1905         comint-filename-completion.
1906         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
1907         symbol elements which shouldn't be word elements.
1908         (octave-font-lock-keywords, octave-beginning-of-defun)
1909         (octave-function-header-regexp): Adjust regexps accordingly.
1910         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
1912 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
1914         * net/gnutls.el (gnutls-errorp): Declare before first use.
1916 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1918         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
1919         verify-error, and verify-hostname-error parameters.  Check whether
1920         default trustfile exists before going to use it.  Add missing
1921         argument to gnutls-message-maybe call.  Return return value.
1922         Reported by Claudio Bley <claudio.bley@gmail.com>.
1923         (open-gnutls-stream): Add usage example.
1925         * net/network-stream.el (network-stream-open-starttls): Give host
1926         parameter to `gnutls-negotiate'.
1927         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
1928         * subr.el (shell-quote-argument): Escape correctly under Windows.
1930 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
1932         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
1933         Use correct match group (bug#8438).
1935 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
1937         * emacs-lisp/package.el (package-built-in-p): Fix typo.
1938         (package-menu--generate): New arg specifying packages to show.
1939         (package-menu-refresh, package-menu-execute, list-packages):
1940         Callers changed.
1941         (package-show-package-list): New function, replacing deleted
1942         package--list-packages (renamed because it is non-internal).
1944         * finder.el (finder-list-matches): Use package-show-package-list
1945         instead of deleted package--list-packages.
1947         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
1948         Based on a previous implementation by Juanma Barranquero (Bug#8366).
1949         (vc-annotate-mode-map): Bind it to RET.
1951 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
1953         * progmodes/etags.el (next-file): Don't use set-buffer to change
1954         buffers (Bug#8478).
1956 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
1958         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
1960         * apropos.el (apropos-label-face): Avoid variable-pitch face.
1961         (apropos-accumulator): Doc fix.
1962         (apropos-function, apropos-macro, apropos-command)
1963         (apropos-variable, apropos-face, apropos-group, apropos-widget)
1964         (apropos-plist): Add face property.
1965         (apropos-symbols-internal): Fix indentation.
1966         (apropos-print): Simplify help, and recognize apropos-multi-type.
1967         (apropos-print-doc): Use button-type-get to extract the button's
1968         face property.  Fill docstring (Bug#8352).
1970 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
1972         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
1974         * play/mpuz.el (mpuz-silent): Doc fix.
1975         (mpuz-mode-map): Use mapc.
1976         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
1977         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
1978         Fix typos in docstrings.
1980         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
1981         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
1983         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
1985 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
1987         * minibuffer.el (completion--do-completion): Avoid the "Next char
1988         not unique" prompt if icomplete-mode is enabled (Bug#5849).
1990         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
1991         mouse-2 into unread-command-events, it is interpreted correctly.
1993         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
1994         (image-toggle-display): Doc fix.
1996 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
1998         * textmodes/page.el (what-page): Use line-number-at-pos to
1999         calculate line number (Bug#6825).
2001 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
2003         * eshell/esh-mode.el (find-tag-interactive): Declare function.
2004         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
2005         Pass argument NO-DEFAULT to `find-tag-interactive'.
2007 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
2009         Lexical-binding cleanup.
2011         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
2012         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
2013         * progmodes/ada-prj.el (ada-prj-initialize-values)
2014         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
2015         (ada-prj-show-value):
2016         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
2017         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
2018         (antlr-invalidate-context-cache, antlr-options-menu-filter)
2019         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
2020         * progmodes/bug-reference.el (bug-reference-push-button):
2021         * progmodes/fortran.el (fortran-line-length):
2022         * progmodes/glasses.el (glasses-change):
2023         * progmodes/octave-mod.el (octave-fill-paragraph):
2024         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
2025         (python-pdbtrack-grub-for-buffer, python-sentinel):
2026         * progmodes/sql.el (sql-save-connection):
2027         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
2028         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
2029         Mark unused parameters.
2031         * progmodes/compile.el (compilation--flush-directory-cache)
2032         (compilation--flush-parse, compile-internal): Mark unused parameters.
2033         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
2034         (compilation-next-error-function): Remove unused variable `timestamp'.
2036         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
2037         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
2039         * progmodes/dcl-mode.el (dcl-end-of-command):
2040         Remove unused variable `start'.
2041         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
2042         (dcl-option-value-basic, dcl-option-value-offset)
2043         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
2044         Mark unused parameters.
2045         (dcl-save-local-variable): Remove unused variable `val'.
2046         (mode): Declare.
2048         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
2049         Mark unused parameters.
2050         (delphi-ignore-changes): Move before first use.
2051         (delphi-charset-token-at): Remove unused variable `start'.
2052         (delphi-else-start): Remove unused variable `if-count'.
2053         (delphi-comment-block-start, delphi-comment-block-end):
2054         Remove unused variable `kind'.
2055         (delphi-indent-line): Remove unused variable `new-point'.
2057         * progmodes/ebrowse.el (ebrowse-files-list)
2058         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
2059         Mark unused parameters.  Don't quote `lambda'.
2060         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
2061         Don't quote `lambda'.
2062         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
2063         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
2064         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
2065         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
2066         Use `ignore-errors'.
2067         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
2068         (ebrowse-view/find-file-and-search-pattern)
2069         (ebrowse-view/find-member-declaration/definition):
2070         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
2071         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
2072         Rename parameter PREFIX-ARG to PREFIX.
2073         (ebrowse-tags-read-name): Remove unused variables `start' and
2074         `member-info'.
2075         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
2076         to `tags-file'.
2078         * progmodes/etags.el (local-find-tag-hook): Declare.
2079         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
2080         Mark unused parameters.
2082         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
2083         (executable-interpret): Mark unused parameter.
2085         * progmodes/flymake.el (flymake-process-sentinel)
2086         (flymake-after-change-function)
2087         (flymake-create-temp-with-folder-structure)
2088         (flymake-get-include-dirs-dot): Mark unused parameters.
2089         (flymake-safe-delete-directory): Remove unused variable `err'.
2091         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
2092         (speedbar-timer-fn, speedbar-line-text)
2093         (speedbar-change-expand-button-char, speedbar-delete-subblock)
2094         (speedbar-center-buffer-smartly): Declare functions.
2095         (gdb-find-watch-expression): Remove unused variable `array'.
2096         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
2097         (gdb-starting): Mark unused parameters.
2098         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
2099         (gdb-table-string): Remove unused variable `res'.
2100         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
2101         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
2102         (gdb-display-buffer): Remove unused variable `cur-size'.
2104         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
2105         allow lexical-binding compilation.
2106         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
2107         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
2108         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
2109         Mark unused parameters.
2110         (gud-gdb-marker-filter): Remove unused variable `match'.
2111         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
2112         lambda expressions and funcall them, instead of using `fset'.
2114         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
2115         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
2117         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
2118         variable `header-beg'; use `let'.
2120         * progmodes/icon.el (indent-icon-exp): Remove unused variables
2121         `restart', `last-sexp' and `at-do'.
2123         * progmodes/js.el (js--debug): Mark unused parameter.
2124         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
2125         (js--splice-into-items): Remove unused variable `item'.
2126         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
2128         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
2129         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
2130         (makefile-complete): Remove unused variable `try'.
2131         (makefile-fill-paragraph, makefile-match-function-end):
2132         Mark unused parameters.
2134         * progmodes/octave-inf.el (inferior-octave-complete):
2135         Remove unused variable `proc'.
2136         (inferior-octave-output-digest): Mark unused parameter.
2138         * progmodes/perl-mode.el (perl-calculate-indent):
2139         Remove unused variable `err'.
2141         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
2142         (prolog-indent-line): Mark unused parameters.
2143         (prolog-indent-line): Remove unused variable `beg'.
2145         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
2146         (reporter-dont-compact-list): Declare.
2148         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
2149         Remove unused variable `char'.
2150         (sh-debug): Mark unused parameter.
2151         (sh-get-indent-info): Remove unused variable `start'.
2152         (sh-calculate-indent): Remove unused variable `var'.
2154         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
2155         (simula-electric-keyword): Remove unused variable `null'.
2156         (simula-search-backward, simula-search-forward): Remove unused
2157         variables `begin' and `end'.
2159         * progmodes/vera-mode.el (vera-guess-basic-syntax):
2160         Remove unused variable `pos'.
2161         (vera-electric-tab, vera-comment-uncomment-region):
2162         Mark unused parameters.
2163         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
2165 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
2167         * emacs-lisp/package.el (package--builtins, package-alist)
2168         (package-load-descriptor, package-built-in-p, package-activate)
2169         (define-package, package-installed-p)
2170         (package-compute-transaction, package-buffer-info)
2171         (package--push): Doc fix.  Distinguish more clearly between
2172         version strings and version lists.
2174 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
2176         Lexical-binding cleanup.
2178         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
2179         (5x5-make-mutate-best):
2180         * play/fortune.el (fortune-in-buffer):
2181         * play/gomoku.el (gomoku-init-display):
2182         * play/solitaire.el (solitaire, solitaire-do-check):
2183         * play/tetris.el (tetris-default-update-speed-function):
2184         Mark unused parameters.
2186         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
2187         (bubbles--shift): Remove unused variable `char-org'.
2188         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
2189         (bubbles--show-images): Remove unused variable `char'.
2191         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
2192         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
2193         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
2194         (decipher-analyze-buffer): Use ?\s.
2195         (decipher-make-checkpoint): Remove unused variable `mapping'.
2197         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
2199         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2200         Remove unused variable `result'; use `let'.
2202         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
2203         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
2204         (gametree-children-shown-p, gametree-compute-reduced-score):
2205         Use `ignore-errors'.
2207         * play/handwrite.el (ps-lpr-switches): Declare.
2208         (handwrite): Remove unused variables `pmin' and `lastp'.
2210         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
2212         * play/landmark.el (landmark-init-display)
2213         (landmark-update-naught-weights): Mark unused parameters.
2214         (landmark-y): Remove unused variable `noise'.  Simplify.
2215         (landmark-human-plays): Remove unused variable `score'.
2217         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
2218         (mpuz-try-proposal): Remove unused variable `game'.
2220         * play/zone.el (life-patterns): Declare.
2222 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
2224         * vc/vc.el (ediff-vc-internal): Declare function.
2226 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2228         * shell.el: Use lexical-binding and std completion UI.
2229         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
2230         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
2231         comint-preoutput-filter-functions rather than on
2232         comint-output-filter-functions.
2233         (shell-command-completion, shell--command-completion-data)
2234         (shell-filename-completion, shell-environment-variable-completion)
2235         (shell-c-a-p-replace-by-expanded-directory): New functions.
2236         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
2237         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
2238         (shell-dynamic-complete-environment-variable): Use them.
2239         (shell-dynamic-complete-as-environment-variable)
2240         (shell-dynamic-complete-as-command): Remove.
2241         (shell-match-partial-variable): Match past point.
2242         * comint.el: Clean up use of completion-at-point-functions.
2243         (comint-completion-at-point): New function.
2244         (comint-mode): Use it completion-at-point-functions.
2245         (comint-dynamic-complete): Make it obsolete.
2246         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
2247         (comint-c-a-p-replace-by-expanded-history): New function.
2248         (comint-dynamic-complete-functions)
2249         (comint-replace-by-expanded-history): Use it.
2250         * minibuffer.el (completion-table-with-terminator): Allow dynamic
2251         termination strings.  Try harder to avoid second try-completion.
2252         (completion-in-region-mode-map): Disable bindings that don't work yet.
2254         * comint.el: Use lexical-binding.  Require CL.
2255         (comint-dynamic-complete-functions): Use comint-filename-completion.
2256         (comint-completion-addsuffix): Tweak custom type.
2257         (comint-filename-completion, comint--common-suffix)
2258         (comint--common-quoted-suffix, comint--table-subvert)
2259         (comint--complete-file-name-data): New functions.
2260         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
2261         (comint-dynamic-list-filename-completions): Use them.
2262         (comint-dynamic-simple-complete): Make obsolete.
2264         * minibuffer.el (completion-in-region-mode):
2265         Keep completion-in-region-mode--predicate global.
2266         (completion-in-region--postch):
2267         Assume completion-in-region-mode--predicate is not null.
2269         * progmodes/flymake.el (flymake-start-syntax-check-process):
2270         Obey `dir'.  Simplify.
2272         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
2273         we're in VC after all.
2275 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
2277         * vc/vc.el (vc-diff-build-argument-list-internal)
2278         (vc-version-ediff, vc-ediff): New commands.
2279         (vc-version-diff): Use vc-diff-build-argument-list-internal.
2281 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2283         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
2284         add sanity check.
2286         * obsolete/erc-hecomplete.el: Make obsolete.
2287         * obsolete/: Standardize obsolescence info in the header.
2289 2011-04-20  Glenn Morris  <rgm@gnu.org>
2291         * calendar/solar.el (solar-horizontal-coordinates):
2292         Use the longitude argument rather than `calendar-longitude'.
2293         (solar-date-next-longitude): Remove unused locals.
2295 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2297         * whitespace.el: New version 13.2.1.
2299 2011-04-20  felix  <EmacsWiki>  (tiny change)
2301         * whitespace.el (global-whitespace-mode): keep highlight when
2302         switching between major modes on a file.
2304 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2306         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
2307         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
2308         multi-line comments as well.
2310 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
2312         Lexical-binding cleanup.
2314         * arc-mode.el (archive-mode-revert):
2315         * cmuscheme.el (scheme-interactively-start-process):
2316         * custom.el (custom-initialize-delay):
2317         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
2318         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
2319         * emacs-lock.el (emacs-lock-clear-sentinel):
2320         * ezimage.el (defezimage):
2321         * follow.el (follow-avoid-tail-recenter):
2322         * fringe.el (set-fringe-mode-1):
2323         * generic-x.el (bat-generic-mode-compile):
2324         * help-mode.el (help-info-variable, help-do-xref)
2325         (help-mode-revert-buffer):
2326         * help.el (view-emacs-todo):
2327         * iswitchb.el (iswitchb-completion-help):
2328         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
2329         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
2330         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
2331         * locate.el (locate-update):
2332         * longlines.el (longlines-encode-region)
2333         (longlines-after-change-function):
2334         * outline.el (outline-isearch-open-invisible):
2335         * ps-def.el (declare-function, charset-dimension, char-width)
2336         (encode-char):
2337         * ps-mule.el (ps-mule-plot-string):
2338         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
2339         (recentf-edit-list-select, recentf-edit-list-validate)
2340         (recentf-open-files-action):
2341         * rect.el (delete-whitespace-rectangle-line)
2342         (rectangle-number-line-callback):
2343         * register.el (window-configuration-to-register)
2344         (frame-configuration-to-register):
2345         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
2346         * select.el (xselect-convert-to-string, xselect-convert-to-length)
2347         (xselect-convert-to-targets, xselect-convert-to-delete)
2348         (xselect-convert-to-filename, xselect-convert-to-charpos)
2349         (xselect-convert-to-lineno, xselect-convert-to-colno)
2350         (xselect-convert-to-os, xselect-convert-to-host)
2351         (xselect-convert-to-user, xselect-convert-to-class)
2352         (xselect-convert-to-name, xselect-convert-to-integer)
2353         (xselect-convert-to-atom, xselect-convert-to-identity):
2354         * subr.el (declare, ignore, process-kill-without-query)
2355         (text-clone-maintain):
2356         * terminal.el (te-get-char, te-tic-sentinel):
2357         * tool-bar.el (tool-bar-make-keymap):
2358         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
2359         * type-break.el (type-break-mode, type-break-noninteractive-query):
2360         * view.el (View-back-to-mark):
2361         * wid-browse.el (widget-browse-action, widget-browse-widget)
2362         (widget-browse-widgets, widget-browse-sexp):
2363         * widget.el (define-widget-keywords):
2364         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
2365         Mark unused parameters.
2367         * align.el (align-adjust-col-for-rule): Mark unused parameter.
2368         (align-areas): Remove unused variable `look'.
2369         (align-region): Remove unused variables `real-end' and `pos-list'.
2371         * apropos.el (apropos-score-doc): Remove unused variable `i'.
2373         * bindings.el (mode-line-modified, mode-line-remote):
2374         Mark unused parameters.
2375         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
2377         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
2378         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
2380         * comint.el (comint-history-isearch-pop-state)
2381         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
2382         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
2383         (comint-substitute-in-file-name): Doc fix.
2385         * completion.el (cmpl-statistics-block): Mark unused parameter.
2386         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
2387         (save-completions-to-file, load-completions-from-file):
2388         Remove unused local variable `e'.
2390         * composite.el (compose-chars): Remove unused variable `len'.
2391         (lgstring-insert-glyph): Remove unused variable `g'.
2392         (compose-glyph-string): Remove unused variables `ascent',
2393         `descent', `lbearing' and `rbearing'.
2394         (compose-glyph-string-relative): Remove unused variables
2395         `lbearing', `rbearing' and `wadjust'.
2396         (compose-gstring-for-graphic): Remove unused variables `header',
2397         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
2398         (compose-gstring-for-terminal): Remove unused variables `header'
2399         and `nchars'.  Use `let', not `let*'.
2401         * cus-edit.el (Custom-set, Custom-save, custom-reset)
2402         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
2403         (Custom-buffer-done, custom-buffer-create-internal)
2404         (custom-browse-visibility-action, custom-browse-group-tag-action)
2405         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
2406         (widget-magic-mouse-down-action, custom-toggle-parent)
2407         (custom-add-parent-links, custom-toggle-hide-variable)
2408         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
2409         (custom-toggle-hide-face, face, hook, custom-group-link-action)
2410         (custom-face-menu-create, custom-variable-menu-create, get)
2411         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
2412         (custom-reset-standard-save-and-update): Remove unused variable `value'.
2413         (customize-apropos): Remove unused variable `tests'.
2414         (custom-group-value-create): Remove unused variable `hidden-p'.
2415         (sort-fold-case): Declare.
2417         * cus-theme.el (custom-reset-standard-faces-list)
2418         (custom-reset-standard-variables-list): Declare.
2419         (customize-create-theme, custom-theme-revert, custom-theme-write)
2420         (custom-theme-choose-mode, customize-themes, custom-theme-save):
2421         Mark unused parameters.
2423         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
2425         * delim-col.el (delimit-columns-max): Move defvar before first use.
2427         * descr-text.el (describe-char-categories): Don't quote `lambda'.
2428         (describe-char): Don't quote `lambda'.  Mark unused parameter.
2430         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
2431         (auto-insert): Declare.
2432         (desktop-restore-file-buffer): Rename desktop-* parameters;
2433         mark unused ones.
2434         (desktop-create-buffer): Rename desktop-* parameters and bind them.
2435         (desktop-buffer): Rename desktop-* parameters.
2437         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2438         (dframe-reposition-frame-xemacs, dframe-help-echo)
2439         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
2440         Mark unused parameters.
2442         * dired-aux.el (backup-extract-version-start, overwrite-query)
2443         (overwrite-backup-query, rename-regexp-query)
2444         (rename-non-directory-query): Declare.
2445         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
2446         (dired-add-entry): Remove unused variable `orig-file-name'.
2447         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
2448         Use parameter PRESERVE-TIME instead of accessing dynamic variable
2449         `dired-copy-preserve-time' directly.
2450         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
2451         (dired-insert-subdir-newpos): Rename unused variable `pos'.
2453         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
2454         (dired-virtual-revert, dired-make-relative-symlink):
2455         Mark unused parameters.
2456         (manual-program): Declare.
2457         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
2458         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
2459         wrapped in `with-no-warnings' to avoid replacing one warning by another.
2461         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
2463         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
2465         * echistory.el (electric-history-in-progress, Helper-return-blurb):
2466         Declare.
2468         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
2470         * electric.el (Electric-command-loop): Rename parameter
2471         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
2473         * expand.el (expand-in-literal): Remove unused variable `here'.
2475         * facemenu.el (facemenu-add-new-color):
2476         Remove unused variable `docstring'.
2478         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
2479         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
2480         (face-attr-construct): Mark unused parameter.  Doc fix.
2481         (read-color): Remove unused variable `hex-string'.
2483         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
2484         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
2485         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
2486         (display-buffer-other-frame): Remove unused variable `old-window'.
2487         (kill-buffer-hook): Declare.
2488         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
2489         Mark unused parameters.
2490         (after-find-file): Pass 1 to `auto-save-mode', not t.
2492         * files-x.el (auto-insert): Declare.
2493         (modify-file-local-variable-prop-line): Remove unused variable `val'.
2495         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
2496         variable `buf'.  Mark unused parameter.
2497         (find-lisp-insert-directory): Mark unused parameter.
2499         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
2500         (format-encode-region): Remove unused variables `cur-buf' and `result'.
2501         (format-common-tail): Remove, unused.
2502         (format-deannotate-region): Remove unused variable `loc'.
2503         (format-annotate-region): Remove unused variable `p'.
2504         (format-annotate-single-property-change): Remove unused variables
2505         `default' and `tail'.
2507         * forms.el (read-file-filter): Declare.
2508         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
2510         * frame.el (frame-creation-function-alist): Mark unused parameter.
2511         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
2513         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
2514         Remove unused parameters.
2515         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
2516         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
2518         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
2519         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
2520         (hfy-prepare-tag-map): Mark unused parameters.
2521         (htmlfontify-buffer): Use `called-interactively-p'.
2523         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
2524         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
2525         (ibuffer-do-occur): Mark unused parameters.
2526         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
2527         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
2529         * ibuffer.el: Don't quote `lambda'.
2530         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
2531         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
2532         Mark unused parameters.
2534         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
2535         (ido-completing-read): Mark unused parameters.
2536         (ido-copy-current-word): Mark unused parameters;
2537         remove unused variable `name'.
2538         (ido-sort-merged-list): Remove unused parameter `dirs'.
2540         * ielm.el (ielm-input-sender): Mark unused parameter.
2541         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
2542         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
2543         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
2544         `ielm-string' as a dynamic variable accessible from the IELM prompt.
2545         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
2547         * image-dired.el (image-dired-display-thumbs): Remove unused
2548         variables `curr-file' and `count'.
2549         (image-dired-remove-tag): Remove unused variable `start'.
2550         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
2551         variable `curr-file'
2552         (image-dired-rotate-original): Remove unused variable `temp-file'.
2553         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
2554         Remove unused variable `file'.
2555         (image-dired-gallery-generate): Remove unused variable `curr'.
2556         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
2558         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
2560         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
2562         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
2564         * isearch.el (minibuffer-history-symbol): Declare.
2565         (isearch-edit-string): Remove unused variable `err'.
2566         (isearch-message-prefix, isearch-message-suffix):
2567         Mark unused parameters.
2569         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
2571         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
2573         * makesum.el (double-column): Remove unused variable `cnt'.
2575         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
2576         (ido-ignore-item-temp-list): Declare.
2578         * mouse-drag.el (mouse-drag-throw): Remove unused variables
2579         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
2580         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
2581         (mouse-drag-drag): Remove unused variables `mouse-delta' and
2582         `mouse-col-delta'.
2584         * mouse-sel.el (mouse-extend-internal):
2585         Remove unused variable `orig-window-frame'.
2587         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
2588         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
2589         Move declarations before first use.
2590         (pcomplete-opt): Mark unused parameters; doc fix.
2592         * proced.el (proced-revert): Mark unused parameter.
2593         (proced-send-signal): Remove unused variable `err'.
2595         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
2596         Rename parameter PREFIX-ARG to ARG.
2597         (ps-basic-plot-string, ps-basic-plot-whitespace):
2598         Mark unused parameters.
2600         * replace.el (replace-count): Define.
2601         (occur-revert-function): Mark unused parameters.
2602         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
2603         (isearch-case-fold-search, isearch-string): Declare.
2604         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
2605         bind `case-fold-search'.  Remove unused variables `beg' and `end',
2606         and simplify.
2607         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
2608         COUNT and bind `replace-count'.
2609         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
2610         to COUNT.
2612         * savehist.el (print-readably, print-string-length): Declare.
2614         * shadowfile.el (shadow-expand-cluster-in-file-name):
2615         Remove unused variable `cluster'.
2616         (shadow-copy-file): Remove unused variable `i'.
2617         (shadow-noquery, shadow-clusters, shadow-site-cluster)
2618         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
2619         (shadow-define-literal-group, shadow-define-regexp-group)
2620         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
2622         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
2623         (shell): Use `called-interactively-p'.
2624         (shell-directory-tracker): Remove unused variable `chdir-failure'.
2626         * simple.el (compilation-context-lines, comint-file-name-quote-list)
2627         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
2628         (delete-backward-char): Remove unused variable `ocol'.
2629         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
2630         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
2631         (event-apply-hyper-modifier, event-apply-shift-modifier)
2632         (event-apply-control-modifier, event-apply-meta-modifier):
2633         Mark unused parameters.
2634         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
2635         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
2637         * speedbar.el (speedbar-ignored-directory-expressions)
2638         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
2639         (speedbar-find-file, speedbar-dir-follow)
2640         (speedbar-directory-buttons-follow, speedbar-tag-find)
2641         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
2642         (speedbar-buffers-line-directory, speedbar-buffer-click):
2643         Mark unused parameters.
2644         (speedbar-tag-file): Remove unused variable `mode'.
2645         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
2647         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
2649         * talk.el (talk): Remove unused variable `display'.
2651         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
2652         (tar-write-region-annotate): Mark unused parameter.
2654         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
2655         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
2656         Declare them, wrapped in `with-no-warnings' to avoid replacing one
2657         warning by another.
2659         * time-stamp.el (time-stamp-string-preprocess):
2660         Remove unused variable `require-padding'.
2662         * tree-widget.el (widget-glyph-enable): Declare.
2663         (tree-widget-action): Mark unused parameter.
2665         * w32-fns.el (x-get-selection): Mark unused parameter.
2666         (autoload-make-program, generated-autoload-file): Declare.
2668         * wdired.el (wdired-revert): Mark unused parameters.
2669         (wdired-xcase-word): Remove unused variable `err'.
2671         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
2672         (whitespace-help-scroll): Remove unused variable `data-help'.
2674         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
2675         (widget-image-insert, widget-after-change, default)
2676         (widget-default-format-handler, widget-default-notify)
2677         (widget-default-prompt-value, widget-info-link-action)
2678         (widget-url-link-action, widget-function-link-action)
2679         (widget-variable-link-action, widget-file-link-action)
2680         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
2681         (widget-field-prompt-internal, widget-field-action, widget-field-match)
2682         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
2683         (widget-insert-button-action, widget-delete-button-action, visibility)
2684         (widget-documentation-link-action, widget-documentation-string-action)
2685         (widget-const-prompt-value, widget-regexp-match, symbol)
2686         (widget-coding-system-prompt-value)
2687         (widget-key-sequence-value-to-external, sexp)
2688         (widget-sexp-value-to-internal, character, vector, cons)
2689         (widget-choice-prompt-value, widget-boolean-prompt-value)
2690         (widget-color--choose-action): Mark unused parameters.
2691         (widget-item-match-inline, widget-choice-match-inline)
2692         (widget-checklist-match, widget-checklist-match-inline)
2693         (widget-group-match): Rename parameter VALUES to VALS.
2694         (widget-field-value-set): Remove unused variable `size'.
2695         (widget-color-action): Remove unused variables `value' and `start'.
2697         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
2698         variable `dir'.  Doc fix.
2699         (windmove-find-other-window): Don't pass it.
2701         * window.el (count-windows): Mark unused parameter.
2702         (bw-adjust-window): Remove unused variable `err'.
2704         * woman.el (woman-file-name): Remove unused variable `default'.
2705         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
2706         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
2707         (global-font-lock-mode): Declare.
2708         (woman-decode-region): Mark unused parameter.
2709         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
2711         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
2712         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
2713         (x-dnd-handle-moz-url): Remove unused variable `title'.
2714         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
2716         * xml.el (xml-parse-tag, xml-parse-attlist):
2717         Remove unused variable `pos'.
2719 2011-04-19  Glenn Morris  <rgm@gnu.org>
2721         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
2722         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
2723         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2724         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
2725         * calendar/cal-html.el (cal-html-insert-minical):
2726         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
2727         (calendar-mark-date-pattern):
2728         Prefix "unused" locals.
2730         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
2731         optional argument `style'.
2733         * calendar/appt.el (appt-make-list):
2734         * calendar/cal-china.el (calendar-chinese-date-string):
2735         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
2736         (diary-hebrew-yahrzeit):
2737         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
2738         * calendar/calendar.el (calendar-generate-window):
2739         * calendar/time-date.el (time-to-days):
2740         Remove unused local variables.
2742 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
2744         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
2745         glyphless-char-display table.
2746         (tabulated-list-glyphless-char-display): New var.
2748 2011-04-18  Sam Steingold  <sds@gnu.org>
2750         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
2751         to acknowledgments.
2753 2011-04-17  Glenn Morris  <rgm@gnu.org>
2755         * calendar/diary-lib.el (diary-sexp-entry):
2756         * calendar/holidays.el (holiday-sexp):
2757         Set debug-on-error rather than the removed stack-trace-on-error.
2759 2011-04-16  Glenn Morris  <rgm@gnu.org>
2761         * progmodes/f90.el: Use lexical-binding.
2762         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
2764 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2766         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
2767         (mail-mode): Setup mailalias completion here instead.
2768         * mail/mailalias.el: Use lexical-binding.
2769         (pattern, mailalias-done): Declare dynamic.
2770         (mail-completion-at-point-function): New function, from mail-complete.
2771         (mail-complete): Use it.
2772         (mail-completion-expand): New function.
2773         (mail-get-names): Use it.
2774         (mail-directory, mail-directory-process, mail-directory-stream):
2775         Don't use `pattern' for lexically bound arg.
2777         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
2779         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
2780         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
2781         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
2783         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
2784         (byte-save-window-excursion, byte-temp-output-buffer-setup)
2785         (byte-interactive-p): Define them again, for use when inlining
2786         old code.
2788 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
2790         * loadup.el: Use `string-to-number', not `string-to-int'.
2792 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2794         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
2795         gud-gdb-complete-command.
2796         (gud-gdb-completions): New function, from gud-gdb-complete-command.
2797         (gud-gdb-completion-at-point): New function.
2798         (gud-gdb-completions): Remove.
2800 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
2802         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
2803         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
2804         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
2805         whether `executable-find' is bound.
2807         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
2809 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2811         * minibuffer.el (completion-in-region-mode-predicate)
2812         (completion-in-region-mode--predicate): New vars.
2813         (completion-in-region, completion-in-region--postch)
2814         (completion-in-region-mode): Use them.
2815         (completion--capf-wrapper): Also return the hook function.
2816         (completion-at-point, completion-help-at-point):
2817         Adjust and provide a predicate.
2819         Preserve arg names for advice of subr and lexical functions (bug#8457).
2820         * help-fns.el (help-function-arglist): Consolidate the subr and
2821         new-byte-code cases.  Add argument `preserve-names' to extract names
2822         from the docstring when needed.
2823         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
2824         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
2825         (ad-arglist): Use help-function-arglist's new arg.
2826         (ad-definition-type): Use cond.
2828 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
2830         * autorevert.el (auto-revert-handler):
2831         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
2832         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
2833         Don't quote lambda.
2835         * image-mode.el (image-transform-set-scale):
2836         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
2838 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840         * net/network-stream.el (network-stream-open-starttls): Only do
2841         opportunistic STARTTLS upgrades if we have built-in gnutls support.
2842         Upgrades via gnutls-cli are too slow to be done opportunistically.
2844 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
2846         * dframe.el (dframe-current-frame): Remove spurious quote.
2848 2011-04-12  Glenn Morris  <rgm@gnu.org>
2850         * calendar/cal-tex.el (cal-tex-end-document):
2851         Try to automatically use latin1 input if needed.
2853         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
2854         Don't try to cons a mark onto an empty element.
2856 2011-04-11  Leo Liu  <sdl.web@gmail.com>
2858         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
2859         buffers.
2860         (ido-kill-buffer-at-head): Support killing virtual buffers.
2862 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
2864         * minibuffer.el (completion-show-inline-help): New var.
2865         (completion--do-completion, minibuffer-complete)
2866         (minibuffer-force-complete, minibuffer-complete-word):
2867         Inhibit minibuffer messages if completion-show-inline-help is nil.
2869         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
2870         to avoid interference from inline help (Bug#5849).
2872 2011-04-10  Leo Liu  <sdl.web@gmail.com>
2874         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2875         Fix typo.
2877 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
2879         * image-mode.el (image-toggle-display-image): Signal an error if
2880         not in Image mode.
2881         (image-transform-mode, image-transform-resize)
2882         (image-transform-set-rotation): Doc fix.
2883         (image-transform-set-resize): Delete.
2884         (image-transform-set-scale, image-transform-fit-to-height)
2885         (image-transform-fit-to-width): Handle image-toggle-display-image
2886         and image-transform-resize directly.
2888 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
2890         * doc-view.el (doc-view-fit-width-to-window)
2891         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
2892         New functions for fitting the shown image to the Emacs window size.
2893         (doc-view-mode-map): Add bindings for the new functions.
2895 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
2897         * vc-annotate.el (vc-annotate-show-log-revision-at-line):
2898         Fix typo in docstring.
2900 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
2902         * files.el (file-size-human-readable): Produce one digit after
2903         decimal, like "ls -lh" does.
2905         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
2906         the file size representation.
2908         * simple.el (list-processes): If async subprocesses are not
2909         available, error out with a clear error message.
2911 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
2913         * help.el (help-form-show): New function, to be called from C.
2914         Put help-form output in a buffer named differently than *Help*.
2916 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
2918         * files.el (file-size-human-readable): New function.
2920         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
2921         computing the representation inline.  Don't require `cl'.
2923 2011-04-08  Glenn Morris  <rgm@gnu.org>
2925         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
2927         * net/browse-url.el (browse-url-firefox):
2928         Test system-type, not system-configuration.
2930         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
2931         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
2932         Use log-edit-empty-buffer-p.  (Bug#7598)
2934         * net/rlogin.el (rlogin-process-connection-type): Simplify.
2935         (rlogin-mode-map): Initialize in the defvar.
2936         (rlogin): Use ignore-errors.
2938         * replace.el (occur-mode-map): Some fixes for menu items.
2940 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2942         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
2944 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
2946         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
2947         issuing unused warnings.
2949         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
2950         macro directly.
2952         * simple.el: Lisp reimplement of list-processes.  Based on an
2953         earlier reimplementation by Leo Liu, but using tabulated-list.el.
2954         (process-menu-mode): New major mode.
2955         (list-processes--refresh, list-processes):
2956         (process-menu-visit-buffer): New functions.
2958         * files.el (save-buffers-kill-emacs): Don't assume any return
2959         value of list-processes, which is undocumented anyway.
2961 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
2963         * emacs-lisp/tabulated-list.el: New file.
2965         * emacs-lisp/package.el: Use Tabulated List mode.
2966         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
2967         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
2968         table format using Tabulated List mode variables.
2969         (package--push): New macro, replacing package-list-maybe-add.
2970         (package-menu--generate): Use package--push.  Renamed from
2971         package--generate-package-list.
2972         (package-menu-refresh, list-packages): Use it.
2973         (package-menu--print-info): Rename from package-print-package.
2974         Return insertion data instead of inserting it directly.
2975         (package-menu-describe-package, package-menu-execute):
2976         Use tabulated-list-get-id.
2977         (package-menu-mark-delete, package-menu-mark-install)
2978         (package-menu-mark-unmark, package-menu-backup-unmark)
2979         (package-menu-mark-obsolete-for-deletion):
2980         Use tabulated-list-put-tag.
2981         (package--list-packages, package-menu-revert)
2982         (package-menu-get-package, package-menu-get-version)
2983         (package-menu-sort-by-column): Functions deleted.
2984         (package-menu-package-list, package-menu-sort-key): Vars deleted.
2985         (package-menu--status-predicate, package-menu--version-predicate)
2986         (package-menu--name-predicate)
2987         (package-menu--description-predicate): Handle arguments in the
2988         Tabulated List format.
2989         (package-list-packages-no-fetch): Call list-packages.
2991 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
2993         * files.el (after-find-file-from-revert-buffer): Remove variable.
2994         (after-find-file): Don't bind it.
2995         (revert-buffer-in-progress-p): New variable.
2996         (revert-buffer): Bind it.
2997         Pass nil for `after-find-file-from-revert-buffer'.
2999         * saveplace.el (save-place-find-file-hook): Use new variable
3000         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
3002 2011-04-06  Glenn Morris  <rgm@gnu.org>
3004         * Makefile.in (AUTOGEN_VCS): New variable.
3005         (autoloads): Use $AUTOGEN_VCS.
3007         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
3008         * calendar/calendar.el (calendar-mode-map):
3009         Check for toolkit scroll bars.  (Bug#8305)
3011 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
3013         * minibuffer.el (completion-in-region--postch)
3014         (completion-in-region-mode): Remove unnecessary messages.
3016 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
3018         * font-lock.el (font-lock-refresh-defaults):
3019         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
3020         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
3022         * info.el (Info-directory-list, Info-read-node-name-2)
3023         (Info-split-parameter-string): Doc fixes.
3024         (Info-virtual-nodes): Reflow docstring.
3025         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
3026         (Info-apropos-toc-nodes, info-finder, Info-get-token)
3027         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
3028         Fix typos in docstrings.
3029         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
3030         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
3031         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
3032         (Info-restore-desktop-buffer): Mark unused parameters.
3033         (Info-directory-find-file, Info-directory-find-node)
3034         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
3035         (Info-virtual-index-find-node, Info-apropos-find-file)
3036         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
3037         Mark unused parameters; fix typos in docstrings.
3038         (Info-virtual-index): Remove unused local variable `nodename'.
3040 2011-04-05  Deniz Dogan  <deniz@dogan.se>
3042         * net/rcirc.el: Update my e-mail address.
3043         (rcirc-mode-map): Remove M-o binding.
3045 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
3047         * startup.el (command-line): Save the cursor's theme-face
3048         directly, instead of using face-override-spec.
3050         * custom.el (load-theme): Minor optimization in assigning faces.
3052 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
3054         * help-fns.el (describe-variable): Complete all variables having
3055         documentation, including keywords.
3056         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
3058 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
3060         Convert to lexical-binding.
3062         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
3063         (bs--get-marked-string, bs--get-modified-string)
3064         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
3065         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
3066         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
3068         * ehelp.el (electric-help-execute-extended)
3069         (electric-help-ctrl-x-prefix):
3070         * hexl.el (hexl-revert-buffer-function):
3071         * linum.el (linum-after-change, linum-after-scroll):
3072         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
3074         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
3076 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
3078         * epa-dired.el:
3079         * epa-mail.el:
3080         * epa-hook.el:
3081         * epa-file.el:
3082         * epa.el:
3083         * epg.el: Use lexical binding.
3085 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
3087         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
3089         * textmodes/flyspell.el (flyspell-word): Recognize default
3090         dictionary case for flyspell-mark-duplications-exceptions.
3091         Use regexp matching for languages.
3092         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
3093         default dictionary (Bug#7926).
3095 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3097         * emacs-lisp/package.el (package--with-work-buffer):
3098         Recognize https URLs.
3100         * net/network-stream.el: Move from gnus/proto-stream.el.
3101         Change prefix to network-stream throughout.
3102         (open-protocol-stream): Merge into open-network-stream, leaving
3103         open-protocol-stream as an alias.  Handle nil BUFFER args.
3105         * subr.el (open-network-stream): Move to net/network-stream.el.
3107 2011-04-02  Glenn Morris  <rgm@gnu.org>
3109         * find-dired.el (find-exec-terminator): New option.
3110         (find-ls-option): Test for -ls support.
3111         (find-ls-subdir-switches): Test for -b in find-ls-option.
3112         (find-dired, find-grep-dired): Doc fixes.
3113         (find-dired): Use find-exec-terminator.
3115         * find-dired.el (find-ls-option, find-ls-subdir-switches)
3116         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
3117         (find-name-arg): Remove purecopy.
3119         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
3120         (grep-compute-defaults): Check for `-exec COMMAND +' support.
3121         Set grep-find-use-xargs, grep-find-command, and grep-find-template
3122         accordingly.  Don't add the null-device if not needed.
3124         * files.el (save-some-buffers): Doc fix.
3126 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
3128         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
3130 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
3132         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
3133         Use `dolist' rather than `mapcar'.
3135 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3137         Add lexical binding.
3139         * subr.el (apply-partially): Use new closures rather than CL.
3140         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
3141         (dolist, dotimes): Use slightly different expansion for lexical code.
3142         (functionp): Move to C.
3143         (letrec): New macro.
3144         (with-wrapper-hook): Use it and apply-partially instead of CL.
3145         (eval-after-load): Preserve lexical-binding.
3146         (save-window-excursion, with-output-to-temp-buffer): Turn them
3147         into macros.
3149         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
3151         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
3152         than the arglist.
3153         (help-add-fundoc-usage): Don't add `Not documented'.
3154         (help-function-arglist): Handle closures, subroutines, and new
3155         byte-code-functions.
3156         (help-make-usage): Remove leading underscores.
3157         (describe-function-1): Handle closures.
3158         (describe-variable): Use special-variable-p for completion.
3160         * files.el (lexical-binding): Declare safe.
3162         * emacs-lisp/pcase.el: Don't use destructuring-bind.
3163         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
3164         (pcase): Add `let' pattern.
3165         Change memoization so it actually works.
3166         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
3167         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
3168         <let>: New case.
3170         * emacs-lisp/macroexp.el: Use lexical binding.
3171         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
3172         Don't convert ' to #' without checking that it's indeed quoting
3173         a lambda.
3175         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
3176         Use eval-sexp-add-defvars.
3177         (eval-sexp-add-defvars): New fun.
3179         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
3181         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
3182         Don't autoload.
3183         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
3184         than the internal `byte-compile-lambda'.
3185         (defmethod): Don't hide code under quotes.
3186         (eieio-defmethod): New `code' argument.
3188         * emacs-lisp/eieio-comp.el: Remove.
3190         * emacs-lisp/edebug.el (edebug-eval-defun)
3191         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
3192         (edebug-toggle): Avoid `eval'.
3194         * emacs-lisp/disass.el (disassemble-internal): Handle new
3195         `closure' objects.
3196         (disassemble-1): Handle new byte codes.
3198         * emacs-lisp/cl.el (pushnew): Silence warning.
3200         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
3201         (cl-byte-compile-throw): Remove.
3202         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
3204         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
3205         closures.
3207         * emacs-lisp/cconv.el: New file.
3209         * emacs-lisp/bytecomp.el: Use lexical binding instead of
3210         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
3211         (byte-compile-initial-macro-environment):
3212         Handle declare-function here.
3213         (byte-compile--lexical-environment): New var.
3214         (byte-stack-ref, byte-stack-set, byte-discardN)
3215         (byte-discardN-preserve-tos): New lap codes.
3216         (byte-interactive-p): Don't use any more.
3217         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
3218         New macros.
3219         (byte-compile-lapcode): Use them and handle new lap codes.
3220         (byte-compile-obsolete): Remove.
3221         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
3222         (byte-compile-arglist-warn): Check late def of inlinable funs.
3223         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
3224         since they should have been expanded by now.
3225         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
3226         (byte-compile-from-buffer): Remove unused second arg.
3227         (byte-compile-preprocess): New function.
3228         (byte-compile-toplevel-file-form): New function to distinguish
3229         file-form calls from outside from file-form calls from hunk-handlers.
3230         (byte-compile-file-form): Simplify.
3231         (byte-compile-file-form-defsubst): Remove.
3232         (byte-compile-file-form-defmumble): Simplify now that
3233         byte-compile-lambda always returns a byte-code-function.
3234         (byte-compile): Preprocess.
3235         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
3236         Remove, not used any more.
3237         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
3238         (byte-compile-make-args-desc): New funs.
3239         (byte-compile-lambda): Handle lexical functions.  Always return
3240         a byte-code-function.
3241         (byte-compile-reserved-constants): New var, to make up room for
3242         closed-over variables.
3243         (byte-compile-constants-vector): Obey it.
3244         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
3245         (byte-compile-macroexpand-declare-function): New function.
3246         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
3247         byte-code-functions.
3248         (byte-compile-form): Check obsolescence here.
3249         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
3250         (byte-compile-variable-ref): Remove.
3251         (byte-compile-dynamic-variable-op): New fun.
3252         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
3253         (byte-compile-variable-set): New funs.
3254         (byte-compile-discard): Add 2 args.
3255         (byte-compile-stack-ref, byte-compile-stack-set)
3256         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
3257         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
3258         macroexpand-all instead.
3259         (byte-compile-quote-form): Remove.
3260         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
3261         (byte-compile-bind, byte-compile-unbind): New funs.
3262         (byte-compile-let): Handle let* and lexical binding.
3263         (byte-compile-let*): Remove.
3264         (byte-compile-catch, byte-compile-unwind-protect)
3265         (byte-compile-track-mouse, byte-compile-condition-case):
3266         Handle a new :fun-body form, used for lexical scoping.
3267         (byte-compile-save-window-excursion)
3268         (byte-compile-with-output-to-temp-buffer): Remove.
3269         (byte-compile-defun): Simplify.
3270         (byte-compile-stack-adjustment): New fun.
3271         (byte-compile-out): Use it.
3272         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
3274         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
3275         handler any more.
3277         * emacs-lisp/byte-opt.el: Use lexical binding.
3278         (byte-inline-lapcode): Remove (to bytecomp).
3279         (byte-compile-inline-expand): Pay attention to inlining to/from
3280         lexically bound code.
3281         (byte-compile-unfold-lambda): Don't handle byte-code-functions
3282         any more.
3283         (byte-optimize-form-code-walker): Don't handle save-window-excursion
3284         any more and don't call compiler-macros.
3285         (byte-compile-splice-in-already-compiled-code): Remove.
3286         (byte-code): Don't inline any more.
3287         (disassemble-offset): Receive `bytes' as argument rather than via
3288         dynamic scoping.
3289         (byte-compile-tag-number): Declare before first use.
3290         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
3291         `return' even if make-spliceable.
3292         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
3293         obsolete interactive-p.
3294         (byte-optimize-lapcode): Optimize new lap-codes.
3295         Don't trip up on new form of `byte-constant' lap code.
3297         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
3299         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
3301         * custom.el (custom-initialize-default, custom-declare-variable):
3302         Use `defvar'.
3304         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
3305         New variables.
3306         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
3307         (COMPILE_FIRST): Add macroexp and cconv.
3308         * makefile.w32-in: Mirror changes in Makefile.in.
3310         * vc/cvs-status.el:
3311         * vc/diff-mode.el:
3312         * vc/log-edit.el:
3313         * vc/log-view.el:
3314         * vc/smerge-mode.el:
3315         * textmodes/bibtex-style.el:
3316         * textmodes/css.el:
3317         * startup.el:
3318         * uniquify.el:
3319         * minibuffer.el:
3320         * newcomment.el:
3321         * reveal.el:
3322         * server.el:
3323         * mpc.el:
3324         * emacs-lisp/smie.el:
3325         * doc-view.el:
3326         * dired.el:
3327         * abbrev.el: Use lexical binding.
3329 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
3331         * info.el (info-display-manual): New function.
3333 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3335         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
3337 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
3339         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
3340         an entry for that server in rcirc-authinfo.  (Bug#8385)
3342 2011-03-31  Glenn Morris  <rgm@gnu.org>
3344         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
3346         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
3348 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
3350         * progmodes/python.el (python-default-interpreter)
3351         (python-python-command-args, python-jython-command-args)
3352         (python-which-shell, python-which-args, python-which-bufname)
3353         (python-file-queue, python-comint-output-filter-function)
3354         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
3355         variables and functions.
3357 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3359         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
3360         (completion-in-region-mode): New minor mode.
3361         (completion-in-region): Use it.
3362         (completion-in-region--data, completion-in-region-mode-map): New vars.
3363         (completion-in-region--postch): New function.
3364         (completion--capf-misbehave-funs, completion--capf-safe-funs):
3365         New vars.
3366         (completion--capf-wrapper): New function.
3367         (completion-at-point): Use it to track well-behavedness of
3368         hook functions.
3369         (completion-help-at-point): New command.
3371 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
3373         * vc/add-log.el (add-change-log-entry): Don't use whitespace
3374         syntax class to search for whitespace on a single line
3375         (Message-ID: <4D938140.4030905@redhat.com>).
3377 2011-03-30  Leo Liu  <sdl.web@gmail.com>
3379         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
3380         New commands.
3381         (edit-abbrevs-map): Bind them here.
3382         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
3384 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
3386         * allout.el (allout-hide-by-annotation, allout-flag-region):
3387         Reduce possibility of overlay leakage by making them volatile.
3389         * allout-widgets.el (allout-widgets-tally): Define as nil so the
3390         hash is not shared between buffers.  Mode initialization is
3391         responsible for giving it a useful starting value.
3392         (allout-item-span): Reduce possibility of overlay leakage by
3393         making them volatile.
3394         (allout-widgets-count-buttons-in-region): Add diagnostic function
3395         for tracking down button overlay leaks.
3397 2011-03-29  Leo Liu  <sdl.web@gmail.com>
3399         * ido.el (ido-read-internal): Use the default history var
3400         minibuffer-history if no HISTORY is specified.
3402 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3404         * net/imap.el (imap-shell-open, imap-process-connection-type):
3405         Use imap-process-connection-type for 'shell' streams as well as
3406         Kerberos, SSL, other subprocesses.
3408 2011-03-28  Leo Liu  <sdl.web@gmail.com>
3410         * abbrev.el (abbrev-table-empty-p): New function.
3411         (prepare-abbrev-list-buffer): Place empty abbrev tables after
3412         nonempty ones.  (Bug#5937)
3414 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
3416         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
3418 2011-03-27  Leo Liu  <sdl.web@gmail.com>
3420         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
3421         for foreground and background colors.
3422         (ansi-color-make-color-map): Adapt.
3424 2011-03-25  Leo Liu  <sdl.web@gmail.com>
3426         * midnight.el (midnight-time-float): Remove.  Note it calculates
3427         the microsecond component incorrectly and seconds-to-time does the
3428         same job.
3429         Remove redundant (require 'timer).
3431         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
3432         (ido-completions): Remove unused arguments.  (Bug#8329)
3434 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3436         * minibuffer.el (completion--flush-all-sorted-completions):
3437         Remove itself from hook.
3438         (completion-at-point): Let the functions perform the completion
3439         immediately and return nil or t.
3440         * comint.el (comint-dynamic-complete-functions): Now identical to
3441         completion-at-point-functions.
3442         (comint-dynamic-list-input-ring): Remove unused var `index'.
3443         (comint--match-partial-filename, comint--unquote&expand-filename):
3444         New funs, split from comint-match-partial-filename.
3445         (comint-dynamic-complete): Use completion-at-point.
3446         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
3448 2011-03-24  Drew Adams  <drew.adams@oracle.com>
3450         * thingatpt.el: Support `defun'.
3452 2011-03-23  Leo Liu  <sdl.web@gmail.com>
3454         * abbrevlist.el: Move to obsolete/abbrevlist.el.
3456         * help-mode.el (help-mode-finish): Tweak regexp.
3458 2011-03-23  Glenn Morris  <rgm@gnu.org>
3460         * eshell/esh-opt.el (eshell-eval-using-options):
3461         Do not bind unused local variable `eshell-option-stub'.
3463         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
3465 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
3467         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
3468         keymap variable in `with-no-warnings' to avoid a warning when the
3469         keymap has been already `defconst'ed.
3471 2011-03-22  Leo Liu  <sdl.web@gmail.com>
3473         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
3474         encode all chars in abbrevs; otherwise use emacs-mule or
3475         utf-8-emacs.  (Bug#8308)
3477 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
3479         * simple.el (backward-delete-char-untabify):
3480         Avoid warning about using `delete-backward-char'.
3482         * image.el (image-type-file-name-regexps): Make it variable.
3483         `imagemagick-register-types' modifies it, and the user may want
3484         to add new extensions for known image types.
3485         (imagemagick-register-types): Throw error if not using ImageMagick.
3487 2011-03-22  Leo Liu  <sdl.web@gmail.com>
3489         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
3490         located before rcirc-prompt-end-marker.
3491         (rcirc-complete): Error if point is not after rcirc prompt.
3492         Handle the case when table is nil.
3493         (rcirc-user-authenticated): Define to fix compiler warning.
3495 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
3497         * custom.el (custom--inhibit-theme-enable): Make it affect only
3498         custom-theme-set-variables and custom-theme-set-faces.
3499         (provide-theme): Ignore custom--inhibit-theme-enable.
3500         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
3501         (custom-enabling-themes): Delete variable.
3502         (enable-theme): Accept only loaded themes as arguments.
3503         Ignore the special custom-enabled-themes variable.
3504         (custom-enabled-themes): Forbid themes from setting this.
3505         Eliminate use of custom-enabling-themes.
3506         (custom-push-theme): Quote "changed" custom var entry.
3508 2011-03-21  Leo Liu  <sdl.web@gmail.com>
3510         * ido.el (ido-read-internal): Add ido-selected to history instead
3511         of user input.
3513 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3515         * subr.el (deferred-action-list, deferred-action-function):
3516         Mark obsolete.
3518 2011-03-21  Leo Liu  <sdl.web@gmail.com>
3520         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
3521         change on 2011-02-13 (bug#8309).
3523         * minibuffer.el (read-file-name-function): Change default value.
3524         (read-file-name--defaults): Rename from read-file-name-defaults.
3525         (read-file-name-default): Rename from read-file-name.
3526         (read-file-name): Call read-file-name-function.
3528 2011-03-21  Glenn Morris  <rgm@gnu.org>
3530         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
3531         Doc fixes.
3533 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
3535         * cus-theme.el: Add missing provide statement.
3536         (customize-create-theme): Extract theme value correctly.
3537         (custom-theme-visit-theme): Autoload.
3538         (customize-create-theme): Prompt before inserting default faces.
3540 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
3542         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
3543         units and musical notes.
3545 2011-03-20  Leo  <sdl.web@gmail.com>
3547         * ido.el (ido-read-internal): Use completing-read-default.
3548         (ido-completing-read): Fix compatibility with completing-read.
3550 2011-03-20  Christian Ohler  <ohler@gnu.org>
3552         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
3553         (ert-delete-all-tests): Use `called-interactively-p' rather than
3554         `interactive-p'.
3555         (ert--make-xrefs-region): Respect END.
3557 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
3559         * dired-aux.el (dired-create-directory): Signal an error if the
3560         directory already exists (Bug#8246).
3562         * facemenu.el (list-colors-display): Call list-faces-display
3563         inside with-help-window.
3564         (list-colors-print): Use display property to align the final
3565         column, instead of checking window-width.
3567 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
3569         * emerge.el (emerge-metachars): Separate value for ms-dos and
3570         windows-nt systems.
3571         (emerge-protect-metachars): Quote correctly for ms-dos and
3572         windows-nt systems.
3574 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
3576         * info.el (info-initialize): Replace all uses of `:' with
3577         path-separator for compatibility with non-Unix systems.
3578         Cache quoting of path-separator.  (Bug#8258)
3580 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
3582         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
3583         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
3584         (mouse-avoidance-mode): Fix typos in docstrings.
3586 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
3588         * startup.el (package-subdirectory-regexp): Move from package.el.
3589         Omit \\` and \\', and let callers add them.
3591         * emacs-lisp/package.el (package-strip-version)
3592         (package-load-all-descriptors): Add \\` and \\' to
3593         package-subdirectory-regexp before using it.
3594         (package-untar-buffer): New arg DIR; ensure that file untars only
3595         into this expected directory.  Remove superfluous delete-region.
3596         (package-unpack): Caller changed.
3597         (package-tar-file-info): Use package-subdirectory-regexp.
3599 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3601         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
3602         diff-mode-shared-map (bug#8284).
3603         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
3605 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3607         * calendar/time-date.el (format-seconds): Use assoc instead of
3608         assoc-string, since assoc-string doesn't exist in XEmacs.
3610 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
3612         * custom.el (custom-known-themes): Reflow docstring.
3613         (custom-theme-load-path): Fix typo in docstring.
3614         (load-theme): Fix typo in error message.
3615         (custom-available-themes, custom-variable-theme-value):
3616         Use `let', not `let*'.
3618 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
3620         * calc/README: Mention inclusion of musical notes.
3622         * calc/calc-units.el (calc-lu-quant): Rename from
3623         `calc-logunits-quantity'.
3624         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
3625         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
3626         (calc-db): Rename from `calc-dblevel'.
3627         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
3628         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
3629         (calc-np): Rename from `calc-nplevel'.
3630         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
3631         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
3632         (calc-lu-plus): Rename from `calc-logunits-add'.
3633         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
3634         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
3635         (calc-lu-minus): Rename from `calc-logunits-sub'.
3636         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
3637         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
3638         (calc-lu-times): Rename from `calc-logunits-mul'.
3639         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
3640         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
3641         (calc-lu-divide): Rename from `calc-logunits-div'.
3642         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
3643         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
3645         * calc/calc-ext.el (calc-init-extensions): Update the names of the
3646         functions being autoloaded.
3648         * calc/calc.el (calc-lu-power-reference): Rename from
3649         `calc-logunits-power-reference'.
3650         (calc-lu-field-reference): Rename from
3651         `calc-logunits-field-reference'.
3653         * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
3655 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3657         * minibuffer.el (completion-all-sorted-completions):
3658         Use :completion-cycle-penalty text property if present.
3660 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
3662         * allout.el (allout-yank-processing): Adjust for new rebulleting
3663         regime so bullet being yanked is used without prompting the user
3664         for a choice.
3666 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
3668         * startup.el (command-line): Warn the user that _emacs is deprecated.
3670 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
3672         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
3673         (delphi-verbose, delphi-comment-face, delphi-string-face)
3674         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
3675         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
3676         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
3677         (delphi-new-comment-line, delphi-font-lock-defaults)
3678         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
3679         Fix typos in docstrings.
3681 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
3683         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
3684         Invert the roles of character and string values for INSTEAD, so a
3685         string is used for the more common case of a defaulting prompt.
3687 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3689         * progmodes/ruby-mode.el (ruby-backward-sexp):
3690         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
3691         * play/gamegrid.el (gamegrid-make-face):
3692         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
3693         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
3694         * notifications.el (notifications-notify):
3695         * net/xesam.el (xesam-search-engines):
3696         * net/quickurl.el (quickurl-list-insert):
3697         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
3699 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
3701         * startup.el (command-line): Update package subdirectory regexp.
3703 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3705         * allout.el (allout-abbreviate-flattened-numbering)
3706         (allout-mode-deactivate-hook): Fix up obsolescence "date".
3708         * subr.el (read-char-choice): Only show the cursor after the prompt,
3709         not after the answer.
3711 2011-03-15  Kevin Ryde  <user42@zip.com.au>
3713         * help-fns.el (variable-at-point): Skip leading quotes, if any
3714         (bug#8253).
3716 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3718         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
3719         warning message.
3721 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
3723         * shell.el (shell): When called interactively, offer to change the
3724         shell file name on remote hosts.
3726 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3728         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
3729         integration for LDAP parameters.  The host, base, user or binddn,
3730         and secret tokens can be specified in a netrc file, for instance.
3731         This is optional because an `auth-source' parameter must be
3732         specified in the search attributes.
3734 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
3736         * help.el (describe-mode): Link to the mode's definition (bug#8185).
3738 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3740         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
3741         into declaration.  Remove redundant and harmful binding.
3743 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
3745         * files.el (file-ownership-preserved-p): Pass `integer' as an
3746         explicit 2nd argument to `file-attributes'.  If the file's owner
3747         is the Administrators group on Windows, and the current user is
3748         Administrator, consider that a match.
3750         * server.el (server-ensure-safe-dir): Consider server directory
3751         safe on MS-Windows if its owner is the Administrators group while
3752         the current Emacs user is Administrator.  Use `=' to compare
3753         numerical UIDs, since they could be integers or floats.
3755 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
3757         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
3759 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
3761         Sync with Tramp 2.2.1.
3763         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
3765         * net/trampver.el: Update release number.
3767 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3769         * progmodes/compile.el (compilation--previous-directory): Fix up
3770         various nil/dead-marker mismatches (bug#8014).
3771         (compilation-directory-properties, compilation-error-properties):
3772         Don't call it at a position past the one we're about to change.
3774         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
3775         Disable obsolescence warnings in the file that declares it.
3777 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
3779         * allout-widgets.el (allout-widgets-tally):
3780         Initialize allout-widgets-tally as a hash table rather than nil to
3781         prevent mode-line redisplay warnings.  Also, clarify the module
3782         description and fix a comment typo.
3784 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
3786         * help-fns.el (describe-variable): Don't complete keywords.
3787         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
3789 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
3791         * emacs-lisp/package.el (package-version-join): Impose a standard
3792         string representation for pre/alpha/beta version lists.
3793         (package-unpack-single): Standardize the directory name by passing
3794         it through package-version-join.
3795         (package-strip-rcs-id): Accept any version string that does not
3796         signal an error in version-to-list.
3798 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
3800         * simple.el (delete-trailing-whitespace): Return nil for the
3801         benefit of `write-file-functions'.
3803 2011-03-10  Glenn Morris  <rgm@gnu.org>
3805         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
3807         * vc/vc-git.el (vc-git-program): New option.
3808         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
3809         (vc-git--call): Use it.
3811         * eshell/esh-util.el (eshell-condition-case): Doc fix.
3813         * cus-edit.el (Custom-newline): If no button at point, look
3814         for a subgroup button at start-of-line.  (Bug#2298)
3816         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
3818 2011-03-10  Julien Danjou  <julien@danjou.info>
3820         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
3821         `cursor-type' is nil.
3823 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
3825         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
3827 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
3829         * allout.el Summary: Change so yank of distinctive-bullet items
3830         preserves the existing header prefix, rebulleting it if necessary,
3831         rather than replacing it.  This is necessary for proper operation
3832         of cooperative addons like allout-widgets.
3833         (allout-make-topic-prefix, allout-rebullet-heading): Change
3834         SOLICIT arg to INSTEAD, and interpret additionally a string value
3835         as alternate bullet to be used, instead of prompting the user for
3836         a bullet character.
3838 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
3840         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3841         Do not use `tramp-file-name-port', because this returns also
3842         `tramp-default-port'.
3844 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
3846         * net/rcirc.el (rcirc-handler-001): Remove useless
3847         with-rcirc-process-buffer.
3848         (rcirc-check-auth-status): Swap arguments to string-match.
3850 2011-03-09  Glenn Morris  <rgm@gnu.org>
3852         * shell.el (shell-mode):
3853         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
3855         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
3856         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
3858 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
3860         * emacs-lisp/package.el (package-refresh-contents)
3861         (package-menu-execute): Use condition-case-no-debug.
3863 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
3865         * simple.el (shell-command-to-string): Use `process-file'.
3867         * emacs-lisp/package.el (package-tar-file-info): Handle also
3868         remote files.
3870         * emacs-lisp/package-x.el (package-upload-buffer-internal):
3871         Use `equal' for upload base check.
3873 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
3875         * textmodes/texinfo.el (texinfo-environments):
3876         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
3878 2011-03-08  Glenn Morris  <rgm@gnu.org>
3880         * cus-start.el (cursor-in-non-selected-windows):
3881         Fix :set quoting oddness.  (Bug#8192)
3883         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
3884         in some setf expressions.  (Bug#2159)
3886 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
3888         * custom.el (custom-available-themes): Return themes in
3889         alphabetical order.
3891 See ChangeLog.15 for earlier changes.
3893 ;; Local Variables:
3894 ;; coding: utf-8
3895 ;; End:
3897   Copyright (C) 2011  Free Software Foundation, Inc.
3899   This file is part of GNU Emacs.
3901   GNU Emacs is free software: you can redistribute it and/or modify
3902   it under the terms of the GNU General Public License as published by
3903   the Free Software Foundation, either version 3 of the License, or
3904   (at your option) any later version.
3906   GNU Emacs is distributed in the hope that it will be useful,
3907   but WITHOUT ANY WARRANTY; without even the implied warranty of
3908   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3909   GNU General Public License for more details.
3911   You should have received a copy of the GNU General Public License
3912   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.