progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
[emacs.git] / lisp / ChangeLog
blob2cd03d9e898b78cb89e0f663e1f143ba3e91ec86
1 2011-09-09  Alan Mackenzie  <acm@muc.de>
3         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
4         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
6 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
8         Fix for Savannah bug#9392.
9         * simple.el (mail-encode-mml): New defvar.
11         * mail/rmail.el (mail-encode-mml): Add a defvar.
12         (rmail-enable-mime-composing): Default to t.
13         (rmail-forward): Use MIME method of forwarding only if both
14         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
15         Set mail-encode-mml non-nil if the MIME method was used.
17         * mail/sendmail.el (mml-to-mime): Add autoload form.
18         (mail-encode-mml): Add a defvar.
19         (mail-mode): Make mail-encode-mml buffer-local and initialize it
20         to nil.
21         (mail-send): If mail-encode-mml is non-nil, run the outgoing
22         message through mml-to-mime, and reset mail-encode-mml to nil.
24 2011-09-09  Glenn Morris  <rgm@gnu.org>
26         * woman.el (woman-if-body): When processing an .el block,
27         do not delete the next .el block as well.  (Bug#9447)
28         (woman-special-characters): Add oq, cq, and hy characters.
30 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
32         * window.el (window-deletable-p): Make sure window is live before
33         invoking window-prev-buffers.
35 2011-09-08  Leo Liu  <sdl.web@gmail.com>
37         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
39 2011-09-08  Juri Linkov  <juri@jurta.org>
41         * progmodes/compile.el (compilation-environment): Make it
42         a defcustom (bug#8340).
44 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
46         * window.el (frame-auto-delete): Rename to window-auto-delete.
47         Make it control auto-deletion of windows and/or frames.
48         (window-deletable-p): New argument FORCE.  Rewrite conditions
49         for deleting window/frame.  (Bug#9419)
50         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
51         Rewrite handling of case when window/frame can be deleted.
52         (delete-windows-on): Call window-deletable-p with new FORCE
53         argument t.  (Bug#9456)
55 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
57         * help-mode.el (help-mode): Restore autoload.
59 2011-09-07  Juri Linkov  <juri@jurta.org>
61         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
62         `compilation-environment'.  Set buffer-local
63         `compilation-environment' to `thisenv' later after (funcall mode).
64         (Bug#8340)
66         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
67         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
68         instead of replacing its value.  (Bug#8340)
70 2011-09-07  Juri Linkov  <juri@jurta.org>
72         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
73         based on text properties put by `grep-filter' instead of matching
74         escape sequences.
75         (grep-mode): Set buffer-local `compilation-error-screen-columns'
76         to the value of `grep-error-screen-columns' (bug#9438).
78 2011-09-07  Juri Linkov  <juri@jurta.org>
80         * simple.el (next-error-highlight, next-error-highlight-no-select):
81         Doc fix (bug#9432).
83 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
85         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
86         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
88 2011-09-07  Leo Liu  <sdl.web@gmail.com>
90         * net/rcirc.el (rcirc-mode): Conditionally initialize
91         rcirc-input-ring.
93 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
95         * emacs-lisp/find-func.el (find-function-C-source): Only set
96         find-function-C-source-directory after checking that we found a source
97         file there (bug#9440).
99 2011-09-06  Alan Mackenzie  <acm@muc.de>
101         * isearch.el (isearch-other-meta-char): Wherever a key list is
102         unread, "unread" the prefix arg, too.  This fixes bug #8901.
104 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
106         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
108 2011-09-05  Juri Linkov  <juri@jurta.org>
110         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
112 2011-09-05  Juri Linkov  <juri@jurta.org>
114         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
115         keeping point where processing of grep matches begins, and
116         continue to delete remaining escape sequences from the same point.
117         (grep-filter): Make leading zero optional in "0?1;31m" because
118         git-grep emits "\033[1;31m" escape sequences unlike expected
119         "\033[01;31m" as GNU Grep does (bug#9408).
120         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
122 2011-09-05  Juri Linkov  <juri@jurta.org>
124         * subr.el (y-or-n-p): Capitalize "yes".
126 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
128         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
129         `tramp-cache-unload-hook' where appropriate.
130         (tramp-methods): Rename `tramp-remote-sh' to
131         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
132         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
134         * net/tramp-sh.el (top): Don't require 'shell.
135         (tramp-methods): Add `tramp-remote-shell' and
136         `tramp-remote-shell-args' entries.
137         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
138         (tramp-sh-handle-shell-command): Remove.
139         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
140         Use `tramp-remote-shell'.
142 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
144         * mail/sendmail.el (sendmail-query-once-function): Deleted.
145         (sendmail-query-once): Save directly to send-mail-function.
146         Update message-send-mail-function too.
148         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
150 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
152         * progmodes/python.el (python-mode-map): Use correct function to
153         start python interpreter from menu-bar (as reported by Geert
154         Kloosterman).
155         (inferior-python-mode-map): Fix typo.
156         (python-shell-map): Removed.
158 2011-09-03  Deniz Dogan  <deniz@dogan.se>
160         * net/rcirc.el (rcirc-print): Simplify code for
161         rcirc-scroll-show-maximum-output.  There is no need to walk
162         through all windows to find the right one.
164 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
166         * help.el (help-return-method): Doc fix.
168 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
170         * window.el (window-deletable-p): Don't return a non-nil value
171         when there's a buffer that was shown in the window before.
172         (Bug#9419)
173         (display-buffer-pop-up-frame, display-buffer-pop-up-window): Set
174         window's previous buffers to nil.
176 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
178         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
179         newline before and after the tag line, so it doesn't interfere
180         with determining the paragraph direction of bidirectional text.
182 2011-09-03  Leo Liu  <sdl.web@gmail.com>
184         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
186 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
188         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Deleted.
189         (pop-to-buffer): Change interactive spec.  Pass second argument
190         directly to display-buffer.
191         (display-buffer): Fix interactive spec.  Use functionp to
192         distinguish between a function and a list of functions.
194         * abbrev.el (edit-abbrevs):
195         * arc-mode.el (archive-extract):
196         * autoinsert.el (auto-insert):
197         * bookmark.el (bookmark-bmenu-list):
198         * files.el (find-file):
199         * view.el (view-buffer):
200         * progmodes/compile.el (compilation-goto-locus):
201         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
203 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
205         * window.el (display-buffer-alist): Doc fix.
206         (display-buffer): Add docstring.  Don't treat
207         display-buffer-default specially.
208         (display-buffer-reuse-selected-window)
209         (display-buffer-same-window, display-buffer-maybe-same-window)
210         (display-buffer-reuse-window, display-buffer-pop-up-frame)
211         (display-buffer-pop-up-window)
212         (display-buffer-reuse-or-pop-window)
213         (display-buffer-use-some-window): New functions.
214         (display-buffer-default-action): Use them.
215         (display-buffer-default): Deleted.
216         (pop-to-buffer-1): Fix choice of actions.
218 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
220         * minibuffer.el (completion--insert-strings): Don't get confused by
221         completion entries that end with an LF char.
223 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
225         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
227 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
229         * window.el (display-buffer): Restore interactive spec.
230         (display-buffer-same-window, display-buffer-other-window):
231         New functions.
232         (pop-to-buffer-1): New function.  Use the above.
233         (pop-to-buffer, pop-to-buffer-same-window): Use it.
234         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
236         * view.el (view-buffer-other-window, view-buffer-other-frame):
237         Just use pop-to-buffer.
239 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
241         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
243 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
245         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
247 2011-08-31  Richard Stallman  <rms@gnu.org>
249         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
250         of the separation of rmail-view-buffer from rmail-buffer.
251         If you say no to "replace original", the decrypt is in the
252         view buffer.  If you say yes, the decrypt goes into the
253         rmail buffer also.
255 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
257         * window.el (display-buffer-window): Rewrite doc-string.
258         (display-buffer-record-window): New function.
259         (display-buffer-macro-specifiers)
260         (display-buffer-even-window-sizes, display-buffer-set-height)
261         (display-buffer-set-width, display-buffer-in-window)
262         (display-buffer-reuse-window, display-buffer-split-specifiers)
263         (display-buffer-side-specifiers, display-buffer-split-window-1)
264         (display-buffer-split-window, display-buffer-split-atom-window)
265         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
266         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
267         (display-buffer-other-window-means-other-frame)
268         (display-buffer-normalize-special)
269         (display-buffer-normalize-default)
270         (display-buffer-normalize-argument)
271         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
272         (display-buffer-normalize-specifiers, display-buffer-frame)
273         (display-buffer-same-window, display-buffer-same-frame)
274         (display-buffer-other-window)
275         (display-buffer-same-frame-other-window)
276         (display-buffer-other-frame, pop-to-buffer-same-window)
277         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
278         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
279         (switch-to-buffer-same-frame)
280         (switch-to-buffer-other-window-same-frame)
281         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
282         (display-buffer-alist-set-1, display-buffer-alist-set-2)
283         (display-buffer-alist-set): Remove.
284         (display-buffer-function, special-display-buffer-names)
285         (special-display-regexps, special-display-function):
286         In doc-string refer to display-buffer-window and quit-restore
287         parameter.
288         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
289         (special-display-frame-alist, special-display-popup-frame)
290         (same-window-buffer-names, same-window-regexps, same-window-p)
291         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
292         (split-window-preferred-function, split-height-threshold)
293         (split-width-threshold, window-splittable-p)
294         (split-window-sensibly, window--try-to-split-window)
295         (window--frame-usable-p, even-window-heights)
296         (window--even-window-heights, window--display-buffer-1)
297         (window--display-buffer-2, display-buffer-other-frame):
298         Restore old Emacs 23 code, order and doc-strings where applicable.
299         (display-buffer-default, display-buffer-assq-regexp): New functions.
300         (display-buffer-alist): Rewrite doc-string.
301         (display-buffer-default-action)
302         (display-buffer-overriding-action): New variables.
303         (display-buffer, switch-to-buffer): Rewrite.
304         (pop-to-buffer): Restore Emacs 23 behavior but use
305         window-normalize-buffer-to-display.
306         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
307         Restore Emacs 23 behavior but use
308         window-normalize-buffer-to-switch-to.
309         (pop-to-buffer-same-window): Rewrite.
310         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
311         Rewrite using Emacs 23 options.
313 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
315         * net/tramp.el (tramp-root-regexp): Remove.
316         (tramp-completion-file-name-regexp-unified)
317         (tramp-completion-file-name-regexp-separate)
318         (tramp-completion-file-name-regexp-url): Don't use leading volume
319         letter on win32 systems.  (Bug#5303, Bug#9311)
320         (tramp-drop-volume-letter): Simplify definition.
321         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
323 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
325         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
326         (bug#9356).
328 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
330         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
332 2011-08-29  Juri Linkov  <juri@jurta.org>
334         * isearch.el (isearch-done): Don't display message "Mark saved"
335         when arg `edit' is non-nil to prevent its flicker in the echo area.
337 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
339         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
340         obsolete packages for deletion.
342 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
344         * help-mode.el (help-mode-map): Add special-mode-map to parent.
345         (help-mode): Derive help-mode from special-mode.  Don't invoke
346         view-mode from help-mode.
347         (help-xref-override-view-map): Remove.
348         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
349         view-mode is not used anymore.
351 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
353         * server.el (server-port): Doc fix.
355         * cus-theme.el (custom-theme-choose-mode): Inherit from
356         special-mode (Bug#9124).
357         (custom-theme-choose-mode-map): Add special-mode to parent.
359 2011-08-28  Alan Mackenzie  <acm@muc.de>
361         * progmodes/cc-fonts.el
362         (c-make-font-lock-BO-decl-search-function): New function.
363         (c-basic-matchers-after - "Fontify the clauses after various
364         keywords"): Extract the three keyword lists for the 3 erroneous
365         constructs from the list of four, and use the new function above
366         in place of an old one.
368 2011-08-28  Deniz Dogan  <deniz@dogan.se>
370         * net/rcirc.el (rcirc-insert-prev-input)
371         (rcirc-insert-next-input): Remove unused argument.
373 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
375         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
377 2011-08-27  Alan Mackenzie  <acm@muc.de>
379         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
380         handle function pointer parameters properly.
382 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
384         * window.el (display-buffer-reuse-window): Fix case where
385         selected window was reused with non-nil OTHER-WINDOW argument.
386         (Bug#9381)
388 2011-08-27  Deniz Dogan  <deniz@dogan.se>
390         * net/rcirc.el (rcirc-check-auth-status): Adding support for
391         oftc's NickServ messages.
393 2011-08-27  Glenn Morris  <rgm@gnu.org>
395         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
397 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
399         * emacs-lisp/package.el (package-install): Call package-initialize
400         if called interactively.
402 2011-08-26  Leo Liu  <sdl.web@gmail.com>
404         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
406 2011-08-25  Juri Linkov  <juri@jurta.org>
408         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
409         `search-whitespace-regexp' (bug#9364).
411 2011-08-25  Juri Linkov  <juri@jurta.org>
413         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
414         `regexp-search-ring' to their global values to protect from
415         updating by `read-from-minibuffer' (bug#9185).
417 2011-08-25  Juri Linkov  <juri@jurta.org>
419         * textmodes/ispell.el (ispell-command-loop): Add newline
420         at the end of the "Use option `i'..." line.
422 2011-08-25  Juri Linkov  <juri@jurta.org>
424         * battery.el (display-battery-mode): If `battery-status-function'
425         or `battery-mode-line-format' is nil, display the message and set
426         `display-battery-mode' to nil (bug#9363).
428 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
430         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
431         bidi-string-mark-left-to-right; they are unnecessary now.
433 2011-08-25  Deniz Dogan  <deniz@dogan.se>
435         * net/quickurl.el: Documentation typo fixes.
437 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
439         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
441 2011-08-25  Glenn Morris  <rgm@gnu.org>
443         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
445         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
446         (smtpmail-via-smtp): Handle nil response from smtp.
448 2011-08-24  Juri Linkov  <juri@jurta.org>
450         * proced.el (proced-marked): Inherit from `error' instead of
451         `font-lock-warning-face'.
453         * ibuffer.el (ibuffer-marked-face): Change default face from
454         `font-lock-warning-face' to `warning'.
455         (ibuffer-deletion-face): Change default face from
456         `font-lock-type-face' to `error'.
458         * battery.el (battery-update): Use the face `error' instead of
459         `font-lock-warning-face' (bug#6117).
461 2011-08-24  Juri Linkov  <juri@jurta.org>
463         * faces.el (success): Change face color from "Green3" to
464         "ForestGreen" on light background (bug#9353).
466 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
468         * window.el (quit-window): Rename from quit-restore-window.
469         Use same arglist as old quit-window.
470         (frame-auto-delete): Doc fix.
472         * view.el (view-mode-exit): Use quit-window.
474 2011-08-24  Juri Linkov  <juri@jurta.org>
476         * isearch.el (isearch-ring-adjust1): Start visiting previous
477         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
478         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
479         for empty search string (when the last search string is reused
480         automatically) to adjust the isearch ring to the last element and
481         prepare the correct index for further M-p commands (bug#9185).
483 2011-08-24  Kenichi Handa  <handa@m17n.org>
485         * international/ucs-normalize.el: If decomposition property of
486         CHAR is the default one (i.e. a list of CHAR itself), treat it as
487         nil.
488         (nfd, nfkd): Likewise.
490 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
492         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
493         from process filters aren't reliably transmitted to the surrounding
494         accept-process-output.
495         (mpc-proc-check): New function.
496         (mpc-proc-sync): Use it (bug#8293)
498 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
500         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
501         Add compatibility functions (bug#9313).
503 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
505         * cus-start.el (all): Add entry for bidi-paragraph-direction.
507         * international/uni-bidi.el: Regenerated.
509 2011-08-23  Kenichi Handa  <handa@m17n.org>
511         * international/charprop.el:
512         * international/uni-bidi.el:
513         * international/uni-category.el:
514         * international/uni-combining.el:
515         * international/uni-comment.el:
516         * international/uni-decimal.el:
517         * international/uni-decomposition.el:
518         * international/uni-digit.el:
519         * international/uni-lowercase.el:
520         * international/uni-mirrored.el:
521         * international/uni-name.el:
522         * international/uni-numeric.el:
523         * international/uni-old-name.el:
524         * international/uni-titlecase.el:
525         * international/uni-uppercase.el: Regenerate.
527 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
529         * help.el (help-window-setup): Fix message displayed when other
530         window is reused.  (Bug#9341)
532 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
534         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
535         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
537         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
538         Mark obsolete.
539         * shell.el (shell-parse-pcomplete-arguments): New function.
540         (shell-completion-vars): Use it instead (bug#9160).
542 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
544         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
545         strings and comments (bug#9333).
547         * emacs-lisp/debug.el (debug-arglist): New function.
548         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
549         (debug-on-entry-1): Handle interpreted closures (bug#9120).
551 2011-08-22  Juri Linkov  <juri@jurta.org>
553         * progmodes/compile.el (compilation-mode-font-lock-keywords):
554         Revert regexp that highlights output switches to its old
555         pre-2010-10-28 value and remove one `?' from it (bug#9319).
557         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
558         to check for empty output (bug#9226).
560 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
562         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
563         symbol-constituent as the default, as that stops font-lock from
564         working properly (Bug#8843).
566 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
569         `coding-system-for-*' around the process open call to avoid
570         auth-source side effects.
571         (smtpmail-try-auth-methods): Expand the secret password.
572         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
573         probe hangs.
575 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
577         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
579         * emacs-lisp/find-func.el (find-function-noselect): New arg
580         lisp-only.
582         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
583         signal an error for built-in functions (Bug#6664).
585 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
587         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
588         (smtpmail-try-auth-methods): Use it.
590 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
592         * font-lock.el (font-lock-fontify-region)
593         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
594         (font-lock-default-unfontify-buffer)
595         (font-lock-default-fontify-region)
596         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
598         * progmodes/compile.el (compilation-error-properties):
599         Fix confusion between file struct and message struct (Bug#9319).
600         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
601         `ant' regexp.
603         * net/browse-url.el (browse-url-firefox): Don't call
604         browse-url-firefox-sentinel unless using -remote (Bug#9328).
606 2011-08-20  Glenn Morris  <rgm@gnu.org>
608         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
610         * tutorial.el (tutorial--default-keys): Update some default bindings.
612         * files.el (hack-local-variables): Fully ignore case for "mode:".
614 2011-08-20  Alan Mackenzie  <acm@muc.de>
616         Resolve invalid use of a regexp in regexp-opt.
618         * cc-fonts.el (c-complex-decl-matchers): Add in special detection
619         for a java annotation.
621         * cc-engine.el (c-forward-decl-or-cast-1): Add in special
622         detection for a java annotation.
624         * cc-langs.el (c-prefix-spec-kwds-re): Remove the special handling
625         for java.
626         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
628 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
630         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
631         (Bug#9274).
633 2011-08-20  Alan Mackenzie  <acm@muc.de>
635         * Fontify CPP expressions correctly when starting in the middle of
636         such a construct.  Mainly for when jit-lock etc. starts a chunk
637         here.
639         * progmodes/cc-fonts.el (c-font-lock-context): new buffer local
640         variable.
641         (c-make-font-lock-search-form): new function, extracted from
642         c-make-font-lock-search-function.
643         (c-make-font-lock-search-function): Use the above function.
644         (c-make-font-lock-context-search-function): New function.
645         (c-cpp-matchers): Enhance the preprocessor expression case with
646         the above function
647         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
648         which takes an expression.
650         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
652 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
654         * window.el (display-buffer-reuse-window)
655         (display-buffer-pop-up-window): Don't reuse or split a side
656         window.
658 2011-08-19  Glenn Morris  <rgm@gnu.org>
660         * files.el (hack-local-variables-prop-line, hack-local-variables):
661         Downcase "Mode:".  (Bug#9331)
663 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
665         * international/characters.el: Add L and R categories.
667         * subr.el (bidi-string-mark-left-to-right): Rename from
668         string-mark-left-to-right.  Use category search.
670         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
672 2011-08-18  Juri Linkov  <juri@jurta.org>
674         * faces.el (error, warning, success): New faces with definitions
675         copied from old default values of `font-lock-warning-face',
676         `compilation-warning', `compilation-info' (bug#6117).
678         * font-lock.el (font-lock-warning-face): Inherit from `error'.
680         * progmodes/compile.el (compilation-error): Inherit from `error'.
681         (compilation-warning): Inherit from `warning'.
682         (compilation-info): Inherit from `success'.
684         * dired.el (dired-marked): Inherit from `warning'.
685         (dired-flagged): Inherit from `error'.
687 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
689         * mail/smtpmail.el (auth-source): Require to avoid problems with
690         binding variables (bug#9298).  Also clean up some unused
691         autoloads.
693         * net/network-stream.el (network-stream-open-starttls):
694         Support using starttls.el without using gnutls-cli.
696 2011-08-17  Juri Linkov  <juri@jurta.org>
698         * progmodes/grep.el (rgrep): Handle the case when
699         `grep-find-command' is a cons cell (bug#9278).
701 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
703         * window.el (display-buffer-pop-up-frame): Run frame creation
704         function with BUFFER current (as special-display-popup-frame
705         does).  Reported by Drew Adams.
707 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
709         * epa-mail.el: Simplify GnuPG group expansion using
710         epg-expand-group.
711         (epa-mail-group-alist, epa-mail-group-modtime)
712         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
713         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
714         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
715         Remove.
717 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
719         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
721 2011-08-16  Alan Mackenzie  <acm@muc.de>
723         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
724         Correct, to avoid the inside of macros.
726 2011-08-16  Richard Stallman  <rms@gnu.org>
728         * epa-mail.el: Handle GnuPG group definitions.
729         (epa-mail-group-alist, epa-mail-group-modtime)
730         (epa-mail-gnupg-conf-file): New variables.
731         (epa-mail-parse-groups, epa-mail-sync-groups)
732         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
733         (epa-mail-expand-recipients): New functions.
734         (epa-mail-encrypt): Call epa-mail-expand-recipients.
736         * mail/rmail.el (rmail-epa-decrypt): New command.
738         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
739         Don't bind buffer-read-only, just inhibit-read-only.
740         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
741         (epa-decrypt-armor-in-region): Make error message clearer.
743 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
745         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
746         and "a2b" to "ab" for `prefix'.
748 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
750         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
751         filter groups.
752         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
753         Fourquet (Bug#8804).
755 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
757         * startup.el (argi): Declare as global variable (bug#9275).
759 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
761         * subr.el (string-mark-left-to-right): Search the entire string
762         for RTL script, not just the terminating character.  Doc fix.
764 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
766         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
767         New function.
768         (js--regexp-literal, js-syntax-propertize-function): Remove.
769         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
770         (js-mode-map): Don't rebind electric keys.
771         (js-insert-and-indent): Remove.
772         (js-mode): Setup electric-layout and electric-indent instead.
774         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
776 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
778         * epa.el (epa-progress-callback-function): Fix the logic of
779         displaying progress.
780         * epa-file.el (epa-file-insert-file-contents): Make progress
781         display more user-friendly.
782         (epa-file-write-region): Ditto.
784 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
786         * subr.el (string-mark-left-to-right): New function.
788         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
789         Use string-mark-left-to-right.
790         (list-buffers-noselect): Caller changed.
792         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
793         Use string-mark-left-to-right.
794         (tabulated-list-print): Recenter after moving point.
796 2011-08-10  Juri Linkov  <juri@jurta.org>
798         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
799         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
800         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
802 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
804         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
805         (Bug#7554).
807 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
809         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
810         character.  (Bug#6594)
812 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
814         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
815         (image-dired--with-db-file): New macro.
816         (image-dired-write-tags, image-dired-remove-tag)
817         (image-dired-create-gallery-lists, image-dired-write-comments)
818         (image-dired-get-comment, image-dired-mark-tagged-files)
819         (image-dired-list-tags, image-dired-gallery-generate): Use it.
820         (image-dired-gallery-generate): Use insert-file-contents.
822         * time.el (display-time-world-list, display-time-world-display):
823         * time-stamp.el (time-stamp-string):
824         * vc/add-log.el (add-change-log-entry): Use setenv instead of
825         set-time-zone-rule (Bug#7337).
827 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
829         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
830         (epg-error-to-string, epg-errors-to-string): New function.
831         (epg-wait-for-completion): Reverse errors list.
832         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
833         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
834         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
835         (epg-sign-keys, epg-generate-key-from-file)
836         (epg-generate-key-from-string): Format errors by using
837         epg-errors-to-string (bug#9255).
838         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
840 2011-08-07  Juri Linkov  <juri@jurta.org>
842         * faces.el (list-faces-display): Remove extra angle bracket
843         from `help-mode-map'.
845         * info.el (Info-history-toc-nodes): Doc fix.
847         * longlines.el (longlines-mode): Doc fix.
849 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
851         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
852         of statements and in a few more cases (bug#9183).
854         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
855         New functions.
856         (cl-transform-lambda): Use them (bug#9239).
858 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
860         * window.el (display-buffer-same-window)
861         (display-buffer-same-frame, display-buffer-other-window)
862         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
863         (pop-to-buffer-other-window)
864         (pop-to-buffer-same-frame-other-window)
865         (pop-to-buffer-other-frame): Make them defuns.
866         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
868 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
870         * subr.el (make-composed-keymap): Move from C.  Change calling
871         convention, and improve docstring to bring attention to a subtle point.
872         * minibuffer.el (completing-read-default): Adjust accordingly.
874 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
876         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
877         (tramp-open-shell): Use `tramp-shell-quote-argument'.
879         * net/trampver.el: Update release number.
881 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
883         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
884         "in" (bug#9190).
886 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888         * mail/sendmail.el (sendmail-query-once): Restore the current
889         buffer after querying (bug#9074).
891         * dired.el (dired-flagged): Use different faces for marked and
892         flagged files (bug#6117).
894         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
895         (bug#4433).
897         * ido.el (ido-mode): Switch off the message if called
898         non-interactively.
900         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
901         before 587, since it appears that that's more likely to work for
902         more people.
904         * cus-edit.el (custom-file): When running under emacs -q, always
905         refuse to save the customisations, even if the .emacs file doesn't
906         exist.
908         * info.el: Remove the `Info-beginning-of-buffer' function
909         (bug#8325).
911         * net/network-stream.el (network-stream-open-starttls):
912         Use `starttls-available-p' to see whether starttls.el can be used.
914 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
916         * window.el (display-buffer-in-window): Don't set dedicated status
917         of window here (Bug#9215).
918         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
919         (display-buffer-pop-up-side-window)
920         (display-buffer-in-side-window): Set dedicated status of window here.
922 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
924         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
925         before binding generated-autoload-file.
927 2011-08-01  Deniz Dogan  <deniz@dogan.se>
929         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
931 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
933         Sync with Tramp 2.2.2.
935         * net/trampver.el: Update release number.
937 2011-07-30  Juri Linkov  <juri@jurta.org>
939         * dired-aux.el (dired-touch-initial): Remove function.
940         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
941         current time, and `default' to the last modification time of the
942         current marked file (bug#6887).
944 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
946         * simple.el (goto-line): Use string-to-number to provide a
947         numeric argument to read-number (bug#9163).
949 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
951         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
952         connection process, it could be nil.
954 2011-07-27  Leo Liu  <sdl.web@gmail.com>
956         Simplify url handling in rcirc-mode.
958         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
959         (rcirc-browse-url-at-mouse): Remove.
960         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
962 2011-07-26  Alan Mackenzie  <acm@muc.de>
964         Fontify bitfield declarations properly.
966         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
967         (c-symbol-chars): Now exported as a lang variable.
968         (c-not-primitive-type-keywords): New lang variable.
970         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
971         QT keyword "more" to prevent "more slots: ...." being spuriously
972         parsed as a bitfield declaraion.
974         * progmodes/cc-engine.el (c-beginning-of-statement-1):
975         Refactor and enhance to handle bitfield declarations.
976         (c-punctuation-in): New function.
977         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
978         declarations properly.
980 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
982         * calendar/icalendar.el (icalendar--all-events): Take care of
983         multiple vcalendars in a single file.
984         (icalendar--convert-float-to-ical): Checkdoc fixes.
986 2011-07-25  Deniz Dogan  <deniz@dogan.se>
988         * image.el (insert-image): Clarifying docstring.
990 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
992         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
993         `tramp-send-command-and-check' if there is no error.
994         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
996 2011-07-22  Alan Mackenzie  <acm@muc.de>
998         Prevent cc-langs.elc being loaded at run time.
1000         * progmodes/cc-mode.el: Remove two autoload forms which loaded
1001         cc-langs.
1003         * /progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
1004         "(require 'cc-langs)".  Quote a form so it will evaluate at
1005         (cc-mode's) compilation time.
1007 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
1009         * net/tramp.el (tramp-file-name-handler): Avoid recursive
1010         loading.  (Bug#9114)
1012 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
1014         * window.el (display-buffer-pop-up-window)
1015         (display-buffer-pop-up-side-window)
1016         (display-buffer-in-side-window): Call display-buffer-set-height
1017         and display-buffer-set-width after setting the new window's
1018         buffer so `fit-window-to-buffer' and friends work on the right buffer.
1020 2011-07-20  Sam Steingold  <sds@gnu.org>
1022         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
1023         (etags-tags-included-tables): Call `convert-standard-filename' on
1024         the file names contained in TAGS so that windows Emacs can handle
1025         TAGS files created by cygwin ctags.
1027 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1029         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
1030         which apparently didn't work.
1032 2011-07-19  Roland Winkler  <winkler@gnu.org>
1034         * proced.el (proced-send-signal): For *Marked Processes* buffer
1035         put point at beginning of buffer.
1037 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
1039         * proced.el (proced-format): Make header lines align with the text
1040         (bug#1779).
1042 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044         * view.el (view-buffer): Allow running in `special' modes if we're
1045         visiting a file (bug#8615).
1047 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
1049         * window.el (display-buffer-alist-of-strings-p)
1050         (display-buffer-alist-set-1, display-buffer-alist-set-2):
1051         New functions.
1052         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
1053         more accurately.
1055 2011-07-18  Alan Mackenzie  <acm@muc.de>
1057         Fontify declarators properly when, e.g., a jit-lock chunk begins
1058         inside a declaration.
1060         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
1062         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
1063         New function.
1064         (c-complex-decl-matchers): Insert reference to
1065         c-font-lock-enclosing-decls.
1067         * progmodes/cc-engine.el (c-backward-single-comment):
1068         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
1069         to nil around calls to (forward-comment -1).
1071 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1073         * image.el (put-image): Doc typo fix.
1075         * progmodes/etags.el (tags-search): Doc typo fix.
1077         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
1078         password if we get errors 550 to 554.
1080 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1082         * net/gnutls.el (gnutls-log-level): Remove.
1084         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
1085         indentation character (bug#6380).
1087         * files.el (buffer-offer-save): Made permanently local (bug#6241).
1089         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
1090         to clarify what the problem is (bug#4291).
1092         * simple.el (current-kill): Clarify what
1093         `interprogram-paste-function' does (bug#7500).
1094         (auto-fill-mode): Document `auto-fill-function' in relation to
1095         `auto-fill-mode' (bug#2470).
1097 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
1099         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
1100         method if slot is read-only (bug#9035).
1102 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
1104         * frame.el (select-frame-set-input-focus): New argument NORECORD.
1105         * window.el (pop-to-buffer): Select window used even if it was
1106         selected before, see discussion of (Bug#8615), (Bug#6954).
1107         Pass argument NORECORD on to select-frame-set-input-focus.
1109 2011-07-15  Glenn Morris  <rgm@gnu.org>
1111         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
1112         Respect help-form.
1114 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
1116         * net/gnutls.el (gnutls-min-prime-bits): New variable.
1117         (gnutls-negotiate): Use it.
1119 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1121         * net/gnutls.el (gnutls-negotiate):
1122         Upcase `gnutls-algorithm-priority'.
1124 2011-07-15  Glenn Morris  <rgm@gnu.org>
1126         * jka-compr.el (jka-compr-verbose): Move from here...
1127         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
1128         Add missing :version tag.
1129         * info.el: No need to require jka-compr when compiling.
1131 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1133         * net/gnutls.el (gnutls-algorithm-priority): New variable.
1134         (gnutls-negotiate): Use it.
1136         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
1138         * info.el (Info-beginning-of-buffer): New command.
1139         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
1140         announcing `b' as the key (bug#8325).
1141         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
1143         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
1145         * international/mule-cmds.el
1146         (describe-specified-language-support): Make the error message
1147         clearer (bug#8905).
1149         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
1151         * isearch.el (isearch-barrier): Add a doc string, since it's
1152         mentioned in a function doc string (bug#8678).
1154 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
1156         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
1157         buffer argument (Bug#9083) and self-identifying label argument.
1159 2011-07-15  Glenn Morris  <rgm@gnu.org>
1161         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
1163 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1165         * man.el (Man-fontify-manpage): Fix message when formatting the
1166         man page (bug#7929).
1168 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
1170         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
1171         argument LRM; if non-nil, append an invisible LRM character to the
1172         buffer name.
1173         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
1174         last argument non-nil, when formatting buffer names.
1175         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
1176         paragraph direction.
1178 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1180         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
1181         the man page name (bug#7929).
1183         * image.el (put-image): Mention the `put-image' overlay property
1184         (bug#7834).
1186         * scroll-bar.el (set-scroll-bar-mode): Mention that
1187         `scroll-bar-mode' lists the values (bug#7772).
1189         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
1190         command (bug#7729).
1192         * rect.el (apply-on-rectangle): Return the point after the last
1193         operation.
1194         (string-rectangle): Go to the point after the last operation
1195         (bug#7522).
1197         * printing.el (pr-toggle-region): Clarify the documentation
1198         slightly (bug#7493).
1200         * time.el (display-time-update):
1201         Allow `display-time-mail-function' to return nil (bug#7158).
1202         Fix suggested by Detlev Zundel.
1204         * vc/diff.el (diff): Clarify the order the file names are read
1205         (bug#7111).
1207         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
1208         the doc string (bug#7015).
1210         * font-lock.el (font-lock-maximum-decoration): Mention what
1211         numeric levels mean (bug#6935).
1213         * startup.el (initial-buffer-choice): Don't mention the `none'
1214         selection, which is against policy.
1216 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
1218         * window.el (display-buffer-normalize-special):
1219         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
1221 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
1223         * subr.el (version<, version<=, version=): Mention "-CVS" and
1224         "-12345" alpha version numbers.
1226 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
1228         * bindings.el: Add advertised binding for set-mark-command
1229         (Bug#5772).
1231 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
1233         * bindings.el (mode-line-other-buffer):
1234         * bookmark.el (bookmark-bmenu-2-window):
1235         * bs.el (bs-cycle-next, bs-cycle-previous):
1236         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
1237         switch-to-buffer.
1239         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
1240         Delete.
1242 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
1244         * follow.el (follow-debug-message, follow-redisplay):
1245         * jka-cmpr-hook.el (with-auto-compression-mode):
1246         Fix typos in docstrings.
1248 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1250         * subr.el (with-silent-modifications): Clarify somewhat what the
1251         macro inhibits (bug#6525).
1253         * simple.el (eval-expression): Note what it does if called
1254         interactively (bug#6495).
1256 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
1258         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
1259         Use pop-to-buffer buffer-or-name if it is nil.
1261         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1262         Remove switch-to-buffer.
1264 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266         * files.el (make-directory): Clarify that an error will be raised
1267         if there's an error (bug#6397).
1269         * startup.el (initial-buffer-choice): Add `none' as a choice
1270         (bug#6234).
1272         * subr.el (add-hook): Clarify section about buffer-local hooks
1273         (bug#6218).
1275         * dired.el (dired-flagged): Clarify doc string (bug#6117).
1277 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
1279         * tabify.el (untabify): Preserve the current column so that point
1280         doesn't move (bug#6032).
1282 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1284         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
1285         Rewrite to avoid awkward possessive "s" (bug#5986).
1287 2011-07-13  Glenn Morris  <rgm@gnu.org>
1289         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
1290         (dired-insert-directory): Give a message the first time
1291         if ls is found not to support --dired.
1293 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295         * simple.el (toggle-truncate-lines): Clarify what is toggled
1296         (bug#5580).  Text by Drew Adams.
1298 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
1300         * simple.el (blink-matching-open): Make the error message from the
1301         last change less verbose.
1303 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
1305         * font-lock.el (font-lock-comment-face): Use the high contrast
1306         "yellow" color for font-lock-comment-face on low color terminals
1307         using a dark background color (bug#4221).
1309 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1311         * dired.el (dired-insert-set-properties): Make the doc string
1312         reflect what it does now (bug#5325).
1314         * simple.el (blink-matching-open): Say that we were unable to find
1315         the match within the limit, if we're limited (bug#5122).
1317         * international/mule-cmds.el (prefer-coding-system): Add an
1318         example (bug#4869).
1320         * progmodes/etags.el (tags-search): Document `file-list-form'
1321         (bug#4731).
1323 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
1325         * net/browse-url.el (browse-url-default-browser)
1326         (browse-url-browser-function): Make the default browser choice a
1327         bit more logical (bug#4300).  Also clean up the doc string.
1329 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
1331         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
1332         binary endings (bug#4440).
1334 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1336         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
1337         which can be pretty annoying (bug#8971).
1339         * jka-compr.el (jka-compr-verbose): New variable, and use
1340         throughout (bug#8971).
1342         * info.el (Info-find-file): Fall back on the installation
1343         directory if we can't find the info node anywhere else.
1345 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
1347         * vc/vc.el (vc-revert-file):
1348         Don't set file time-stamp in the past.  (Bug#5181)
1350 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1352         * files.el (after-find-file): Give a better error message when
1353         trying to find a symlink that points to a file that doesn't exist
1354         (bug#4398).
1356         * progmodes/cc-vars.el: Remove (probably) misleading comment
1357         (bug#4396).
1359 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
1361         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
1363 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
1365         * mouse-sel.el: Hack restoring functionality, while keeping
1366         compatibility with 2010-07-03 changes to mouse selection.
1367         (mouse-sel-primary-overlay): New var.
1368         (mouse-sel-selection-alist): Use it.
1369         (mouse-sel-mode): Doc fix; remove points that are default features
1370         of mouse.el.
1372 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
1374         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1375         Fix previous fix (bug#2490).
1377 2011-07-12  Roland Winkler  <winkler@gnu.org>
1379         * textmodes/bibtex.el (bibtex-initialize):
1380         Use pop-to-buffer-same-window.
1381         (bibtex-search-entries): Fix interactive call.
1383 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1385         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1386         Fontise bytecomp Error lines more correctly (bug#2490).
1387         Fix suggested by Johan BockgÃ¥rd.
1389         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
1391         * dired-x.el (dired-guess-default): Use `delete-dups'.
1393 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
1395         * dired.el (dired-mark-prompt):
1396         * dired-aux.el (dired-read-shell-command): Doc fix.
1398 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1400         * mail/sendmail.el (sendmail-query-once):
1401         Use `customize-save-variable' unconditionally, now that it works under
1402         emacs -Q.
1404         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
1406         * cus-edit.el (custom-file): Take an optional no-error variable.
1407         (customize-save-variable): Set the variable, and give a warning if
1408         running under "emacs -q".
1410 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
1412         * loadhist.el (unload-feature-special-hooks):
1413         Add `auto-coding-functions', `fill-nobreak-predicate' and
1414         `find-directory-functions' (bug#5327).
1416 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1418         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
1420         * cus-edit.el (custom-guess-name-alist): -alist variables should
1421         use the `alist' type (bug#3120).  Suggested by Drew Adams.
1423         * printing.el: Add documentation to all the `pr-toggle-' commands.
1425 2011-07-11  Leo  <sdl.web@gmail.com>  (tiny change)
1427         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
1428         backends where it makes sense (bug#2623).
1430 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432         * dired-x.el (dired-guess-default): Remove duplicate shell command
1433         entries (bug#2028).
1434         (dired-guess-default): Fix grammar in doc string (bug#2028).
1435         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
1437         * subr.el (remove-duplicates): New conveniency function.
1439 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1441         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
1442         (bug#1526).
1444 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
1446         * window.el (display-buffer-normalize-default): Don't invert
1447         meaning of even-window-heights.  Reported by Eli Zaretskii
1448         <eliz@gnu.org>.
1450 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
1452         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
1454 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
1456         * window.el (display-buffer): Fix arguments to
1457         display-buffer-reuse-window in last change.
1459         * faces.el (link): Use a less saturated blue on light backgrounds.
1461         * startup.el (fancy-startup-text, fancy-about-text)
1462         (fancy-startup-tail): Use font-lock faces, for background safety.
1464 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
1466         * emulation/viper-cmd.el (viper-change-state-to-vi):
1467         Limit triggering of abbrev expansion (Bug#9038).
1469 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
1471         * window.el (display-buffer-default-specifiers): Remove.
1472         (display-buffer-macro-specifiers): Remove default specifiers.
1473         (display-buffer-alist): Default to nil.
1474         (display-buffer-reuse-window): New optional argument other-window.
1475         (display-buffer-pop-up-window): Allow splitting internal
1476         windows.  Check whether a live window was created.
1477         (display-buffer-other-window-means-other-frame)
1478         (display-buffer-normalize-arguments): Rename to
1479         display-buffer-normalize-argument and rewrite.  Set the
1480         other-window specifier.
1481         (display-buffer-normalize-special): New function.
1482         (display-buffer-normalize-options): Rename to
1483         display-buffer-normalize-default and rewrite.
1484         (display-buffer-normalize-options-inhibit): Remove.
1485         (display-buffer-normalize-specifiers): Rewrite.
1486         (display-buffer): Process other-window specifier and call
1487         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
1488         more faithfully.
1489         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
1490         (display-buffer-alist-set): Don't handle 'unset default values.
1491         (display-buffer-in-window, display-buffer-alist-set):
1492         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
1493         <tassilo@member.fsf.org>.
1495 2011-07-09  Leo Liu  <sdl.web@gmail.com>
1497         * register.el (insert-register): Restore accidental change on
1498         2011-06-26.  (Bug#9028)
1500 2011-07-09  Glenn Morris  <rgm@gnu.org>
1502         * subr.el (remq): Handle the empty list.  (Bug#9024)
1504 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
1506         * mail/sendmail.el (send-mail-function): No longer delay custom
1507         initialization.
1508         * custom.el (custom-initialize-delay): Doc fix.
1510 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1512         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
1514 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
1516         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
1517         human-friendly prompt.
1519 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1521         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
1522         provided by a particular plugin.
1524 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
1527         save customizations (with "emacs -Q"), just set the variable
1528         instead of erroring out.
1530         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
1532 2011-07-08  Juri Linkov  <juri@jurta.org>
1534         * arc-mode.el (archive-zip-expunge, archive-zip-update)
1535         (archive-zip-update-case): Use 7z if found by `executable-find'.
1536         The order of searching the available programs is the same as in
1537         `archive-zip-extract' (bug#8968).
1539 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
1541         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
1542         (menu-bar-options-menu): Tweak descriptions.
1544 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
1547         menu items into verb phrases (bug#1421).  Also refill to fit under
1548         80 columns.
1550 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
1552         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
1553         (Info-read-node-name): Doc fix (Bug#1084).
1555         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
1556         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
1557         (end-of-sexp, beginning-of-sexp)
1558         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
1559         (forward-symbol, forward-same-syntax, word-at-point)
1560         (sentence-at-point): Doc fix (Bug#1144).
1562 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1564         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
1565         should cover it (bug#1281).
1567         * cus-edit.el (custom-show): Mark as obsolete.
1569         * net/network-stream.el (network-stream-open-starttls): If gnutls
1570         negotiation fails, then possibly try again with a non-encrypted
1571         connection (bug#9017).
1573         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
1574         be used.
1576 2011-07-07  Richard Stallman  <rms@gnu.org>
1578         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
1579         property, and handle its changed format.
1580         Look for the correct line number.
1581         Use file's line contents (but not past first =) to find
1582         correct line in message.
1584 2011-07-07  Kenichi Handa  <handa@m17n.org>
1586         * international/characters.el (build-unicode-category-table):
1587         Delete it.
1588         (unicode-category-table): Set it by unicode-property-table-internal.
1590         * international/mule-cmds.el (char-code-property-alist): Move to
1591         to src/chartab.c.
1592         (get-char-code-property): Call unicode-property-table-internal to
1593         load a file.  Call get-unicode-property-internal where necessary.
1594         (put-char-code-property): Call unicode-property-table-internal to
1595         load a file.  Call put-unicode-property-internal where necessary.
1596         put-unicode-property-internal where necessary.
1597         (char-code-property-description):
1598         Call unicode-property-table-internal to load a file.
1600         * international/charprop.el:
1601         * international/uni-bidi.el:
1602         * international/uni-category.el:
1603         * international/uni-combining.el:
1604         * international/uni-comment.el:
1605         * international/uni-decimal.el:
1606         * international/uni-decomposition.el:
1607         * international/uni-digit.el:
1608         * international/uni-lowercase.el:
1609         * international/uni-mirrored.el:
1610         * international/uni-name.el:
1611         * international/uni-numeric.el:
1612         * international/uni-old-name.el:
1613         * international/uni-titlecase.el:
1614         * international/uni-uppercase.el: Regenerate.
1616         * loadup.el: Load international/charprop.el before
1617         international/characters.
1619 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
1621         * window.el (next-buffer, previous-buffer): Signal an error if
1622         called from a minibuffer window.
1624         * bindings.el: Revert 2011-07-04 change.
1626 2011-07-06  Richard Stallman  <rms@gnu.org>
1628         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
1629         (rmail-mime-insert-bulk, rmail-mime-insert-text):
1630         Treat markers like ints.
1631         (rmail-mime-entity): Doc fix.
1633 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1635         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
1636         defcustom again for backwards compatibility.
1638         * simple.el (shell-command-on-region): Fill.
1640         * dired-aux.el (dired-kill-line): Add a doc string.
1642         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
1643         to "\\sw\\|\\s_" (bug#358).
1645         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
1646         (dired-unmark-backward): Ditto.
1647         (dired-flag-backup-files): Ditto.
1649         * dired-x.el (dired-mark-sexp): Ditto.
1651 2011-07-06  Richard Stallman  <rms@gnu.org>
1653         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
1654         (rmail-mime-entity): New arg TRUNCATED.
1655         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
1656         New functions.
1657         (rmail-mime-save): Warn if entity is truncated.
1658         (rmail-mime-toggle-hidden): Likewise, for showing.
1659         (rmail-mime-process-multipart): Record when an entity is truncated.
1661         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
1662         if ENTITY is a string.
1664 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1666         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
1667         of faces when `M-C-x'-ing their definitions (bug#8378).
1668         Also clean up the code slightly.
1670         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
1671         because that makes the colours go away.
1673         * mail/sendmail.el (send-mail-function): Change the default to
1674         `sendmail-query-once'.
1675         (sendmail-query-once): Add an autoload cookie.
1677         * net/network-stream.el (network-stream-open-starttls): Try using
1678         a plain connection even if the server offered STARTTLS, and we
1679         kinda wanted to use it, if Emacs doesn't have any STARTTLS
1680         capability.  This should make smtpmail.el work in slightly more
1681         configurations.
1683 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
1685         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
1686         New defun.
1687         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
1689 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
1691         * progmodes/sql.el: Version 3.0
1692         (sql-product-alist): Add product :completion-object,
1693         :completion-column, and :statement attributes.
1694         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
1695         (sql-mode-syntax-table): Mark all punctuation.
1696         (sql-font-lock-keywords-builder): Temporarily remove fallback on
1697         ansi keywords.
1698         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
1699         (sql-mode-oracle-font-lock-keywords): Improve.
1700         (sql-oracle-show-reserved-words): New function for development.
1701         (sql-product-font-lock): Simplify for source code buffers.
1702         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
1703         New functions.
1704         (sql-highlight-product): Set product specific syntax table.
1705         (sql-mode-map): Add statement movement functions.
1706         (sql-ansi-statement-starters, sql-oracle-statement-starters):
1707         New variable.
1708         (sql-statement-regexp, sql-beginning-of-statement)
1709         (sql-end-of-statement, sql-signum): New functions.
1710         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
1711         (sql-show-sqli-buffer): Bug fix.
1712         (sql-interactive-mode): Store connection data as buffer local.
1713         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
1714         with sql-interactive-mode.
1715         (sql-save-connection): Save buffer local settings.
1716         (sql-connection-menu-filter): Change menu entry name.
1717         (sql-product-interactive): Bug fix.
1718         (sql-preoutput-hold): New variable.
1719         (sql-interactive-remove-continuation-prompt): Bug fixes.
1720         (sql-debug-redirect): New variable.
1721         (sql-str-literal): New function.
1722         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
1723         Redesign.
1724         (sql-oracle-save-settings, sql-oracle-restore-settings)
1725         (sql-oracle-list-all, sql-oracle-list-table): New functions.
1726         (sql-completion-object, sql-completion-column)
1727         (sql-completion-sqlbuf): New variables.
1728         (sql-build-completions-1, sql-build-completions)
1729         (sql-try-completion): New functions.
1730         (sql-read-table-name): Use them.
1731         (sql-contains-names): New buffer local variable.
1732         (sql-list-all, sql-list-table): Use it.
1733         (sql-oracle-completion-types): New variable.
1734         (sql-oracle-completion-object, sql-sqlite-completion-object)
1735         (sql-postgres-completion-object): New functions.
1737 2011-07-06  Glenn Morris  <rgm@gnu.org>
1739         * window.el (pop-to-buffer): Doc fix.
1741 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
1743         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
1745 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
1747         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
1749         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
1751 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
1753         * button.el (button): Inherit from link face.  Suggested by Dan
1754         Nicolaescu.
1756 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1758         * progmodes/gdb-mi.el: Fit in 80 columns.
1759         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
1760         switch-to-buffer.
1762         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
1763         if imenu is simply not configured (bug#8941).
1765 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
1767         * allout.el (allout-post-undo-hook): New allout outline-change
1768         event hook to signal undo activity.
1769         (allout-post-command-business): Run allout-post-undo-hook if an
1770         undo just occurred.
1771         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
1772         * allout-widgets.el (allout-widgets-after-undo-function):
1773         Ensure the integrity of the current item's decoration after it has been
1774         in the vicinity of an undo.
1775         (allout-widgets-mode): Include allout-widgets-after-undo-function
1776         on the new allout-post-undo-hook.
1778 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1780         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
1781         Let define-derived-mode define it.
1782         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
1783         cycles of abbrev-table inheritance (bug#8998).
1785 2011-07-05  Roland Winkler  <winkler@gnu.org>
1787         * textmodes/bibtex.el: Add support for biblatex.
1788         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
1789         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
1790         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
1791         (bibtex-entry-alist, bibtex-field-alist): New variables.
1792         (bibtex-entry-field-alist): Obsolete alias for
1793         bibtex-BibTeX-entry-alist.
1794         (bibtex-entry-alist, bibtex-field-alist): New widgets.
1795         (bibtex-set-dialect): New command.
1796         (bibtex-entry-type, bibtex-entry-head)
1797         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
1798         Bind via bibtex-set-dialect.
1799         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
1800         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
1801         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
1802         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
1803         Define via bibtex-set-dialect.
1804         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
1805         Obey bibtex-no-opt-remove-re.
1806         (bibtex-vec-push, bibtex-vec-incr): New functions.
1807         (bibtex-format-entry, bibtex-field-list)
1808         (bibtex-print-help-message, bibtex-validate)
1809         (bibtex-search-entries): Use new format of bibtex-entry-alist.
1811 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1813         * progmodes/compile.el (compilation-goto-locus):
1814         * net/tramp-cmds.el (tramp-append-tramp-buffers):
1815         * bs.el (bs-cycle-next, bs-cycle-previous):
1816         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
1817         * bindings.el (mode-line-other-buffer):
1818         * autoinsert.el (auto-insert):
1819         * arc-mode.el (archive-extract):
1820         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
1822 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
1824         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
1825         Fix check of `emacs-lock-unlockable-modes'.
1826         Coerce true values of `emacs-lock--try-unlocking' to t.
1828 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
1830         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
1831         * emacs-lock.el: New file.
1833 2011-07-05  Julien Danjou  <julien@danjou.info>
1835         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
1836         than `boundp' to check if face is set.
1838 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
1840         * register.el (registerv-make):
1841         * window.el (window-min-height): Fix typos in docstrings.
1843 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
1845         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
1846         Update doc string.
1848 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
1850         * server.el (server-execute): Catch quit and call
1851         `server-return-error' to pass the error back to emacsclient and
1852         close the connection (bug#8942).
1854 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
1856         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
1857         insecure exception for current topic.  Also note that auto-saves
1858         are handled differently.
1860         (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
1861         State variables for tracking auto-save inhibition situation.
1863         (allout-write-contents-hook-handler): Rename from
1864         'allout-write-file-hook-handler', and describe how it depends on
1865         write-contents-functions sensitivity to non-nil value to prevent
1866         file write.
1868         (allout-auto-save-hook-handler): Remove.  auto-save does not check
1869         this in individual buffers, only in the starting buffer, so this
1870         is not the right way for us to inhibit auto-save in a buffer
1871         according to its condition.
1873         (allout-mode): Use new allout-write-contents-hook-handler, and
1874         only with write-contents-functions.  Remove auto-save provisions -
1875         they're implemented elsewhere.
1877         (allout-before-change-handler): If undo is in progress, note that
1878         for attention of allout-post-command-business.
1880         (allout-post-command-business): If the command we're following was
1881         an undo, check for change in the status of encrypted items and
1882         adjust auto-save inhibitions accordingly.
1884         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
1885         according to whether there are or aren't any plain-text topics
1886         pending encryption.
1888         (allout-inhibit-auto-save-info-for-decryption):
1889         Adjust buffer-saved-size and some allout state to inhibit auto-saves if
1890         there are plain-text topics pending encryption.
1892         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
1893         buffer-saved-size and some allout state to not inhibit auto-saves
1894         if there are no longer any plain-text topics pending encryption.
1896         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
1897         No longer provide for exemption of the current topic.
1899 2011-07-04  Juri Linkov  <juri@jurta.org>
1901         Add 7z operations to delete and save changed members (bug#8968).
1902         * arc-mode.el (archive-7z-expunge, archive-7z-update):
1903         New defcustoms.
1904         (archive-7z-write-file-member): New function.
1905         (archive-7z-summarize): Fix the number of dashes in the
1906         listing output.
1908 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1910         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
1911         (bug#8958).
1913 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
1915         * bindings.el: Ignore next-buffer and previous-buffer in
1916         minibuffer-local-map.
1918         * font-lock.el (font-lock-builtin-face): Change light background
1919         color to dark slate blue (Bug#6693).
1921 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1923         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
1925 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1927         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
1928         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1929         Add switch-to-buffer.
1931 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933         * isearch.el (isearch-search-fun-function): Clarify further the
1934         meaning of the function returned.
1936 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
1938         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
1940         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
1941         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
1942         Use it.
1943         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
1944         `tramp-default-remote-path' does not exist.
1945         (tramp-send-command-and-read): New optional argument NOERROR.
1946         (tramp-open-connection-setup-interactive-shell)
1947         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
1948         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
1949         (tramp-process-sentinel): Flush also process' connection property.
1950         (tramp-sh-handle-start-file-process): Do not set process
1951         sentinel.  It is done now ...
1952         (tramp-maybe-open-connection): ... here.  (Bug#8929)
1954 2011-07-04  MON KEY  <monkey@sandpframing.com>
1956         * play/animate.el (animate-string): Doc fixes and allow changing
1957         the buffer name (bug#5417).
1959 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1961         * play/animate.el (animation-buffer-name): Rename from *animate*.
1963 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
1965         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
1966         This is simpler and helps future-proof the code.
1967         (timer-until): Use time-subtract and float-time.
1968         (timer--time-less-p): Use time-less-p.
1970 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
1972         * type-break.el (timep): Use the value of `float-time' to avoid a
1973         byte-compiler warning.
1975         * server.el (server-eval-and-print): Return any result, even nil.
1977 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
1979         * type-break.el: Accept time formats that the builtins accept.
1980         (timep, type-break-time-difference): Accept any format that
1981         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
1982         This is simpler and helps future-proof the code.
1983         (type-break-time-difference): Round rather than ignoring
1984         subseconds components.
1986 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1988         * info.el (Info-apropos-matches): Make non-interactive, since it
1989         doesn't seem to do anything useful as a command (bug#8829).
1991 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
1993         * frame.el (frame-background-mode, frame-set-background-mode):
1994         Move from faces.el.
1995         (frame-default-terminal-background): New function.
1997         * custom.el (custom-push-theme): Don't record faces in `changed'
1998         theme; this doesn't work correctly for per-frame face settings.
1999         (disable-theme): Use face-set-after-frame-default to reset faces.
2000         (custom--frame-color-default): New function.
2002 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2004         * dired.el (dired-flagging-regexp): Remove unused variable
2005         (bug#8769).
2007 2011-03-29  Kevin Ryde  <user42@zip.com.au>
2009         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2010         `perl-Test2' extend to match possible "fail #N" rep count
2011         (bug#8377).
2013 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2015         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
2016         `smtpmail-via-smtp' now returns the error instead of nil.
2018         * isearch.el (isearch-search-fun-function): Clarify the doc string
2019         (bug#8101).
2021 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
2023         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
2024         unnecessary spaces (bug#8987).
2026 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2028         * net/network-stream.el (open-network-stream): Use the
2029         :end-of-capability command thoughout.
2031 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2033         * net/network-stream.el (open-network-stream): Add the
2034         :end-of-capability command parameter, used by pop3.el.
2036 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
2040         * fringe.el (fringe-query-style): Remove redundant text " (type ?
2041         for list)" (bug#6475).
2043         * files.el (file-expand-wildcards): Ignore non-readable
2044         sub-directories while trying to find matches instead of signalling
2045         an error (bug#6297).
2047         * man.el (Man-reference-regexp): Allow matching possible
2048         word-wrapped references (bug#6289).
2050         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
2051         for consistency with the other vc buffers (bug#6197).
2052         (vc-checkin): Ditto.
2054         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
2056         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
2058 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060         * custom.el (defcustom): Clarify that :set is only used in the
2061         Customize user interface (bug#6089).
2063         * progmodes/flymake.el (flymake-mode): If the buffer isn't
2064         associated with a file, refuse to run instead of erroring out
2065         (bug#6084).
2067         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
2068         the doc string, since it appears that using `fill-column' always
2069         controls the width (bug#7845).
2071         * simple.el (shell-command-on-region): Say where the error output
2072         went if `shell-command-default-error-buffer' is set (bug#6857).
2074 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
2076         * allout.el (allout-yank-processing): Adjust cursor position for
2077         backwards-deleted space.
2079         (allout-rebullet-heading): Register changes with
2080         allout-exposure-changed-hook, so the modified topic is properly
2081         decorated.
2083 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2085         * minibuffer.el (completion-in-region): Document PREDICATE
2086         (bug#7136).
2088         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
2089         of keyword/argument pairs (bug#6904).
2091         * replace.el (multi-occur):
2092         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
2094 2011-07-02  Drew Adams  <drew.adams@oracle.com>
2096         * dired.el (dired-mark-if): Make the message about whether it's
2097         marking or unmarking clearer (bug#8523).
2099 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101         * disp-table.el (display-table-print-array): New function.
2102         (describe-display-table): Use it to print the vectors more pretty
2103         (Bug#8859).
2105 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
2107         * window.el (window-state-get-1): Don't assign clone numbers.
2108         Add clone-of item to list of window parameters.
2109         (window-state-put-2): Don't process clone numbers.
2110         (display-buffer-alist): Fix doc-string.
2112 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2114         * subr.el (remq): Don't allocate if it's not needed.
2115         (keymap--menu-item-binding, keymap--menu-item-with-binding)
2116         (keymap--merge-bindings): New functions.
2117         (keymap-canonicalize): Use them to refine the canonicalization.
2118         * minibuffer.el (minibuffer-local-completion-map)
2119         (minibuffer-local-must-match-map): Move initialization from C.
2120         (minibuffer-local-filename-completion-map): Move initialization from C;
2121         don't inherit from anything here.
2122         (minibuffer-local-filename-must-match-map): Make obsolete.
2123         (completing-read-default): Use make-composed-keymap to combine
2124         minibuffer-local-filename-completion-map with either
2125         minibuffer-local-must-match-map or
2126         minibuffer-local-filename-completion-map.
2128 2011-07-01  Glenn Morris  <rgm@gnu.org>
2130         * type-break.el (type-break-time-sum): Use dolist.
2132         * textmodes/flyspell.el (flyspell-word-search-backward):
2133         Replace CL function.
2135 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2137         * mouse.el (mouse--strip-first-event): New function.
2138         (function-key-map): Use it to map fringe clicks to normal clicks
2139         by default.
2141         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
2142         (vc-bzr-revision-completion-table): Add support for annotate and date.
2144         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
2145         inherit from parent.
2147 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2149         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
2150         (dired-show-file-type): Doc fixup (bug#8818).
2152         * dired.el (dired-mode): Fix up the doc string as suggested by
2153         Drew Adams (bug#8817).
2155         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
2156         cookie, since the manual says that it should be possible to add
2157         this function to `find-file-hook' (bug#8709).
2159 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
2161         * progmodes/cfengine.el: Moved all cfengine3.el functionality
2162         here.  Noted Ted Zlatanov as the maintainer.
2163         (cfengine-common-settings, cfengine-common-syntax): New functions
2164         to set up common things between `cfengine-mode' and
2165         `cfengine3-mode'.
2166         (cfengine3-mode): New mode.
2167         (cfengine3-defuns cfengine3-defuns-regex
2168         (cfengine3-class-selector-regex cfengine3-category-regex)
2169         (cfengine3-vartypes cfengine3-font-lock-keywords)
2170         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
2171         (cfengine3-indent-line): Add from cfengine3.el.
2173 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
2175         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
2177         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2179 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
2181         * window.el (same-window-buffer-names, same-window-regexps)
2182         (same-window-p, special-display-frame-alist)
2183         (special-display-popup-frame, special-display-function)
2184         (special-display-buffer-names, special-display-regexps)
2185         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
2186         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
2187         (split-window-preferred-function, split-height-threshold)
2188         (split-width-threshold, even-window-heights)
2189         (display-buffer-mark-dedicated, window-splittable-p)
2190         (split-window-sensibly, window-safely-shrinkable-p):
2191         Un-obsolete.
2192         (display-buffer): Don't spread args with function specifier
2193         because special-display-popup-frame won't like it.
2195 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2197         Time-stamp simplifications and fixes.
2198         These improve accuracy slightly, and future-proof the code
2199         against some potential changes to current-time format.
2201         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
2202         by using time-since and float-time.
2204         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
2205         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
2206         + NNN microseconds".
2208         * type-break.el (type-break-time-sum): Rewrite using time-add.
2210         * play/hanoi.el (hanoi-current-time-float): Remove.
2211         All uses replaced by float-time.
2213         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
2214         This yields a more-accurate answer.
2215         (rng-time-to-float): Remove; no longer needed.
2217         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
2219         * calendar/timeclock.el (timeclock-seconds-to-time):
2220         Defalias to seconds-to-time, since they're the same thing.
2222         * emacs-lisp/elp.el (elp-elapsed-time):
2223         * emacs-lisp/benchmark.el (benchmark-elapse):
2224         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
2226 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2228         * window.el (bury-buffer): Don't iconify the only frame.
2229         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
2230         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
2232 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
2234         * eshell/em-smart.el (eshell-smart-display-navigate-list):
2235         Add mouse-yank-primary.
2237 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
2239         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
2241 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2243         * emacs-lisp/find-func.el (find-library--load-name): New fun.
2244         (find-library-name): Use it to find relative load names when provided
2245         absolute file name (bug#8803).
2247 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2249         * textmodes/flyspell.el (flyspell-word): Consider words that
2250         differ only in case as potential doublons (bug#5687).
2252         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
2253         Remove two rather uninteresting debugging-like messages to make
2254         debbugs.el more silent.
2256         * comint.el (comint-password-prompt-regexp): Accept "Response" as
2257         a password-like phrase.
2259 2011-06-30  Mastake YAMATO  <yamato@redhat.com>
2261         * progmodes/cc-guess.el: New file.
2263         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
2265         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
2266         derived from `c-basic-common-init'.
2268         * progmodes/cc-mode.el (top-level): Require cc-guess.
2269         (c-basic-common-init): Use `cc-choose-style-for-mode'.
2271 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
2273         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
2275 2011-06-30  Alan Mackenzie  <acm@muc.de>
2277         * progmodes/cc-engine.el (c-guess-continued-construct):
2278         Correct the handling of template-args-cont, particularly for when font
2279         lock is disabled.  Name this case as "CASE G".
2281 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
2283         * allout.el (allout-yank-processing): Fix injection of extra space
2284         between bullet and non-whitespace character in first topic when
2285         pasting, ensuring that the actual spacing in the pasted topic
2286         following the bullet char is preserved.  This extra space was
2287         causing pasted encrypted topics to get a decrypted status even
2288         when the content was actually still encrypted.  Now the decryption
2289         status from before the paste is preserved.
2291         (allout-flag-region): Set all allout overlays so they evaporate
2292         when reduced to zero length (evanescent), to prevent overlay
2293         leakage.
2295 2011-06-30  Glenn Morris  <rgm@gnu.org>
2297         * w32-fns.el (w32-charset-info-alist): Declare.
2299         * find-dired.el (find-grep-options): Simplify.
2301         * term/ns-win.el (ns-set-resource): Declare.
2303         * ses.el (row, col): Declare dynamic variables honestly.
2305         * textmodes/reftex-parse.el (index-tags): Declare.
2307 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
2309         * cus-edit.el (customize-push-and-save): New function.
2311         * files.el (hack-local-variables-confirm): Use it.
2313         * custom.el (load-theme): New arg NO-CONFIRM.
2314         Use customize-push-and-save (Bug#8720).
2315         (custom-enabled-themes): Doc fix.
2317         * cus-theme.el (customize-create-theme)
2318         (custom-theme-merge-theme): Callers to load-theme changed.
2320 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322         * thingatpt.el (thing-at-point-short-url-regexp): Require that
2323         short URLs have at least one dot in them (bug #7614).
2325         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
2326         nil, because using a pty is apparently too slow (bug #895).
2328 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330         * mail/sendmail.el (sendmail-query-once): New function.
2331         (sendmail-query-once-function): New variable.
2333 2011-06-29  Glenn Morris  <rgm@gnu.org>
2335         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
2337         * ses.el (top-level): Require cl when compiling.
2338         (ses-set-localvars): Fix error statement.
2339         Call it at compile time to silence a storm of warnings.
2341 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
2343         * window.el (normalize-live-buffer): Rename to
2344         window-normalize-buffer.
2345         (normalize-live-frame): Rename to window-normalize-frame.
2346         (normalize-any-window): Rename to window-normalize-any-window.
2347         (normalize-live-window): Rename to window-normalize-live-window.
2348         (make-window-atom): Rename to window-make-atom.
2349         (window-resize-reset): Rename to window--resize-reset.
2350         (window-resize-reset-1): Rename to window--resize-reset-1.
2351         (resize-mini-window): Rename to window--resize-mini-window.
2352         (resize-subwindows-skip-p): Rename to
2353         window--resize-subwindows-skip-p.
2354         (resize-subwindows-normal): Rename to
2355         window--resize-subwindows-normal.
2356         (resize-subwindows): Rename to window--resize-subwindows.
2357         (resize-other-windows): Rename to window--resize-siblings.
2358         (resize-this-window): Rename to window--resize-this-window.
2359         (resize-root-window): Rename to window--resize-root-window.
2360         (resize-root-window-vertically): Rename to
2361         window--resize-root-window-vertically.
2362         (normalize-buffer-to-display): Rename to
2363         window-normalize-buffer-to-display.
2364         (normalize-buffer-to-switch-to): Rename to
2365         window-normalize-buffer-to-switch-to.
2366         Correspondingly update all callers of the functions listed
2367         above.
2368         (display-buffer-alist, display-buffer-normalize-arguments)
2369         (display-buffer-normalize-options, display-buffer)
2370         (display-buffer-alist-set): Use "function" instead of
2371         "fun-with-args".
2373 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
2375         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
2376         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
2377         debbugs.gnu.org.  Mention acknowledgment email.
2379 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2381         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
2382         buffer multibyteness, since it shouldn't matter.
2384 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
2386         * window.el (display-buffer-in-side-window): Handle dedicated
2387         windows as in display-buffer-reuse-window.
2388         (display-buffer-normalize-alist): Use value of override
2389         specifier.
2390         (display-buffer-normalize-specifiers): Use value of
2391         other-window-means-other-frame specifier.
2392         (display-buffer-alist): Rewrite some texts in widgets.
2393         (display-buffer): Spread arguments when calling function
2394         specified by fun-with-args.
2396 2011-06-28  Deniz Dogan  <deniz@dogan.se>
2398         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
2399         Unnest `let'.
2401         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
2402         selectors (Bug#5732).
2403         (css-proprietary-nmstart-re): Use `regexp-opt'.
2405 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
2407         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
2408         (eshell-ls-date-format): New defcustom.
2409         (eshell-ls-file): Use it.
2411 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2413         * help-fns.el (describe-variable): Fix message for terminal-local vars.
2415 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2417         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
2418         (ange-ftp-make-tmp-name): New arg.
2419         (ange-ftp-file-local-copy): Use it.
2421 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
2423         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
2424         no-conversion (Bug#8870).
2426 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
2428         * window.el (window-right, window-left, window-child)
2429         (window-child-count, window-last-child)
2430         (window-iso-combination-p, walk-window-tree-1)
2431         (window-atom-check-1, window-tree-1, delete-window)
2432         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
2433         new naming conventions - window-vchild, window-hchild,
2434         window-next and window-prev are now called window-top-child,
2435         window-left-child, window-next-sibling and window-prev-sibling
2436         respectively.
2437         (resize-window-reset): Rename to window-resize-reset.
2438         (resize-window-reset-1): Rename to window-resize-reset-1.
2439         (resize-window): Rename to window-resize.
2440         (window-min-height, window-min-width)
2441         (resize-mini-window, resize-this-window, resize-root-window)
2442         (resize-root-window-vertically, adjust-window-trailing-edge)
2443         (enlarge-window, shrink-window, maximize-window)
2444         (minimize-window, delete-window, quit-restore-window)
2445         (split-window, balance-windows, balance-windows-area-adjust)
2446         (balance-windows-area, window-state-put-2)
2447         (display-buffer-even-window-sizes, display-buffer-set-height)
2448         (display-buffer-set-width, set-window-text-height)
2449         (fit-window-to-buffer): Rename all "resize-window" prefixed
2450         calls to use the "window-resize" prefix convention.
2451         (display-buffer-alist): Fix symbol for label specifier.
2452         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
2453         corresponding specifier.
2454         Reported by Juanma Barranquero <lekktu@gmail.com>.
2456 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
2458         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
2459         convention.
2460         (ses-call-printer): Does not pass an empty string to formatter when the
2461         cell is empty to keep from barking printer Calc math-format-value.
2463 2011-06-27  Richard Stallman  <rms@gnu.org>
2465         * battery.el (battery-mode-line-limit): New variable.
2466         (battery-update): Handle it.
2468         * mail/rmailmm.el (rmail-mime-process-multipart):
2469         Handle truncated messages.
2471 2011-06-27  Glenn Morris  <rgm@gnu.org>
2473         * progmodes/flymake.el (flymake-err-line-patterns):
2474         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
2476 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
2478         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
2479         (ses--clean-!, ses--clean-_): New functions.
2480         (ses-range): Add configurability of readout order, and conversion
2481         to Calc vector.
2483         * ses.el (ses-repair-cell-reference-all): New function.
2484         (ses-cell-symbol): Set macro as safe, so that it can be used in
2485         formulas.
2487         * ses.el: Update cycle detection algorithm.
2488         (ses-localvars): Add ses--Dijkstra-attempt-nb and
2489         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
2490         (ses-set-localvars): New function.
2491         (ses-make-cell): Add property-list as a cell element.
2492         (ses-cell-property-get-fun, ses-cell-property-get)
2493         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
2494         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
2495         New functions.
2496         (ses-cell-property-set, ses-cell-property-pop)
2497         (ses-cell-property-get-handle): New macro.
2498         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
2499         New aliases, used for code readability.
2500         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
2501         cycle detection.
2502         (ses-self-reference-early-detection): New defcustom.
2503         (ses-formula-references): Robustify against self-refering cells.
2504         (ses-mode): Use ses-set-localvars.
2505         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
2506         before lauching the update processing.
2507         (ses-initialize-Dijkstra-attempt): New function.
2508         (ses-recalculate-cell): Update for cycle detection based on
2509         Dijkstra algorithm.
2511         * ses.el: Fix commenting and indenting convention.
2513 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2515         * bs.el (bs-cycle-next): Complete last change.
2517 2011-06-27  Drew Adams  <drew.adams@oracle.com>
2519         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
2521 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523         * net/network-stream.el (network-stream-open-starttls):
2524         Don't re-get capabilities unless we've reestablished connection.
2525         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
2527         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
2528         to binary to possibly avoid line encoding issues on Windows (among
2529         other things).
2531 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2533         * net/network-stream.el (open-network-stream): Return an :error
2534         saying what the problem was, if possible.
2536         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
2537         server.
2539         * net/network-stream.el (network-stream-open-starttls): If we
2540         wanted to use STARTTLS, and the server offered it, but we weren't
2541         able to because we had no STARTTLS support, then close the connection.
2542         (open-network-stream): Return an :error element, if present.
2544 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
2546         * hl-line.el (hl-line-sticky-flag): Doc fix.
2547         (global-hl-line-sticky-flag): New option (Bug#8323).
2548         (global-hl-line-highlight): Obey it.
2550         * vc/vc.el (vc-revert-show-diff): Default to t.
2552 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
2554         * allout-widgets.el (allout-widgets-post-command-business):
2555         Stop decorating intermediate isearch matches.  They're not being
2556         undecorated when an isearch is continued past, and isearch
2557         automatically collapses them.  This leads to "widget leaks", where
2558         decorated items accumulate in collapsed areas.  Lines with lots of
2559         hidden widgets can slow down cursor travel, substantially.
2560         Too much complicated machinery would be needed to ensure undecoration,
2561         so we're doing without this nicety.
2563         (allout-widgets-tally-string): Don't try to do a hash-table-count
2564         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
2565         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
2566         *Messages* when allout-widgets-maintain-tally is t.
2568 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
2570         * window.el (display-buffer-normalize-argument): Rename to
2571         display-buffer-normalize-arguments.  Handle special meaning of
2572         LABEL argument.  Respect special-display-function when popping up
2573         a new frame.  Fix code searching for a window showing the buffer
2574         on another frame.
2575         (display-buffer-normalize-specifiers):
2576         Call display-buffer-normalize-arguments.
2577         (display-buffer-in-window): Don't undedicate the window if its
2578         buffer remains the same.
2579         Reported by Drew Adams <drew.adams@oracle.com>.
2580         (display-buffer-alist): Add choice for same-window macro
2581         specfier.
2582         (display-buffer): Mention special meaning of LABEL argument in
2583         doc-string.  Fix quoting.  Don't pop up a new frame even as
2584         fallback.
2586 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
2588         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
2589         avoid deleting the current window in some cases (bug#8911).
2591 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
2593         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
2594         (Bug#8934)
2596 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2598         * net/network-stream.el (network-stream-open-starttls):
2599         Use built-in TLS support if `gnutls-available-p' is true.
2600         (network-stream-open-tls): Ditto.
2602 2011-06-26  Leo Liu  <sdl.web@gmail.com>
2604         * register.el (registerv): New struct.
2605         (registerv-make): New function.
2606         (jump-to-register, describe-register-1, insert-register):
2607         Support the jump-func, print-func and insert-func slot of a registerv
2608         struct.  (Bug#8415)
2610 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
2612         * vc/vc.el (vc-revert-show-diff): New defcustom.
2613         (vc-diff-internal): New arg specifying diff buffer.
2614         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
2615         reuse an existing *vc-diff* buffer (Bug#8927).
2617         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
2619 2011-06-26  Glenn Morris  <rgm@gnu.org>
2621         * progmodes/f90.el (f90-critical-indent): New option.
2622         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
2623         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
2624         (f90-mode): Doc fix.
2625         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
2626         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
2627         (f90-beginning-of-block, f90-next-block, f90-indent-region)
2628         (f90-match-end): Handle block, critical.
2630 2011-06-25  Glenn Morris  <rgm@gnu.org>
2632         * calendar/diary-lib.el (diary-included-files): Doc fix.
2633         (diary-include-files): New function, extracted from
2634         diary-include-other-diary-files and diary-mark-included-diary-files.
2635         (diary-include-other-diary-files, diary-mark-included-diary-files):
2636         Just call diary-include-files.
2637         (diary-mark-entries): Reset diary-included-files on first call.
2639         * calendar/diary-lib.el (diary-mark-entries)
2640         (diary-mark-included-diary-files):
2641         Visit included diary-files in temp buffers.
2643         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
2644         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
2645         (f90-start-block-re, f90-imenu-generic-expression)
2646         (f90-looking-at-program-block-start, f90-no-block-limit):
2647         Add support for submodules.
2649         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
2650         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
2652 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
2654         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
2655         buffer-file-type before setting its value, to avoid disastrous
2656         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
2658 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
2660         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
2662         * ses.el (ses-unload-function):
2663         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
2665         * proced.el (proced-unload-function):
2666         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
2668 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
2670         * server.el (server-create-window-system-frame): Add parameters arg.
2671         (server-process-filter): Doc fix.  Handle frame-parameters.
2673 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
2675         Fix bug#8730, bug#8781.
2677         * loadhist.el (unload--set-major-mode): New function.
2678         (unload-feature): Use it.
2680         * progmodes/python.el (python-after-info-look): Add autoload cookie.
2681         (python-unload-function): New function.
2683 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2685         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
2687 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
2689         * net/browse-url.el (browse-url-firefox-program): Add icecat to
2690         the candidates list.
2692 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
2694         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
2696 2011-06-23  Richard Stallman  <rms@gnu.org>
2698         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
2699         (rmail-variables): Set next-error-move-function.
2700         (rmail-what-message): Take argument POS.
2701         (rmail-next-error-move): New function.
2703 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2705         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
2706         messages for adjacent non-terminals.
2708 2011-06-23  Richard Stallman  <rms@gnu.org>
2710         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
2711         (rmail-show-message-1): Preserve buffer modified flag.
2712         (rmail-start-mail): Don't specify use of rmail-mail-return;
2713         that's done by mail-bury now.
2714         (rmail-mail-return): Handle arg NEWBUF.
2716 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
2718         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
2719         SIZE is a number.
2721 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
2723         * window.el (get-lru-window, get-mru-window)
2724         (get-largest-window): Never return a minibuffer window.
2725         (display-buffer-pop-up-window): Fix a bug that could lead to
2726         reusing the minibuffer window.
2727         (display-buffer): Pass original specifier argument to
2728         display-buffer-function instead of the normalized one.
2729         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2731 2011-06-22  Leo Liu  <sdl.web@gmail.com>
2733         * minibuffer.el (completing-read-function)
2734         (completing-read-default): Move from minibuf.c
2736 2011-06-22  Richard Stallman  <rms@gnu.org>
2738         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
2739         to Rmail even if not started by a special Rmail command.
2741         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2742         Copy the buffer currently showing just one message.
2744 2011-06-22  Roland Winkler  <winkler@gnu.org>
2746         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
2747         (bibtex-clean-entry): First delete the old key so that a
2748         customized algorithm for generating the new key does not get
2749         confused by the old key.
2750         (bibtex-url): Obey regexp of first step.
2751         (bibtex-search-entries): Do not use add-to-list with local
2752         list-var.
2754 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2756         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
2757         stored a user name, then query for the password first, instead of
2758         waiting for SMTP to give an error message and the trying again.
2760 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
2762         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
2763         BUFFER in call-process.
2765 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
2768         QUIT twice.
2769         (smtpmail-try-auth-methods): Require user name and password from
2770         auth-source.
2772 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
2774         * window.el (display-buffer-default-specifiers)
2775         (display-buffer-alist): Remove entries for pop-up-frame-alist.
2776         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
2777         (split-window): Normalize SIDE argument (Bug#8916).
2779         * frame.el (pop-up-frame-alist, pop-up-frame-function)
2780         (special-display-frame-alist, special-display-popup-frame):
2781         Remove duplicate declarations.  These are now in window.el.
2783 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2785         * mail/smtpmail.el (smtpmail-via-smtp):
2786         Set :use-starttls-if-possible so that we always use STARTTLS if the
2787         server supports it.  SMTP servers that support STARTTLS commonly
2788         require it.
2790         * net/network-stream.el (network-stream-open-starttls): Support
2791         upgrading to STARTTLS always, even if we don't have built-in support.
2792         (open-network-stream): Add the :always-query-capabilies keyword.
2794         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
2795         upgrades with `open-network-stream', and rely solely on
2796         auth-source for all credentials.  Big changes throughout the file,
2797         but in particular:
2798         (smtpmail-auth-credentials): Remove.
2799         (smtpmail-starttls-credentials): Remove.
2800         (smtpmail-via-smtp): Check for servers saying they want AUTH after
2801         MAIL FROM, too.
2803         * net/network-stream.el (network-stream-open-starttls):
2804         Provide support for client certificates both for external and built-in
2805         STARTTLS.
2806         (auth-source): Require.
2807         (open-network-stream): Document the :client-certificate keyword.
2808         (network-stream-certificate): Change cert-cert to cert and
2809         cert-key to key.
2811 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
2813         * net/tramp-cache.el (top): Don't load the persistency file when
2814         "emacs -Q" has been called.
2816 2011-06-21  Tim Harper  <timcharper@gmail.com>
2818         * term/ns-win.el (ns-initialize-window-system):
2819         Set application-specific `ApplePressAndHoldEnabled' system
2820         resource to NO as it is not yet supported by the NS port.
2822 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
2824         * misc.el (list-dynamic-libraries--refresh): Compute header here...
2825         (list-dynamic-libraries): ...not here.
2827 2011-06-21  Leo Liu  <sdl.web@gmail.com>
2829         * subr.el (sha1): Implement sha1 using secure-hash.
2831 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
2833         * window.el (display-buffer-alist): In default value do not
2834         enforce searching a window on any but the selected frame.
2835         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2836         (display-buffer-select-window): Remove function.
2837         (display-buffer-in-window): When a window on another frame gets
2838         reused, do not select it any more but just raise its frame if
2839         necessary (Bug#8851) and (Bug#8856).
2840         (display-buffer-normalize-options): Handle pop-up-frames related
2841         options more faithfully.
2842         (pop-to-buffer): Don't rely on `display-buffer' selecting the
2843         window if it is on another frame.
2844         (display-buffer-alist, display-buffer-default-specifiers):
2845         Don't make new frame unsplittable by default.
2846         (display-buffer-normalize-argument): Fix doc-string typo and use
2847         'same-frame-other-window instead of 'other-window when associating
2848         with display-buffer-macro-specifiers.
2850 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
2852         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
2853         New functions.
2854         (5x5-mode-map, 5x5-mode-menu): Bind them.
2855         (5x5-draw-grid): Tweak the solver's rendering.
2857 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2859         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
2860         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
2862 2011-06-21  Drew Adams  <drew.adams@oracle.com>
2864         * menu-bar.el: Use function variable instead of switch-to-buffer.
2865         (menu-bar-select-buffer-function): New variable.
2866         (menu-bar-update-buffers): Use it (bug#8876).
2868 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2870         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
2871         variable's status.
2873 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
2875         * x-dnd.el (x-dnd-version-from-flags)
2876         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
2877         and long as number (Bug#8899).
2878         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
2880 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2882         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
2883         (completion-try-completion, completion-all-completions): Compute the
2884         metadata argument if it's missing; make it optional (bug#8795).
2886         * wid-edit.el: Use lex-bind and move towards completion-at-point.
2887         (widget-complete): Use new :completion-function property.
2888         (widget-completions-at-point): New function.
2889         (default): Use :completion-function instead of :complete.
2890         (widget-default-completions): Rename from widget-default-complete;
2891         Rewrite.
2892         (widget-string-complete, widget-file-complete, widget-color-complete):
2893         Remove functions.
2894         (file, symbol, function, variable, coding-system, color):
2895         * international/mule-cmds.el (default-input-method, charset)
2896         (language-info-custom-alist):
2897         * cus-edit.el (face): Use new property :completions.
2899         * progmodes/pascal.el (pascal-completions-at-point): New function.
2900         (pascal-mode): Use it.
2901         (pascal-mode-map): Use completion-at-point.
2902         (pascal-toggle-completions): Make obsolete.
2903         (pascal-complete-word, pascal-show-completions):
2904         * progmodes/octave-mod.el (octave-complete-symbol):
2905         Redefine as obsolete alias.
2906         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
2907         Signal absence of completion info for old Octave,
2908         (inferior-octave-complete): Redefine as obsolete alias.
2909         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
2910         (meta-completions-at-point): Rename from meta-complete-symbol and
2911         adapt it for use on completion-at-point-functions.
2912         (meta-common-mode): Use it.
2913         (meta-looking-at-backward, meta-match-buffer): Remove.
2914         (meta-complete-symbol): Redefine as obsolete alias.
2915         (meta-common-mode-map): Use completion-at-point.
2916         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
2917         (makefile-mode-map): Use completion-at-point.
2918         (makefile-completions-at-point): Rename from makefile-complete and
2919         adapt it for use on completion-at-point-functions.
2920         (makefile-mode): Use it.
2921         (makefile-complete): Redefine as obsolete alias.
2923 2011-06-20  Deniz Dogan  <deniz@dogan.se>
2925         * net/rcirc.el: Delete trailing whitespaces once and for all.
2927 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
2929         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
2931 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
2933         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
2935         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
2937 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
2939         * window.el (display-buffer-other-window-means-other-frame):
2940         Call display-buffer-normalize-alist.
2941         (display-buffer-normalize-specifiers-1): Rename to
2942         display-buffer-normalize-argument.  New argument other-frame.
2943         Rewrite.
2944         (display-buffer-normalize-specifiers-2): Rename to
2945         display-buffer-normalize-options.
2946         (display-buffer-normalize-alist-1): New function.
2947         (display-buffer-normalize-specifiers-3): Rename to
2948         display-buffer-normalize-alist.
2949         Call display-buffer-normalize-alist-1.
2950         (display-buffer-normalize-options-inhibit): New variable.
2951         (display-buffer-normalize-specifiers): Rewrite calling
2952         display-buffer-normalize-alist,
2953         display-buffer-normalize-argument, and
2954         display-buffer-normalize-options.  Don't call the latter if
2955         display-buffer-normalize-options-inhibit is non-nil.
2956         (frame-auto-delete): New option.
2957         (window-deletable-p): Use frame-auto-delete.
2958         (window-list-no-nils, window-state-ignored-parameters)
2959         (window-state-get-1, window-state-get, window-state-put-list)
2960         (window-state-put-1, window-state-put-2, window-state-put):
2961         New functions.
2962         (display-buffer-normalize-options): Move special-display-p group
2963         after pop-up-frame group (Bug#8851) and (Bug#8856).
2965 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
2967         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
2968         groups (Bug#8776).
2969         (rx-submatch-n): New function.
2970         (rx): Document it.
2972         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
2973         (Bug#8768).
2975         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
2977         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
2979         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
2980         anytime existing face settings are present (Bug#8889).
2982         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
2983         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
2984         Remove unused argument.
2986 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
2988         * window.el (display-buffer-default-specifiers):
2989         Remove pop-up-frame.  Add pop-up-window-min-height,
2990         pop-up-window-min-width, and another reuse-window specifier
2991         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
2992         (display-buffer-normalize-specifiers-2):
2993         Handle split-height-threshold and split-width-threshold also when
2994         pop-up-windows is unset.  Add a reuse-window specifier for the
2995         case popping up a new window fails.
2996         (special-display-popup-frame): Remove double quoting.
2997         (display-buffer-normalize-specifiers-1): Fix thinko.
2999 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3001         * shell.el (shell-completion-vars): Set pcomplete-termination-string
3002         according to comint-completion-addsuffix.
3004         * pcomplete.el: Convert to lexical binding and fix bug#8819.
3005         (pcomplete-suffix-list): Mark as obsolete.
3006         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
3007         pcomplete-seen in the closure.
3008         (pcomplete-comint-setup): Setup completion-at-point as well.
3009         (pcomplete--entries): New function.
3010         (pcomplete--env-regexp): New var.
3011         (pcomplete-entries): Rewrite to work with partial-completion and
3012         without relying on pcomplete-suffix-list.
3013         (pcomplete-pare-list): Remove, unused.
3015 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
3017         * window.el (display-buffer-alist): Set pop-up-window-min-height
3018         and pop-up-window-min-width in default value.  Reported by
3019         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
3020         other-window-means-other-frame.
3021         (display-buffer-macro-specifiers): Comment out entry for
3022         other-window specifier.
3023         (display-buffer-other-window-means-other-frame): New function.
3024         (display-buffer-normalize-specifiers-1): New arguments
3025         buffer-name and label.  Treat other-window case specially.
3026         (display-buffer-normalize-specifiers-2): Treat other-window case
3027         specially.
3028         (display-buffer-normalize-specifiers-3): New function.
3029         (display-buffer-normalize-specifiers):
3030         Call display-buffer-normalize-specifiers-3.
3032 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
3034         * window.el (same-window-p): Fix two typos introduced when
3035         adding with-no-warnings.
3036         (display-buffer-normalize-specifiers-1): Don't check
3037         pop-up-frames for 'unset initialization.
3038         (display-buffer-normalize-specifiers-2): Major rewrite using
3039         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
3040         (pop-up-frames, display-buffer-reuse-frames)
3041         (display-buffer-mark-dedicated): Don't initialize to 'unset.
3042         Suggested by David Engster <deng@randomsample.de>.
3043         (even-window-heights): Initialize to 'unset.
3044         (display-buffer-alist-set): Handle new 'unset initializations.
3045         (display-buffer-macro-specifiers): Don't pop up a new frame in the
3046         other window case.
3048 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
3050         * window.el (display-buffer-normalize-specifiers-1):
3051         Respect current value of pop-up-frames for most reasonable values of
3052         second argument of display-buffer (Bug#8865).
3053         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
3054         (switch-to-buffer-other-window-same-frame)
3055         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
3056         Adams (Bug#8875).
3057         (display-buffer): Don't check noninteractive when calling
3058         display-buffer-pop-up-frame.
3059         (display-buffer-pop-up-frame): Never pop up a frame in
3060         noninteractive mode (Bug#8857).
3061         (enlarge-window, shrink-window): Don't report an error when the
3062         window can't be resized as requested (Bug#8862).
3064 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3066         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
3068         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
3070         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
3072 2011-06-15  Alan Mackenzie  <acm@muc.de>
3074         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
3075         for declarators, disable knr checking to speed up for normal files.
3076         2: Refactor, replacing a sequence of nested if forms by a cond form.
3078 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3080         * net/network-stream.el (open-network-stream): Add the keyword
3081         :always-query-capabilities for the case where you want to force a
3082         `plain' network connection, but the protocol still requires the
3083         capabilitiy command (i.e., SMTP and EHLO).
3085         * subr.el (process-live-p): Rename from `process-alive-p' for
3086         consistency with other `-live-p' functions.
3088 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3090         * window.el (same-window-buffer-names, same-window-regexps)
3091         (special-display-frame-alist, special-display-popup-frame)
3092         (special-display-function, special-display-buffer-names)
3093         (special-display-regexps, pop-up-frame-alist)
3094         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
3095         (pop-up-windows, split-window-preferred-function)
3096         (split-height-threshold, split-width-threshold, even-window-heights)
3097         (display-buffer-mark-dedicated): Don't encourage the use of
3098         display-buffer-alist from Elisp code.
3100 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
3102         * progmodes/python.el (python-mode): Derive from prog-mode.
3103         * progmodes/ps-mode.el (ps-mode):
3104         * progmodes/mixal-mode.el (mixal-mode):
3105         * progmodes/cfengine.el (cfengine-mode):
3106         * progmodes/ld-script.el (ld-script-mode): Likewise.
3108 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
3110         * window.el (display-buffer-alist): Trim default value to avoid
3111         popping up a new frame (Bug#8857) or reusing an arbitrary window
3112         on another frame.
3113         (display-buffer): Do not fall back on popping up a new frame in
3114         batch mode (Bug#8857).
3116 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
3118         * cus-theme.el (describe-theme-1): Use custom-theme-p.
3119         (custom-theme-summary): New function.
3120         (customize-themes): Use it.
3122 2011-06-13  Glenn Morris  <rgm@gnu.org>
3124         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
3126 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
3128         * help.el (help-window): Remove variable.
3129         (help-window-point-marker, temp-buffer-max-height)
3130         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
3131         (help-print-return-message): Don't set help-window.
3132         (resize-temp-buffer-window): Rewrite cod eand doc-string.
3133         (help-window-setup-finish): Remove.
3134         (help-window-display-message, help-window-setup)
3135         (with-help-window): Major rewrite based on new
3136         display-buffer-window variable.
3138         * help-mode.el (help-mode-finish): Remove help-window related
3139         code.
3141         * view.el (view-exits-all-viewing-windows): Remove reference to
3142         view-return-to-alist in doc-string.
3143         (view-return-to-alist): Make obsolete.
3144         (view-buffer): Call pop-to-buffer-same-window and remove
3145         undo-window code.
3146         (view-buffer-other-window): Call pop-to-buffer-other-window and
3147         simplify code.  Ignore second argument.
3148         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
3149         simplify code.  Ignore second argument.
3150         (view-return-to-alist-update): Make obsolete.
3151         (view-mode-enter): Rename second argument to QUIT-RESTORE.
3152         Rewrite using quit-restore window parameters.
3153         (view-mode-exit): Rename second argument to EXIT-ONLY.
3154         Rewrite using quit-restore-window.
3155         (View-exit, View-exit-and-edit, View-leave, View-quit)
3156         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
3157         appropriate arguments.
3158         (view-end-message): Use quit-restore window parameter.
3160         * window.el (display-buffer-function): Rewrite doc-string.
3161         (display-buffer-window, display-buffer-alist): New variables.
3162         (display-buffer-split-specifiers)
3163         (display-buffer-side-specifiers)
3164         (display-buffer-macro-specifiers): New constants.
3165         (display-buffer-even-window-sizes, display-buffer-set-height)
3166         (display-buffer-set-width, display-buffer-select-window)
3167         (display-buffer-in-window, display-buffer-reuse-window)
3168         (display-buffer-split-window-1, display-buffer-split-window)
3169         (display-buffer-split-atom-window, display-buffer-pop-up-window)
3170         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
3171         (display-buffer-in-side-window, normalize-buffer-to-display)
3172         (display-buffer-normalize-specifiers-1)
3173         (display-buffer-normalize-specifiers-2)
3174         (display-buffer-normalize-specifiers, display-buffer-frame):
3175         New functions.
3176         (display-buffer): Major rewrite.
3177         (display-buffer-other-window, display-buffer-other-frame)
3178         (pop-to-buffer, switch-to-buffer-other-window)
3179         (switch-to-buffer-other-frame): Rewrite.
3180         (display-buffer-same-window, display-buffer-same-frame)
3181         (display-buffer-same-frame-other-window)
3182         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
3183         (pop-to-buffer-other-window)
3184         (pop-to-buffer-same-frame-other-window)
3185         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
3186         (switch-to-buffer-other-window-same-frame): New functions.
3187         (same-window-p, special-display-p): Rewrite disabling warnings.
3188         Make obsolete.
3189         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3190         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
3191         Make obsolete
3192         (same-window-buffer-names, same-window-regexps)
3193         (special-display-frame-alist, special-display-popup-frame)
3194         (special-display-function, special-display-buffer-names)
3195         (special-display-regexps, pop-up-frame-alist)
3196         (pop-up-frame-function, split-window-preferred-function)
3197         (split-height-threshold, split-width-threshold)
3198         (even-window-heights): Make obsolete.
3200 2011-06-12  Glenn Morris  <rgm@gnu.org>
3202         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
3203         Misc simplifications.
3205 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
3207         * window.el (window-safely-shrinkable-p): Restore function which
3208         was inadvertently removed in change from 2011-06-11.  Declare as
3209         obsolete.
3211         * calendar/calendar.el (calendar-generate-window):
3212         Use window-iso-combined-p instead of combination of one-window-p and
3213         window-safely-shrinkable-p.
3215 2011-06-12  Glenn Morris  <rgm@gnu.org>
3217         * progmodes/fortran.el (fortran-mode-syntax-table):
3218         * progmodes/f90.el (f90-mode-syntax-table):
3219         Set % to punctuation.  (Bug#8820)
3220         (f90-find-tag-default): Remove, no longer needed.
3222 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
3224         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
3226 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
3228         * image.el (image-animated-p): Return animation delay in seconds.
3229         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
3230         (image-animate-timeout): Remove DELAY argument.  Don't assume
3231         every subimage has the same delay; get it from image-animated-p.
3232         (image-animate): Caller changed.
3234 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
3236         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
3237         to ignored backtrace functions.
3239 2011-06-11  Glenn Morris  <rgm@gnu.org>
3241         * calendar/appt.el (appt-disp-window-function): Doc fix.
3242         (appt-check): Handle overlapping appointments.  (Bug#8337)
3244 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
3246         * window.el (window-tree-1, window-tree): New functions, moving
3247         the latter to window.el.
3248         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
3249         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
3250         (bw-refresh-edges): Remove.
3251         (balance-windows-1, balance-windows-2): New functions.
3252         (balance-windows): Rewrite in terms of window tree functions,
3253         balance-windows-1 and balance-windows-2.
3254         (bw-adjust-window): Remove.
3255         (balance-windows-area-adjust): New function with functionality of
3256         bw-adjust-window but using resize-window.
3257         (set-window-text-height): Rewrite doc-string.
3258         Use normalize-live-window and resize-window.
3259         (enlarge-window-horizontally, shrink-window-horizontally):
3260         Rename argument to DELTA.
3261         (window-buffer-height): New function.
3262         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
3263         Rewrite using new window resize routines.
3264         (kill-buffer-and-window, mouse-autoselect-window-select):
3265         Use ignore-errors instead of condition-case.
3266         (quit-window): Call delete-frame instead of delete-windows-on
3267         for the only buffer on frame.
3269 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
3271         * loadup.el (top-level): Load window before files for the sake
3272         of replace-buffer-in-windows.
3274         * files.el (read-buffer-to-switch)
3275         (switch-to-buffer-other-window)
3276         (switch-to-buffer-other-frame, display-buffer-other-frame):
3277         Move to window.el.
3279         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
3280         (previous-buffer): Move to window.el.
3282         * bindings.el (unbury-buffer): Move to window.el.
3284         * window.el (delete-other-windows-vertically): Move after
3285         definition of delete-other-windows.
3286         (other-window, delete-windows-on, replace-buffer-in-windows):
3287         Move here from window.c.
3288         (record-window-buffer, unrecord-window-buffer)
3289         (set-window-buffer-start-and-point, switch-to-prev-buffer)
3290         (switch-to-next-buffer): New functions.
3291         (get-next-valid-buffer, last-buffer, next-buffer): Move here
3292         from simple.el.  Call switch-to-next-buffer.
3293         (previous-buffer): Move here from simple.el.
3294         Call switch-to-prev-buffer.
3295         (bury-buffer): Move here from buffer.c.  Switch to previous
3296         buffer when window cannot be deleted.
3297         (unbury-buffer): Move here from bindings.el.
3298         (ctl-x-map): Move binding for other-window from window.c to
3299         here.
3300         (read-buffer-to-switch, switch-to-buffer-other-window)
3301         (switch-to-buffer-other-frame): Move here from files.el.
3302         (normalize-buffer-to-switch-to): New functions.
3303         (switch-to-buffer): Move here from buffer.c.
3304         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
3306 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
3308         * window.el (window-min-height, window-min-width): Move here
3309         from window.c.  Add defcustoms and rewrite doc-strings.
3310         (resize-mini-window, resize-window): New functions.
3311         (adjust-window-trailing-edge, enlarge-window, shrink-window):
3312         Move here from window.c.
3313         (maximize-window, minimize-window): New functions.
3314         (delete-window, delete-other-windows, split-window): Move here
3315         from window.c.
3316         (window-split-min-size): New function.
3317         (split-window-keep-point): Mention split-window-above-each-other
3318         instead of split-window-vertically.
3319         (split-window-above-each-other, split-window-vertically):
3320         Rename split-window-vertically to split-window-above-each-other and
3321         provide defalias for old definition.
3322         (split-window-side-by-side, split-window-horizontally): Rename
3323         split-window-horizontally to split-window-side-by-side and provide
3324         defalias for the old definition.
3325         (ctl-x-map): Move bindings for delete-window,
3326         delete-other-windows and enlarge-window here from window.c.
3327         Replace bindings for split-window-vertically and
3328         split-window-horizontally by bindings for
3329         split-window-above-each-other and split-window-side-by-side.
3331         * cus-start.el (all): Remove entries for window-min-height and
3332         window-min-width.  Add entries for window-splits and
3333         window-nest.
3335 2011-06-09  Glenn Morris  <rgm@gnu.org>
3337         * calendar/appt.el (appt-mode-line): New function.
3338         (appt-check, appt-disp-window): Use it.
3340         * files.el (hack-one-local-variable-eval-safep):
3341         Allow minor-modes with explicit +/-1 arguments.
3343 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
3345         * term/xterm.el (xterm): Add defgroup.
3346         (xterm-extra-capabilities): Add defcustom to supply known xterm
3347         capabilities, skip querying them, or query them (default).
3348         (terminal-init-xterm): Use it.
3349         (terminal-init-xterm-modify-other-keys): New function to set up
3350         modifyOtherKeys support to simplify `terminal-init-xterm'.
3352 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
3354         * window.el (resize-window-reset, resize-window-reset-1)
3355         (resize-subwindows-skip-p, resize-subwindows-normal)
3356         (resize-subwindows, resize-other-windows, resize-this-window)
3357         (resize-root-window, resize-root-window-vertically)
3358         (window-deletable-p, window-or-subwindow-p)
3359         (frame-root-window-p): New functions.
3361 2011-06-09  Glenn Morris  <rgm@gnu.org>
3363         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
3364         (ange-ftp-get-files): Use it.
3366 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
3368         * mail/sendmail.el (mail-recover-1, mail-recover):
3369         * files.el (recover-file, recover-session):
3370         Handle dired-listing-switches not being just a single short option.
3372 2011-06-09  Glenn Morris  <rgm@gnu.org>
3374         * calendar/appt.el (appt-display-message, appt-disp-window):
3375         Handle lists of appointments.
3377 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
3379         * window.el (one-window-p): Move down in code.
3380         Rewrite doc-string.
3381         (window-current-scroll-bars): Rewrite doc-string.
3382         Normalize live window argument.
3383         (walk-windows, get-window-with-predicate, count-windows):
3384         Rewrite doc-string.  Use window-list-1.
3385         (window-in-direction-2, window-in-direction, get-mru-window):
3386         New functions.
3388 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
3390         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
3391         Doc fix (Bug#8713).
3393 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
3395         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
3397 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
3399         * loadhist.el (unload-feature-special-hooks):
3400         Add `comint-output-filter-functions'.
3402 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
3404         * calendar/appt.el (appt-check): Move some initializations into the let.
3406 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
3408         * window.el (window-height): Defalias to window-total-height.
3409         (window-width): Defalias to window-body-width.
3411 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
3413         * image-mode.el (image-toggle-animation): New command.
3414         (image-mode-map): Bind it to RET.
3415         (image-mode): Update message.
3416         (image-toggle-display-image): Avoid a spurious cache flush.
3417         (image-transform-rotation): Doc fix.
3418         (image-transform-properties): Return quickly in the normal case.
3419         (image-animate-loop): Rename from image-animate-max-time.
3421         * image.el (image-animate-max-time): Move to image-mode.el.
3422         (create-animated-image): Remove unnecessary function.
3423         (image-animate): Rename from image-animate-start.  New arg.
3424         (image-animate-stop): Remove; just use image-animate-timer.
3425         (image-animate-timer): Use car-safe.
3426         (image-animate-timeout): Rename argument.
3428 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
3430         * window.el (get-lru-window, get-largest-window): Move here from
3431         window.c.  Rename first argument to ALL-FRAMES.
3432         Rephrase doc-strings.
3433         (get-buffer-window-list): Rewrite using window-list-1.
3434         Rephrase doc-string.
3435         (window-safe-min-height, window-safe-min-width): New constants.
3436         (window-size-ignore, window-min-size, window-min-size-1)
3437         (window-sizable, window-sizable-p, window-size-fixed-1)
3438         (window-size-fixed-p, window-min-delta-1, window-min-delta)
3439         (window-max-delta-1, window-max-delta, window-resizable)
3440         (window-resizable-p, window-total-height, window-total-width)
3441         (window-body-width): New functions.
3442         (window-full-height-p, window-full-width-p): Rewrite using
3443         window-total-size.
3444         (window-body-height): Rewrite using window-body-size.
3446 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
3448         * window.el (window-right, window-left, window-child)
3449         (window-child-count, window-last-child, window-any-p)
3450         (normalize-live-buffer, normalize-live-frame)
3451         (normalize-any-window, normalize-live-window)
3452         (window-iso-combination-p, window-iso-combined-p)
3453         (window-iso-combinations)
3454         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
3455         (windows-with-parameter, window-with-parameter)
3456         (window-atom-root, make-window-atom, window-atom-check-1)
3457         (window-atom-check, window-side-check, window-check):
3458         New functions.
3459         (ignore-window-parameters, window-sides, window-sides-vertical)
3460         (window-sides-slots): New variables.
3461         (window-size-fixed): Move down in code.  Minor doc-string fix.
3463 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
3465         * comint.el (comint-dynamic-complete-as-filename)
3466         (comint-dynamic-complete-filename): Correctly call
3467         completion-in-region.
3469 2011-06-05  Deniz Dogan  <deniz@dogan.se>
3471         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
3472         in last change.
3474 2011-06-05  Deniz Dogan  <deniz@dogan.se>
3476         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
3477         (rcirc): Use it to prompt for encryption.
3479 2011-06-05  Roland Winkler  <winkler@gnu.org>
3481         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
3482         (bibtex-search-entries): New command bound to C-c C-a.
3483         (bibtex-display-entries): New function.
3485 2011-06-05  Roland Winkler  <winkler@gnu.org>
3487         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
3488         (bibtex-insert-kill): After yanking insert newline if necessary.
3489         (bibtex-initialize): Call bibtex-string-files-init only once.
3490         (bibtex-mode): Do not call easy-menu-add.
3491         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
3492         (bibtex-yank): Set arg properly if nil.
3494 2011-06-05  Roland Winkler  <winkler@gnu.org>
3496         * textmodes/bibtex.el (bibtex-search-entry-globally):
3497         New variable.
3498         (bibtex-search-entry): Use it.
3500 2011-06-05  Roland Winkler  <winkler@gnu.org>
3502         * textmodes/bibtex.el (bibtex-entry-format): New option
3503         sort-fields.
3504         (bibtex-format-entry, bibtex-reformat): Honor this option.
3505         (bibtex-parse-entry): Return fields in proper order.
3507 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
3509         * doc-view.el (doc-view-remove-if): Move computation of result out
3510         of `dolist' to silence misleading lexical-binding warning.
3512 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
3514         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
3515         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
3517 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
3519         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
3520         "SunOS 5.10".
3522 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
3524         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
3525         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
3526         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
3527         (tramp-parse-putty):
3528         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
3529         (tramp-completion-function-alist-ssh)
3530         (tramp-completion-function-alist-telnet)
3531         (tramp-completion-function-alist-su)
3532         (tramp-completion-function-alist-putty): Set `tramp-autoload'
3533         cookie.
3535         * net/tramp-ftp.el:
3536         * net/tramp-sh.el:
3537         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
3538         load "tramp.el" `tramp-set-completion-function'.
3540 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3542         * shell.el: Require and use pcomplete.
3543         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
3544         (shell-completion-vars): Set pcomplete-default-completion-function.
3546 2011-06-04  Deniz Dogan  <deniz@dogan.se>
3548         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
3549         `memq' (Bug#8799).
3551 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3553         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
3555 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
3557         * bs.el (bs--mark-unmark, bs--nth-wrapper):
3558         * mpc.el (mpc-select-extend, mpc-songpointer-context):
3559         * vc/log-view.el (log-view-beginning-of-defun):
3560         * vc/smerge-mode.el (smerge-apply-resolution-patch)
3561         (smerge-refine-forward, smerge-refine-chopup-region):
3562         Silence warning for unused `dotimes' counter variables.
3564 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3566         * net/tramp.el (tramp-with-progress-reporter): Rename from
3567         with-progress-reporter.  Use `declare'.
3568         * net/tramp-smb.el:
3569         * net/tramp-sh.el:
3570         * net/tramp-gvfs.el: Update all uses.
3572 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
3574         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
3575         buffer isn't killed before making it current.
3577 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3579         Silence various byte-compiler warnings.
3580         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
3581         `access-type' and new obsolescence format.
3582         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
3583         new format.
3584         (byte-compile-check-variable): New `access-type' argument.
3585         Only warn if the access-type is obsolete.
3586         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
3587         (byte-compile-variable-set): Adjust callers.
3588         * help-fns.el (describe-variable): Adjust to new obsolescence format.
3589         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
3590         setting it as obsolete.
3591         * simple.el (minibuffer-completing-symbol):
3592         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
3593         access as obsolete.
3594         * minibuffer.el (minibuffer-completing-file-name): Don't make it
3595         obsolete yet.
3596         * international/quail.el (quail-mouse-choose-completion): Remove unused
3597         code referring to obsolete var.
3598         (quail-choose-completion-string): Remove.
3599         * server.el (server-clients-with, server-kill-buffer-query-function)
3600         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
3601         * proced.el (proced-send-signal):
3602         * emacs-lisp/lisp.el (lisp-complete-symbol):
3603         Replace completion-annotate-function with completion-extra-properties.
3605 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3607         * simple.el (goto-line): Use read-number.
3608         (overriding-map-is-bound): Remove.
3609         (saved-overriding-map): Change default.
3610         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
3611         Take the map as argument.
3612         (universal-argument, negative-argument, digit-argument): Use it.
3613         (restore-overriding-map): Adjust.
3614         (do-auto-fill): Use fill-forward-paragraph.
3615         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
3617         * minibuffer.el (minibuffer-inactive-mode-map): New var.
3618         (minibuffer-inactive-mode): New major mode.
3619         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
3620         the *Messages* buffer" hack.
3621         (mouse-popup-menubar): Don't burp if the event is a normal key.
3623         Miscellaneous tweaks.
3624         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
3625         lexical scoping as in subr.el's dolist and dotimes.
3626         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
3627         Silence compiler warning.
3628         * thingatpt.el (forward-whitespace): Trivial coding style fix.
3629         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
3630         * international/ccl.el (ccl-compile): Trivial simplification.
3631         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
3632         * emacs-lisp/testcover.el (testcover-end): Remove spurious
3633         `printflag' argument.
3634         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
3635         Purecopy the whole obsolescence data.
3637 2011-06-01  Leo Liu  <sdl.web@gmail.com>
3639         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
3640         improve doc-string as suggested by Marco Pessotto
3641         <melmothx@gmail.com>.
3642         (rcirc-print): Fix last change.
3644 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3646         * minibuffer.el (complete-with-action): Return nil for the metadata and
3647         boundaries of non-functional tables.
3648         (completion-table-dynamic): Return nil for the metadata.
3649         (completion-table-with-terminator): Add default case, using
3650         complete-with-action.
3651         (completion--metadata): New function.
3652         (completion-all-sorted-completions, minibuffer-completion-help): Use it
3653         to try and avoid pathological performance problems.
3654         (completion--embedded-envvar-table): Return `category' metadata.
3656 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3658         * subr.el (process-alive-p): New tiny convenience function.
3660 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3662         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
3663         content but also its previous major mode.
3665 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
3667         * debug.el (debug): Restore the previous content of the
3668         *Backtrace* buffer when we exit with C-M-c.
3670 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3672         * minibuffer.el: Add metadata method to completion tables.
3673         (completion-category-overrides): New defcustom.
3674         (completion-metadata, completion--field-metadata)
3675         (completion-metadata-get, completion--styles)
3676         (completion--cycle-threshold): New functions.
3677         (completion-try-completion, completion-all-completions):
3678         Add `metadata' argument to choose completion-styles.
3679         (completion--do-completion): Use metadata to choose cycling.
3680         (completion-all-sorted-completions): Use metadata for sorting.
3681         Remove :completion-cycle-penalty which is not needed any more.
3682         (completion--try-word-completion): Add `metadata' argument.
3683         (minibuffer-completion-help): Check metadata for annotation function
3684         and sorting.
3685         (completion-file-name-table): Return `category' metadata.
3686         (minibuffer-completing-file-name): Make obsolete.
3687         * simple.el (minibuffer-completing-symbol): Make obsolete.
3688         * icomplete.el (icomplete-completions): Pass new `metadata' param to
3689         completion-try-completion.
3691 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3693         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
3695 2011-05-30  Leo Liu  <sdl.web@gmail.com>
3697         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
3698         (rcirc-print): Decode all incoming messages (bug#8744).
3699         (rcirc-decode-coding-system): Allow value nil for automatic coding
3700         system detection.
3702 2011-06-01  Glenn Morris  <rgm@gnu.org>
3704         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
3706 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
3708         * image.el (image-animate-max-time): Allow nil and t values.
3709         Default to nil.
3710         (create-animated-image): Doc fix.
3711         (image-animate-start): Remove second arg; just use
3712         image-animate-max-time.
3713         (image-animate-timeout): Doc fix.  Args changed.
3715         * image-mode.el (image-toggle-display-image): Ensure that the
3716         image spec passed to the animate timer is the same object as in
3717         the the buffer's display property (Bug#6981).
3718         (image-transform-properties): Doc fix.
3720         * image.el (image-animate-max-time): Default to nil.
3722 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
3724         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
3725         entire buffer list (Bug#8184).
3727 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
3729         * image.el (imagemagick-types-inhibit)
3730         (imagemagick-register-types): Doc fix.
3732 2011-05-29  Deniz Dogan  <deniz@dogan.se>
3734         * net/rcirc.el (rcirc): Use the user's stored encryption method by
3735         default.
3737 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
3739         * select.el: Don't perform clipboard-manager saving in hooks;
3740         leave the hooks empty.
3742 2011-05-28  Leo Liu  <sdl.web@gmail.com>
3744         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
3745         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
3746         (occur-edit-mode): New major mode (Bug#8463).
3747         (occur-after-change-function): New function.
3748         (occur-engine): Give Occur tags a read-only property.
3750 2011-05-28  Kevin Ryde  <user42@zip.com.au>
3752         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
3754 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
3756         * bindings.el (help-echo): Make the initial non-indicator dash
3757         empty on graphical terminals (Bug#7295).
3759         * files.el (auto-mode-alist): Move config rule after the
3760         in-stripping one (Bug#8547).
3762         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
3764         * startup.el (normal-splash-screen): Remove gratuitous mode-line
3765         setting (Bug#8740).
3767 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
3769         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
3770         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
3771         (Bug#8539).
3773 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
3775         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
3777 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
3779         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
3780         (hs-hide-block-at-point, hs-find-block-beginning)
3781         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
3782         (Bug#8279).
3784 2011-05-28  Glenn Morris  <rgm@gnu.org>
3786         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
3788 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
3790         * help-fns.el (describe-function-1): If the function is a derived
3791         major mode, print the parent mode.
3793         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
3794         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
3796 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3798         * minibuffer.el (completion--capf-wrapper): Check applicability before
3799         retuning non-nil for non-exclusive completion data.
3800         * progmodes/etags.el (tags-completion-at-point-function):
3801         * info-look.el (info-lookup-completions-at-point): Mark as
3802         non-exclusive.
3803         (info-complete): Adjust accordingly.
3805         * info-look.el: Convert to lexical-binding and completion-at-point.
3806         (info-lookup-completions-at-point): New function.
3807         (info-complete): Use it and completion-in-region.
3809 2011-05-28  Drew Adams  <drew.adams@oracle.com>
3811         * isearch.el: Let M-e start with point at the first mismatched char.
3812         (isearch-fail-pos): New function.
3813         (isearch-edit-string): Use it.
3815 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
3817         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
3819 2009-11-23  Toby Cubitt  <toby-predictive@dr-qubit.org>
3821         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
3822         traversal functions for avl-trees.
3823         (avl-tree--stack): New struct.
3824         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
3825         (avl-tree-enter): Add optional `updatefun' arg.
3826         (avl-tree--do-enter): Add optional `updatefun' arg.
3827         Change return value.
3828         (avl-tree-delete): Add optional `test' and `nilflag' args.
3829         (avl-tree--do-delete): Add `test' and `nilflag' args.
3830         Change return value.
3831         (avl-tree-member): Add optional `nilflag'
3832         (avl-tree-member-p): New function.
3833         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
3834         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
3835         (avl-tree-stack-empty-p): New functions.
3837 2009-11-23  Toby Cubitt  <toby-predictive@dr-qubit.org>
3839         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
3840         avl-tree--del-balance1 and make it work both ways.
3841         (avl-tree--del-balance2): Remove.
3842         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
3843         make it work both ways.
3844         (avl-tree--enter-balance2): Remove.
3845         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
3846         New macros.
3847         (avl-tree--mapc, avl-tree-map): Add direction argument.
3849 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
3851         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
3853 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
3855         * select.el: Support clipboard managers with built-in function
3856         x-clipboard-manager-save, via delete-frame-functions and
3857         kill-emacs-hook.
3858         (xselect-convert-to-targets): Add MULTIPLE target to list.
3859         (xselect-convert-to-save-targets): New function.
3861 2011-05-27  Kenichi Handa  <handa@m17n.org>
3863         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
3864         let-binding rfc2047-encode-encoded-words to nil.
3866 2011-05-27  Glenn Morris  <rgm@gnu.org>
3868         * mail/emacsbug.el: Don't require url-util.
3870         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
3872         * files.el (set-auto-mode):
3873         Also respect mode: entries at the end of the file.  (Bug#8586)
3875 2011-05-26  Glenn Morris  <rgm@gnu.org>
3877         * files.el (hack-local-variables-prop-line, hack-local-variables):
3878         Downcase mode names, as seems to be traditional.
3879         (hack-local-variables, hack-local-variables-apply): Doc fixes.
3881         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
3882         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
3884 2011-05-25  Julien Danjou  <julien@danjou.info>
3886         * textmodes/rst.el (rst-define-level-faces): Do not define face
3887         symbol if it is already defined.
3889 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
3891         * play/5x5.el (5x5-new-game, 5x5-randomize):
3892         Reset 5x5-solver-output to nil when a new grid is cast.
3893         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
3894         these debugging traces, as defmacro breaks the compiled code.
3896 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
3898         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
3900 2011-05-24  Leo Liu  <sdl.web@gmail.com>
3902         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
3903         (vc-bzr-sha1): Adapt.
3905         * sha1.el: Remove.  Function `sha1' is now builtin.
3907         * bindings.el: Provide sha1 feature.
3909 2011-05-24  Kenichi Handa  <handa@m17n.org>
3911         * mail/sendmail.el: Require `rfc2047'.
3912         (mail-insert-from-field): Do not perform RFC2047 encoding.
3913         (mail-encode-header): New function.
3914         (sendmail-send-it): Set buffer-file-coding-system of the work
3915         buffer to the return value of select-message-coding-system.
3916         Call mail-encode-header.
3918         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
3920 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
3922         * mail/supercite.el (sc-default-cite-frame):
3923         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
3925 2011-05-24  Glenn Morris  <rgm@gnu.org>
3927         * progmodes/python.el (brm-menu): Declare.
3929         * emulation/viper.el (viper-set-hooks): Declare.
3931         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
3932         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
3933         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
3934         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
3935         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
3936         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
3938 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3940         Add an :exit-function for completion-at-point.
3942         * minibuffer.el (completion--done): New fun.
3943         (completion--do-completion): Use it.  New arg `expect-exact'.
3944         (minibuffer-complete, minibuffer-complete-word): Don't output message,
3945         since completion--do-completion does it for us now.
3946         (minibuffer-force-complete): Use completion--done and
3947         completion--replace.  Handle sole-completion case with more care.
3948         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
3949         (completion-extra-properties): New var.
3950         (completion-annotate-function): Make obsolete.
3951         (minibuffer-completion-help): Adjust accordingly.
3952         Use completion-list-insert-choice-function.
3953         (completion-at-point, completion-help-at-point):
3954         Bind completion-extra-properties.
3955         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
3956         * simple.el (completion-list-insert-choice-function): New var.
3957         (completion-setup-function): Preserve it.
3958         (choose-completion): Pay attention to it, shuffle the code a bit.
3959         (choose-completion-string): New arg `insert-function'.
3961         * textmodes/bibtex.el: Convert to lexical binding.
3962         (bibtex-mode-map): Use completion-at-point.
3963         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
3964         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
3965         (bibtex-complete): Define as obsolete alias.
3966         (bibtex-complete-internal): Remove.
3967         (bibtex-format-entry): Remove unused sub-group in regexp.
3968         * shell.el (shell--command-completion-data)
3969         (shell-environment-variable-completion):
3970         * pcomplete.el (pcomplete-completions-at-point):
3971         * comint.el (comint--complete-file-name-data): Use :exit-function
3972         instead of completion-table-with-terminator so it also works for
3973         choose-completion.
3975 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3977         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
3979         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
3980         (bug#8710).
3982         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
3984 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
3986         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
3987         customization variable and implement: If non-nil, auto-fill will
3988         be inhibited while on topic's header line.
3990 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
3992         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
3993         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
3994         always have a solution in grid size = 5 cases.
3995         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
3996         (5x5-solver-output, 5x5-log-buffer): New vars.
3997         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
3998         Make these variables buffer local to achieve 5x5 multi-session-ness.
3999         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
4000         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
4001         (5x5-solve-suggest): New funs.
4002         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
4003         randomize a grid so that we ensure that there is always a solution.
4004         (5x5-make-random-grid): Allow other movement than flipping.
4006 2011-05-23  Kevin Ryde  <user42@zip.com.au>
4008         * emacs-lisp/advice.el (ad-read-advised-function):
4009         Use `function-called-at-point' as the default default, if it has
4010         advice and passes PREDICATE.
4012 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4014         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
4015         byte-compile-lambda if it's actually a lambda.
4017         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
4018         Fix function quoting.  Use backquote better.
4020 2011-05-22  Yuanle Song  <sylecn@gmail.com>
4022         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
4023         matching (Bug#8516).
4025 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
4027         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
4028         different face (Bug#8178).
4030 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
4032         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
4033         defface (Bug#8144).
4035 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4037         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
4038         funcall as well (bug#8712).  Warn when performing those conversions.
4039         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
4041         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
4043 2011-05-22  Glenn Morris  <rgm@gnu.org>
4045         * files.el (hack-local-variables-prop-line): Small simplifications.
4046         (hack-local-variables, hack-local-variables-prop-line):
4047         If MODE-ONLY, return the mode, rather than just `t'.
4049 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4051         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
4053 2011-05-21  Glenn Morris  <rgm@gnu.org>
4055         * files.el (hack-local-variables-prop-line, hack-local-variables):
4056         If only interested in the mode, don't bother doing the other stuff.
4058         * image-mode.el (image-after-revert-hook):
4059         Redraw all frames on which the image is visible.  (Bug#8567)
4061         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
4063         * wid-edit.el (widget-checklist-match-inline):
4064         Fix 2011-04-19 change.  (Bug#8649)
4066 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4068         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
4069         Also allow singlespace after single-letter capitals followed by a dot.
4071         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
4072         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
4074 2011-05-20  Nix  <nix@esperi.org.uk>
4076         * files.el (basic-save-buffer-2):
4077         Fix handling of break-hardlink-on-save with non-existent files.
4079 2011-05-19  Deniz Dogan  <deniz@dogan.se>
4081         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
4082         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
4084 2011-05-19  Glenn Morris  <rgm@gnu.org>
4086         * progmodes/f90.el (f90-type-def-re):
4087         Handle "type, bind(c)".  (Bug#8691)
4089         * emacs-lisp/autoload.el (batch-update-autoloads):
4090         Set autoload-excludes by parsing loadup.el rather than Makefiles.
4092 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
4094         * net/tramp.el (tramp-process-actions): Set "first-password-request"
4095         property for the correct connection in case of multihops.
4097 2011-05-18  Glenn Morris  <rgm@gnu.org>
4099         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
4100         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
4102         Rationalize calendar handling of day and month abbrev-arrays.
4103         * calendar/calendar.el (calendar-customized-p): New function.
4104         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
4105         (calendar-day-name-array, calendar-month-name-array): Doc fix.
4106         Add :set function.
4107         (calendar-abbrev-length, calendar-day-abbrev-array)
4108         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
4109         (calendar-day-abbrev-array, calendar-month-abbrev-array):
4110         Elements may no longer be nil.
4111         (calendar-day-name, calendar-month-name):
4112         Update for changed nature of abbrev arrays.
4113         * calendar/diary-lib.el (diary-name-pattern):
4114         Update for changed nature of abbrev arrays.
4115         (diary-mark-entries-1): Update calendar-make-alist calls.
4116         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
4117         * calendar/cal-html.el (cal-html-day-abbrev-array):
4118         Simply inherit from calendar-day-abbrev-array.
4120 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4122         * progmodes/grep.el (grep-mode): Disable default
4123         compilation-directory-matcher setting (bug#8684).
4125 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
4127         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
4128         instead of "head" and "tail".  There were problems with SunOS 5.9,
4129         and it performs better.
4131 2011-05-17  Glenn Morris  <rgm@gnu.org>
4133         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
4135         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
4136         Replace obsolete function.
4138         * shell.el (pcomplete-parse-arguments-function): Declare.
4140         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
4141         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
4142         (appt-check): Doc fixes.
4143         (appt-disp-window-function, appt-delete-window-function):
4144         Remove needless special case in custom :type.
4145         (appt-display-count): Default to 0, not nil.
4146         (appt-check): Reset appt-display-count to 0, not nil.
4148 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
4150         * progmodes/python.el (python-font-lock-keywords):
4151         Add the Python 3.X keyword "nonlocal" (bug#8639).
4153 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4155         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
4157 2011-05-16  Kevin Ryde  <user42@zip.com.au>
4159         * info-look.el (makefile-automake-mode): New setups, looking in
4160         automake manual, then makefile-mode.
4161         (makefile-mode): Remove automake manual, have it just in
4162         makefile-automake-mode since there's various things different or
4163         not relevant to plain make.
4164         (makefile-mode): Remove "other-modes" non-existent automake-mode,
4165         believe a hypothetical automake-mode would go to makefile-mode,
4166         not the other way around.
4168 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
4170         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
4171         hunk-end tags (Bug#8672).
4173         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
4174         vc-annotate-show-diff-revision-at-line (Bug#8671).
4176 2011-05-14  Glenn Morris  <rgm@gnu.org>
4178         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
4179         in the middle of an existing one with multiple authors.  (Bug#8645)
4180         (change-log-font-lock-keywords): Also handle multiple author lines
4181         with leading tabs.  (Bug#8644)
4183         * calendar/appt.el (appt-check): Rename some local variables.
4184         Some simplification/reordering.
4186         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
4187         (feedmail-sendmail-f-doesnt-sell-me-out)
4188         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
4189         (feedmail-debug-sit-for, feedmail-queue-express-hook)
4190         (feedmail-queue-runner-message-sender): Set :version.
4191         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
4192         (bbdb-dwim-net-address, vm-mail): Declare.
4193         (feedmail-binmail-gnulinuxish-template):
4194         Rename from feedmail-binmail-linuxish-template.
4195         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
4196         Use insert-buffer-substring.
4198 2011-05-14  Bill Carpenter  <bill@carpenter.org>
4200         * mail/feedmail.el (feedmail-patch-level): Increase.
4201         (feedmail-debug): New custom group.
4202         (feedmail-confirm-outgoing-timeout)
4203         (feedmail-sendmail-f-doesnt-sell-me-out)
4204         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
4205         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
4206         (feedmail-sender-line, feedmail-from-line)
4207         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
4208         (feedmail-spray-this-address)
4209         (feedmail-spray-address-fiddle-plex-list)
4210         (feedmail-queue-use-send-time-for-date)
4211         (feedmail-queue-use-send-time-for-message-id)
4212         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
4213         (feedmail-buffer-eating-function):
4214         Doc fixes.
4215         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
4216         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
4217         (feedmail-message-action-scroll-down): New functions.
4218         (feedmail-queue-directory, feedmail-queue-draft-directory):
4219         Use expand-file-name.
4220         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
4221         Remove C-v help entry.
4222         (feedmail-queue-buffer-file-name): New variable.
4223         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
4224         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
4225         (feedmail-message-action-send-strong, feedmail-message-action-edit)
4226         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
4227         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
4228         (feedmail-message-action-toggle-spray)
4229         (feedmail-run-the-queue-no-prompts)
4230         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
4231         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
4232         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
4233         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
4234         (feedmail-envelope-deducer, feedmail-fiddle-from)
4235         (feedmail-fiddle-sender, feedmail-default-date-generator)
4236         (feedmail-fiddle-date, feedmail-fiddle-message-id)
4237         (feedmail-fiddle-spray-address)
4238         (feedmail-fiddle-list-of-spray-fiddle-plexes)
4239         (feedmail-fiddle-list-of-fiddle-plexes)
4240         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
4241         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
4242         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
4243         Change default.  Doc fix.
4244         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
4245         (feedmail-binmail-linuxish-template): New constant.
4246         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
4247         Respect feedmail-sendmail-f-doesnt-sell-me-out.
4248         (feedmail-send-it): Add debug call.
4249         Use feedmail-queue-buffer-file-name, and
4250         feedmail-send-it-immediately-wrapper.
4251         (feedmail-message-action-send): Add debug call.
4252         Use feedmail-send-it-immediately-wrapper.
4253         (feedmail-queue-express-to-queue): Add debug call.
4254         Run feedmail-queue-express-hook.
4255         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
4256         (feedmail-message-action-help-blat):
4257         Rename from feedmail-queue-send-edit-prompt-help-first.
4258         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
4259         Check line-endings.  Handle errors better.
4260         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
4261         Doc fix.  Add debug call.
4262         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
4263         Use feedmail-queue-send-edit-prompt-inner.
4264         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
4265         (feedmail-queue-send-edit-prompt-inner): New function, extracted
4266         from feedmail-queue-send-edit-prompt.
4267         (feedmail-queue-send-edit-prompt-help)
4268         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
4269         (feedmail-tidy-up-slug): Add debug call.
4270         Respect feedmail-queue-slug-suspect-regexp.
4271         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
4272         (feedmail-dump-message-to-queue): Add debug call.
4273         Expand queue-directory.
4274         (feedmail-dump-message-to-queue): Change message slightly.
4275         Use feedmail-say-chatter.
4276         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
4277         (feedmail-send-it-immediately-wrapper): New function.
4278         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
4279         Insert empty string rather than newline.  Handle full-frame case.
4280         Use catch/throw.  Use feedmail-say-chatter.
4281         (feedmail-fiddle-from): Try mail-host-address.
4282         (feedmail-default-message-id-generator): Doc fix.
4283         Bind system-time-locale.  Handle missing end.
4284         (feedmail-fiddle-x-mailer): Add debug call.
4285         Handle feedmail-x-mailer-line being nil.
4286         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
4287         Add debug call.  Use buffer-substring-no-properties.
4288         (feedmail-say-debug, feedmail-say-chatter): New functions.
4289         (feedmail-find-eoh): Give an explicit error.
4291 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
4293         * net/newst-treeview.el (newsticker-treeview-face): Change default
4294         family from helvetica to sans.
4295         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
4296         etc/images/newsticker.
4298         * net/newst-reader.el (newsticker-feed-face): Change default
4299         family from helvetica to sans.
4301         * net/newst-plainview.el (newsticker-new-item-face)
4302         (newsticker-old-item-face, newsticker-immortal-item-face)
4303         (newsticker-obsolete-item-face, newsticker-date-face)
4304         (newsticker-statistics-face): Change default family from
4305         helvetica to sans.
4306         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
4307         etc/images/newsticker.
4309         * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
4310         (newsticker--process-auto-mark-filter-match): : Tell user about
4311         auto-marking.
4313 2011-05-13  Didier Verna  <didier@xemacs.org>
4315         Common Lisp indentation improvements on defmethod and lambda-lists.
4316         * cl-indent.el: Advertise the changes and remove obsolete TODO entries.
4317         (lisp-lambda-list-keyword-parameter-indentation)
4318         (lisp-lambda-list-keyword-parameter-alignment)
4319         (lisp-lambda-list-keyword-alignment): New customizable user options.
4320         (lisp-indent-defun-method): Improve docstring.
4321         (extended-loop-p): Fix comment.
4322         (lisp-indent-lambda-list-keywords-regexp): New variable.
4323         (lisp-indent-lambda-list): New function.
4324         (lisp-indent-259): Use it.
4325         (lisp-indent-defmethod): Support for more than one
4326         method qualifier and properly indent methods lambda-lists.
4327         (defgeneric): Provide a missing common-lisp-indent-function property.
4329 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4331         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
4332         bounds for the empty string (bug#8667).
4334 2011-05-13  Glenn Morris  <rgm@gnu.org>
4336         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
4338         * mail/sendmail.el (sendmail-program): Try executable-find first.
4339         (sendmail-send-it): `sendmail-program' cannot be unbound.
4341         * calendar/appt.el (appt-make-list): Simplify.
4342         (appt-time-msg-list): Doc fix.
4343         (appt-check): Change mode-line message at the time of the appointment.
4345 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
4347         * progmodes/ld-script.el (ld-script-keywords)
4348         (ld-script-builtins): Update keywords list.
4350 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4352         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
4354         * shell.el (shell-completion-vars): New function.
4355         (shell-mode):
4356         * simple.el (read-shell-command): Use it.
4357         (blink-matching-open): No need for " [...]" in minibuffer-message.
4359 2011-05-12  Glenn Morris  <rgm@gnu.org>
4361         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
4362         (appt-check): Simplify.
4364 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
4366         * smerge-mode.el (smerge-resolve): Use null-device rather than a
4367         literal "/dev/null".
4369 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4371         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
4372         Fix typo.
4374 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
4376         * progmodes/which-func.el (which-function):
4377         Use add-log-current-defun instead of add-log-current-defun-function,
4378         which might not be defined (Bug#8260).
4380 2011-05-12  Glenn Morris  <rgm@gnu.org>
4382         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
4383         Let byte-compile-initial-macro-environment always take precedence.
4385 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4387         * net/rcirc.el: Add support for SSL/TLS connections.
4388         (rcirc-server-alist): New field `encryption'.
4389         (rcirc): Check `encryption' settings.
4390         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
4391         Merge make-local-variable into `set'.
4392         (rcirc--connection-open-p): New function.
4393         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
4394         the process is not a network process (e.g. running gnutls-cli).
4395         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4396         Make rcirc-(en|de)code-coding-system local here.
4397         (rcirc-mode): Merge make-local-variable into `set'.
4398         (rcirc-parent-buffer): Make permanent buffer-local.
4399         (rcirc-multiline-minor-mode): Don't do it here.
4400         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
4401         there's no server buffer.
4403 2011-05-11  Glenn Morris  <rgm@gnu.org>
4405         * newcomment.el (comment-kill): Prefix "unused" local.
4407         * term/w32console.el (get-screen-color): Declare.
4409         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4410         Handle symbol elements of byte-compile-initial-macro-environment.
4412 2011-05-10  Leo Liu  <sdl.web@gmail.com>
4414         * bookmark.el (bookmark-bmenu-mode-map):
4415         Bind bookmark-bmenu-search to `/'.
4417         * mail/footnote.el: Convert to utf-8 encoding.
4418         (footnote-unicode-string, footnote-unicode-regexp): New variable.
4419         (Footnote-unicode): New function.
4420         (footnote-style-alist): Add unicode style to the list.
4421         (footnote-style): Doc fix.
4423 2011-05-10  Jim Meyering  <meyering@redhat.com>
4425         Fix doubled-word typos.
4426         * international/quail.el (quail-insert-kbd-layout): and and -> and
4427         * kermit.el: and and -> and
4428         * net/ldap.el (ldap-search-internal): to to -> to
4429         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
4430         * progmodes/js.el (js-mode): and and -> and
4431         * textmodes/artist.el (artist-move-to-xy): at at -> at
4432         (artist-draw-region-trim-line-endings): if if -> if
4433         And Safetyc -> Safety.
4434         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
4436 2011-05-10  Glenn Morris  <rgm@gnu.org>
4437             Stefan Monnier  <monnier@iro.umontreal.ca>
4439         * files.el (hack-one-local-variable-eval-safep):
4440         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
4442 2011-05-10  Glenn Morris  <rgm@gnu.org>
4444         * calendar/diary-lib.el (diary-list-entries-hook)
4445         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
4446         (diary-nongregorian-marking-hook, diary-list-entries)
4447         (diary-include-other-diary-files, diary-mark-entries)
4448         (diary-mark-included-diary-files): Doc fixes.
4450 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
4452         * misc.el: Require tabulated-list.el during compilation.
4454 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
4456         * progmodes/compile.el (compilation-start):
4457         Run compilation-filter-hook for the async case too.
4458         (compilation-filter-hook): Doc fix.
4460 2011-05-09  Deniz Dogan  <deniz@dogan.se>
4462         * wdired.el: Remove outdated installation comment.  Fix usage
4463         comment.
4465 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
4467         * misc.el: Implement new command `list-dynamic-libraries'.
4468         (list-dynamic-libraries--loaded-only-p): New variable.
4469         (list-dynamic-libraries--refresh): New function.
4470         (list-dynamic-libraries): New command.
4472 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
4474         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4475         Fix the ant regexp to handle end-line and end-column info from jikes.
4476         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
4477         higher priority to avoid clobbering by gnu.
4479 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
4481         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
4482         if the face has existing theme settings (Bug#8454).
4484 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
4486         * progmodes/perl-mode.el (perl-imenu-generic-expression):
4487         Only match variables declared via `my' or `our' (Bug#8261).
4489         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
4490         special file names `.' and `..' (Bug#8259).
4492 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
4494         * progmodes/grep.el (grep-mode-font-lock-keywords):
4495         Remove buffer-changing entries.
4496         (grep-filter): New function.
4497         (grep-mode): Add it to compilation-filter-hook.
4499         * progmodes/compile.el (compilation-filter-hook)
4500         (compilation-filter-start): New defvars.
4501         (compilation-filter): Call compilation-filter-hook prior to
4502         updating the process mark.
4504 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4506         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
4508 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
4510         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
4511         mailclient-send-it even if window-system is nil.  (Bug#8595)
4513         * term/w32console.el (terminal-init-w32console):
4514         Call get-screen-color and use its output to set the frame
4515         background-mode.  (Bug#8597)
4517 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4519         Make bytecomp.el understand that defmethod defines funs (bug#8631).
4520         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
4521         New functions.
4522         (defgeneric, eieio--defmethod): Use them.
4523         (eieio-defgeneric): Remove.
4524         (defmethod): Call defgeneric in a way visible to the byte-compiler.
4526 2011-05-07  Glenn Morris  <rgm@gnu.org>
4528         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
4529         Use let rather than let*.
4530         (timeclock-find-discrep): Remove unused local.
4532         * calendar/diary-lib.el (diary-comment-start): Doc fix.
4534         * calendar/appt.el (appt-time-msg-list): Doc fix.
4536 2011-05-06  Noah Friedman  <friedman@splode.com>
4538         * apropos.el (apropos-print-doc): Only use
4539         emacs-lisp-docstring-fill-column when it is bound to an integer,
4540         per that variable's documentation.
4542 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4544         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
4545         and warnings are not silently discarded (e.g. use -d instead of -P).
4547 2011-05-06  Glenn Morris  <rgm@gnu.org>
4549         * calendar/appt.el (appt-message-warning-time): Doc fix.
4550         (appt-warning-time-regexp): New option.
4551         (appt-make-list): Respect appt-message-warning-time.
4553         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
4554         New options.
4555         (diary-add-to-list): Strip comments from the displayed string.
4556         (diary-mode): Set comment-start and comment-end.
4558         * vc/diff-mode.el (smerge-refine-subst): Declare.
4559         (diff-refine-hunk): Don't require smerge-mode when compiling.
4561 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
4563         * simple.el (list-processes): Return nil as the docstring says.
4565 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
4567         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
4568         to "".
4569         (ange-ftp-write-region, ange-ftp-insert-file-contents)
4570         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
4571         determining of binary transfer.  (Bug#7383)
4573 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
4575         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4576         Fix port computation bug.  (Bug#8618)
4578 2011-05-05  Glenn Morris  <rgm@gnu.org>
4580         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
4582         * simple.el (shell-dynamic-complete-functions)
4583         (comint-dynamic-complete-functions): Declare.
4585         * net/network-stream.el (gnutls-negotiate):
4586         * simple.el (tabulated-list-print): Fix declarations.
4588         * progmodes/gud.el (syntax-symbol, syntax-point):
4589         Remove unnecessary and incorrect declarations.
4591         * emacs-lisp/check-declare.el (check-declare-scan):
4592         Handle byte-compile-initial-macro-environment in bytecomp.el
4594 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4596         Fix earlier half-done eieio-defmethod change (bug#8338).
4597         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
4598         Streamline and change calling convention.
4599         (defmethod): Adjust accordingly and simplify.
4600         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
4601         new eieio--defmethod.
4602         (slot-boundp): Minor CSE simplification.
4604 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
4606         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
4607         (glasses-make-readable): Use glasses-separate-capital-groups.
4609 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
4611         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
4612         (warning-series): Doc fix.
4613         (display-warning): Don't try to create the buffer if we just found it.
4615 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
4617         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
4618         (autoload-find-generated-file): New function.
4619         (generate-file-autoloads): Bind generated-autoload-file to
4620         buffer-file-name.
4621         (update-file-autoloads, update-directory-autoloads):
4622         Use autoload-find-generated-file.  If called interactively, prompt for
4623         output file (Bug#7989).
4624         (batch-update-autoloads): Doc fix.
4626 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
4628         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
4630 2011-05-04  Glenn Morris  <rgm@gnu.org>
4632         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
4633         function, so it follows changes in calendar-date-style.
4634         (diary-fancy-date-matcher): New function.
4635         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
4636         (diary-fancy-font-lock-fontify-region-function):
4637         Use diary-fancy-date-pattern as a function.
4639         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
4640         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
4642 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4644         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
4645         instead of positional arguments.  Allow :keylist and :crlfiles
4646         arguments.
4647         (open-gnutls-stream): Call it.
4649         * net/network-stream.el (network-stream-open-starttls): Adjust to
4650         call `gnutls-negotiate' with :process and :hostname arguments.
4652 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4654         * minibuffer.el (completion--message): New function.
4655         (completion--do-completion, minibuffer-complete)
4656         (minibuffer-force-complete, minibuffer-complete-word): Use it.
4657         (completion--do-completion): Don't ignore completion-auto-help when in
4658         icomplete-mode.
4660         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
4661         internal encoding (e.g. tibetan zero is not whitespace).
4662         (global-whitespace-mode): Prefer save-current-buffer.
4663         (whitespace-trailing-regexp): Remove useless save-match-data.
4664         (whitespace-empty-at-bob-regexp): Minor simplification.
4666 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
4668         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
4670 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4672         * textmodes/ispell.el (ispell-add-per-file-word-list):
4673         Use `concat' to create string for insertion.
4675 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4677         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
4678         Avoid open-line which runs post-self-insert-hook.
4679         (bibtex-fill-entry): Remove unused `end' var.
4681 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
4683         * textmodes/ispell.el (ispell-add-per-file-word-list):
4684         Protect against `nil' value of `comment-start' (Bug#8579).
4686 2011-05-03  Leo Liu  <sdl.web@gmail.com>
4688         * isearch.el (isearch-yank-pop): New command.
4689         (isearch-mode-map): Bind it to `M-y'.
4690         (isearch-forward): Mention it.
4692 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4694         * simple.el (minibuffer-complete-shell-command): Remove.
4695         (minibuffer-local-shell-command-map): Use completion-at-point.
4696         (read-shell-command): Setup completion vars here instead.
4697         (read-expression-map): Bind TAB to symbol completion.
4699         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
4700         error directly rather via storing it into `results'.
4702 2011-05-02  Leo Liu  <sdl.web@gmail.com>
4704         * vc/diff.el: Fix description.
4706 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4708         * server.el (server-eval-at): New function.
4710 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4712         * net/network-stream.el (open-network-stream): Take a :nowait
4713         parameter and pass it on to `make-network-process'.
4714         (network-stream-open-plain): Ditto.
4716 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
4718         * faces.el (face-spec-set-match-display): Don't match toolkit
4719         options on terminal frames.
4721 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4723         * progmodes/pascal.el: Use lexical binding.
4724         (pascal-mode-map): Remove author preferences.
4726         * pcomplete.el (pcomplete-std-complete): Don't abuse
4727         completion-at-point.
4729 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
4731         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
4732         removing code that has been dead since 1991 or so.
4734         * startup.el (command-line): When warning about "_emacs", use a
4735         delayed warning to allow the user to filter it out.
4737 2011-04-28  Deniz Dogan  <deniz@dogan.se>
4739         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
4740         user has not joined.
4742 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4744         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
4745         aren't any completions at point.
4747 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
4749         * subr.el (display-delayed-warnings): New function.
4750         (delayed-warnings-hook): New variable.
4752 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4754         * minibuffer.el (completion-at-point, completion-help-at-point):
4755         Don't presume that a given completion-at-point-function will always
4756         use the same calling convention.
4758         * pcomplete.el (pcomplete-completions-at-point):
4759         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
4760         pcomplete-seen is non-nil.
4761         (pcomplete-comint-setup): Also recognize the new comint/shell
4762         completion functions.
4763         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
4764         pcomplete-seen is non-nil.
4766 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
4768         * calendar/icalendar.el (diary-lib): Add require statement.
4769         (icalendar--create-uid): Read out a uid from a text-property on
4770         the first character in the entry.  This allows for code to add its
4771         own uid to the entry.
4772         (icalendar--convert-float-to-ical): Add export of
4773         `diary-float'-entries save for those with the optional DAY
4774         argument.
4776 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
4778         * subr.el (shell-quote-argument): Use alternate escaping strategy
4779         when we spot a variable reference in a string.
4781 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
4783         * cus-start.el (all): Define customization for debug-on-event.
4785 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
4787         * subr.el (shell-quote-argument): Escape correctly under Windows.
4789 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4791         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
4793 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
4795         * net/tramp.el (tramp-process-actions): Add POS argument.
4796         Delete region between POS and (pos).
4798         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4799         Use `nil' position in `tramp-process-actions' call.
4800         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
4802         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
4803         position in `tramp-process-actions' call.
4805         * net/trampver.el: Update release number.
4807 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4809         * custom.el (defcustom): Obey lexical-binding.
4811         Fix octave-inf completion problems reported by Alexander Klimov.
4812         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
4813         Inherit from octave-mode-syntax-table.
4814         (inferior-octave-mode): Set info-lookup-mode.
4815         (inferior-octave-completion-at-point): New function.
4816         (inferior-octave-complete): Use it and completion-in-region.
4817         (inferior-octave-dynamic-complete-functions): Use it as well, and use
4818         comint-filename-completion.
4819         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
4820         symbol elements which shouldn't be word elements.
4821         (octave-font-lock-keywords, octave-beginning-of-defun)
4822         (octave-function-header-regexp): Adjust regexps accordingly.
4823         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
4825 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
4827         * net/gnutls.el (gnutls-errorp): Declare before first use.
4829 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4831         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
4832         verify-error, and verify-hostname-error parameters.  Check whether
4833         default trustfile exists before going to use it.  Add missing
4834         argument to gnutls-message-maybe call.  Return return value.
4835         Reported by Claudio Bley <claudio.bley@gmail.com>.
4836         (open-gnutls-stream): Add usage example.
4838         * net/network-stream.el (network-stream-open-starttls): Give host
4839         parameter to `gnutls-negotiate'.
4840         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4841         * subr.el (shell-quote-argument): Escape correctly under Windows.
4843 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
4845         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
4846         Use correct match group (bug#8438).
4848 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
4850         * emacs-lisp/package.el (package-built-in-p): Fix typo.
4851         (package-menu--generate): New arg specifying packages to show.
4852         (package-menu-refresh, package-menu-execute, list-packages):
4853         Callers changed.
4854         (package-show-package-list): New function, replacing deleted
4855         package--list-packages (renamed because it is non-internal).
4857         * finder.el (finder-list-matches): Use package-show-package-list
4858         instead of deleted package--list-packages.
4860         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
4861         Based on a previous implementation by Juanma Barranquero (Bug#8366).
4862         (vc-annotate-mode-map): Bind it to RET.
4864 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
4866         * progmodes/etags.el (next-file): Don't use set-buffer to change
4867         buffers (Bug#8478).
4869 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
4871         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
4873         * apropos.el (apropos-label-face): Avoid variable-pitch face.
4874         (apropos-accumulator): Doc fix.
4875         (apropos-function, apropos-macro, apropos-command)
4876         (apropos-variable, apropos-face, apropos-group, apropos-widget)
4877         (apropos-plist): Add face property.
4878         (apropos-symbols-internal): Fix indentation.
4879         (apropos-print): Simplify help, and recognize apropos-multi-type.
4880         (apropos-print-doc): Use button-type-get to extract the button's
4881         face property.  Fill docstring (Bug#8352).
4883 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
4885         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
4887         * play/mpuz.el (mpuz-silent): Doc fix.
4888         (mpuz-mode-map): Use mapc.
4889         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
4890         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
4891         Fix typos in docstrings.
4893         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
4894         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
4896         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
4898 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
4900         * minibuffer.el (completion--do-completion): Avoid the "Next char
4901         not unique" prompt if icomplete-mode is enabled (Bug#5849).
4903         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
4904         mouse-2 into unread-command-events, it is interpreted correctly.
4906         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
4907         (image-toggle-display): Doc fix.
4909 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
4911         * textmodes/page.el (what-page): Use line-number-at-pos to
4912         calculate line number (Bug#6825).
4914 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
4916         * eshell/esh-mode.el (find-tag-interactive): Declare function.
4917         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
4918         Pass argument NO-DEFAULT to `find-tag-interactive'.
4920 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
4922         Lexical-binding cleanup.
4924         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
4925         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
4926         * progmodes/ada-prj.el (ada-prj-initialize-values)
4927         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
4928         (ada-prj-show-value):
4929         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
4930         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
4931         (antlr-invalidate-context-cache, antlr-options-menu-filter)
4932         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
4933         * progmodes/bug-reference.el (bug-reference-push-button):
4934         * progmodes/fortran.el (fortran-line-length):
4935         * progmodes/glasses.el (glasses-change):
4936         * progmodes/octave-mod.el (octave-fill-paragraph):
4937         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
4938         (python-pdbtrack-grub-for-buffer, python-sentinel):
4939         * progmodes/sql.el (sql-save-connection):
4940         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
4941         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
4942         Mark unused parameters.
4944         * progmodes/compile.el (compilation--flush-directory-cache)
4945         (compilation--flush-parse, compile-internal): Mark unused parameters.
4946         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
4947         (compilation-next-error-function): Remove unused variable `timestamp'.
4949         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
4950         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
4952         * progmodes/dcl-mode.el (dcl-end-of-command):
4953         Remove unused variable `start'.
4954         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
4955         (dcl-option-value-basic, dcl-option-value-offset)
4956         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
4957         Mark unused parameters.
4958         (dcl-save-local-variable): Remove unused variable `val'.
4959         (mode): Declare.
4961         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
4962         Mark unused parameters.
4963         (delphi-ignore-changes): Move before first use.
4964         (delphi-charset-token-at): Remove unused variable `start'.
4965         (delphi-else-start): Remove unused variable `if-count'.
4966         (delphi-comment-block-start, delphi-comment-block-end):
4967         Remove unused variable `kind'.
4968         (delphi-indent-line): Remove unused variable `new-point'.
4970         * progmodes/ebrowse.el (ebrowse-files-list)
4971         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
4972         Mark unused parameters.  Don't quote `lambda'.
4973         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
4974         Don't quote `lambda'.
4975         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
4976         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
4977         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
4978         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
4979         Use `ignore-errors'.
4980         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
4981         (ebrowse-view/find-file-and-search-pattern)
4982         (ebrowse-view/find-member-declaration/definition):
4983         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
4984         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
4985         Rename parameter PREFIX-ARG to PREFIX.
4986         (ebrowse-tags-read-name): Remove unused variables `start' and
4987         `member-info'.
4988         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
4989         to `tags-file'.
4991         * progmodes/etags.el (local-find-tag-hook): Declare.
4992         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
4993         Mark unused parameters.
4995         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
4996         (executable-interpret): Mark unused parameter.
4998         * progmodes/flymake.el (flymake-process-sentinel)
4999         (flymake-after-change-function)
5000         (flymake-create-temp-with-folder-structure)
5001         (flymake-get-include-dirs-dot): Mark unused parameters.
5002         (flymake-safe-delete-directory): Remove unused variable `err'.
5004         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
5005         (speedbar-timer-fn, speedbar-line-text)
5006         (speedbar-change-expand-button-char, speedbar-delete-subblock)
5007         (speedbar-center-buffer-smartly): Declare functions.
5008         (gdb-find-watch-expression): Remove unused variable `array'.
5009         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
5010         (gdb-starting): Mark unused parameters.
5011         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
5012         (gdb-table-string): Remove unused variable `res'.
5013         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
5014         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
5015         (gdb-display-buffer): Remove unused variable `cur-size'.
5017         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
5018         allow lexical-binding compilation.
5019         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
5020         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
5021         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
5022         Mark unused parameters.
5023         (gud-gdb-marker-filter): Remove unused variable `match'.
5024         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
5025         lambda expressions and funcall them, instead of using `fset'.
5027         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
5028         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
5030         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
5031         variable `header-beg'; use `let'.
5033         * progmodes/icon.el (indent-icon-exp): Remove unused variables
5034         `restart', `last-sexp' and `at-do'.
5036         * progmodes/js.el (js--debug): Mark unused parameter.
5037         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
5038         (js--splice-into-items): Remove unused variable `item'.
5039         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
5041         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
5042         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
5043         (makefile-complete): Remove unused variable `try'.
5044         (makefile-fill-paragraph, makefile-match-function-end):
5045         Mark unused parameters.
5047         * progmodes/octave-inf.el (inferior-octave-complete):
5048         Remove unused variable `proc'.
5049         (inferior-octave-output-digest): Mark unused parameter.
5051         * progmodes/perl-mode.el (perl-calculate-indent):
5052         Remove unused variable `err'.
5054         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
5055         (prolog-indent-line): Mark unused parameters.
5056         (prolog-indent-line): Remove unused variable `beg'.
5058         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
5059         (reporter-dont-compact-list): Declare.
5061         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
5062         Remove unused variable `char'.
5063         (sh-debug): Mark unused parameter.
5064         (sh-get-indent-info): Remove unused variable `start'.
5065         (sh-calculate-indent): Remove unused variable `var'.
5067         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
5068         (simula-electric-keyword): Remove unused variable `null'.
5069         (simula-search-backward, simula-search-forward): Remove unused
5070         variables `begin' and `end'.
5072         * progmodes/vera-mode.el (vera-guess-basic-syntax):
5073         Remove unused variable `pos'.
5074         (vera-electric-tab, vera-comment-uncomment-region):
5075         Mark unused parameters.
5076         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
5078 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
5080         * emacs-lisp/package.el (package--builtins, package-alist)
5081         (package-load-descriptor, package-built-in-p, package-activate)
5082         (define-package, package-installed-p)
5083         (package-compute-transaction, package-buffer-info)
5084         (package--push): Doc fix.  Distinguish more clearly between
5085         version strings and version lists.
5087 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
5089         Lexical-binding cleanup.
5091         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
5092         (5x5-make-mutate-best):
5093         * play/fortune.el (fortune-in-buffer):
5094         * play/gomoku.el (gomoku-init-display):
5095         * play/solitaire.el (solitaire, solitaire-do-check):
5096         * play/tetris.el (tetris-default-update-speed-function):
5097         Mark unused parameters.
5099         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
5100         (bubbles--shift): Remove unused variable `char-org'.
5101         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
5102         (bubbles--show-images): Remove unused variable `char'.
5104         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
5105         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
5106         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
5107         (decipher-analyze-buffer): Use ?\s.
5108         (decipher-make-checkpoint): Remove unused variable `mapping'.
5110         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
5112         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
5113         Remove unused variable `result'; use `let'.
5115         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
5116         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
5117         (gametree-children-shown-p, gametree-compute-reduced-score):
5118         Use `ignore-errors'.
5120         * play/handwrite.el (ps-lpr-switches): Declare.
5121         (handwrite): Remove unused variables `pmin' and `lastp'.
5123         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
5125         * play/landmark.el (landmark-init-display)
5126         (landmark-update-naught-weights): Mark unused parameters.
5127         (landmark-y): Remove unused variable `noise'.  Simplify.
5128         (landmark-human-plays): Remove unused variable `score'.
5130         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
5131         (mpuz-try-proposal): Remove unused variable `game'.
5133         * play/zone.el (life-patterns): Declare.
5135 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
5137         * vc/vc.el (ediff-vc-internal): Declare function.
5139 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5141         * shell.el: Use lexical-binding and std completion UI.
5142         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
5143         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
5144         comint-preoutput-filter-functions rather than on
5145         comint-output-filter-functions.
5146         (shell-command-completion, shell--command-completion-data)
5147         (shell-filename-completion, shell-environment-variable-completion)
5148         (shell-c-a-p-replace-by-expanded-directory): New functions.
5149         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
5150         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
5151         (shell-dynamic-complete-environment-variable): Use them.
5152         (shell-dynamic-complete-as-environment-variable)
5153         (shell-dynamic-complete-as-command): Remove.
5154         (shell-match-partial-variable): Match past point.
5155         * comint.el: Clean up use of completion-at-point-functions.
5156         (comint-completion-at-point): New function.
5157         (comint-mode): Use it completion-at-point-functions.
5158         (comint-dynamic-complete): Make it obsolete.
5159         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
5160         (comint-c-a-p-replace-by-expanded-history): New function.
5161         (comint-dynamic-complete-functions)
5162         (comint-replace-by-expanded-history): Use it.
5163         * minibuffer.el (completion-table-with-terminator): Allow dynamic
5164         termination strings.  Try harder to avoid second try-completion.
5165         (completion-in-region-mode-map): Disable bindings that don't work yet.
5167         * comint.el: Use lexical-binding.  Require CL.
5168         (comint-dynamic-complete-functions): Use comint-filename-completion.
5169         (comint-completion-addsuffix): Tweak custom type.
5170         (comint-filename-completion, comint--common-suffix)
5171         (comint--common-quoted-suffix, comint--table-subvert)
5172         (comint--complete-file-name-data): New functions.
5173         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
5174         (comint-dynamic-list-filename-completions): Use them.
5175         (comint-dynamic-simple-complete): Make obsolete.
5177         * minibuffer.el (completion-in-region-mode):
5178         Keep completion-in-region-mode--predicate global.
5179         (completion-in-region--postch):
5180         Assume completion-in-region-mode--predicate is not null.
5182         * progmodes/flymake.el (flymake-start-syntax-check-process):
5183         Obey `dir'.  Simplify.
5185         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
5186         we're in VC after all.
5188 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
5190         * vc/vc.el (vc-diff-build-argument-list-internal)
5191         (vc-version-ediff, vc-ediff): New commands.
5192         (vc-version-diff): Use vc-diff-build-argument-list-internal.
5194 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5196         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
5197         add sanity check.
5199         * obsolete/erc-hecomplete.el: Make obsolete.
5200         * obsolete/: Standardize obsolescence info in the header.
5202 2011-04-20  Glenn Morris  <rgm@gnu.org>
5204         * calendar/solar.el (solar-horizontal-coordinates):
5205         Use the longitude argument rather than `calendar-longitude'.
5206         (solar-date-next-longitude): Remove unused locals.
5208 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5210         * whitespace.el: New version 13.2.1.
5212 2011-04-20  felix  <EmacsWiki>  (tiny change)
5214         * whitespace.el (global-whitespace-mode): Keep highlight when
5215         switching between major modes on a file.
5217 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5219         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
5220         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
5221         multi-line comments as well.
5223 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
5225         Lexical-binding cleanup.
5227         * arc-mode.el (archive-mode-revert):
5228         * cmuscheme.el (scheme-interactively-start-process):
5229         * custom.el (custom-initialize-delay):
5230         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
5231         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
5232         * emacs-lock.el (emacs-lock-clear-sentinel):
5233         * ezimage.el (defezimage):
5234         * follow.el (follow-avoid-tail-recenter):
5235         * fringe.el (set-fringe-mode-1):
5236         * generic-x.el (bat-generic-mode-compile):
5237         * help-mode.el (help-info-variable, help-do-xref)
5238         (help-mode-revert-buffer):
5239         * help.el (view-emacs-todo):
5240         * iswitchb.el (iswitchb-completion-help):
5241         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
5242         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
5243         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
5244         * locate.el (locate-update):
5245         * longlines.el (longlines-encode-region)
5246         (longlines-after-change-function):
5247         * outline.el (outline-isearch-open-invisible):
5248         * ps-def.el (declare-function, charset-dimension, char-width)
5249         (encode-char):
5250         * ps-mule.el (ps-mule-plot-string):
5251         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
5252         (recentf-edit-list-select, recentf-edit-list-validate)
5253         (recentf-open-files-action):
5254         * rect.el (delete-whitespace-rectangle-line)
5255         (rectangle-number-line-callback):
5256         * register.el (window-configuration-to-register)
5257         (frame-configuration-to-register):
5258         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
5259         * select.el (xselect-convert-to-string, xselect-convert-to-length)
5260         (xselect-convert-to-targets, xselect-convert-to-delete)
5261         (xselect-convert-to-filename, xselect-convert-to-charpos)
5262         (xselect-convert-to-lineno, xselect-convert-to-colno)
5263         (xselect-convert-to-os, xselect-convert-to-host)
5264         (xselect-convert-to-user, xselect-convert-to-class)
5265         (xselect-convert-to-name, xselect-convert-to-integer)
5266         (xselect-convert-to-atom, xselect-convert-to-identity):
5267         * subr.el (declare, ignore, process-kill-without-query)
5268         (text-clone-maintain):
5269         * terminal.el (te-get-char, te-tic-sentinel):
5270         * tool-bar.el (tool-bar-make-keymap):
5271         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
5272         * type-break.el (type-break-mode, type-break-noninteractive-query):
5273         * view.el (View-back-to-mark):
5274         * wid-browse.el (widget-browse-action, widget-browse-widget)
5275         (widget-browse-widgets, widget-browse-sexp):
5276         * widget.el (define-widget-keywords):
5277         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
5278         Mark unused parameters.
5280         * align.el (align-adjust-col-for-rule): Mark unused parameter.
5281         (align-areas): Remove unused variable `look'.
5282         (align-region): Remove unused variables `real-end' and `pos-list'.
5284         * apropos.el (apropos-score-doc): Remove unused variable `i'.
5286         * bindings.el (mode-line-modified, mode-line-remote):
5287         Mark unused parameters.
5288         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
5290         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
5291         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
5293         * comint.el (comint-history-isearch-pop-state)
5294         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
5295         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
5296         (comint-substitute-in-file-name): Doc fix.
5298         * completion.el (cmpl-statistics-block): Mark unused parameter.
5299         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
5300         (save-completions-to-file, load-completions-from-file):
5301         Remove unused local variable `e'.
5303         * composite.el (compose-chars): Remove unused variable `len'.
5304         (lgstring-insert-glyph): Remove unused variable `g'.
5305         (compose-glyph-string): Remove unused variables `ascent',
5306         `descent', `lbearing' and `rbearing'.
5307         (compose-glyph-string-relative): Remove unused variables
5308         `lbearing', `rbearing' and `wadjust'.
5309         (compose-gstring-for-graphic): Remove unused variables `header',
5310         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
5311         (compose-gstring-for-terminal): Remove unused variables `header'
5312         and `nchars'.  Use `let', not `let*'.
5314         * cus-edit.el (Custom-set, Custom-save, custom-reset)
5315         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
5316         (Custom-buffer-done, custom-buffer-create-internal)
5317         (custom-browse-visibility-action, custom-browse-group-tag-action)
5318         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
5319         (widget-magic-mouse-down-action, custom-toggle-parent)
5320         (custom-add-parent-links, custom-toggle-hide-variable)
5321         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
5322         (custom-toggle-hide-face, face, hook, custom-group-link-action)
5323         (custom-face-menu-create, custom-variable-menu-create, get)
5324         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
5325         (custom-reset-standard-save-and-update): Remove unused variable `value'.
5326         (customize-apropos): Remove unused variable `tests'.
5327         (custom-group-value-create): Remove unused variable `hidden-p'.
5328         (sort-fold-case): Declare.
5330         * cus-theme.el (custom-reset-standard-faces-list)
5331         (custom-reset-standard-variables-list): Declare.
5332         (customize-create-theme, custom-theme-revert, custom-theme-write)
5333         (custom-theme-choose-mode, customize-themes, custom-theme-save):
5334         Mark unused parameters.
5336         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
5338         * delim-col.el (delimit-columns-max): Move defvar before first use.
5340         * descr-text.el (describe-char-categories): Don't quote `lambda'.
5341         (describe-char): Don't quote `lambda'.  Mark unused parameter.
5343         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
5344         (auto-insert): Declare.
5345         (desktop-restore-file-buffer): Rename desktop-* parameters;
5346         mark unused ones.
5347         (desktop-create-buffer): Rename desktop-* parameters and bind them.
5348         (desktop-buffer): Rename desktop-* parameters.
5350         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
5351         (dframe-reposition-frame-xemacs, dframe-help-echo)
5352         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
5353         Mark unused parameters.
5355         * dired-aux.el (backup-extract-version-start, overwrite-query)
5356         (overwrite-backup-query, rename-regexp-query)
5357         (rename-non-directory-query): Declare.
5358         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
5359         (dired-add-entry): Remove unused variable `orig-file-name'.
5360         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
5361         Use parameter PRESERVE-TIME instead of accessing dynamic variable
5362         `dired-copy-preserve-time' directly.
5363         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
5364         (dired-insert-subdir-newpos): Rename unused variable `pos'.
5366         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
5367         (dired-virtual-revert, dired-make-relative-symlink):
5368         Mark unused parameters.
5369         (manual-program): Declare.
5370         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
5371         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
5372         wrapped in `with-no-warnings' to avoid replacing one warning by another.
5374         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
5376         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
5378         * echistory.el (electric-history-in-progress, Helper-return-blurb):
5379         Declare.
5381         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
5383         * electric.el (Electric-command-loop): Rename parameter
5384         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
5386         * expand.el (expand-in-literal): Remove unused variable `here'.
5388         * facemenu.el (facemenu-add-new-color):
5389         Remove unused variable `docstring'.
5391         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
5392         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
5393         (face-attr-construct): Mark unused parameter.  Doc fix.
5394         (read-color): Remove unused variable `hex-string'.
5396         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
5397         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
5398         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
5399         (display-buffer-other-frame): Remove unused variable `old-window'.
5400         (kill-buffer-hook): Declare.
5401         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
5402         Mark unused parameters.
5403         (after-find-file): Pass 1 to `auto-save-mode', not t.
5405         * files-x.el (auto-insert): Declare.
5406         (modify-file-local-variable-prop-line): Remove unused variable `val'.
5408         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
5409         variable `buf'.  Mark unused parameter.
5410         (find-lisp-insert-directory): Mark unused parameter.
5412         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
5413         (format-encode-region): Remove unused variables `cur-buf' and `result'.
5414         (format-common-tail): Remove, unused.
5415         (format-deannotate-region): Remove unused variable `loc'.
5416         (format-annotate-region): Remove unused variable `p'.
5417         (format-annotate-single-property-change): Remove unused variables
5418         `default' and `tail'.
5420         * forms.el (read-file-filter): Declare.
5421         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
5423         * frame.el (frame-creation-function-alist): Mark unused parameter.
5424         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
5426         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
5427         Remove unused parameters.
5428         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
5429         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
5431         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
5432         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
5433         (hfy-prepare-tag-map): Mark unused parameters.
5434         (htmlfontify-buffer): Use `called-interactively-p'.
5436         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
5437         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
5438         (ibuffer-do-occur): Mark unused parameters.
5439         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
5440         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
5442         * ibuffer.el: Don't quote `lambda'.
5443         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
5444         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
5445         Mark unused parameters.
5447         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
5448         (ido-completing-read): Mark unused parameters.
5449         (ido-copy-current-word): Mark unused parameters;
5450         remove unused variable `name'.
5451         (ido-sort-merged-list): Remove unused parameter `dirs'.
5453         * ielm.el (ielm-input-sender): Mark unused parameter.
5454         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
5455         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
5456         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
5457         `ielm-string' as a dynamic variable accessible from the IELM prompt.
5458         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
5460         * image-dired.el (image-dired-display-thumbs): Remove unused
5461         variables `curr-file' and `count'.
5462         (image-dired-remove-tag): Remove unused variable `start'.
5463         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
5464         variable `curr-file'
5465         (image-dired-rotate-original): Remove unused variable `temp-file'.
5466         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
5467         Remove unused variable `file'.
5468         (image-dired-gallery-generate): Remove unused variable `curr'.
5469         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
5471         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
5473         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
5475         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
5477         * isearch.el (minibuffer-history-symbol): Declare.
5478         (isearch-edit-string): Remove unused variable `err'.
5479         (isearch-message-prefix, isearch-message-suffix):
5480         Mark unused parameters.
5482         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
5484         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
5486         * makesum.el (double-column): Remove unused variable `cnt'.
5488         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
5489         (ido-ignore-item-temp-list): Declare.
5491         * mouse-drag.el (mouse-drag-throw): Remove unused variables
5492         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
5493         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
5494         (mouse-drag-drag): Remove unused variables `mouse-delta' and
5495         `mouse-col-delta'.
5497         * mouse-sel.el (mouse-extend-internal):
5498         Remove unused variable `orig-window-frame'.
5500         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
5501         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
5502         Move declarations before first use.
5503         (pcomplete-opt): Mark unused parameters; doc fix.
5505         * proced.el (proced-revert): Mark unused parameter.
5506         (proced-send-signal): Remove unused variable `err'.
5508         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
5509         Rename parameter PREFIX-ARG to ARG.
5510         (ps-basic-plot-string, ps-basic-plot-whitespace):
5511         Mark unused parameters.
5513         * replace.el (replace-count): Define.
5514         (occur-revert-function): Mark unused parameters.
5515         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
5516         (isearch-case-fold-search, isearch-string): Declare.
5517         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
5518         bind `case-fold-search'.  Remove unused variables `beg' and `end',
5519         and simplify.
5520         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
5521         COUNT and bind `replace-count'.
5522         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
5523         to COUNT.
5525         * savehist.el (print-readably, print-string-length): Declare.
5527         * shadowfile.el (shadow-expand-cluster-in-file-name):
5528         Remove unused variable `cluster'.
5529         (shadow-copy-file): Remove unused variable `i'.
5530         (shadow-noquery, shadow-clusters, shadow-site-cluster)
5531         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
5532         (shadow-define-literal-group, shadow-define-regexp-group)
5533         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
5535         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
5536         (shell): Use `called-interactively-p'.
5537         (shell-directory-tracker): Remove unused variable `chdir-failure'.
5539         * simple.el (compilation-context-lines, comint-file-name-quote-list)
5540         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
5541         (delete-backward-char): Remove unused variable `ocol'.
5542         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
5543         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
5544         (event-apply-hyper-modifier, event-apply-shift-modifier)
5545         (event-apply-control-modifier, event-apply-meta-modifier):
5546         Mark unused parameters.
5547         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
5548         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
5550         * speedbar.el (speedbar-ignored-directory-expressions)
5551         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
5552         (speedbar-find-file, speedbar-dir-follow)
5553         (speedbar-directory-buttons-follow, speedbar-tag-find)
5554         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
5555         (speedbar-buffers-line-directory, speedbar-buffer-click):
5556         Mark unused parameters.
5557         (speedbar-tag-file): Remove unused variable `mode'.
5558         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
5560         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
5562         * talk.el (talk): Remove unused variable `display'.
5564         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
5565         (tar-write-region-annotate): Mark unused parameter.
5567         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
5568         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
5569         Declare them, wrapped in `with-no-warnings' to avoid replacing one
5570         warning by another.
5572         * time-stamp.el (time-stamp-string-preprocess):
5573         Remove unused variable `require-padding'.
5575         * tree-widget.el (widget-glyph-enable): Declare.
5576         (tree-widget-action): Mark unused parameter.
5578         * w32-fns.el (x-get-selection): Mark unused parameter.
5579         (autoload-make-program, generated-autoload-file): Declare.
5581         * wdired.el (wdired-revert): Mark unused parameters.
5582         (wdired-xcase-word): Remove unused variable `err'.
5584         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
5585         (whitespace-help-scroll): Remove unused variable `data-help'.
5587         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
5588         (widget-image-insert, widget-after-change, default)
5589         (widget-default-format-handler, widget-default-notify)
5590         (widget-default-prompt-value, widget-info-link-action)
5591         (widget-url-link-action, widget-function-link-action)
5592         (widget-variable-link-action, widget-file-link-action)
5593         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
5594         (widget-field-prompt-internal, widget-field-action, widget-field-match)
5595         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
5596         (widget-insert-button-action, widget-delete-button-action, visibility)
5597         (widget-documentation-link-action, widget-documentation-string-action)
5598         (widget-const-prompt-value, widget-regexp-match, symbol)
5599         (widget-coding-system-prompt-value)
5600         (widget-key-sequence-value-to-external, sexp)
5601         (widget-sexp-value-to-internal, character, vector, cons)
5602         (widget-choice-prompt-value, widget-boolean-prompt-value)
5603         (widget-color--choose-action): Mark unused parameters.
5604         (widget-item-match-inline, widget-choice-match-inline)
5605         (widget-checklist-match, widget-checklist-match-inline)
5606         (widget-group-match): Rename parameter VALUES to VALS.
5607         (widget-field-value-set): Remove unused variable `size'.
5608         (widget-color-action): Remove unused variables `value' and `start'.
5610         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
5611         variable `dir'.  Doc fix.
5612         (windmove-find-other-window): Don't pass it.
5614         * window.el (count-windows): Mark unused parameter.
5615         (bw-adjust-window): Remove unused variable `err'.
5617         * woman.el (woman-file-name): Remove unused variable `default'.
5618         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
5619         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
5620         (global-font-lock-mode): Declare.
5621         (woman-decode-region): Mark unused parameter.
5622         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
5624         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
5625         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
5626         (x-dnd-handle-moz-url): Remove unused variable `title'.
5627         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
5629         * xml.el (xml-parse-tag, xml-parse-attlist):
5630         Remove unused variable `pos'.
5632 2011-04-19  Glenn Morris  <rgm@gnu.org>
5634         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
5635         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5636         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5637         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
5638         * calendar/cal-html.el (cal-html-insert-minical):
5639         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
5640         (calendar-mark-date-pattern):
5641         Prefix "unused" locals.
5643         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
5644         optional argument `style'.
5646         * calendar/appt.el (appt-make-list):
5647         * calendar/cal-china.el (calendar-chinese-date-string):
5648         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
5649         (diary-hebrew-yahrzeit):
5650         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
5651         * calendar/calendar.el (calendar-generate-window):
5652         * calendar/time-date.el (time-to-days):
5653         Remove unused local variables.
5655 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
5657         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
5658         glyphless-char-display table.
5659         (tabulated-list-glyphless-char-display): New var.
5661 2011-04-18  Sam Steingold  <sds@gnu.org>
5663         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
5664         to acknowledgments.
5666 2011-04-17  Glenn Morris  <rgm@gnu.org>
5668         * calendar/diary-lib.el (diary-sexp-entry):
5669         * calendar/holidays.el (holiday-sexp):
5670         Set debug-on-error rather than the removed stack-trace-on-error.
5672 2011-04-16  Glenn Morris  <rgm@gnu.org>
5674         * progmodes/f90.el: Use lexical-binding.
5675         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
5677 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5679         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
5680         (mail-mode): Setup mailalias completion here instead.
5681         * mail/mailalias.el: Use lexical-binding.
5682         (pattern, mailalias-done): Declare dynamic.
5683         (mail-completion-at-point-function): New function, from mail-complete.
5684         (mail-complete): Use it.
5685         (mail-completion-expand): New function.
5686         (mail-get-names): Use it.
5687         (mail-directory, mail-directory-process, mail-directory-stream):
5688         Don't use `pattern' for lexically bound arg.
5690         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
5692         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
5693         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
5694         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
5696         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
5697         (byte-save-window-excursion, byte-temp-output-buffer-setup)
5698         (byte-interactive-p): Define them again, for use when inlining
5699         old code.
5701 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
5703         * loadup.el: Use `string-to-number', not `string-to-int'.
5705 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5707         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
5708         gud-gdb-complete-command.
5709         (gud-gdb-completions): New function, from gud-gdb-complete-command.
5710         (gud-gdb-completion-at-point): New function.
5711         (gud-gdb-completions): Remove.
5713 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
5715         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
5716         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
5717         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
5718         whether `executable-find' is bound.
5720         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
5722 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5724         * minibuffer.el (completion-in-region-mode-predicate)
5725         (completion-in-region-mode--predicate): New vars.
5726         (completion-in-region, completion-in-region--postch)
5727         (completion-in-region-mode): Use them.
5728         (completion--capf-wrapper): Also return the hook function.
5729         (completion-at-point, completion-help-at-point):
5730         Adjust and provide a predicate.
5732         Preserve arg names for advice of subr and lexical functions (bug#8457).
5733         * help-fns.el (help-function-arglist): Consolidate the subr and
5734         new-byte-code cases.  Add argument `preserve-names' to extract names
5735         from the docstring when needed.
5736         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
5737         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
5738         (ad-arglist): Use help-function-arglist's new arg.
5739         (ad-definition-type): Use cond.
5741 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
5743         * autorevert.el (auto-revert-handler):
5744         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
5745         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
5746         Don't quote lambda.
5748         * image-mode.el (image-transform-set-scale):
5749         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
5751 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5753         * net/network-stream.el (network-stream-open-starttls): Only do
5754         opportunistic STARTTLS upgrades if we have built-in gnutls support.
5755         Upgrades via gnutls-cli are too slow to be done opportunistically.
5757 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
5759         * dframe.el (dframe-current-frame): Remove spurious quote.
5761 2011-04-12  Glenn Morris  <rgm@gnu.org>
5763         * calendar/cal-tex.el (cal-tex-end-document):
5764         Try to automatically use latin1 input if needed.
5766         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
5767         Don't try to cons a mark onto an empty element.
5769 2011-04-11  Leo Liu  <sdl.web@gmail.com>
5771         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
5772         buffers.
5773         (ido-kill-buffer-at-head): Support killing virtual buffers.
5775 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
5777         * minibuffer.el (completion-show-inline-help): New var.
5778         (completion--do-completion, minibuffer-complete)
5779         (minibuffer-force-complete, minibuffer-complete-word):
5780         Inhibit minibuffer messages if completion-show-inline-help is nil.
5782         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
5783         to avoid interference from inline help (Bug#5849).
5785 2011-04-10  Leo Liu  <sdl.web@gmail.com>
5787         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5788         Fix typo.
5790 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
5792         * image-mode.el (image-toggle-display-image): Signal an error if
5793         not in Image mode.
5794         (image-transform-mode, image-transform-resize)
5795         (image-transform-set-rotation): Doc fix.
5796         (image-transform-set-resize): Delete.
5797         (image-transform-set-scale, image-transform-fit-to-height)
5798         (image-transform-fit-to-width): Handle image-toggle-display-image
5799         and image-transform-resize directly.
5801 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
5803         * doc-view.el (doc-view-fit-width-to-window)
5804         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
5805         New functions for fitting the shown image to the Emacs window size.
5806         (doc-view-mode-map): Add bindings for the new functions.
5808 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
5810         * vc-annotate.el (vc-annotate-show-log-revision-at-line):
5811         Fix typo in docstring.
5813 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
5815         * files.el (file-size-human-readable): Produce one digit after
5816         decimal, like "ls -lh" does.
5818         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
5819         the file size representation.
5821         * simple.el (list-processes): If async subprocesses are not
5822         available, error out with a clear error message.
5824 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
5826         * help.el (help-form-show): New function, to be called from C.
5827         Put help-form output in a buffer named differently than *Help*.
5829 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
5831         * files.el (file-size-human-readable): New function.
5833         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
5834         computing the representation inline.  Don't require `cl'.
5836 2011-04-08  Glenn Morris  <rgm@gnu.org>
5838         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
5840         * net/browse-url.el (browse-url-firefox):
5841         Test system-type, not system-configuration.
5843         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
5844         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
5845         Use log-edit-empty-buffer-p.  (Bug#7598)
5847         * net/rlogin.el (rlogin-process-connection-type): Simplify.
5848         (rlogin-mode-map): Initialize in the defvar.
5849         (rlogin): Use ignore-errors.
5851         * replace.el (occur-mode-map): Some fixes for menu items.
5853 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
5855         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
5857 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
5859         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
5860         issuing unused warnings.
5862         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
5863         macro directly.
5865         * simple.el: Lisp reimplement of list-processes.  Based on an
5866         earlier reimplementation by Leo Liu, but using tabulated-list.el.
5867         (process-menu-mode): New major mode.
5868         (list-processes--refresh, list-processes):
5869         (process-menu-visit-buffer): New functions.
5871         * files.el (save-buffers-kill-emacs): Don't assume any return
5872         value of list-processes, which is undocumented anyway.
5874 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
5876         * emacs-lisp/tabulated-list.el: New file.
5878         * emacs-lisp/package.el: Use Tabulated List mode.
5879         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
5880         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
5881         table format using Tabulated List mode variables.
5882         (package--push): New macro, replacing package-list-maybe-add.
5883         (package-menu--generate): Use package--push.  Renamed from
5884         package--generate-package-list.
5885         (package-menu-refresh, list-packages): Use it.
5886         (package-menu--print-info): Rename from package-print-package.
5887         Return insertion data instead of inserting it directly.
5888         (package-menu-describe-package, package-menu-execute):
5889         Use tabulated-list-get-id.
5890         (package-menu-mark-delete, package-menu-mark-install)
5891         (package-menu-mark-unmark, package-menu-backup-unmark)
5892         (package-menu-mark-obsolete-for-deletion):
5893         Use tabulated-list-put-tag.
5894         (package--list-packages, package-menu-revert)
5895         (package-menu-get-package, package-menu-get-version)
5896         (package-menu-sort-by-column): Functions deleted.
5897         (package-menu-package-list, package-menu-sort-key): Vars deleted.
5898         (package-menu--status-predicate, package-menu--version-predicate)
5899         (package-menu--name-predicate)
5900         (package-menu--description-predicate): Handle arguments in the
5901         Tabulated List format.
5902         (package-list-packages-no-fetch): Call list-packages.
5904 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
5906         * files.el (after-find-file-from-revert-buffer): Remove variable.
5907         (after-find-file): Don't bind it.
5908         (revert-buffer-in-progress-p): New variable.
5909         (revert-buffer): Bind it.
5910         Pass nil for `after-find-file-from-revert-buffer'.
5912         * saveplace.el (save-place-find-file-hook): Use new variable
5913         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
5915 2011-04-06  Glenn Morris  <rgm@gnu.org>
5917         * Makefile.in (AUTOGEN_VCS): New variable.
5918         (autoloads): Use $AUTOGEN_VCS.
5920         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
5921         * calendar/calendar.el (calendar-mode-map):
5922         Check for toolkit scroll bars.  (Bug#8305)
5924 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
5926         * minibuffer.el (completion-in-region--postch)
5927         (completion-in-region-mode): Remove unnecessary messages.
5929 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
5931         * font-lock.el (font-lock-refresh-defaults):
5932         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
5933         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
5935         * info.el (Info-directory-list, Info-read-node-name-2)
5936         (Info-split-parameter-string): Doc fixes.
5937         (Info-virtual-nodes): Reflow docstring.
5938         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
5939         (Info-apropos-toc-nodes, info-finder, Info-get-token)
5940         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
5941         Fix typos in docstrings.
5942         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
5943         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
5944         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
5945         (Info-restore-desktop-buffer): Mark unused parameters.
5946         (Info-directory-find-file, Info-directory-find-node)
5947         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
5948         (Info-virtual-index-find-node, Info-apropos-find-file)
5949         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
5950         Mark unused parameters; fix typos in docstrings.
5951         (Info-virtual-index): Remove unused local variable `nodename'.
5953 2011-04-05  Deniz Dogan  <deniz@dogan.se>
5955         * net/rcirc.el: Update my e-mail address.
5956         (rcirc-mode-map): Remove M-o binding.
5958 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
5960         * startup.el (command-line): Save the cursor's theme-face
5961         directly, instead of using face-override-spec.
5963         * custom.el (load-theme): Minor optimization in assigning faces.
5965 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
5967         * help-fns.el (describe-variable): Complete all variables having
5968         documentation, including keywords.
5969         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
5971 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
5973         Convert to lexical-binding.
5975         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
5976         (bs--get-marked-string, bs--get-modified-string)
5977         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
5978         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
5979         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
5981         * ehelp.el (electric-help-execute-extended)
5982         (electric-help-ctrl-x-prefix):
5983         * hexl.el (hexl-revert-buffer-function):
5984         * linum.el (linum-after-change, linum-after-scroll):
5985         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
5987         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
5989 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
5991         * epa-dired.el:
5992         * epa-mail.el:
5993         * epa-hook.el:
5994         * epa-file.el:
5995         * epa.el:
5996         * epg.el: Use lexical binding.
5998 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
6000         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
6002         * textmodes/flyspell.el (flyspell-word): Recognize default
6003         dictionary case for flyspell-mark-duplications-exceptions.
6004         Use regexp matching for languages.
6005         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
6006         default dictionary (Bug#7926).
6008 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6010         * emacs-lisp/package.el (package--with-work-buffer):
6011         Recognize https URLs.
6013         * net/network-stream.el: Move from gnus/proto-stream.el.
6014         Change prefix to network-stream throughout.
6015         (open-protocol-stream): Merge into open-network-stream, leaving
6016         open-protocol-stream as an alias.  Handle nil BUFFER args.
6018         * subr.el (open-network-stream): Move to net/network-stream.el.
6020 2011-04-02  Glenn Morris  <rgm@gnu.org>
6022         * find-dired.el (find-exec-terminator): New option.
6023         (find-ls-option): Test for -ls support.
6024         (find-ls-subdir-switches): Test for -b in find-ls-option.
6025         (find-dired, find-grep-dired): Doc fixes.
6026         (find-dired): Use find-exec-terminator.
6028         * find-dired.el (find-ls-option, find-ls-subdir-switches)
6029         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
6030         (find-name-arg): Remove purecopy.
6032         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
6033         (grep-compute-defaults): Check for `-exec COMMAND +' support.
6034         Set grep-find-use-xargs, grep-find-command, and grep-find-template
6035         accordingly.  Don't add the null-device if not needed.
6037         * files.el (save-some-buffers): Doc fix.
6039 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
6041         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
6043 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
6045         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
6046         Use `dolist' rather than `mapcar'.
6048 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6050         Add lexical binding.
6052         * subr.el (apply-partially): Use new closures rather than CL.
6053         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
6054         (dolist, dotimes): Use slightly different expansion for lexical code.
6055         (functionp): Move to C.
6056         (letrec): New macro.
6057         (with-wrapper-hook): Use it and apply-partially instead of CL.
6058         (eval-after-load): Preserve lexical-binding.
6059         (save-window-excursion, with-output-to-temp-buffer): Turn them
6060         into macros.
6062         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
6064         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
6065         than the arglist.
6066         (help-add-fundoc-usage): Don't add `Not documented'.
6067         (help-function-arglist): Handle closures, subroutines, and new
6068         byte-code-functions.
6069         (help-make-usage): Remove leading underscores.
6070         (describe-function-1): Handle closures.
6071         (describe-variable): Use special-variable-p for completion.
6073         * files.el (lexical-binding): Declare safe.
6075         * emacs-lisp/pcase.el: Don't use destructuring-bind.
6076         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
6077         (pcase): Add `let' pattern.
6078         Change memoization so it actually works.
6079         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
6080         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
6081         <let>: New case.
6083         * emacs-lisp/macroexp.el: Use lexical binding.
6084         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
6085         Don't convert ' to #' without checking that it's indeed quoting
6086         a lambda.
6088         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
6089         Use eval-sexp-add-defvars.
6090         (eval-sexp-add-defvars): New fun.
6092         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
6094         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
6095         Don't autoload.
6096         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
6097         than the internal `byte-compile-lambda'.
6098         (defmethod): Don't hide code under quotes.
6099         (eieio-defmethod): New `code' argument.
6101         * emacs-lisp/eieio-comp.el: Remove.
6103         * emacs-lisp/edebug.el (edebug-eval-defun)
6104         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
6105         (edebug-toggle): Avoid `eval'.
6107         * emacs-lisp/disass.el (disassemble-internal): Handle new
6108         `closure' objects.
6109         (disassemble-1): Handle new byte codes.
6111         * emacs-lisp/cl.el (pushnew): Silence warning.
6113         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
6114         (cl-byte-compile-throw): Remove.
6115         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
6117         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
6118         closures.
6120         * emacs-lisp/cconv.el: New file.
6122         * emacs-lisp/bytecomp.el: Use lexical binding instead of
6123         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
6124         (byte-compile-initial-macro-environment):
6125         Handle declare-function here.
6126         (byte-compile--lexical-environment): New var.
6127         (byte-stack-ref, byte-stack-set, byte-discardN)
6128         (byte-discardN-preserve-tos): New lap codes.
6129         (byte-interactive-p): Don't use any more.
6130         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
6131         New macros.
6132         (byte-compile-lapcode): Use them and handle new lap codes.
6133         (byte-compile-obsolete): Remove.
6134         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
6135         (byte-compile-arglist-warn): Check late def of inlinable funs.
6136         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
6137         since they should have been expanded by now.
6138         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
6139         (byte-compile-from-buffer): Remove unused second arg.
6140         (byte-compile-preprocess): New function.
6141         (byte-compile-toplevel-file-form): New function to distinguish
6142         file-form calls from outside from file-form calls from hunk-handlers.
6143         (byte-compile-file-form): Simplify.
6144         (byte-compile-file-form-defsubst): Remove.
6145         (byte-compile-file-form-defmumble): Simplify now that
6146         byte-compile-lambda always returns a byte-code-function.
6147         (byte-compile): Preprocess.
6148         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
6149         Remove, not used any more.
6150         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
6151         (byte-compile-make-args-desc): New funs.
6152         (byte-compile-lambda): Handle lexical functions.  Always return
6153         a byte-code-function.
6154         (byte-compile-reserved-constants): New var, to make up room for
6155         closed-over variables.
6156         (byte-compile-constants-vector): Obey it.
6157         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
6158         (byte-compile-macroexpand-declare-function): New function.
6159         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
6160         byte-code-functions.
6161         (byte-compile-form): Check obsolescence here.
6162         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
6163         (byte-compile-variable-ref): Remove.
6164         (byte-compile-dynamic-variable-op): New fun.
6165         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
6166         (byte-compile-variable-set): New funs.
6167         (byte-compile-discard): Add 2 args.
6168         (byte-compile-stack-ref, byte-compile-stack-set)
6169         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
6170         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
6171         macroexpand-all instead.
6172         (byte-compile-quote-form): Remove.
6173         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
6174         (byte-compile-bind, byte-compile-unbind): New funs.
6175         (byte-compile-let): Handle let* and lexical binding.
6176         (byte-compile-let*): Remove.
6177         (byte-compile-catch, byte-compile-unwind-protect)
6178         (byte-compile-track-mouse, byte-compile-condition-case):
6179         Handle a new :fun-body form, used for lexical scoping.
6180         (byte-compile-save-window-excursion)
6181         (byte-compile-with-output-to-temp-buffer): Remove.
6182         (byte-compile-defun): Simplify.
6183         (byte-compile-stack-adjustment): New fun.
6184         (byte-compile-out): Use it.
6185         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
6187         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
6188         handler any more.
6190         * emacs-lisp/byte-opt.el: Use lexical binding.
6191         (byte-inline-lapcode): Remove (to bytecomp).
6192         (byte-compile-inline-expand): Pay attention to inlining to/from
6193         lexically bound code.
6194         (byte-compile-unfold-lambda): Don't handle byte-code-functions
6195         any more.
6196         (byte-optimize-form-code-walker): Don't handle save-window-excursion
6197         any more and don't call compiler-macros.
6198         (byte-compile-splice-in-already-compiled-code): Remove.
6199         (byte-code): Don't inline any more.
6200         (disassemble-offset): Receive `bytes' as argument rather than via
6201         dynamic scoping.
6202         (byte-compile-tag-number): Declare before first use.
6203         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
6204         `return' even if make-spliceable.
6205         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
6206         obsolete interactive-p.
6207         (byte-optimize-lapcode): Optimize new lap-codes.
6208         Don't trip up on new form of `byte-constant' lap code.
6210         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
6212         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
6214         * custom.el (custom-initialize-default, custom-declare-variable):
6215         Use `defvar'.
6217         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
6218         New variables.
6219         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
6220         (COMPILE_FIRST): Add macroexp and cconv.
6221         * makefile.w32-in: Mirror changes in Makefile.in.
6223         * vc/cvs-status.el:
6224         * vc/diff-mode.el:
6225         * vc/log-edit.el:
6226         * vc/log-view.el:
6227         * vc/smerge-mode.el:
6228         * textmodes/bibtex-style.el:
6229         * textmodes/css.el:
6230         * startup.el:
6231         * uniquify.el:
6232         * minibuffer.el:
6233         * newcomment.el:
6234         * reveal.el:
6235         * server.el:
6236         * mpc.el:
6237         * emacs-lisp/smie.el:
6238         * doc-view.el:
6239         * dired.el:
6240         * abbrev.el: Use lexical binding.
6242 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
6244         * info.el (info-display-manual): New function.
6246 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6248         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
6250 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
6252         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
6253         an entry for that server in rcirc-authinfo.  (Bug#8385)
6255 2011-03-31  Glenn Morris  <rgm@gnu.org>
6257         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
6259         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
6261 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
6263         * progmodes/python.el (python-default-interpreter)
6264         (python-python-command-args, python-jython-command-args)
6265         (python-which-shell, python-which-args, python-which-bufname)
6266         (python-file-queue, python-comint-output-filter-function)
6267         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
6268         variables and functions.
6270 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6272         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
6273         (completion-in-region-mode): New minor mode.
6274         (completion-in-region): Use it.
6275         (completion-in-region--data, completion-in-region-mode-map): New vars.
6276         (completion-in-region--postch): New function.
6277         (completion--capf-misbehave-funs, completion--capf-safe-funs):
6278         New vars.
6279         (completion--capf-wrapper): New function.
6280         (completion-at-point): Use it to track well-behavedness of
6281         hook functions.
6282         (completion-help-at-point): New command.
6284 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
6286         * vc/add-log.el (add-change-log-entry): Don't use whitespace
6287         syntax class to search for whitespace on a single line
6288         (Message-ID: <4D938140.4030905@redhat.com>).
6290 2011-03-30  Leo Liu  <sdl.web@gmail.com>
6292         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
6293         New commands.
6294         (edit-abbrevs-map): Bind them here.
6295         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
6297 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
6299         * allout.el (allout-hide-by-annotation, allout-flag-region):
6300         Reduce possibility of overlay leakage by making them volatile.
6302         * allout-widgets.el (allout-widgets-tally): Define as nil so the
6303         hash is not shared between buffers.  Mode initialization is
6304         responsible for giving it a useful starting value.
6305         (allout-item-span): Reduce possibility of overlay leakage by
6306         making them volatile.
6307         (allout-widgets-count-buttons-in-region): Add diagnostic function
6308         for tracking down button overlay leaks.
6310 2011-03-29  Leo Liu  <sdl.web@gmail.com>
6312         * ido.el (ido-read-internal): Use the default history var
6313         minibuffer-history if no HISTORY is specified.
6315 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6317         * net/imap.el (imap-shell-open, imap-process-connection-type):
6318         Use imap-process-connection-type for 'shell' streams as well as
6319         Kerberos, SSL, other subprocesses.
6321 2011-03-28  Leo Liu  <sdl.web@gmail.com>
6323         * abbrev.el (abbrev-table-empty-p): New function.
6324         (prepare-abbrev-list-buffer): Place empty abbrev tables after
6325         nonempty ones.  (Bug#5937)
6327 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
6329         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
6331 2011-03-27  Leo Liu  <sdl.web@gmail.com>
6333         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
6334         for foreground and background colors.
6335         (ansi-color-make-color-map): Adapt.
6337 2011-03-25  Leo Liu  <sdl.web@gmail.com>
6339         * midnight.el (midnight-time-float): Remove.  Note it calculates
6340         the microsecond component incorrectly and seconds-to-time does the
6341         same job.
6342         Remove redundant (require 'timer).
6344         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
6345         (ido-completions): Remove unused arguments.  (Bug#8329)
6347 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6349         * minibuffer.el (completion--flush-all-sorted-completions):
6350         Remove itself from hook.
6351         (completion-at-point): Let the functions perform the completion
6352         immediately and return nil or t.
6353         * comint.el (comint-dynamic-complete-functions): Now identical to
6354         completion-at-point-functions.
6355         (comint-dynamic-list-input-ring): Remove unused var `index'.
6356         (comint--match-partial-filename, comint--unquote&expand-filename):
6357         New funs, split from comint-match-partial-filename.
6358         (comint-dynamic-complete): Use completion-at-point.
6359         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
6361 2011-03-24  Drew Adams  <drew.adams@oracle.com>
6363         * thingatpt.el: Support `defun'.
6365 2011-03-23  Leo Liu  <sdl.web@gmail.com>
6367         * abbrevlist.el: Move to obsolete/abbrevlist.el.
6369         * help-mode.el (help-mode-finish): Tweak regexp.
6371 2011-03-23  Glenn Morris  <rgm@gnu.org>
6373         * eshell/esh-opt.el (eshell-eval-using-options):
6374         Do not bind unused local variable `eshell-option-stub'.
6376         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
6378 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
6380         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
6381         keymap variable in `with-no-warnings' to avoid a warning when the
6382         keymap has been already `defconst'ed.
6384 2011-03-22  Leo Liu  <sdl.web@gmail.com>
6386         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
6387         encode all chars in abbrevs; otherwise use emacs-mule or
6388         utf-8-emacs.  (Bug#8308)
6390 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
6392         * simple.el (backward-delete-char-untabify):
6393         Avoid warning about using `delete-backward-char'.
6395         * image.el (image-type-file-name-regexps): Make it variable.
6396         `imagemagick-register-types' modifies it, and the user may want
6397         to add new extensions for known image types.
6398         (imagemagick-register-types): Throw error if not using ImageMagick.
6400 2011-03-22  Leo Liu  <sdl.web@gmail.com>
6402         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
6403         located before rcirc-prompt-end-marker.
6404         (rcirc-complete): Error if point is not after rcirc prompt.
6405         Handle the case when table is nil.
6406         (rcirc-user-authenticated): Define to fix compiler warning.
6408 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
6410         * custom.el (custom--inhibit-theme-enable): Make it affect only
6411         custom-theme-set-variables and custom-theme-set-faces.
6412         (provide-theme): Ignore custom--inhibit-theme-enable.
6413         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
6414         (custom-enabling-themes): Delete variable.
6415         (enable-theme): Accept only loaded themes as arguments.
6416         Ignore the special custom-enabled-themes variable.
6417         (custom-enabled-themes): Forbid themes from setting this.
6418         Eliminate use of custom-enabling-themes.
6419         (custom-push-theme): Quote "changed" custom var entry.
6421 2011-03-21  Leo Liu  <sdl.web@gmail.com>
6423         * ido.el (ido-read-internal): Add ido-selected to history instead
6424         of user input.
6426 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6428         * subr.el (deferred-action-list, deferred-action-function):
6429         Mark obsolete.
6431 2011-03-21  Leo Liu  <sdl.web@gmail.com>
6433         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
6434         change on 2011-02-13 (bug#8309).
6436         * minibuffer.el (read-file-name-function): Change default value.
6437         (read-file-name--defaults): Rename from read-file-name-defaults.
6438         (read-file-name-default): Rename from read-file-name.
6439         (read-file-name): Call read-file-name-function.
6441 2011-03-21  Glenn Morris  <rgm@gnu.org>
6443         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
6444         Doc fixes.
6446 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
6448         * cus-theme.el: Add missing provide statement.
6449         (customize-create-theme): Extract theme value correctly.
6450         (custom-theme-visit-theme): Autoload.
6451         (customize-create-theme): Prompt before inserting default faces.
6453 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
6455         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
6456         units and musical notes.
6458 2011-03-20  Leo  <sdl.web@gmail.com>
6460         * ido.el (ido-read-internal): Use completing-read-default.
6461         (ido-completing-read): Fix compatibility with completing-read.
6463 2011-03-20  Christian Ohler  <ohler@gnu.org>
6465         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
6466         (ert-delete-all-tests): Use `called-interactively-p' rather than
6467         `interactive-p'.
6468         (ert--make-xrefs-region): Respect END.
6470 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
6472         * dired-aux.el (dired-create-directory): Signal an error if the
6473         directory already exists (Bug#8246).
6475         * facemenu.el (list-colors-display): Call list-faces-display
6476         inside with-help-window.
6477         (list-colors-print): Use display property to align the final
6478         column, instead of checking window-width.
6480 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
6482         * emerge.el (emerge-metachars): Separate value for ms-dos and
6483         windows-nt systems.
6484         (emerge-protect-metachars): Quote correctly for ms-dos and
6485         windows-nt systems.
6487 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
6489         * info.el (info-initialize): Replace all uses of `:' with
6490         path-separator for compatibility with non-Unix systems.
6491         Cache quoting of path-separator.  (Bug#8258)
6493 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
6495         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
6496         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
6497         (mouse-avoidance-mode): Fix typos in docstrings.
6499 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
6501         * startup.el (package-subdirectory-regexp): Move from package.el.
6502         Omit \\` and \\', and let callers add them.
6504         * emacs-lisp/package.el (package-strip-version)
6505         (package-load-all-descriptors): Add \\` and \\' to
6506         package-subdirectory-regexp before using it.
6507         (package-untar-buffer): New arg DIR; ensure that file untars only
6508         into this expected directory.  Remove superfluous delete-region.
6509         (package-unpack): Caller changed.
6510         (package-tar-file-info): Use package-subdirectory-regexp.
6512 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6514         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
6515         diff-mode-shared-map (bug#8284).
6516         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
6518 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6520         * calendar/time-date.el (format-seconds): Use assoc instead of
6521         assoc-string, since assoc-string doesn't exist in XEmacs.
6523 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
6525         * custom.el (custom-known-themes): Reflow docstring.
6526         (custom-theme-load-path): Fix typo in docstring.
6527         (load-theme): Fix typo in error message.
6528         (custom-available-themes, custom-variable-theme-value):
6529         Use `let', not `let*'.
6531 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
6533         * calc/README: Mention inclusion of musical notes.
6535         * calc/calc-units.el (calc-lu-quant): Rename from
6536         `calc-logunits-quantity'.
6537         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
6538         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
6539         (calc-db): Rename from `calc-dblevel'.
6540         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
6541         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
6542         (calc-np): Rename from `calc-nplevel'.
6543         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
6544         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
6545         (calc-lu-plus): Rename from `calc-logunits-add'.
6546         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
6547         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
6548         (calc-lu-minus): Rename from `calc-logunits-sub'.
6549         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
6550         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
6551         (calc-lu-times): Rename from `calc-logunits-mul'.
6552         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
6553         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
6554         (calc-lu-divide): Rename from `calc-logunits-div'.
6555         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
6556         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
6558         * calc/calc-ext.el (calc-init-extensions): Update the names of the
6559         functions being autoloaded.
6561         * calc/calc.el (calc-lu-power-reference): Rename from
6562         `calc-logunits-power-reference'.
6563         (calc-lu-field-reference): Rename from
6564         `calc-logunits-field-reference'.
6566         * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
6568 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6570         * minibuffer.el (completion-all-sorted-completions):
6571         Use :completion-cycle-penalty text property if present.
6573 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
6575         * allout.el (allout-yank-processing): Adjust for new rebulleting
6576         regime so bullet being yanked is used without prompting the user
6577         for a choice.
6579 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
6581         * startup.el (command-line): Warn the user that _emacs is deprecated.
6583 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
6585         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
6586         (delphi-verbose, delphi-comment-face, delphi-string-face)
6587         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
6588         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
6589         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
6590         (delphi-new-comment-line, delphi-font-lock-defaults)
6591         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
6592         Fix typos in docstrings.
6594 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
6596         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
6597         Invert the roles of character and string values for INSTEAD, so a
6598         string is used for the more common case of a defaulting prompt.
6600 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6602         * progmodes/ruby-mode.el (ruby-backward-sexp):
6603         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
6604         * play/gamegrid.el (gamegrid-make-face):
6605         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
6606         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
6607         * notifications.el (notifications-notify):
6608         * net/xesam.el (xesam-search-engines):
6609         * net/quickurl.el (quickurl-list-insert):
6610         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
6612 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
6614         * startup.el (command-line): Update package subdirectory regexp.
6616 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6618         * allout.el (allout-abbreviate-flattened-numbering)
6619         (allout-mode-deactivate-hook): Fix up obsolescence "date".
6621         * subr.el (read-char-choice): Only show the cursor after the prompt,
6622         not after the answer.
6624 2011-03-15  Kevin Ryde  <user42@zip.com.au>
6626         * help-fns.el (variable-at-point): Skip leading quotes, if any
6627         (bug#8253).
6629 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6631         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
6632         warning message.
6634 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
6636         * shell.el (shell): When called interactively, offer to change the
6637         shell file name on remote hosts.
6639 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6641         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
6642         integration for LDAP parameters.  The host, base, user or binddn,
6643         and secret tokens can be specified in a netrc file, for instance.
6644         This is optional because an `auth-source' parameter must be
6645         specified in the search attributes.
6647 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
6649         * help.el (describe-mode): Link to the mode's definition (bug#8185).
6651 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6653         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
6654         into declaration.  Remove redundant and harmful binding.
6656 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
6658         * files.el (file-ownership-preserved-p): Pass `integer' as an
6659         explicit 2nd argument to `file-attributes'.  If the file's owner
6660         is the Administrators group on Windows, and the current user is
6661         Administrator, consider that a match.
6663         * server.el (server-ensure-safe-dir): Consider server directory
6664         safe on MS-Windows if its owner is the Administrators group while
6665         the current Emacs user is Administrator.  Use `=' to compare
6666         numerical UIDs, since they could be integers or floats.
6668 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
6670         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
6672 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
6674         Sync with Tramp 2.2.1.
6676         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
6678         * net/trampver.el: Update release number.
6680 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6682         * progmodes/compile.el (compilation--previous-directory): Fix up
6683         various nil/dead-marker mismatches (bug#8014).
6684         (compilation-directory-properties, compilation-error-properties):
6685         Don't call it at a position past the one we're about to change.
6687         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
6688         Disable obsolescence warnings in the file that declares it.
6690 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
6692         * allout-widgets.el (allout-widgets-tally):
6693         Initialize allout-widgets-tally as a hash table rather than nil to
6694         prevent mode-line redisplay warnings.  Also, clarify the module
6695         description and fix a comment typo.
6697 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
6699         * help-fns.el (describe-variable): Don't complete keywords.
6700         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
6702 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
6704         * emacs-lisp/package.el (package-version-join): Impose a standard
6705         string representation for pre/alpha/beta version lists.
6706         (package-unpack-single): Standardize the directory name by passing
6707         it through package-version-join.
6708         (package-strip-rcs-id): Accept any version string that does not
6709         signal an error in version-to-list.
6711 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
6713         * simple.el (delete-trailing-whitespace): Return nil for the
6714         benefit of `write-file-functions'.
6716 2011-03-10  Glenn Morris  <rgm@gnu.org>
6718         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
6720         * vc/vc-git.el (vc-git-program): New option.
6721         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
6722         (vc-git--call): Use it.
6724         * eshell/esh-util.el (eshell-condition-case): Doc fix.
6726         * cus-edit.el (Custom-newline): If no button at point, look
6727         for a subgroup button at start-of-line.  (Bug#2298)
6729         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
6731 2011-03-10  Julien Danjou  <julien@danjou.info>
6733         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
6734         `cursor-type' is nil.
6736 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
6738         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
6740 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
6742         * allout.el Summary: Change so yank of distinctive-bullet items
6743         preserves the existing header prefix, rebulleting it if necessary,
6744         rather than replacing it.  This is necessary for proper operation
6745         of cooperative addons like allout-widgets.
6746         (allout-make-topic-prefix, allout-rebullet-heading): Change
6747         SOLICIT arg to INSTEAD, and interpret additionally a string value
6748         as alternate bullet to be used, instead of prompting the user for
6749         a bullet character.
6751 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
6753         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6754         Do not use `tramp-file-name-port', because this returns also
6755         `tramp-default-port'.
6757 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
6759         * net/rcirc.el (rcirc-handler-001): Remove useless
6760         with-rcirc-process-buffer.
6761         (rcirc-check-auth-status): Swap arguments to string-match.
6763 2011-03-09  Glenn Morris  <rgm@gnu.org>
6765         * shell.el (shell-mode):
6766         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
6768         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
6769         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
6771 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
6773         * emacs-lisp/package.el (package-refresh-contents)
6774         (package-menu-execute): Use condition-case-no-debug.
6776 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
6778         * simple.el (shell-command-to-string): Use `process-file'.
6780         * emacs-lisp/package.el (package-tar-file-info): Handle also
6781         remote files.
6783         * emacs-lisp/package-x.el (package-upload-buffer-internal):
6784         Use `equal' for upload base check.
6786 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
6788         * textmodes/texinfo.el (texinfo-environments):
6789         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
6791 2011-03-08  Glenn Morris  <rgm@gnu.org>
6793         * cus-start.el (cursor-in-non-selected-windows):
6794         Fix :set quoting oddness.  (Bug#8192)
6796         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
6797         in some setf expressions.  (Bug#2159)
6799 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
6801         * custom.el (custom-available-themes): Return themes in
6802         alphabetical order.
6804 See ChangeLog.15 for earlier changes.
6806 ;; Local Variables:
6807 ;; coding: utf-8
6808 ;; End:
6810   Copyright (C) 2011  Free Software Foundation, Inc.
6812   This file is part of GNU Emacs.
6814   GNU Emacs is free software: you can redistribute it and/or modify
6815   it under the terms of the GNU General Public License as published by
6816   the Free Software Foundation, either version 3 of the License, or
6817   (at your option) any later version.
6819   GNU Emacs is distributed in the hope that it will be useful,
6820   but WITHOUT ANY WARRANTY; without even the implied warranty of
6821   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
6822   GNU General Public License for more details.
6824   You should have received a copy of the GNU General Public License
6825   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.