Document inhibit-local-variables-regexps in the lispref.
[emacs.git] / lisp / ChangeLog
blob40e4a8a844a6d1692b1fc1e8e9b334eca3749310
1 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
3         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
4         default unit.
6 2012-01-21  Glenn Morris  <rgm@gnu.org>
8         * international/mule.el (auto-coding-alist): Add .tbz.
10         * files.el (local-enable-local-variables): Doc fix.
11         (inhibit-local-variables-regexps): Rename from
12         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
13         Doc fix.  Add some extensions from auto-coding-alist.
14         (inhibit-local-variables-suffixes):
15         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
16         (inhibit-local-variables-p):
17         New function, extracted from set-auto-mode-1.
18         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
19         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
20         (hack-local-variables): Doc fix.  Make the mode-only case
21         respect enable-local-variables and friends.
22         Respect inhibit-local-variables-regexps for file-locals, but
23         not for directory-locals.
24         (set-visited-file-name):
25         Take account of inhibit-local-variables-regexps.
26         Whether it applies may change as the file name is changed.
27         * jka-cmpr-hook.el (jka-compr-install):
28         * jka-compr.el (jka-compr-uninstall):
29         Update for inhibit-first-line-modes-suffixes name change.
31 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
33         * help-macro.el (make-help-screen): Temporarily restore original
34         binding for minor-mode-map-alist (Bug#10454).
36 2012-01-19  Julien Danjou  <julien@danjou.info>
38         * color.el (color-name-to-rgb): Use the white color to find the max
39         color component value and return correctly computed values.
40         (color-name-to-rgb): Add missing float conversion for max value.
42 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
44         * window.el (window--state-get-1, window-state-get): Do not use
45         special state value for window-persistent-parameters.  Rename
46         argument IGNORE to WRITABLE.  Rewrite doc-string.
47         (window--state-put-2): Reset all window parameters to nil before
48         assigning values of persistent parameters.
50 2012-01-18  Alan Mackenzie  <acm@muc.de>
52         Eliminate sluggishness and hangs in fontification of "semicolon
53         deserts".
55         * progmodes/cc-engine.el (c-state-nonlit-pos-interval): change
56         value 10000 -> 3000.
57         (c-state-safe-place): Reformulate so it doesn't stack up an
58         infinite number of wrong entries in c-state-nonlit-pos-cache.
59         (c-determine-limit-get-base, c-determine-limit): New functions to
60         determine backward search limits disregarding literals.
61         (c-find-decl-spots): Amend commenting.
62         (c-cheap-inside-bracelist-p): New function which detects "={".
64         * progmodes/cc-fonts.el
65         (c-make-font-lock-BO-decl-search-function): Give a limit to a
66         backward search.
67         (c-font-lock-declarations): Fix an occurrence of point being
68         undefined.  Check additionally for point being in a bracelist or
69         near a macro invocation without a semicolon so as to avoid a
70         fruitless time consuming search for a declarator.  Give a more
71         precise search limit for declarators using the new
72         c-determine-limit.
74 2012-01-18  Glenn Morris  <rgm@gnu.org>
76         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
77         (set-auto-mode): Doc fixes.
79 2012-01-17  Glenn Morris  <rgm@gnu.org>
81         * isearch.el (search-nonincremental-instead): Fix doc typo.
83         * dired.el (dired-insert-directory): Handle newlines in directory name.
84         (dired-build-subdir-alist): Unescape newlines in directory name.
86 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
88         * net/tramp.el (tramp-local-end-of-line): New defcustom.
89         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
90         (tramp-action-terminal): Use it.  (Bug#10530)
92 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
94         * minibuffer.el (completion--replace): Strip properties (bug#10062).
96 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
98         * window.el (window-state-ignored-parameters): Remove variable.
99         (window--state-get-1): Rename argument MARKERS to IGNORE.
100         Handle persistent window parameters.  Make copy of clone-of
101         parameter only if requested.  (Bug#10348)
102         (window--state-put-2): Install a window parameter only if it has
103         a non-nil value or an existing parameter shall be overwritten.
105 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
107         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
109 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
111         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
112         don't pass the (nil) value of `upnode' to string-match.
114 2012-01-14  Chong Yidong  <cyd@gnu.org>
116         * startup.el (command-line): Fix X resource class for cursorColor.
117         Fix values recognized by the cursorBlink resource.
119 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
121         * epg.el (epg--make-temp-file): Avoid permission race condition
122         when running on old Emacs versions (bug#10403).
124 2012-01-14  Glenn Morris  <rgm@gnu.org>
126         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
128 2012-01-13  Alan Mackenzie  <acm@muc.de>
130         Fix filling for when filladapt mode is enabled.
132         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
133         c-mask-paragraph, pass in `fill-paragraph' rather than
134         `fill-region-as-paragraph'.  (This is a reversion of a previous
135         change.)
136         * progmodes/cc-mode.el (c-basic-common-init): Make
137         fill-paragraph-handle-comment buffer local and set it to nil.
139 2012-01-13  Glenn Morris  <rgm@gnu.org>
141         * dired.el (dired-switches-escape-p): New function.
142         (dired-insert-directory): Use dired-switches-escape-p.
143         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
145         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
147 2012-01-12  Glenn Morris  <rgm@gnu.org>
149         * mail/sendmail.el (mail-mode): Update paragraph-separate for
150         changes in adaptive-fill-regexp.  (Bug#10276)
152 2012-01-11  Alan Mackenzie  <acm@muc.de>
154         Fix Emacs bug #10463 - put `widen's around the critical spots.
156         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
157         widen around each invocation of c-state-pp-to-literal.  Remove an
158         unused let variable.
160 2012-01-11  Glenn Morris  <rgm@gnu.org>
162         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
163         Doc fix.
165 2012-01-10  Chong Yidong  <cyd@gnu.org>
167         * net/network-stream.el (network-stream-open-starttls):
168         Avoid emitting a confusing error message when the server gives a bad
169         response to the capability command.
171 2012-01-10  Glenn Morris  <rgm@gnu.org>
173         * mail/unrmail.el (unrmail): Tweak previous change.
175 2012-01-09  Chong Yidong  <cyd@gnu.org>
177         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
179 2012-01-08  Alan Mackenzie  <acm@muc.de>
181         Optimise font locking in long enum definitions.
183         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
184         arm to a cond form to handle enums.
185         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
186         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
188 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
190         * files.el (move-file-to-trash): Preserve default file modes on error.
191         (Bug#10401)
193 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
195         * faces.el (set-face-attribute): Clarify the meaning of the nil
196         frame (bug#10294).
198         * subr.el (with-selected-frame): Mention that the selected frame
199         is restored (bug#9980).
201         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
202         (bug#9759).
204         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
205         (password-read): Don't autoload unused function.
207 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
209         * progmodes/which-func.el (which-func-mode): Turn into a
210         non-interactive function and mark as obsolete (bug#10428).
212 2012-01-06  Chong Yidong  <cyd@gnu.org>
214         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
215         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
216         functions, along with 1 and -1.
218 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
220         * time.el (display-time-load-average)
221         (display-time-default-load-average): Doc fixes.  See the thread
222         starting at
223         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
224         for the details.
226 2012-01-06  Glenn Morris  <rgm@gnu.org>
228         * mail/unrmail.el (unrmail): Give an explicit error if the input file
229         has no messages.  (Bug#10377)
231         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
232         than Info-edit.  (Bug#10385)
234         * time.el (display-time-load-average, display-time-next-load-average):
235         Doc fixes.
237         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
238         local setting of buffer-read-only to the input buffer.  (Bug#10419)
240         * calendar/calendar.el (calendar-mode):
241         Locally set scroll-margin to 0.  (Bug#10379)
243 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
245         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
247 2012-01-05  Glenn Morris  <rgm@gnu.org>
249         * eshell/em-unix.el (diff-no-select): Autoload it.
250         (eshell/diff): Use diff-no-select.  (Bug#10420)
252 2012-01-05  Chong Yidong  <cyd@gnu.org>
254         * shell.el (shell-dynamic-complete-functions): Revert last change.
255         (shell-command-completion-function): New function.
256         (shell-completion-vars): Use it to implement
257         shell-completion-execonly (Bug#10417).
259         * custom.el (enable-theme): Don't set custom-safe-themes.
261         * cus-theme.el (custom-theme-merge-theme):
262         Ignore custom-enabled-themes and custom-safe-themes.
264 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
266         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
267         first prompt in `sql-interacive-mode'.
268         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
269         keywords.
270         (sql-mode-mysql-font-lock-keywords):  Add ELSEIF keyword.
271         (sql-product-interactive): Bug fix: Set `sql-buffer' in
272         context of original buffer.  Invoke `sql-login-hook'.
274 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
276         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
277         letters in cite-prefix.
279 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
281         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
283 2012-01-03  Chong Yidong  <cyd@gnu.org>
285         * shell.el (shell-dynamic-complete-functions):
286         Put pcomplete-completions-at-point, so as to try
287         comint-filename-completion first (Bug#10417).
289 2012-01-02  Richard Stallman  <rms@gnu.org>
291         * battery.el (battery-status-function):
292         Detect when to use battery-yeeloong-sysfs.
293         (battery-echo-area-format): Add string for Yeeloong.
294         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
295         (battery-yeeloong-sysfs): New function.
297 2012-01-02  Chong Yidong  <cyd@gnu.org>
299         * dirtrack.el (dirtrack-list): Eliminate unused third element.
300         (dirtrack): Merge code for handling relative filenames in prompt
301         from shell-dir-cookie-watcher.
302         (dirtrack-debug-message): New arg to avoid excess format calls.
304         * shell.el (shell-dir-cookie-re): Variable deleted.
305         (shell-dir-cookie-watcher): Function deleted.
306         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
307         with dirtrack-mode.
309 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
311         * term/w32-win.el (dynamic-library-alist) <gnutls>:
312         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
313         libgnutls-26.dll.
315 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
317         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
319 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
321         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
322         headers of non-MIME messages, when rmail-enable-mime is non-nil.
324 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
326         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
327         also for alternative shells.
328         (tramp-open-connection-setup-interactive-shell): Check, whether
329         the shell is a busybox.
330         (tramp-send-command): Don't suppress multiple prompts for
331         busyboxes, it hurts.
333 2011-12-28  Chong Yidong  <cyd@gnu.org>
335         * progmodes/gdb-mi.el (gdb-get-source-file-list)
336         (gdb-get-source-file): Move mode line update to
337         gdb-get-source-file (Bug#10087).
339 2011-12-25  Chong Yidong  <cyd@gnu.org>
341         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
342         gud-gdb-marker-filter without taking it as an argument.
343         (gud-gdb-run-command-fetch-lines): Caller changed.
344         (gud-gdb-completion-function): New variable.
345         (gud-gdb-completion-at-point): Use it.
346         (gud-gdb-completions-1): Split from gud-gdb-completions.
348         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
349         function as separate arguments.
350         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
351         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
352         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
353         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
354         (gdb-stopped, def-gdb-auto-update-trigger)
355         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
356         (gdb-get-changed-registers, gdb-get-main-selected-frame):
357         Callers changed.
358         (gud-gdbmi-completions): New function.
359         (gdb): Use it for generating the completion table.
361 2011-12-24  Alan Mackenzie  <acm@muc.de>
363         Introduce a mechanism to widen the region used in context font
364         locking.  Use this to protect declarations from losing their contexts.
366         * progmodes/cc-langs.el (c-before-font-lock-functions):
367         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
368         (c-before-context-fontification-functions): New defvar, a list of
369         functions to be run just before context (etc.) font locking.
371         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
372         New, functionality extracted from
373         c-neutralize-syntax-in-and-mark-CPP.
374         (c-in-after-change-fontification): New variable.
375         (c-after-change): Set c-in-after-change-fontification.
376         (c-set-fl-decl-start): Rejig its interface, so it can be called
377         from both after-change and context fontifying.
378         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
379         New functions.
380         (c-standard-font-lock-fontify-region-function): New variable.
381         (c-font-lock-fontify-region): New function.
383 2011-12-24  Juri Linkov  <juri@jurta.org>
385         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
386         (Bug#10348)
388 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
390         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
391         existence of source file.  (Bug#10325)
393 2011-12-23  Alan Mackenzie  <acm@muc.de>
395         Fix unstable fontification inside templates.
397         * progmodes/cc-langs.el (c-before-font-lock-functions):
398         Newly created from the singular version.  The (c c++ objc) entry now
399         additionally has c-set-fl-decl-start.  The other languages (apart
400         from AWK) have that as a single entry.
402         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
403         The functionality for "local" declarations has been extracted to
404         c-set-fl-decl-start.
406         * progmodes/cc-mode.el (c-common-init, c-after-change):
407         Changes due to pluralisation of c-before-font-lock-functions.
408         (c-set-fl-decl-start): New function, extracted from
409         c-font-lock-enclosing-decls and enhanced.
411 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
413         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
415 2011-12-22  Juri Linkov  <juri@jurta.org>
417         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
419 2011-12-22  Chong Yidong  <cyd@gnu.org>
421         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
423 2011-12-21  Drew Adams  <drew.adams@oracle.com>
425         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
427 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
429         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
431 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
433         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
434         highlighting and support.  Fix up comments for capitalization.
435         (cfengine-mode-debug): New var.
436         (cfengine3-mode): Change the modeline indicator to "CFE3".
437         (cfengine3-font-lock-keywords): Improve defun highlighting.
438         (cfengine2-actions): Rename from `cfengine-actions'.
439         (cfengine2-font-lock-keywords): Rename from
440         `cfengine-font-lock-keywords'.
441         (cfengine2-imenu-expression): Rename from
442         `cfengine-imenu-expression'.
443         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
444         (cfengine2-beginning-of-defun): Rename from
445         `cfengine-beginning-of-defun'.
446         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
447         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
448         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
449         modeline indicator to "CFE2".
450         (cfengine-mode): Defalias to `cfengine-auto-mode'.
451         (cfengine-mode-abbrevs): Mark obsolete.
453 2011-12-21  Chong Yidong  <cyd@gnu.org>
455         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
456         filename argument.
458 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
460         * window.el (window-normalize-buffer-to-display): Remove.
461         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
463 2011-12-19  Chong Yidong  <cyd@gnu.org>
465         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
466         Don't signal an error in a predicate function; return non-nil.
467         (vc-dir-mark-file): Move the error here.
468         (vc-dir-mark-unmark): If acting on the region, keep going if one
469         of the entries cannot be marked/unmarked.
470         (vc-dir-mark-all-files): If current entry is a directory, mark
471         only child files, as documented.
473 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
475         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
476         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
477         addition.
479 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
481         * term/ns-win.el (ns-get-selection-internal)
482         (ns-store-selection-internal): Declare.
483         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
484         Declare as obsolete.
485         (ns-get-pasteboard, ns-paste-secondary):
486         Use ns-get-selection-internal.
487         (ns-set-pasteboard,  ns-copy-including-secondary):
488         Use ns-store-selection-internal.
490 2011-12-17  Chong Yidong  <cyd@gnu.org>
492         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
493         (vc-deduce-fileset): Doc fix.
495 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
497         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
499 2011-12-13  Sam Steingold  <sds@gnu.org>
501         * man.el (Man-getpage-in-background): When running under a
502         window-system, ignore $MANWIDTH and $COLUMNS.
504 2011-12-15  Kenichi Handa  <handa@m17n.org>
506         * language/ethio-util.el: Change coding tag to utf-8-emacs.
507         (setup-ethiopic-environment-internal): Comment out key-binding for
508         ethio-toggle-punctuation.
510 2011-12-13  Alan Mackenzie  <acm@muc.de>
512         Add the switch statement to AWK Mode.
514         * progmodes/cc-awk (awk-font-lock-keywords): Add "switch", "case",
515         "default" to the keywords regexp.
517         * progmodes/cc-langs (c-label-kwds): Let AWK take the same
518         expression as the rest.
519         (c-nonlabel-token-key): Allow string literals for AWK.
520         Refactor for the other modes.
522         Large brace-block initialisation makes CC Mode slow: Fix.
523         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
524         routines.  Limit backward searching in c-font-lock-enclosing.decl.
526         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
527         pp-state and literal type in addition to the limits.
528         (c-state-safe-place): New defun, extracted from c-state-literal-at.
529         (c-state-literal-at): Use the above new defun.
530         (c-slow-in-literal, c-fast-in-literal): Remove.
531         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
533         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
534         being in a literal.  Add a limit for backward searching.
536         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
537         c-slow-in-literal.
539 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
541         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
543 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
545         * window.el (delete-other-windows): Use correct frame in call to
546         window-with-parameter.
548 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
550         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
551         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
552         (makefile-gmake-statements, makefile-makepp-statements):
553         Use it and add new makepp keywords.
554         (makefile-makepp-font-lock-keywords): Add new patterns.
555         (makefile-match-function-end): Match new [...] and [[...]].
557 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
559         * ses.el (ses-call-printer-return, ses-cell-property-get)
560         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
561         (ses-create-cell-variable, ses-reset-header-string)
562         (ses-cell-set-formula, ses-repair-cell-reference-all)
563         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
564         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
565         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
566         (ses-aset-with-undo, ses-load, ses-truncate-cell)
567         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
568         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
569         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
570         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
571         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
572         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
573         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
574         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
576 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
578         * ses.el: The overall change is to add cell renaming, that is
579         setting fancy names for cell symbols other than name matching
580         "\\`[A-Z]+[0-9]+\\'" regexp .
581         (ses-create-cell-variable): New defun.
582         (ses-relocate-formula): Relocate formulas only for cells the
583         symbols of which are not renamed, i.e. symbols whose names do not
584         match regexp "\\`[A-Z]+[0-9]+\\'".
585         (ses-relocate-all): Relocate values only for cells the symbols of
586         which are not renamed.
587         (ses-load): Create cells variables as the (ses-cell ...) are read,
588         in order to check row col consistency with cell symbol name only
589         for cells that are not renamed.
590         (ses-replace-name-in-formula): New defun.
591         (ses-rename-cell): New defun.
593 2011-12-11  Chong Yidong  <cyd@gnu.org>
595         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
596         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
598 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
600         * window.el (other-window): Fix docstring.
602 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
604         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
605         `from' or `to' address before taking its substring.
606         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
607         encoded name is chopped in the middle of the encoded string, and
608         thus displayed encoded.
610 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
612         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
614 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
616         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
617         to use texinfo-update-node and commands that call it if the
618         Texinfo file uses @node lines without next/prev/up pointers.
619         Correct outdated description about texinfo-master-menu.
620         (texinfo-all-menus-update, texinfo-master-menu)
621         (texinfo-update-node, texinfo-every-node-update)
622         (texinfo-multiple-files-update): Doc fix.  Warn against updating
623         all the @node lines.
624         (texinfo-master-menu): Only call texinfo-update-node if the prefix
625         argument is numeric.  Explain better in the doc string what the
626         function really does.
627         (texinfo-insert-master-menu-list): Improve the error message
628         displayed if there's no menu in the Top node.
629         (Bug#2975)  See also this thread:
630         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
632 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
634         * speedbar.el (speedbar-supported-extension-expressions):
635         Add .adb and .ads, commonly used for Ada source code (bug#10256).
637 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
639         * printing.el (pr-mode-alist):
640         * simple.el (filter-buffer-substring-functions)
641         (completion-list-insert-choice-function):
642         * window.el (window-with-parameter, window-atom-root)
643         (window-sides-slots, window-size-fixed, window-min-delta)
644         (window-max-delta, window--resize-mini-window)
645         (window--resize-child-windows-normal, window-tree)
646         (delete-other-windows, quit-window, split-window)
647         (display-buffer-record-window, special-display-buffer-names)
648         (special-display-regexps, special-display-popup-frame)
649         (same-window-p, split-window-sensibly)
650         (display-buffer-overriding-action, display-buffer-alist)
651         (display-buffer-base-action, display-buffer, switch-to-buffer)
652         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
653         (fit-window-to-buffer, recenter-positions)
654         (mouse-autoselect-window-state, mouse-autoselect-window-select):
655         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
656         and remove unneeded backslashes in docstrings.
658 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
660         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
662         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
663         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
664         end in ".mk".
665         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
666         when reading the makefile (bug#10116).
668 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
670         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
671         (bug#10116).
673 2011-12-06  Glenn Morris  <rgm@gnu.org>
675         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
677 2011-12-06  Chong Yidong  <cyd@gnu.org>
679         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
681 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
683         * textmodes/table.el (table-shorten-cell): Fix typo.
685 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
687         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
689 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
691         * descr-text.el (describe-char): Fix display of strong
692         right-to-left characters and directional embeddings and overrides.
694         * simple.el (what-cursor-position): Fix display of codepoints of
695         strong right-to-left characters.
697 2011-12-05  Chong Yidong  <cyd@gnu.org>
699         * faces.el (read-color): Doc fix.
701 2011-12-05  Glenn Morris  <rgm@gnu.org>
703         * align.el (align--set-marker): Add doc-string.
704         Don't try to move something that is not a marker.  (Bug#10216)
706 2011-12-04  Glenn Morris  <rgm@gnu.org>
708         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
709         overly zealous deletion of trailing whitespace.
711 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
713         * server.el (server-delete-client): On Windows, do not try to delete
714         the only terminal.
715         (server-process-filter): On Windows, treat requests for a tty frame as
716         if they were for a GUI frame if the running server is in GUI mode.
718 2011-12-03  Glenn Morris  <rgm@gnu.org>
720         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
722 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
724         * electric.el: Streamline electric-indent's hook.
725         (electric-indent-chars): Revert to simple list.
726         (electric-indent-functions): New var.
727         (electric-indent-post-self-insert-function): Use it.
729         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
730         there's no inferior buffer (bug#10196).
731         (prolog-consult-compile): Don't use toggle-read-only.
733 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
735         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
736         interrupt.  (Bug#10187)
738 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
740         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
741         (bug#9160).
743         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
744         (bug#10191).
746 2011-12-02  Juri Linkov  <juri@jurta.org>
748         * info.el (Info-search): Display "end of manual" when Isearch
749         reaches the end of single-file Info manual.  (Bug#9918)
751 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
753         * isearch.el (isearch-message-prefix): Run the input method part
754         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
756 2011-12-02  Juri Linkov  <juri@jurta.org>
758         * isearch.el (isearch-occur): Use `word-search-regexp' for
759         `isearch-word'.
760         (isearch-search-and-update): Add condition for `isearch-word' and
761         call `word-search-regexp'.  (Bug#10145)
763 2011-12-01  Glenn Morris  <rgm@gnu.org>
765         * eshell/em-hist.el (eshell-hist-initialize):
766         Handle eshell-history-size nil and HISTSIZE set or unset.
767         (eshell-history-file-name, eshell-history-size): Fix custom type.
769 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
771         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
773 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
775         * progmodes/verilog-mode.el (verilog-pretty-expr):
776         Rework verilog-pretty-expr to handle new assignment operators in system
777         verilog, such as += *= and the like.
778         (verilog-assignment-operator-re): Regular expression to find the
779         assigment operator in a verilog assignment.
780         (verilog-assignment-operation-re): Regular expression to find an
781         assignment statement for pretty-expr.
782         (verilog-in-attribute-p): Query returns true if point is in an
783         attribute context; used to skip these for expression line up from
784         pretty-expr.
785         (verilog-in-parameter-p): Query returns true if point is in an
786         parameter definition context; used to skip these for expression
787         line up from pretty-expr.
788         (verilog-in-parenthesis-p): Query returns true if point is in a
789         parenthetical expression, specifically ( ) but not [ ] or { };
790         used by pretty-expr.
791         (verilog-just-one-space): If there is no space, don't add one.
792         (verilog-get-lineup-indent-2): Specifically skip just attribute
793         contexts for expression lineup, rather than skipping all
794         parenthetical expressions.
795         (verilog-calculate-indent): Fix comment, and fix indent.
796         (verilog-do-indent): Indent declarations in lists (suggested by
797         Joachim Lechner).
798         (verilog-mode-abbrev-table): Populate abbrev mode with the various
799         skeleton items.
800         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
801         by Alain Mellan).
803 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
805         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
806         parameters with embedded comments.  Reported by Ray Stevens.
807         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
808         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
809         Reported by Tim Holt.
810         (verilog-auto): Fix AUTOing a upper module then AUTOing module
811         instantiated by upper module causing wrong expansion until AUTOed a
812         second time.  Reported by K C Buckenmaier.
813         (verilog-diff-auto): Fix showing .* as a difference when
814         `verilog-auto-star-save' off.  Reported by Dan Dever.
815         (verilog-auto-reset, verilog-read-always-signals)
816         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
817         temporary signals in reset list if
818         verilog-auto-reset-blocking-in-non is nil, and match assignment
819         style to each signal's assignment type, bug381.
820         Reported by Thomas Esposito.
821         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
822         (verilog-uvm-statement-re): Support UVM indentation and
823         highlighting, with old OVM keywords only.
824         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
825         Support AUTOTIEOFF creating non-wire data types.
826         Suggested by Jonathan Greenlaw.
827         (verilog-auto-insert-lisp, verilog-delete-to-paren)
828         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
829         (verilog-inject-sense, verilog-read-inst-pins)
830         (verilog-read-sub-decls, verilog-read-sub-decls-line):
831         Fix mismatching parenthesis inside commented out code when deleting
832         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
833         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
834         non-numeric vector width.  Reported by Alex Reed.
835         (verilog-auto-ascii-enum): Add "onehot" option to work around not
836         detecting signals with parameter widths.  Reported by Alex Reed.
837         (verilog-auto-delete-trailing-whitespace):
838         With `verilog-auto-delete-trailing-whitespace' remove trailing
839         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
840         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
841         Fix verilog-scan-cache corruption when running user AUTO expansion
842         hooks that call indentation routines.
843         (verilog-simplify-range-expression): Fix typo ignoring lower case
844         identifiers.
845         (verilog-delete-auto): Fix delete-autos to also remove user created
846         automatics, as long as they start with AUTO.
847         (verilog-batch-diff-auto, verilog-diff-auto)
848         (verilog-diff-function): Add `verilog-diff-auto' and bind to
849         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
850         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
851         (verilog-in-paren-quick, verilog-re-search-backward-quick)
852         (verilog-re-search-forward-quick, verilog-syntax-ppss):
853         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
854         is disabled and its cache will get corrupt, causing AUTOS not to
855         expand.  Instead use only -quick functions.
856         (verilog-scan-region): Fix scanning over escaped quotes.
857         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
858         (verilog-re-search-backward-quick)
859         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
860         related functions now ignore strings, to fix misparsing of strings
861         with magic comments embedded in them.
862         (verilog-read-auto-template):
863         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
864         Reported by Brad Dobbie.
865         (verilog-read-auto-template):
866         Fix 'verilog-auto-inst-template-numbers' with comments.
867         Reported by Brad Dobbie.
868         (verilog-auto-inst, verilog-auto-inst-param)
869         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
870         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
871         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
872         debugging templates without merge conflicts, bug357.
873         Reported by Brad Dobbie.
874         (verilog-read-auto-template):
875         Fix verilog-auto-inst-template-numbers with multiple templates.
876         Reported by Brad Dobbie.
877         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
878         abbrevs so user won't be asked to save.
879         (verilog-read-auto-lisp-present): Fix to start at beginning of
880         buffer in case called outside of verilog-auto.
881         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
882         to "X-2".  Reported by Matthew Myers.
883         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
884         all inputs from module templates.  Reported by Leith Johnson.
885         (verilog-module-inside-filename-p): Fix locating programs as with
886         modules.
887         (verilog-auto-inst-port): Fix vl-width expressions when using
888         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
889         (verilog-decls-get-regs, verilog-decls-get-signals,
890         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
891         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
892         verilog-read-decls): Combine reg and wire structures into one var
893         structure to represent SystemVerilog concepts.
894         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
895         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
896         (verilog-auto-wire-type, verilog-insert-definition):
897         Add verilog-auto-wire-type and AUTOLOGIC to support using
898         SystemVerilog "logic" keyword instead of "wire"/"reg".
899         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
900         to declares outputs that also have assignments (presumably in an
901         ifdef or generate if so there's not a driver conflict).
902         Reported by Matthew Myers.
903         (verilog-auto-declare-nettype, verilog-insert-definition):
904         Add verilog-auto-declare-nettype to fix declarations using
905         `default_nettype none.  Reported by Julian Gorfajn.
906         (verilog-read-always-signals-recurse, verilog-read-decls)
907         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
908         malformed end statement, bug325.  Reported by Joshua Wise and
909         Andrew Drake.
910         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
911         (verilog-inst-comment-re): Fix not deleting Interfaced comment
912         when expanding .* in interfaces, bug320.
913         Reported by Pierre-David Pfister.
914         (verilog-read-module-name): Fix import statements between module
915         name and open parenthesis, bug317.
916         Reported by Pierre-David Pfister.
917         (verilog-simplify-range-expression): Fix simplification of
918         multiplications inside AUTOWIRE connections, bug303.
919         (verilog-auto-inst-port): Support parameter expansion in
920         multidimensional arrays.
921         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
922         after "assert property".  Reported by Julian Gorfajn.
923         (verilog-simplify-range-expression): Fix "couldn't merge" errors
924         with multiplication, bug303.
925         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
926         Reported by Jan Frode Lonnum.
928 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
930         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
931         (hfy-shell-file-name, hfy-shell):
932         * international/fontset.el (x-decompose-font-name): Fix typos.
934 2011-11-29  Ken Brown  <kbrown@cornell.edu>
936         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
937         (gdb-version): Remove defvar.
938         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
939         (gdb-gud-context-command, gdb-non-stop-handler)
940         (gdb-current-context-command, gdb-stopped): Use it.
941         (gdb-init-1): Enable pretty printing here.
942         (gdb-non-stop-handler): Don't enable pretty-printing here.
943         Check to see if the target supports non-stop mode; if not, turn off
944         non-stop mode.  Use the following.
945         (gdb-check-target-async): New defun.
946         (gud-watch, gdb-stopped): Fix whitespace.
947         (gdb-get-source-file): Don't try to display the source file if
948         `gdb-main-file' is nil.
950 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
952         * align.el: Try to generate fewer markers (bug#10047).
953         (align--set-marker): New macro.
954         (align-region): Use it.
956 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
958         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
960 2011-11-29  Chong Yidong  <cyd@gnu.org>
962         * indent.el (indent-for-tab-command, indent-according-to-mode):
963         Doc fix.
964         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
966 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
968         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
969         aware of remote file names.  (Bug#10124)
971 2011-11-29  Chong Yidong  <cyd@gnu.org>
973         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
975 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
977         * files.el (find-file): Don't use force-same-window (bug#10144).
978         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
979         use pop-to-buffer if the selected window can't be used.
980         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
982 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
984         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
985         special-mode-map.
987 2011-11-28  Chong Yidong  <cyd@gnu.org>
989         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
991 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
993         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
994           gdb-get-source-file-list on gdb-create-source-file-list.
996 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
998         * whitespace.el (whitespace-newline): Use a different foreground
999         color for 16-color light-background displays.
1001 2011-11-24  Chong Yidong  <cyd@gnu.org>
1003         * window.el (display-buffer--special-action): Doc fix.
1005 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
1007         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
1008         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
1009         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
1010         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
1011         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
1012         (avl-tree-stack-first):
1013         * emacs-lisp/cconv.el (cconv--analyse-use):
1014         * net/gnutls.el (gnutls-negotiate): Fix typos.
1016 2011-11-24  Glenn Morris  <rgm@gnu.org>
1018         * lpr.el (lpr-windows-system, lpr-lp-system):
1019         * mail/binhex.el (binhex-begin-line):
1020         * progmodes/grep.el (grep-history, grep-find-history):
1021         * textmodes/flyspell.el:
1022         * vc/pcvs-defs.el (cvs-global-menu):
1023         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
1024         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
1025         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
1027         * net/tls.el: Fix case of "GnuTLS".
1029         * paths.el (rmail-file-name): Format doc-string for make-docfile.
1031         * version.el (emacs-build-system): Give it a doc-string.
1033 2011-11-24  Juri Linkov  <juri@jurta.org>
1035         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
1037 2011-11-24  Glenn Morris  <rgm@gnu.org>
1039         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
1040         if called on a non-mime message just toggle the headers.  (Bug#8006)
1042 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1044         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
1045         (allout-lead-with-comment-string, allout-structure-deleted-hook)
1046         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
1047         (allout-rebullet-heading, allout-open-sibtopic)
1048         (allout-toggle-current-subtree-encryption)
1049         (allout-toggle-subtree-encryption, allout-encrypt-string)
1050         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
1051         (allout-distinctive-bullets-string, allout-auto-activation):
1052         * window.el (window-normalize-buffer-to-display):
1053         * progmodes/verilog-mode.el (verilog-batch-indent):
1054         * textmodes/bibtex.el (bibtex-field-braces-opt)
1055         (bibtex-field-strings-opt):
1056         * vc/cvs-status.el (cvs-tree-merge):
1057         Fix typos.
1059 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
1061         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
1062         `non-essential' to t, in order to avoid remote connections.
1064 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
1066         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1067         On MS-DOS and MS-Windows, compare with loaddefs.el
1068         case-insensitively.
1070 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
1072         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
1074 2011-11-23  Glenn Morris  <rgm@gnu.org>
1076         * paths.el (rmail-file-name): Reformat the doc-string so that it
1077         is picked up.
1079         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
1080         (rmail-auto-file): Ignore case in the "special" field names,
1081         as mail-fetch-field does for all others.
1083         * mail/rmail.el (rmail-forward):
1084         * mail/rmailkwd.el (rmail-set-label):
1085         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
1086         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
1088         * mail/rmail.el (rmail-current-message): Doc fix.
1090         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
1092 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1094         * server.el (server-eval-and-print): Allow C-g (bug#6585).
1096 2011-11-22  Glenn Morris  <rgm@gnu.org>
1098         * mail/rmailmm.el (test-rmail-mime-handler)
1099         (test-rmail-mime-bulk-handler)
1100         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
1102 2011-11-21  Juri Linkov  <juri@jurta.org>
1104         * calc/calc.el (calc-read-key-sequence):
1105         Let-bind `input-method-function' to nil.  (Bug#10018)
1107 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1109         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
1110         Tell the caller that the next line needs recomputation, even
1111         though it doesn't start a sexp (bug#10094).
1113 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1115         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
1117 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1119         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1120         Use force-same-window.
1122 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1124         * descr-text.el (describe-char-unicode-data):
1125         * json.el (json-string-escape):
1126         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
1127         (Footnote-unicode, Footnote-style-p):
1128         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
1130 2011-11-20  Chong Yidong  <cyd@gnu.org>
1132         * window.el (replace-buffer-in-windows): Restore interactive spec.
1134 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1136         * electric.el (electric-indent-mode): Fix last change (too optimistic).
1138         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
1139         (byte-compile-global-not-obsolete-vars): New var.
1140         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
1141         Use it.
1142         (byte-compile-warn-obsolete): Align text with the one in *Help*.
1144 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1146         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
1147         * progmodes/pascal.el (electric-pascal-equal):
1148         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
1149         * xml.el (xml-substitute-special): Fix typos.
1151 2011-11-20  Glenn Morris  <rgm@gnu.org>
1153         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
1154         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
1155         Doc fixes.
1156         (rmail-decode-mime-charset): Mark as obsolete.
1158         * mail/rmailsum.el (rmail-message-regexp-p-1):
1159         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
1160         Before using mime functions, check they are set.  (Bug#10077)
1162 2011-11-19  Juri Linkov  <juri@jurta.org>
1164         * info.el (Info-finder-find-node): Use `package--builtins' instead
1165         of `package-alist'.  Use node names formed by the pattern "Keyword "
1166         and the keyword name.
1168 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
1170         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
1172 2011-11-19  Juri Linkov  <juri@jurta.org>
1174         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
1175         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
1176         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
1177         `old-history', `old-history-forward'.  Add let-binding
1178         `window-selected'.  Remove calls to `kill-buffer',
1179         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
1180         before calling `Info-find-node', so `Info-find-node-2' will reread
1181         the Info file.  Restore window positions only when `window-selected'
1182         is non-nil.
1184 2011-11-19  Juri Linkov  <juri@jurta.org>
1186         * isearch.el (isearch-lazy-highlight-new-loop):
1187         Remove condition `(not isearch-error)'.  (Bug#9918)
1189         * misearch.el (multi-isearch-search-fun): Add condition
1190         `(not bound)' to ignore lazy-highlighting search.
1191         Add the search-failed message "end of multi" when the end of
1192         multi-sequence is reached.  Uncapitalize the search-failed
1193         message "Repeat for next buffer".
1195         * info.el (Info-search): Add the search-failed message
1196         "end of the manual" when the end of the manual is reached
1197         in Isearch mode.
1199 2011-11-19  Juri Linkov  <juri@jurta.org>
1201         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
1202         Use non-destructive `remove' instead of `delete' because
1203         `Info-history-list' stored to `Info-isearch-initial-history-list' in
1204         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
1206 2011-11-19  Juri Linkov  <juri@jurta.org>
1208         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
1209         to nil instead of binding `search-ring' and `regexp-search-ring'.
1210         (Bug#9185)
1212 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
1214         * simple.el (line-move): Force movement by logical lines for any
1215         hscrolled window, not only when auto-hscroll-mode is on.
1216         (line-move-visual): Update doc string to that effect.  (Bug#10076)
1218 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
1220         * language/european.el (macintosh): Define as alias for mac-roman.
1222 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
1224         * mail/rmailmm.el (rmail-mime-display-header)
1225         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
1226         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
1227         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
1228         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
1229         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
1230         of a raw aref.
1231         (rmail-mime-entity-segment): To get past the tagline, move forward
1232         2 more lines, to account for the 2 empty lines that precede and
1233         follow the line with the buttons.
1234         (rmail-mime-update-tagline): Move one more line, to get past the
1235         empty line that follows the buttons in the tagline.  (Bug#9520)
1237 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
1239         * window.el (window-max-delta-1, window-min-delta-1)
1240         (window-min-size-1, window-state-get-1, window-state-put-1)
1241         (window-state-put-2): Use "window--" prefix.
1243 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1245         * emacs-lisp/smie.el: Improve warnings and conflict detection.
1246         (smie-warning-count): New var.
1247         (smie-set-prec2tab): Use it.
1248         (smie-bnf->prec2): Improve warnings.  Add docstring.
1249         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
1250         (smie-bnf--set-class): New function.
1251         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
1252         corner case.
1254         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
1255         (compilation-error-properties, compilation-move-to-column):
1256         Handle compilation-first-column while in the target buffer.
1258         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
1259         Don't hardcode point-min==1.
1261         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
1262         (eshell-rewrite-for-command): Remove workaround.
1263         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
1264         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
1265         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
1267         * files-x.el (modify-file-local-variable): Obey commenting conventions.
1269 2011-11-17  Glenn Morris  <rgm@gnu.org>
1271         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1272         Ignore buffer-local generated-autoload-file if it is the same
1273         as the global value.  (Bug#10049)
1275 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
1277         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
1278         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
1279         (reftex-toc-previous-heading, reftex-toc-max-level)
1280         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
1281         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
1282         (reftex-toc-do-promote, reftex-toc-promote-prepare)
1283         (reftex-toc-promote-action, reftex-toc-extract-section-number)
1284         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
1285         (reftex-toc-rename-label, reftex-toc-visit-location)
1286         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
1287         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
1288         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
1289         leaving "*toc*" only for references to the buffer.
1291 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
1293         * window.el (window-resize, delete-window, split-window):
1294         Replace window-splits by window-combination-resize.
1295         * cus-start.el (window-splits): Replace by window-combination-resize.
1297 2011-11-17  Glenn Morris  <rgm@gnu.org>
1299         * progmodes/sh-script.el (sh-font-lock-keywords-var):
1300         Make bash entry derive from sh entry, not shell entry.
1302 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
1304         * net/tramp-cache.el (tramp-flush-file-property): Flush also
1305         properties of linked files.  (Bug#9879)
1307         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
1308         local file name.
1310 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1312         * menu-bar.el (menu-bar-file-menu):
1313         * printing.el (pr-ps-utility):
1314         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
1315         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
1316         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
1317         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
1318         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
1319         (icalendar--convert-cyclic-to-ical)
1320         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
1321         (icalendar--convert-ical-to-diary)
1322         (icalendar--convert-recurring-to-diary)
1323         (icalendar--convert-non-recurring-all-day-to-diary)
1324         (icalendar-import-format-sample):
1325         * progmodes/idlw-shell.el (idlwave-shell-mode):
1326         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
1327         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
1328         (vhdl-ps-print-init): Fix typos.
1330 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
1332         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
1333         FSF and collapse date sequence, obscure author/maintainer email address
1334         better, remove extra version line, track relocation of author's webpage.
1336         * progmodes/python.el (python-pdbtrack-input-prompt)
1337         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
1338         regular python pdb prompts.  Adjustments shamelessly taken exactly as
1339         suggested in EmacsWiki page (tiny change):
1340         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
1342 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1344         * expand.el (expand-pos, expand-index, expand-point):
1345         Remove redundant info from docstring.
1346         (expand-add-abbrevs): Doc fix.
1347         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
1348         (expand-sample-perl-mode-expand-list): Fix typos.
1350         * net/dbus.el (dbus-event-member-name):
1351         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
1352         * term/pc-win.el (msdos-create-frame-with-faces):
1353         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
1355 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
1357         * window.el (split-window, window-state-get-1)
1358         (window-state-put-1, window-state-put-2): Rename occurrences of
1359         window-nest to window-combination-limit.
1360         * cus-start.el (window-nest): Rename to window-combination-limit.
1362 2011-11-16  Chong Yidong  <cyd@gnu.org>
1364         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
1365         regexp (Bug#10033).
1367 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1369         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
1370         `completing-read' will remove *Completions* and will preserve
1371         current-buffer for us.
1372         (tmm-add-prompt): Users of *Completions* will always (re)set its
1373         major mode.
1374         (tmm-old-comp-map): Remove.
1376 2011-11-16  Glenn Morris  <rgm@gnu.org>
1378         * mail/rmailedit.el: Require rmailmm when compiling.
1379         (rmail-old-mime-state): New declaration.
1380         (rmail-edit-current-message): If editing a mime message,
1381         edit the "raw" message from the mbox buffer.
1382         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
1384 2011-11-15  Glenn Morris  <rgm@gnu.org>
1386         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
1387         which wasn't being used.  Add optional arg to force given state.
1388         (rmail-mime): Add optional arg to force given state.
1390 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1392         * allout.el (allout-encryption-plaintext-sanitization-regexps):
1393         * frame.el (display-mm-dimensions-alist):
1394         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
1395         (outline-move-subtree-down):
1396         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
1397         (newsticker--treeview-do-get-node):
1398         * net/quickurl.el (quickurl-list-buffer-name):
1399         * progmodes/dcl-mode.el (dcl-mode):
1400         * progmodes/gdb-mi.el (gdb-mapcar*):
1401         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
1403 2011-11-15  Glenn Morris  <rgm@gnu.org>
1405         * mail/rmail.el (rmail-file-coding-system): It's only ever used
1406         in a boolean sense, so just make it a boolean, and fix the doc.
1407         (rmail-show-mime-function, rmail-mime-feature)
1408         (rmail-require-mime-maybe): Doc fixes.
1409         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
1411         * mail/rmailmm.el (rmail-show-mime): Doc fix.
1413 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1415         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
1416         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
1417         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
1418         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
1420 2011-11-15  Glenn Morris  <rgm@gnu.org>
1422         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
1423         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
1424         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
1425         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
1426         (rmail-mime, rmail-show-mime): Doc fixes.
1428         * term/ns-win.el (mode-line-frame-identification):
1429         Leave it alone.  (Bug#10051)
1431         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
1433         * mail/rmailout.el (rmail-output-to-rmail-buffer):
1434         Handle empty buffers.  (Bug#9978)
1436 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
1438         * international/mule.el (define-charset):
1439         * mail/rmailmm.el (rmail-mime-find-header-encoding):
1440         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
1441         * progmodes/verilog-mode.el (verilog-backward-token):
1442         * textmodes/ispell.el (lookup-words):
1443         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
1445 2011-11-14  Glenn Morris  <rgm@gnu.org>
1447         * progmodes/executable.el
1448         (executable-make-buffer-file-executable-if-script-p):
1449         Handle file-modes returning nil.
1451         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
1452         message - not necessary, and causes problems.  (Bug#9831)
1454         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
1456         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
1458         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
1459         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
1460         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
1462 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
1464         * window.el (window-resize, delete-window): Use window-splits
1465         variable instead of function.
1466         (window-state-get-1, window-state-put-2, window-state-put):
1467         Don't deal with windows' splits status.
1469 2011-11-12  Glenn Morris  <rgm@gnu.org>
1471         * apropos.el (apropos-do-all, apropos-library, apropos-value)
1472         (apropos-documentation): Doc fixes.
1474 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
1476         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
1477         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
1479 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1481         * electric.el (electric-indent-post-self-insert-function): Make it
1482         possible for a char to only indent in some circumstances.
1483         (electric-indent-mode): Simplify.
1485 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
1487         * window.el (windows-with-parameter): Remove unused function.
1488         (windows-at-side): Rename to window-at-side-list.
1489         (window-check, window-atom-check, window-atom-check-1)
1490         (window-side-check, window-size-ignore, window-size-fixed-1)
1491         (window-in-direction-2): Prefix with "window--".
1492         (window-tree-1): Rename to window--subtree, fix doc-string.
1494 2011-11-11  Glenn Morris  <rgm@gnu.org>
1496         * subr.el (eval-after-load): If FILE is already loaded,
1497         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
1499 2011-11-10  Glenn Morris  <rgm@gnu.org>
1501         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
1502         Call svn via vc-svn-command rather than vc-do-command.
1503         (vc-svn-command): Add --non-interactive.  (Bug#9993)
1504         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
1506         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1507         Add toggle-read-only.  (Bug#7292)
1508         * files.el (toggle-read-only): Mention that it should only
1509         be used interactively.  (Bug#10006)
1511 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1513         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1514         Adjust regexp for OCaml warnings.
1516         * electric.el (electric-pair-post-self-insert-function): Let user
1517         turn it off buffer-locally (bug#9932).
1519         * progmodes/python.el (python-beginning-of-statement):
1520         Rewrite (bug#2703).
1522         * progmodes/compile.el: Better handle TABs (bug#9749).
1523         (compilation-internal-error-properties)
1524         (compilation-next-error-function): Obey the target buffer's
1525         compilation-error-screen-columns.
1527 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
1529         * progmodes/meta-mode.el: Remove obsolete comments.
1530         (meta-right-comment-regexp, meta-ignore-comment-regexp):
1531         Fix typos in docstrings.
1533 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
1535         * window.el (window-size-fixed-p): Rewrite doc-string.
1536         (window-resizable-p): Rename to window--resizable-p.  Update callers.
1537         (window--resizable): New function.  Make all callers of
1538         window-resizable call window--resizable instead.
1539         (window-resizable): Rewrite in terms of window--resizable.
1541 2011-11-08  Glenn Morris  <rgm@gnu.org>
1543         * progmodes/delphi.el (delphi-mode-syntax-table):
1544         Let define-derived-mode define a proper syntax table.  (Bug#9994)
1546 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1548         * window.el: Stay away from defsubst.
1549         (window-list-no-nils): Remove.
1550         (window-state-get-1, window-state-get): Use backquote instead.
1552 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1554         * emacs-lisp/find-func.el (find-function-read):
1555         Fix incorrect use of default argument in `completing-read'.
1557 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
1559         * window.el (display-buffer-function, special-display-function):
1560         Mention display-buffer-record-window but do not mention
1561         help-setup parameter in doc-strings.
1562         (window-min-delta): Fix doc-string typo.
1564 2011-11-08  Chong Yidong  <cyd@gnu.org>
1566         * window.el (window-total-height, window-total-width): Doc fix.
1567         (window-body-size): Move from C.
1568         (window-body-height, window-body-width): Move to C.
1570 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1572         * window.el: Make special-display like display-buffer-alist (bug#9532).
1573         (display-buffer--special-action): New function, morphed
1574         from display-buffer--special.
1575         (display-buffer): Use it to handle special-display-buffers at higher
1576         priority (just after display-buffer-alist).
1577         (display-buffer-fallback-action, display-buffer--other-frame-action)
1578         (pop-to-buffer-same-window): Remove display-buffer--special.
1580 2011-11-07  Glenn Morris  <rgm@gnu.org>
1582         * calendar/cal-menu.el (cal-menu-set-date-title):
1583         Do nothing if not in a calendar.  (Bug#9976)
1585 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1587         * files.el (find-file): Always use selected-window.
1589 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
1591         * window.el (window-combinations): Make WINDOW argument
1592         mandatory.  Rewrite doc-string.
1593         (walk-window-subtree, window-atom-check, window-min-delta)
1594         (window-max-delta, window--resize-this-window)
1595         (window--resize-root-window-vertically, window-tree)
1596         (balance-windows, window-state-put): Rewrite doc-strings as to
1597         not mention the term "subwindow".
1598         (window--resize-subwindows-skip-p): Rename to
1599         window--resize-child-windows-skip-p.
1600         (window--resize-subwindows-normal): Rename to
1601         window--resize-child-windows-normal.
1602         (window--resize-subwindows): Rename to
1603         window--resize-child-windows.
1604         (window-or-subwindow-p): Rename to window--in-subtree-p.
1606 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
1608         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
1609         Ensure that mbox format messages end in two newlines (Bug#9974).
1611 2011-11-06  Chong Yidong  <cyd@gnu.org>
1613         * window.el (window-combination-p): Function deleted; its
1614         side-effect is not used in any existing code.
1615         (window-combinations, window-combined-p): Call window-*-child
1616         directly.
1618 2011-11-05  Chong Yidong  <cyd@gnu.org>
1620         * window.el (window-valid-p): Rename from window-any-p.
1621         (window-size-ignore, window-state-get): Callers changed.
1622         (window-normalize-window): Rename from window-normalize-any-window.
1623         New arg LIVE-ONLY, replacing window-normalize-live-window.
1624         (window-normalize-live-window): Delete.
1625         (window-combination-p, window-combined-p, window-combinations)
1626         (walk-window-subtree, window-atom-root, window-min-size)
1627         (window-sizable, window-sizable-p, window-size-fixed-p)
1628         (window-min-delta, window-max-delta, window-resizable)
1629         (window-resizable-p, window-full-height-p, window-full-width-p)
1630         (window-current-scroll-bars, window-point-1, set-window-point-1)
1631         (window-at-side-p, window-in-direction, window-resize)
1632         (adjust-window-trailing-edge, maximize-window, minimize-window)
1633         (window-deletable-p, delete-window, delete-other-windows)
1634         (record-window-buffer, unrecord-window-buffer)
1635         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
1636         (quit-window, split-window, window-state-put)
1637         (set-window-text-height, fit-window-to-buffer)
1638         (shrink-window-if-larger-than-buffer): Callers changed.
1640 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
1642         * mail/rmail.el (rmail-simplified-subject): Decode subject with
1643         rfc2047-decode-string.
1644         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
1645         warnings.
1647         * window.el (window-body-height, window-body-width): Mention in
1648         the doc string that the return values are in frame's canonical
1649         units.  (Bug#9949)
1651 2011-11-03  Alan Mackenzie  <acm@muc.de>
1653         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
1654         change in cc-engine.el.
1656 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1658         * window.el (switch-to-buffer): Use `force-same-window' interactively.
1660 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
1662         * window.el (quit-window): Call unrecord-window-buffer after
1663         showing another buffer in the window.  (Bug#9937)
1664         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1666 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
1668         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
1669         Accept status with more than 9 shelves.  (Bug#9935)
1670         Reported by Colin D Bennett <colin@gibibit.com>.
1672 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
1674         * help.el (with-help-window): Don't reference
1675         temp-buffer-show-specifiers in doc-string.
1677 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
1679         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
1680         menu-item.
1682 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1684         * whitespace.el: New version 13.2.2.
1685         (whitespace-newline-mode): Disable properly.  Reported by Sarah
1686         <EmacsWiki>.
1688 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1690         * net/newst-treeview.el: Remove "Time-stamp".
1691         (newsticker--group-manage-orphan-feeds): Do not call
1692         newsticker--treeview-tree-update.
1693         (newsticker-treeview-update, newsticker-treeview):
1694         Call newsticker--treeview-tree-update if necessary.
1696 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
1698         * window.el (window-iso-combination-p, window-iso-combined-p)
1699         (window-iso-combinations): Remove "iso-" infix.
1700         Suggested by Chong Yidong.
1701         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
1702         (window-max-delta-1, window-resize, window--resize-siblings)
1703         (window--resize-this-window, adjust-window-trailing-edge)
1704         (split-window, balance-windows-1)
1705         (shrink-window-if-larger-than-buffer):
1706         * calendar/calendar.el (calendar-generate-window):
1707         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
1709 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1711         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
1712         in place (bug#9907).
1713         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
1714         (eshell-rewrite-if-command, eshell-rewrite-for-command)
1715         (eshell-structure-basic-command, eshell-rewrite-while-command)
1716         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
1717         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
1718         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
1719         (eshell-do-pipelines-synchronously, eshell-eval-command):
1720         Use backquotes and prefer setq to set.
1721         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
1722         (eshell-macrop): Use functionp.
1723         (eshell-do-eval): Handle multiple expressions in `while' body.
1725 2011-10-30  Chong Yidong  <cyd@gnu.org>
1727         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
1728         instead of set-mark (Bug#9810).
1730 2011-10-30  Chong Yidong  <cyd@gnu.org>
1732         * window.el (split-window-below, split-window-right): Rename from
1733         split-window-above-each-other and split-window-side-by-side
1734         respectively.  All callers changed.
1735         (split-window-sensibly, split-window-sensibly): Use them.
1736         (split-window-keep-point): Doc fix.
1738         * isearch.el: Add isearch-scroll property to split-window-below
1739         and split-window-right.
1741         * follow.el (follow-mode):
1742         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1743         * progmodes/ada-xref.el (ada-gdb-application):
1744         * emulation/vip.el (vip-buffer-in-two-windows):
1745         * image-dired.el (image-dired-dired-with-window-configuration):
1746         * dired-x.el (dired-do-find-marked-files):
1747         * dired.el (dired-pop-to-buffer):
1748         * bs.el (bs--show-with-configuration):
1749         * vc/emerge.el (emerge-setup-windows):
1750         * textmodes/two-column.el (2C-two-columns):
1751         * textmodes/reftex-toc.el (reftex-toc):
1752         * progmodes/gdb-mi.el (gdb-setup-windows):
1753         * progmodes/fortran.el (fortran-window-create):
1754         * net/newst-treeview.el (newsticker--treeview-window-init):
1755         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
1756         * emulation/tpu-edt.el (tpu-gold-map):
1757         * emulation/crisp.el (crisp-mode-map):
1758         * calendar/calendar.el (calendar-basic-setup): Callers changed.
1760 2011-10-29  Chong Yidong  <cyd@gnu.org>
1762         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
1764         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
1766         * textmodes/flyspell.el (flyspell-word): Fix char offset for
1767         forged Ispell output (Bug#7904).
1769         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
1771 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1773         * doc-view.el: Avoid ugly errors about not finding nil.
1774         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1775         (doc-view-dvipdf-program, doc-view-unoconv-program)
1776         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
1777         Avoid nil or absolute file name as default value.
1778         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
1780 2011-10-28  Alan Mackenzie  <acm@muc.de>
1782         * progmodes/cc-defs.el (c-version): -> 5.32.2.
1784 2011-10-28  Alan Mackenzie  <acm@muc.de>
1786         Amend the handling of c-beginning/end-of-defun in nested declaration
1787         scopes.
1789         * progmodes/cc-vars.el (c-defun-tactic): Move here from
1790         cc-langs.el.  Change it to a defcustom.
1792         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
1793         cc-vars.el.
1795         * progmodes/cc-engine.el (c-beginning-of-statement-1):
1796         Prevent "class foo : bar" being spuriously recognized as a label.
1798         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
1799         Add parameter `inclusive' (to include enclosing braces in the region).
1800         (c-widen-to-enclosing-decl-scope): New function.
1801         (c-while-widening-to-decl-block): New macro.
1802         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
1803         outward for defun boundaries, and correspondingly change symbol
1804         `respect-enclosure' to `go-outward'.
1805         (c-declaration-limits): Change algorithm to report only the "innermost"
1806         defun's boundaries.
1808 2011-10-28  Deniz Dogan  <deniz@dogan.se>
1810         * net/rcirc.el (rcirc-mode): Use hard newlines.
1812 2011-10-28  Alan Mackenzie  <acm@muc.de>
1814         Amend to indent and fontify macros "which include their own semicolon"
1815         correctly, using the "virtual semicolon" mechanism.
1817         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
1819         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1820         Recode to scan one line at a time rather than having \n and \r
1821         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
1822         (c-forward-label): Amend for virtual semicolons.
1823         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
1825         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
1826         of the new C macros.
1828         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
1829         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
1830         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
1831         (c-opt-cpp-macro-define): Make into a full language variable.
1832         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
1833         AWK Mode (including \n, \r) removed, no longer needed.
1835         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
1836         Invoke c-make-macro-with-semi-re.
1838         * progmodes/cc-vars.el (c-macro-with-semi-re):
1839         (c-macro-names-with-semicolon): New variables.
1840         (c-make-macro-with-semi-re): New function.
1842 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1844         * vc/log-edit.el: Fill empty field rather than adding new one.
1845         (log-edit-add-field): New function.
1846         (log-edit-insert-changelog): Use it.
1848 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
1850         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
1852 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1854         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
1855         (gdb--check-interpreter): New function.
1856         (gdb): Use it.
1858 2011-10-27  Glenn Morris  <rgm@gnu.org>
1860         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
1861         (least-positive-float, least-negative-float)
1862         (least-positive-normalized-float, least-negative-normalized-float)
1863         (float-epsilon, float-negative-epsilon):
1864         Remove unnecessary declarations.
1866         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
1867         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
1868         (least-positive-float, least-negative-float)
1869         (least-positive-normalized-float, least-negative-normalized-float)
1870         (float-epsilon, float-negative-epsilon): Add doc-strings,
1871         based on those in cl.texi.
1873         * files.el (set-visited-file-name): If the major-mode changed,
1874         reload the local variables.  (Bug#9796)
1876 2011-10-27  Chong Yidong  <cyd@gnu.org>
1878         * subr.el (change-major-mode-after-body-hook): New hook.
1879         (run-mode-hooks): Run it.
1881         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1882         Use change-major-mode-before-body-hook.
1884         * simple.el (fundamental-mode):
1885         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
1886         change introducing fundamental-mode-hook.
1888 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
1890         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
1892 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
1894         * ido.el (ido-file-name-all-completions-1): Do not require
1895         tramp.el explicitly.  (Bug#7583)
1897 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1899         * progmodes/octave-mod.el:
1900         * progmodes/octave-inf.el: Update maintainer.
1902 2011-10-26  Chong Yidong  <cyd@gnu.org>
1904         * subr.el (with-wrapper-hook): Rewrite doc.
1906 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
1908         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
1909         filenames "/method:foo:".  (Bug#9793)
1911 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1913         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
1914         (bug#9865).
1916 2011-10-24  Glenn Morris  <rgm@gnu.org>
1918         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
1920 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
1922         * notifications.el: Add the requirement of a running D-Bus session
1923         bus to the Commentary.
1925 2011-10-24  Juri Linkov  <juri@jurta.org>
1927         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
1928         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
1929         (Bug#9364)
1931 2011-10-24  Juri Linkov  <juri@jurta.org>
1933         * info.el (Info-following-node-name-re): Add newline to the list
1934         of allowed characters for leading space.  (Bug#9824)
1936 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1938         * progmodes/octave-inf.el (inferior-octave-mode-map):
1939         Fix C-c C-h binding.
1940         * progmodes/octave-mod.el (octave-help): Remove.
1942 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
1944         Sync with Tramp 2.2.3.
1946         * net/tramp-cache.el (top): Pacify byte-compiler using
1947         `init-file-user' and `site-run-file'.
1949         * net/trampver.el: Update release number.
1951 2011-10-23  Chong Yidong  <cyd@gnu.org>
1953         * files.el (toggle-read-only): Remove obsolete comment about
1954         version control.
1956         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
1957         for toggle-read-only.  Note that this hasn't called vc-next-action
1958         since 2008-05-02, though it wasn't documented at the time.
1960         * vc/ediff-init.el (ediff-toggle-read-only-function):
1961         Use toggle-read-only.
1963 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
1965         Fix bug #9560, sporadic wrong indentation; improve instrumentation
1966         of c-parse-state.
1968         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1969         correct faulty logical expression.
1970         (c-parse-state-state, c-record-parse-state-state):
1971         (c-replay-parse-state-state): New defvar/defuns.
1972         (c-debug-parse-state): Use new functions.
1974 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
1976         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
1977         last fix.  Use window-in-direction correctly.
1979 2011-10-21  Chong Yidong  <cyd@gnu.org>
1981         * progmodes/idlwave.el (idlwave-mode):
1982         * progmodes/vera-mode.el (vera-mode): No need to set
1983         require-final-newline; that's done in prog-mode.
1984         Suggested by Stefan Monnier.
1986 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
1988         * mouse.el (mouse-drag-window-above)
1989         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
1990         (mouse-drag-mode-line-1, mouse-drag-header-line)
1991         (mouse-drag-vertical-line-rightward-window): Remove.
1992         (mouse-drag-line): New function.
1993         (mouse-drag-mode-line, mouse-drag-header-line)
1994         (mouse-drag-vertical-line): Call mouse-drag-line.
1995         * window.el (window-at-side-p, windows-at-side): New functions.
1997 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
1999         * tar-mode.el (tar-grind-file-mode):
2000         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
2002 2011-10-21  Chong Yidong  <cyd@gnu.org>
2004         * progmodes/idlwave.el (idlwave-mode):
2005         * progmodes/vera-mode.el (vera-mode):
2006         Use mode-require-final-newline.
2008 2011-10-20  Glenn Morris  <rgm@gnu.org>
2010         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
2012 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
2014         * emulation/cua-base.el (cua-set-mark): Fix case of string.
2016 2011-10-20  Chong Yidong  <cyd@gnu.org>
2018         * emulation/cua-base.el (cua-mode):
2019         * mail/footnote.el (footnote-mode):
2020         * mail/mailabbrev.el (mail-abbrevs-mode):
2021         * net/xesam.el (xesam-minor-mode):
2022         * progmodes/bug-reference.el (bug-reference-mode):
2023         * progmodes/cap-words.el (capitalized-words-mode):
2024         * progmodes/compile.el (compilation-minor-mode)
2025         (compilation-shell-minor-mode):
2026         * progmodes/gud.el (gud-tooltip-mode):
2027         * progmodes/hideif.el (hide-ifdef-mode):
2028         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2029         * progmodes/subword.el (subword-mode):
2030         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2031         * progmodes/which-func.el (which-function-mode):
2032         * term/tvi970.el (tvi970-set-keypad-mode):
2033         * term/vt100.el (vt100-wide-mode):
2034         * textmodes/flyspell.el (flyspell-mode):
2035         * textmodes/ispell.el (ispell-minor-mode):
2036         * textmodes/nroff-mode.el (nroff-electric-mode):
2037         * textmodes/paragraphs.el (use-hard-newlines):
2038         * textmodes/refill.el (refill-mode):
2039         * textmodes/reftex.el (reftex-mode):
2040         * textmodes/rst.el (rst-minor-mode):
2041         * textmodes/sgml-mode.el (html-autoview-mode)
2042         (sgml-electric-tag-pair-mode):
2043         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
2044         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
2045         * emulation/crisp.el (crisp-mode):
2046         * emacs-lisp/eldoc.el (eldoc-mode):
2047         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
2048         minor mode behavior.
2050 2011-10-19  Juri Linkov  <juri@jurta.org>
2052         * descr-text.el (describe-char): Add #x2010 and #x2011 to
2053         the list of hard-coded chars with escape-glyph face.
2055 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2057         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
2059 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
2061         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
2062         running process.
2064 2011-10-19  Glenn Morris  <rgm@gnu.org>
2066         * vc/vc-bzr.el (vc-bzr-after-dir-status):
2067         Ignore ignored files.  (Bug#9726)
2069 2011-10-19  Chong Yidong  <cyd@gnu.org>
2071         Doc fix for minor modes, stating that an omitted argument enables
2072         the mode unconditionally when called from Lisp.
2074         * abbrev.el (abbrev-mode):
2075         * allout.el (allout-mode):
2076         * autoinsert.el (auto-insert-mode):
2077         * autoarg.el (autoarg-mode, autoarg-kp-mode):
2078         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2079         (global-auto-revert-mode):
2080         * battery.el (display-battery-mode):
2081         * composite.el (global-auto-composition-mode)
2082         (auto-composition-mode):
2083         * delsel.el (delete-selection-mode):
2084         * desktop.el (desktop-save-mode):
2085         * dired-x.el (dired-omit-mode):
2086         * dirtrack.el (dirtrack-mode):
2087         * doc-view.el (doc-view-minor-mode):
2088         * double.el (double-mode):
2089         * electric.el (electric-indent-mode, electric-pair-mode):
2090         * emacs-lock.el (emacs-lock-mode):
2091         * epa-hook.el (auto-encryption-mode):
2092         * follow.el (follow-mode):
2093         * font-core.el (font-lock-mode):
2094         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
2095         * help.el (temp-buffer-resize-mode):
2096         * hilit-chg.el (highlight-changes-mode)
2097         (highlight-changes-visible-mode):
2098         * hi-lock.el (hi-lock-mode):
2099         * hl-line.el (hl-line-mode, global-hl-line-mode):
2100         * icomplete.el (icomplete-mode):
2101         * ido.el (ido-everywhere):
2102         * image-file.el (auto-image-file-mode):
2103         * image-mode.el (image-minor-mode):
2104         * iswitchb.el (iswitchb-mode):
2105         * jka-cmpr-hook.el (auto-compression-mode):
2106         * linum.el (linum-mode):
2107         * longlines.el (longlines-mode):
2108         * master.el (master-mode):
2109         * mb-depth.el (minibuffer-depth-indicate-mode):
2110         * menu-bar.el (menu-bar-mode):
2111         * minibuf-eldef.el (minibuffer-electric-default-mode):
2112         * mouse-sel.el (mouse-sel-mode):
2113         * msb.el (msb-mode):
2114         * mwheel.el (mouse-wheel-mode):
2115         * outline.el (outline-minor-mode):
2116         * paren.el (show-paren-mode):
2117         * recentf.el (recentf-mode):
2118         * reveal.el (reveal-mode, global-reveal-mode):
2119         * rfn-eshadow.el (file-name-shadow-mode):
2120         * ruler-mode.el (ruler-mode):
2121         * savehist.el (savehist-mode):
2122         * scroll-all.el (scroll-all-mode):
2123         * scroll-bar.el (scroll-bar-mode):
2124         * server.el (server-mode):
2125         * shell.el (shell-dirtrack-mode):
2126         * simple.el (auto-fill-mode, transient-mark-mode)
2127         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
2128         (line-number-mode, column-number-mode, size-indication-mode)
2129         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
2130         * strokes.el (strokes-mode):
2131         * time.el (display-time-mode):
2132         * t-mouse.el (gpm-mouse-mode):
2133         * tool-bar.el (tool-bar-mode):
2134         * tooltip.el (tooltip-mode):
2135         * type-break.el (type-break-mode-line-message-mode)
2136         (type-break-query-mode):
2137         * view.el (view-mode):
2138         * whitespace.el (whitespace-mode, whitespace-newline-mode)
2139         (global-whitespace-mode, global-whitespace-newline-mode):
2140         * xt-mouse.el (xterm-mouse-mode): Doc fix.
2142         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2143         Fix autogenerated docstring.
2145 2011-10-19  Juri Linkov  <juri@jurta.org>
2147         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
2148         by checking environment variables "DESKTOP_SESSION" and
2149         "XDG_CURRENT_DESKTOP".  (Bug#9779)
2151 2011-10-19  Juri Linkov  <juri@jurta.org>
2153         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
2154         (browse-url-chromium-program, browse-url-chromium-arguments):
2155         New defcustoms.
2156         (browse-url-default-browser): Check for `browse-url-chromium' and
2157         call `browse-url-chromium-program'.
2158         (browse-url-chromium): New command.  (Bug#9779)
2160 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
2162         * facemenu.el (list-colors-duplicates): On Windows, detect more
2163         duplicates by assuming that only colors matching "^System" are
2164         special "system colors".  (Bug#9722)
2166 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2168         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
2169         to distinguish the author from the committer.
2171 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
2173         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
2175 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
2177         * international/mule.el (sgml-html-meta-auto-coding-function):
2178         Add support for detecting encoding in HTML5 specified only as
2179         <meta charset="UTF-8">.  Implementation just makes http-equiv and
2180         content-type parts from HTML4 encoding string optional.  (Bug#9716)
2182 2011-10-18  Glenn Morris  <rgm@gnu.org>
2184         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
2186 2011-10-18  Chong Yidong  <cyd@gnu.org>
2188         * faces.el (cursor): Doc fix.
2190 2011-10-17  Chong Yidong  <cyd@gnu.org>
2192         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
2194 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
2196         * dirtrack.el (dirtrack): Support shell buffers with path
2197         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
2199 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
2201         * json.el: Bump version to 1.3 and note change in History.
2202         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
2204 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2206         * comint.el (comint-insert-input, comint-send-input)
2207         (comint-get-old-input-default, comint-backward-matching-input)
2208         (comint-next-prompt): Use nil instead of `input' for field property of
2209         past user input (bug#114).
2211         * minibuffer.el (completion--replace): Inherit surrounding properties
2212         (bug#114).
2213         (minibuffer-complete-and-exit): Use it.
2215         * comint.el (comint--table-subvert): Quote the all-completions output
2216         (bug#9160).
2218 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
2220         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
2222         * menu-bar.el (menu-bar-file-menu): Add entry for making new
2223         window on right of selected.  (Bug#9350) Reword other window
2224         entries and separate them from frame entries.
2226 2011-10-15  Glenn Morris  <rgm@gnu.org>
2228         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
2229         Doc fixes.
2231 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
2233         * net/network-stream.el (network-stream-open-starttls):
2234         Improve detection of failure due to lack of TLS support.
2236         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
2237         putting the input text in front and in bold.
2239 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2241         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
2243         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
2244         empty buffer.
2246         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
2247         unread-command-events rather than pushing yet-another event.
2249 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
2251         * mail/sendmail.el (sendmail-query-once): Improve the wording of
2252         the explanation of the possible choices.  Make the options passed
2253         to completing-read shorter.
2255 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2257         * textmodes/flyspell.el (flyspell-large-region): Make sure
2258         extended character mode is used if defined (Bug#1339).
2260 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
2262         * simple.el (what-cursor-position): Fix the display of the
2263         character info for LRE, LRO, RLE, and RLO characters by appending
2264         an invisible PDF.
2266 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2268         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
2269         even in case of error; add debug spec; simplify data flow.
2270         (with-timeout-handler): Remove.
2272 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
2274         Fix Bug#6019, Bug#9315.
2276         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
2277         complete `buffer-file-name', the local file name part could look
2278         remotely (for example on VMS).
2280         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
2281         `tramp-run-real-handler'.
2282         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
2283         already quoted by '"'.
2285         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
2286         Let `file-name-handler-alist' be nil, the local file name part
2287         could look remotely (for example on VMS).
2289 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2291         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
2292         from here...
2293         (flyspell-post-command-hook): ...to here.
2295 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2297         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
2298         if not needed.
2299         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
2300         using completion.  Protect against "slow" callers.
2301         Remove the "message hack".
2303 2011-10-11  Juri Linkov  <juri@jurta.org>
2305         * isearch.el (isearch-lazy-highlight-word): New variable.
2306         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2307         Use it.  (Bug#9727)
2309 2011-10-11  Glenn Morris  <rgm@gnu.org>
2311         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
2312         like f90-previous-statement does.
2314 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2316         * eshell/eshell.el (eshell-command): History should be saved
2317         only in interactive use, to avoid error.
2319 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2321         * minibuffer.el (completion-file-name-table): Fix last change,
2322         i.e. ignore normal errors but not the other ones.
2324 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
2326         * window.el (special-display-buffer-names)
2327         (special-display-regexps): Remove some remnants of earlier
2328         changes from doc-strings.
2329         (quit-windows-on): New function.
2331         * vc/vc.el (vc-revert, vc-rollback):
2332         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
2333         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
2334         (Bug#6183) (Bug#7074) (Bug#7447)
2336 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
2338         * window.el (frame-auto-hide-function): Add version tag.
2339         (Bug#9699)
2341 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
2343         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
2344         condition.
2346 2011-10-09  Leo Liu  <sdl.web@gmail.com>
2348         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
2349         (Bug#9701)
2351 2011-10-08  Glenn Morris  <rgm@gnu.org>
2353         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
2354         before the first code statement zero indent.  (Bug#9690)
2356 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
2358         * simple.el (count-words-region): Always count in the region.
2359         Report the number of lines and characters too.
2360         (count-words): New command, which counts in the buffer if the
2361         region is inactive, as count-words-region used to.
2362         (count-words--message): New function.  Handle plurals.
2363         (count-lines-region): Make it an alias for count-words-region.
2365         * bindings.el (esc-map): Replace count-lines-region with
2366         count-words-region.
2368 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
2370         * window.el (window--delete): Delete dedicated frame
2371         unconditionally when argument KILL is non-nil.  (Bug#9699)
2372         (switch-to-buffer): Fix doc-string typo.
2374 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2376         * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
2378 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
2380         * bindings.el ([M-left],[M-right]): Bind to left-word and
2381         right-word respectively.
2383 2011-10-07  Glenn Morris  <rgm@gnu.org>
2385         * cus-start.el (debug-on-quit): Fix custom type.
2387 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2389         * subr.el (define-key-after): Clarify that the function is not
2390         useful for non-menu keymaps.
2392         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
2394 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2396         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
2397         in current minibuffer (Fix bug with recursive minibuffers).
2399 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
2401         * progmodes/gdb-mi.el (gdb): Doc fix.
2403 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
2405         * window.el (frame-auto-hide-function): New option replacing
2406         frame-auto-delete.  Suggested by Stefan Monnier.
2407         (window--delete): Call frame-auto-hide-function instead of
2408         investigating frame-auto-delete.
2409         (window-point-1, set-window-point-1): New functions.
2410         (window-in-direction, record-window-buffer, window-state-get-1)
2411         (display-buffer-record-window): Use window-point-1 instead of
2412         window-point.
2413         (set-window-buffer-start-and-point): Use set-window-point-1.
2415 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2417         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
2419 2011-10-05  Glenn Morris  <rgm@gnu.org>
2421         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
2422         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
2424 2011-10-05  Leo Liu  <sdl.web@gmail.com>
2426         * subr.el (read-char-choice): Fix argument to buffer-live-p which
2427         works with buffer object.
2429 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2431         * mpc.el (mpc-tool-bar-map): Add labels.
2433 2011-10-04  Glenn Morris  <rgm@gnu.org>
2435         * calendar/holidays.el (calendar-check-holidays): Doc fix.
2437 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
2439         * window.el (window--delete): New function.
2440         (frame-auto-delete): Resuscitate option.
2441         (bury-buffer, replace-buffer-in-windows)
2442         (quit-window): Rewrite using window--delete.
2443         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2444         Pass display-buffer-mark-dedicated to window--display-buffer-2
2445         (Bug#9639).
2447 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2449         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
2450         returns a list (bug#9554).  Add remote file name completion.
2451         * comint.el (comint--table-subvert): Curry and get quote&unquote
2452         functions as arguments.
2453         (comint--complete-file-name-data): Adjust call accordingly.
2454         * pcomplete.el (pcomplete--table-subvert): Remove.
2455         (pcomplete-completions-at-point): Use comint--table-subvert instead.
2457         * minibuffer.el (completion-table-case-fold): Use currying.
2458         (completion--styles-type, completion--cycling-threshold-type):
2459         New constants.
2460         (completion-styles, completion-category-overrides)
2461         (completion-cycle-threshold): Use them.
2462         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
2463         completion-table-case-fold.
2465 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
2467         * minibuffer.el (completion-category-overrides): Fix type of styles
2468         and add more user friendly tags (bug#9660).
2470 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2472         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
2473         (mule-input-method-string): New widget.
2474         (default-input-method, language-info-custom-alist): Use it.
2476 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2478         * pcomplete.el: Require comint.
2479         (pcomplete--common-suffix): Remove.
2480         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
2481         (pcomplete--table-subvert): Sync with comint--table-subvert.
2482         (pcomplete--entries): Use comint-completion-file-name-table.
2483         * comint.el (comint-unquote-filename): Simplify.
2484         (comint-completion-file-name-table): New function (bug#9616).
2485         (comint--complete-file-name-data): Use it.
2487         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
2488         (pcmpl-gnu-tar-buffer): Remove.
2489         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
2490         around.  Make sure pcomplete-suffix-list is only changed temporarily.
2491         Don't look inside the tar's file if it's too large.
2493 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
2495         * cus-edit.el (custom-mode-map):
2496         * epa.el (epa-key-list-mode-map):
2497         * man.el (Man-mode-map):
2498         * startup.el (splash-screen-keymap):
2499         * simple.el (special-mode-map): Use scroll-up-command and
2500         scroll-down-command.
2502         * progmodes/idlw-help.el (idlwave-help-mode-map):
2503         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
2504         * net/newst-plainview.el (newsticker-mode-map):
2505         * emulation/ws-mode.el (wordstar-mode-map):
2506         * emulation/vi.el (vi-com-map):
2507         * calc/calc-graph.el (calc-graph-show-dumb):
2508         * term/sun.el (terminal-init-sun):
2509         * term/ns-win.el (global-map):
2510         * progmodes/grep.el (grep-mode-map):
2511         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
2512         * mail/rmail.el (rmail-mode-map):
2513         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
2515         * custom.el (custom-safe-themes, load-theme): Treat value of t for
2516         custom-safe-themes as special.
2518 2011-10-01  Julien Danjou  <julien@danjou.info>
2520         * notifications.el (notifications-notify): Fix docstring.
2522 2011-10-01  Per Starbäck  <per@starback.se>
2524         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
2526 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
2528         * startup.el (command-line-1): Fix last fix by inserting
2529         initial-scratch-message into *scratch* before displaying it.
2530         (Bug#9605) and (Bug#9636)
2532 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
2534         * simple.el (line-move): If auto-hscroll-mode is disabled and the
2535         window is hscrolled, move by logical lines.  (Bug#9607)
2536         (line-move-visual): Update the doc string to the above effect.
2538 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
2540         * window.el (display-buffer-record-window): When WINDOW is the
2541         selected window use `point' instead of `window-point'.  (Bug#9626)
2543         * startup.el (command-line-1): Use insert-before-markers when
2544         inserting initial-scratch-message.  (Bug#9605)
2546         * help.el (help-window): Remove variable.
2548 2011-09-29  Glenn Morris  <rgm@gnu.org>
2550         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
2552 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
2554         * descr-text.el (describe-char-categories): Accept category
2555         descriptions more than one line long.
2557 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2559         * simple.el (delete-trailing-whitespace): Fix last change.
2561         * progmodes/perl-mode.el (perl-syntax-propertize-function):
2562         Don't confuse "y => 3" as the beginning of a `y' operation.
2564         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
2565         object has more than 4 slots (bug#9613).
2567 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
2569         * subr.el (with-output-to-temp-buffer):
2570         * net/quickurl.el (quickurl, quickurl-browse-url):
2571         Fix typos in docstrings.
2573 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
2575         * minibuffer.el (completion-styles)
2576         (completion-category-overrides): Cross reference each other in doc
2577         strings.
2579 2011-09-27  Glenn Morris  <rgm@gnu.org>
2581         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
2582         to split-string.  (Bug#9606)
2584 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
2587         (bug#9615).
2589 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
2591         * emacs-lisp/package.el (list-packages): Fix echo area message.
2593 2011-09-27  Leo Liu  <sdl.web@gmail.com>
2595         * ido.el (ido-read-internal): Accept cons cell HIST arg.
2597 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
2599         * net/dbus.el (dbus-unregister-object): Don't release services for
2600         registered signals.  (Bug#9581)
2602 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2604         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
2605         function that picks between cfengine 2 and 3 support
2606         automatically.  Update docs accordingly.
2608 2011-09-22  Kenichi Handa  <handa@m17n.org>
2610         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
2611         ZERO.
2612         (indian-itrans-v5-table-for-tamil): New variable.
2613         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
2615 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
2617         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
2618         that's true if the current command involved collapsing of text.
2619         It's reset to false at the beginning of the next command.
2620         (allout-post-command-business): Move the cursor to the beginning
2621         of entry if the cursor is hidden and collapsing activity just
2622         happened.
2624 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
2626         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
2627         tracking (Bug#9541).
2629 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
2631         * net/newst-reader.el (newsticker-html-renderer)
2632         (newsticker-show-news): Automatically load html rendering package
2633         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
2634         because w3m-fill-column is let-bound" and the error "Symbol's value
2635         as variable is void: w3m-fill-column".
2637 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
2639         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
2640         Release services only if they are defined.  (Bug#9581)
2642 2011-09-23  Richard Stallman  <rms@gnu.org>
2644         * textmodes/paragraphs.el (forward-sentence): For backwards case,
2645         distinguish start of paragraph from start of its text.
2647         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
2649         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
2650         (rmail-generate-viewer-buffer): Put that hook on view buffer.
2651         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
2653 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
2655         * international/mule-diag.el (mule-diag): Insert a newline after
2656         each fontset description.
2658 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2660         * simple.el (delete-trailing-whitespace):
2661         Document last change; simplify.
2663 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
2665         * simple.el (delete-trailing-whitespace): Also delete
2666         extra newlines at the end of the buffer.
2668         * textmodes/picture.el: Make motion commands obey shift-select-mode.
2669         (picture-newline): Use forward-line so as to ignore fields.
2671 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2673         * subr.el (with-wrapper-hook): Fix edebug spec.
2675 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
2678         (bug#4538).
2680 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
2682         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2683         Fix nasty bug using wrong cached values.
2685 2011-09-23  Alan Mackenzie  <acm@muc.de>
2687         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
2689 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
2691         * window.el (pop-to-buffer): Ensure right window is selected if we
2692         chose another frame.
2694 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
2696         * simple.el (what-cursor-position): Use get-char-property-change
2697         and next-single-char-property-change, to be able to show display
2698         properties that come from overlays as well as text properties.
2700 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
2702         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
2704         * cmuscheme.el (run-scheme, switch-to-scheme):
2705         * cus-edit.el (customize-group, custom-buffer-create)
2706         (customize-browse):
2707         * info.el (info):
2708         * shell.el (shell):
2709         * mail/sendmail.el (mail):
2710         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
2712 2011-09-22  Richard Stallman  <rms@gnu.org>
2714         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
2715         move back only to line beg, don't move back over blank lines.
2717 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
2719         * files.el (copy-directory): Set directory attributes only in case
2720         they could be retrieved from the source directory.  (Bug#9565)
2722 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
2724         * progmodes/hideshow.el (hs-looking-at-block-start-p)
2725         (hs-find-block-beginning, hs-hide-level-recursive):
2726         Ignore strings as well as comments.  (Bug#9502)
2728 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
2730         * progmodes/sql.el (sql-comint-postgres):
2731         Convert port number to a string.  (Bug#9566)
2733 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
2735         * window.el (quit-window): Undedicate window when switching to
2736         previous buffer.  Reported by Thierry Volpiatto
2737         <thierry.volpiatto@gmail.com>.
2738         (special-display-popup-frame): When popping up a new frame reset
2739         its previous buffers to nil.  Simplify code.
2741 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
2743         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
2744         and process filter, as done also in `shell-command'.
2746 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
2748         * window.el (set-window-buffer-start-and-point):
2749         Call set-window-start with NOFORCE argument t.
2750         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2751         (quit-window): Reword doc-string.  Handle new format of
2752         quit-restore parameter.  Don't delete window if it has a
2753         previous buffer we can show instead of the present one.
2754         (display-buffer-record-window): Rewrite using a new format for
2755         the quit-restore window parameter
2756         (special-display-popup-frame, display-buffer-same-window)
2757         (display-buffer-reuse-window, display-buffer-pop-up-frame)
2758         (display-buffer-pop-up-window, display-buffer-use-some-window):
2759         Adapt symbol passed to display-buffer-record-window.
2760         * help.el (help-window-setup): Handle new format of quit-restore
2761         parameter.
2763 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2765         * faces.el (face-list): Fix docstring (bug#9564).
2767         * window.el (display-buffer--action-function-custom-type):
2768         Don't include internal functions in the Custom interface.
2770 2011-09-20  Juri Linkov  <juri@jurta.org>
2772         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
2773         (Info-forward-node, Info-backward-node, Info-next-preorder)
2774         (Info-last-preorder): Use it.  (Bug#9528)
2776 2011-09-20  Juri Linkov  <juri@jurta.org>
2778         * info.el (Info-last-preorder): Visit last menu item only when
2779         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
2781 2011-09-20  Julien Danjou  <julien@danjou.info>
2783         * password-cache.el (password-cache-remove): Remove entries even if the
2784         value is nil, so that password with a nil value (negative caching) is
2785         possible to invalidate.
2787 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
2789         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
2790         all whitespace around breakpoint.  (Bug#9553)
2791         (f90-find-breakpoint): Only break at whitespace inside a comment.
2793 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2795         * minibuffer.el (completion-file-name-table): Keep track of errors.
2796         (completion-table-with-predicate): Handle the case where pred1 is nil.
2797         * pcomplete.el (pcomplete-completions-at-point): Simplify.
2799 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2801         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
2802         (debugger-return-value): Signal an error if the debugging context does
2803         not await any return value.
2805         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
2806         * image-mode.el (image-toggle-display-text)
2807         (image-toggle-display-image): Stay away from evil `intangible'.
2809 2011-09-19  Leo Liu  <sdl.web@gmail.com>
2811         * replace.el (occur-revert-arguments): Make it permanent-local.
2812         (occur-mode): Don't call font-lock-defontify.
2814 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
2816         * net/ldap.el (ldap-search-internal): Don't push empty search
2817         result (Bug#9508).
2819 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2821         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
2823 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
2825         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
2826         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
2828 2011-09-18  Juri Linkov  <juri@jurta.org>
2830         * buff-menu.el (Buffer-menu-mode-map):
2831         * dired.el (dired-mode-map):
2832         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
2833         (lisp-interaction-mode-map):
2834         * emacs-lisp/package.el (package-menu-mode-map):
2835         * epa.el (epa-key-list-mode-map):
2836         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
2837         (menu-bar-options-menu):
2838         * outline.el (outline-mode-menu-bar-map):
2839         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
2840         * vc/vc-dir.el (vc-dir-menu-map):
2841         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
2842         Capitalize non-function content words in menu item strings.
2844         * dired.el (dired-mode-map): Add menu item for
2845         `image-dired-dired-toggle-marked-thumbs'.
2847 2011-09-18  Juri Linkov  <juri@jurta.org>
2849         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
2850         to `isearch-case-fold-search' and restore its original value
2851         after the `isearch-mode' call.
2853 2011-09-18  Juri Linkov  <juri@jurta.org>
2855         * progmodes/grep.el (grep-process-setup): Don't check code for 1
2856         because `zgrep' returns 1 for successful matches (bug#9226).
2858 2011-09-18  Juri Linkov  <juri@jurta.org>
2860         * info.el (Info-extract-menu-node-name): Check the second match
2861         for empty string (second test-case of bug#9528).
2862         (Info-last-preorder): Let-bind `Info-history' to nil to not add
2863         intermediate nodes to the history (first test-case of bug#9528).
2865 2011-09-18  Juri Linkov  <juri@jurta.org>
2867         * info.el (Info-mode-syntax-table): New variable.
2868         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
2870 2011-09-18  Juri Linkov  <juri@jurta.org>
2872         * info.el (Info-file-supports-index-cookies):
2873         Increment line-beginning-position's arg from 3 to 4 because makeinfo
2874         outputs one more line for long file names (bug#4142).
2876 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
2878         * newcomment.el (comment-normalize-vars): If prompting for
2879         comment-start, set comment-start-skip too (Bug#8424).
2881 2011-09-18  Johan BockgÃ¥rd  <bojohan@gnu.org>
2883         * icomplete.el: Fix previous fix of Bug#5849.
2884         (icomplete-mode): Don't set completion-show-inline-help.
2885         (icomplete-minibuffer-setup): Set completion-show-inline-help
2886         locally during icompletion.
2888 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
2890         * woman.el (woman2-process-escapes): Don't delete unrecognized
2891         escapes (Bug#7843).
2893         * files.el (inhibit-first-line-modes-regexps): Add image files.
2894         (hack-local-variables-prop-line): Return nil for malformed
2895         prop-lines (Bug#9044).
2897 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
2899         * net/tramp.el (top): Don't require 'shell.
2900         (tramp-methods): Fix docstring.
2901         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
2902         Return complete remote file name.  Handle "smb" case.
2903         Use `tramp-tmpdir', if defined for the respective method.
2904         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
2906         * net/tramp-compat.el (top): Require 'shell.
2908         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2909         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
2910         `tramp-current-host'.
2911         (tramp-get-remote-tmpdir): Remove.
2913         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
2914         `tramp-tmpdir' entries.
2915         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
2916         (tramp-smb-handle-file-attributes): Ignore errors.
2917         (tramp-smb-wait-for-output): Check also for process end.
2919 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
2922         when sending QUIT (bug#9312).
2924 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
2926         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
2927         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
2928         occur-mode-display-occurrence.
2929         (occur-edit-mode): Add usage message.
2930         (occur-cease-edit): New command.
2931         (occur-after-change-function): Use text properties to find the
2932         position of the prefix text.
2933         (occur-engine): Set stickiness of prefix text properties.
2935 2011-09-17  Glenn Morris  <rgm@gnu.org>
2937         * progmodes/etags.el (complete-tag):
2938         Fix call to completion-in-region.  (Bug#9526)
2940 2011-09-17  Juri Linkov  <juri@jurta.org>
2942         * textmodes/ispell.el (ispell-word): Add to the error message
2943         the word, ispell program name and current dictionary (bug#9121).
2944         (ispell-tex-arg-end): Capitalize "error" in the error message.
2946 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
2948         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
2949         check.  (Bug#4251)
2951 2011-09-17  Juri Linkov  <juri@jurta.org>
2953         * window.el (window-safe-min-height, window-safe-min-width):
2954         Fix typos (followup to bug#9522).
2956 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
2958         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
2960 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
2962         * simple.el (line-move): If goal-column is set, move by logical
2963         lines, not by display lines.  (Bug#971)
2964         (next-line, previous-line, goal-column, line-move-visual): Doc fix
2965         to reflect the above change.
2967 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2969         * image.el (imagemagick-register-types): Use regexp-opt.
2971 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
2973         * window.el (display-buffer-base-action): Rename from
2974         display-buffer-default-action.  Make default value empty.
2975         (display-buffer-overriding-action): Convert to defvar.
2976         (display-buffer-fallback-action): New var.
2978 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
2980         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
2981         declaration.
2982         (package--add-to-archive-contents): If there is a duplicate entry
2983         with an older version, remove it.
2984         (package-menu-mark-delete, package-menu-mark-install)
2985         (package-menu-mark-unmark): Make unused args optional.
2986         (package-menu-mark-obsolete-for-deletion):
2987         Use package-menu-get-status instead of a regexp search.
2988         (package-menu-get-status): Use tabulated-list-entry.
2989         (package-menu-mark-upgrades): New command.
2990         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
2991         (package-menu-execute): Do installation before deletion.
2992         (package-menu-refresh, package-menu-execute): Use derived-mode-p
2993         instead of checking major-mode.
2994         (package-menu--find-upgrades): New function.
2996 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
2999         passwords in the log buffer.
3000         (smtpmail-process-filter): Update the process marker so that the
3001         "broken by peer" status message is inserted in the right place.
3003 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3005         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
3006         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
3007         bibtex-completion-at-point-function.
3008         (bibtex-completion-at-point-function): Use them.
3010         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
3012         * mpc.el (mpc-constraints-tag-lookup): New function.
3013         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
3014         also to browser "album|playlist".
3016 2011-09-14  Juri Linkov  <juri@jurta.org>
3018         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
3019         (isearch-edit-string): Use length of `isearch-string' when
3020         `isearch-fail-pos' returns nil.
3021         (isearch-message): Remove duplicate code and call
3022         `isearch-fail-pos' with arg `t'.
3024 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
3026         * replace.el (occur-mode-goto-occurrence): Don't force using other
3027         window (Bug#9499).
3029         * dired-aux.el (dired-do-chmod): Don't provide initial input.
3031 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
3033         * window.el (display-buffer-window): Remove.
3034         (display-buffer-record-window): Use help-setup window parameter
3035         instead of variable display-buffer-window.
3036         (display-buffer-function, special-display-buffer-names)
3037         (special-display-function): Mention help-setup parameter instead
3038         of display-buffer-window in doc-string.
3039         * help.el (help-window-setup): New argument help-window.
3040         Use help-window-setup parameter instead of display-buffer-window.
3041         Reword some messages.
3042         (with-help-window): Pass window used for displaying the buffer
3043         to help-window-setup.  Don't set display-buffer-window.
3045 2011-09-13  Glenn Morris  <rgm@gnu.org>
3047         * emacs-lisp/debug.el (debugger-make-xrefs):
3048         Preserve point.  (Bug#9462)
3050 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
3052         * window.el (window-deletable-p): Use next-frame.
3054 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
3056         * window.el (window-auto-delete): Remove.
3057         (window-deletable-p): Remove argument FORCE.  Don't deal with
3058         dedication and previous buffers.
3059         (switch-to-prev-buffer): Don't delete window.
3060         (delete-windows-on): Delete a window's frame if and only if the
3061         window is dedicated.
3062         (replace-buffer-in-windows): Delete buffer's window or frame if
3063         and only if window is dedicated.
3064         (quit-window): Handle quit-restore as before last change.
3065         (bury-buffer): Delete window only if window-deletable-p returns t.
3067 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
3069         * window.el (window-deletable-p): Never delete the last frame on a
3070         given terminal.
3072 2011-09-13  Glenn Morris  <rgm@gnu.org>
3074         * help.el (describe-key-briefly): Copy previous standard-output change.
3076 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
3078         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
3080 2011-09-13  Glenn Morris  <rgm@gnu.org>
3082         * emacs-lisp/lisp-mode.el (lisp-indent-function):
3083         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
3085 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
3087         * dired-aux.el (dired-mark-read-string): Don't return default
3088         value on empty input (Bug#9361).
3089         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
3090         Omit initial minibuffer contents.
3091         (dired-do-chmod): Signal an error on empty input.
3092         (dired-mark-read-string): Don't return default on empty input.
3094         * files.el (file-modes-symbolic-to-number): Doc fix.
3096 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3098         * international/mule-cmds.el (ucs-completions): Remove.
3099         (read-char-by-name): Use complete-with-action instead; add metadata.
3101 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3103         * window.el (display-buffer--action-function-custom-type)
3104         (display-buffer--action-custom-type): New vars.
3105         (display-buffer-alist, display-buffer-default-action)
3106         (display-buffer-overriding-action): Add defcustom types.
3108         * frame.el (delete-other-frames): Doc fix (Bug#276).
3110 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3112         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
3114 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3116         Change modes that used same-window-* vars to use switch-to-buffer.
3118         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
3119         Use switch-to-buffer.
3121         * cus-edit.el (customize-group, custom-buffer-create)
3122         (customize-browse, custom-buffer-create-other-window):
3123         Use switch-to-buffer or switch-to-buffer-other-window.
3125         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
3126         (Info-prev, Info-up, Info-speedbar-goto-node)
3127         (info-display-manual): Use switch-to-buffer.
3128         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
3130         * mail/sendmail.el (mail): Use switch-to-buffer.
3131         (mail-recover): Use switch-to-buffer-other-window.
3133         * cmuscheme.el (run-scheme, switch-to-scheme):
3134         * ielm.el (ielm):
3135         * shell.el (shell):
3136         * net/rlogin.el (rlogin):
3137         * net/telnet.el (telnet, rsh):
3138         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
3140 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
3142         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
3144 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3146         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
3147         so don't mention it (bug#9301).
3148         (dired-sort-toggle-or-edit): Clarify string further.
3150         * faces.el (face-spec-set-match-display): Make `(type graphic)'
3151         match `x', `w32' and `ns', like the manual says (bug#9029).
3153         * subr.el (eval-after-load): Doc string clarification (bug#9125).
3154         (process-kill-buffer-query-function): Mention the buffer name in
3155         the query.
3157         * image-mode.el (image-next-line): The line parameter is mandatory
3158         (bug#9258).
3160         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
3161         which can be useful (bug#9301).
3163         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
3165         * subr.el (match-string): Mention that the current buffer should
3166         be the same as the search was done in (bug#9282).
3168         * facemenu.el: Disable the remove-* commands if the mark isn't
3169         active (bug#9162).
3171 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
3173         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
3174         of display-buffer.
3175         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
3177         * replace.el (occur-mode-goto-occurrence)
3178         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
3179         and display-buffer.
3181         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
3182         display-buffer.
3184         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
3185         special-display and same-window variables.
3186         (mail-other-window): Use switch-to-buffer-other-window.
3187         (mail-other-frame): USe switch-to-buffer-other-frame.
3189         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
3190         Use display-buffer-other-frame.
3191         (gdb-display-gdb-buffer): Use pop-to-buffer.
3193         * progmodes/gud.el (gud-goto-info): Use info-other-window.
3195         * progmodes/python.el: Don't set same-window-buffer-names.
3197         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
3199         * window.el (display-buffer-alist): Add *Python*.
3201 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
3203         * window.el (display-buffer-alist): Add entry for buffers
3204         previously handled same-window-*.
3205         (display-buffer-alist, display-buffer-default-action)
3206         (display-buffer-overriding-action): Mark as risky.
3207         (display-buffer-alist): Document action function changes.
3208         (display-buffer--same-window-action)
3209         (display-buffer--other-frame-action): New variables.
3210         (switch-to-buffer, display-buffer-other-frame): Use them.
3211         (display-buffer): Rename reuse-frame entry to reusable-frames.
3212         (display-buffer-reuse-selected-window): Function deleted.
3213         (display-buffer-reuse-window): Handle reusable-frames alist entry.
3214         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
3215         (display-buffer-special): New function.
3216         (display-buffer--maybe-pop-up-frame-or-window): Rename from
3217         display-buffer-reuse-or-pop-window.  Split off special-display
3218         part into display-buffer-special.
3219         (display-buffer-use-some-window): Don't perform any special
3220         pop-up-frames handling.
3221         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
3222         (display-buffer--maybe-same-window): Rename from
3223         display-buffer-maybe-same-window.
3225         * info.el: Don't set same-window-regexps.
3226         (info-setup): New function.
3227         (info-other-window, info): Call it.
3229         * cus-edit.el: Don't set same-window-regexps.
3230         (customize-group): New argument.
3231         (customize-group-other-window): Use it.
3232         (customize-face, customize-face-other-window): Likewise.
3233         (custom-buffer-create-other-window): Use pop-to-buffer directly.
3235         * net/rlogin.el:
3236         * net/telnet.el:
3237         * progmodes/gud.el: Don't set same-window-regexps.
3239         * cmuscheme.el:
3240         * ielm.el:
3241         * shell.el:
3242         * mail/sendmail.el:
3243         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
3245 2011-09-10  Juri Linkov  <juri@jurta.org>
3247         * isearch.el (isearch-edit-string): Remove obsolete mention of
3248         `C-w' (`isearch-yank-word-or-char') from docstring.
3249         (isearch-query-replace): Fix typo in docstring (bug#9466).
3251 2011-09-10  Juri Linkov  <juri@jurta.org>
3253         * paren.el (show-paren-function): Don't show escaped parens.
3254         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
3256 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3258         * mail/sendmail.el (mml-to-mime, mml-attach-file)
3259         (mm-default-file-encoding): Remove autoload forms, they are
3260         replaced with autoload cookies in mml.el and mm-encode.el.
3261         (mail-add-attachment): New command.
3262         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
3263         (mail-mode): Mention mail-insert-file and mail-add-attachment in
3264         the doc string.
3265         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
3267 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
3269         * simple.el (count-words-region): Use buffer if there's no region
3270         (bug#9429).
3272 2011-09-09  Juri Linkov  <juri@jurta.org>
3274         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
3275         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
3276         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
3278 2011-09-09  Alan Mackenzie  <acm@muc.de>
3280         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
3281         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
3283 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
3285         Fix for Savannah bug#9392.
3286         * simple.el (mail-encode-mml): New defvar.
3288         * mail/rmail.el (mail-encode-mml): Add a defvar.
3289         (rmail-enable-mime-composing): Default to t.
3290         (rmail-forward): Use MIME method of forwarding only if both
3291         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
3292         Set mail-encode-mml non-nil if the MIME method was used.
3294         * mail/sendmail.el (mml-to-mime): Add autoload form.
3295         (mail-encode-mml): Add a defvar.
3296         (mail-mode): Make mail-encode-mml buffer-local and initialize it
3297         to nil.
3298         (mail-send): If mail-encode-mml is non-nil, run the outgoing
3299         message through mml-to-mime, and reset mail-encode-mml to nil.
3301 2011-09-09  Glenn Morris  <rgm@gnu.org>
3303         * woman.el (woman-if-body): When processing an .el block,
3304         do not delete the next .el block as well.  (Bug#9447)
3305         (woman-special-characters): Add oq, cq, and hy characters.
3307 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
3309         * window.el (window-deletable-p): Make sure window is live before
3310         invoking window-prev-buffers.
3312 2011-09-08  Leo Liu  <sdl.web@gmail.com>
3314         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
3316 2011-09-08  Juri Linkov  <juri@jurta.org>
3318         * progmodes/compile.el (compilation-environment): Make it
3319         a defcustom (bug#8340).
3321 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
3323         * window.el (frame-auto-delete): Rename to window-auto-delete.
3324         Make it control auto-deletion of windows and/or frames.
3325         (window-deletable-p): New argument FORCE.  Rewrite conditions
3326         for deleting window/frame.  (Bug#9419)
3327         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
3328         Rewrite handling of case when window/frame can be deleted.
3329         (delete-windows-on): Call window-deletable-p with new FORCE
3330         argument t.  (Bug#9456)
3332 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
3334         * help-mode.el (help-mode): Restore autoload.
3336 2011-09-07  Juri Linkov  <juri@jurta.org>
3338         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
3339         `compilation-environment'.  Set buffer-local
3340         `compilation-environment' to `thisenv' later after (funcall mode).
3341         (Bug#8340)
3343         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
3344         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
3345         instead of replacing its value.  (Bug#8340)
3347 2011-09-07  Juri Linkov  <juri@jurta.org>
3349         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
3350         based on text properties put by `grep-filter' instead of matching
3351         escape sequences.
3352         (grep-mode): Set buffer-local `compilation-error-screen-columns'
3353         to the value of `grep-error-screen-columns' (bug#9438).
3355 2011-09-07  Juri Linkov  <juri@jurta.org>
3357         * simple.el (next-error-highlight, next-error-highlight-no-select):
3358         Doc fix (bug#9432).
3360 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
3362         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3363         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
3365 2011-09-07  Leo Liu  <sdl.web@gmail.com>
3367         * net/rcirc.el (rcirc-mode): Conditionally initialize
3368         rcirc-input-ring.
3370 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3372         * emacs-lisp/find-func.el (find-function-C-source): Only set
3373         find-function-C-source-directory after checking that we found a source
3374         file there (bug#9440).
3376 2011-09-06  Alan Mackenzie  <acm@muc.de>
3378         * isearch.el (isearch-other-meta-char): Wherever a key list is
3379         unread, "unread" the prefix arg, too.  This fixes bug #8901.
3381 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
3383         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
3385 2011-09-05  Juri Linkov  <juri@jurta.org>
3387         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
3389 2011-09-05  Juri Linkov  <juri@jurta.org>
3391         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
3392         keeping point where processing of grep matches begins, and
3393         continue to delete remaining escape sequences from the same point.
3394         (grep-filter): Make leading zero optional in "0?1;31m" because
3395         git-grep emits "\033[1;31m" escape sequences unlike expected
3396         "\033[01;31m" as GNU Grep does (bug#9408).
3397         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
3399 2011-09-05  Juri Linkov  <juri@jurta.org>
3401         * subr.el (y-or-n-p): Capitalize "yes".
3403 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
3405         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
3406         `tramp-cache-unload-hook' where appropriate.
3407         (tramp-methods): Rename `tramp-remote-sh' to
3408         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
3409         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
3411         * net/tramp-sh.el (top): Don't require 'shell.
3412         (tramp-methods): Add `tramp-remote-shell' and
3413         `tramp-remote-shell-args' entries.
3414         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
3415         (tramp-sh-handle-shell-command): Remove.
3416         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3417         Use `tramp-remote-shell'.
3419 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
3421         * mail/sendmail.el (sendmail-query-once-function): Delete.
3422         (sendmail-query-once): Save directly to send-mail-function.
3423         Update message-send-mail-function too.
3425         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
3427 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
3429         * progmodes/python.el (python-mode-map): Use correct function to
3430         start python interpreter from menu-bar (as reported by Geert
3431         Kloosterman).
3432         (inferior-python-mode-map): Fix typo.
3433         (python-shell-map): Remove.
3435 2011-09-03  Deniz Dogan  <deniz@dogan.se>
3437         * net/rcirc.el (rcirc-print): Simplify code for
3438         rcirc-scroll-show-maximum-output.  There is no need to walk
3439         through all windows to find the right one.
3441 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
3443         * help.el (help-return-method): Doc fix.
3445 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
3447         * window.el (window-deletable-p): Don't return a non-nil value
3448         when there's a buffer that was shown in the window before.
3449         (Bug#9419)
3450         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3451         Set window's previous buffers to nil.
3453 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
3455         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
3456         newline before and after the tag line, so it doesn't interfere
3457         with determining the paragraph direction of bidirectional text.
3459 2011-09-03  Leo Liu  <sdl.web@gmail.com>
3461         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
3463 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
3465         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
3466         (pop-to-buffer): Change interactive spec.  Pass second argument
3467         directly to display-buffer.
3468         (display-buffer): Fix interactive spec.  Use functionp to
3469         distinguish between a function and a list of functions.
3471         * abbrev.el (edit-abbrevs):
3472         * arc-mode.el (archive-extract):
3473         * autoinsert.el (auto-insert):
3474         * bookmark.el (bookmark-bmenu-list):
3475         * files.el (find-file):
3476         * view.el (view-buffer):
3477         * progmodes/compile.el (compilation-goto-locus):
3478         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
3480 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
3482         * window.el (display-buffer-alist): Doc fix.
3483         (display-buffer): Add docstring.  Don't treat
3484         display-buffer-default specially.
3485         (display-buffer-reuse-selected-window)
3486         (display-buffer-same-window, display-buffer-maybe-same-window)
3487         (display-buffer-reuse-window, display-buffer-pop-up-frame)
3488         (display-buffer-pop-up-window)
3489         (display-buffer-reuse-or-pop-window)
3490         (display-buffer-use-some-window): New functions.
3491         (display-buffer-default-action): Use them.
3492         (display-buffer-default): Delete.
3493         (pop-to-buffer-1): Fix choice of actions.
3495 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3497         * minibuffer.el (completion--insert-strings): Don't get confused by
3498         completion entries that end with an LF char.
3500 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
3502         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
3504 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
3506         * window.el (display-buffer): Restore interactive spec.
3507         (display-buffer-same-window, display-buffer-other-window):
3508         New functions.
3509         (pop-to-buffer-1): New function.  Use the above.
3510         (pop-to-buffer, pop-to-buffer-same-window): Use it.
3511         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
3513         * view.el (view-buffer-other-window, view-buffer-other-frame):
3514         Just use pop-to-buffer.
3516 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3518         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
3520 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
3522         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
3524 2011-08-31  Richard Stallman  <rms@gnu.org>
3526         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
3527         of the separation of rmail-view-buffer from rmail-buffer.
3528         If you say no to "replace original", the decrypt is in the
3529         view buffer.  If you say yes, the decrypt goes into the
3530         rmail buffer also.
3532 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
3534         * window.el (display-buffer-window): Rewrite doc-string.
3535         (display-buffer-record-window): New function.
3536         (display-buffer-macro-specifiers)
3537         (display-buffer-even-window-sizes, display-buffer-set-height)
3538         (display-buffer-set-width, display-buffer-in-window)
3539         (display-buffer-reuse-window, display-buffer-split-specifiers)
3540         (display-buffer-side-specifiers, display-buffer-split-window-1)
3541         (display-buffer-split-window, display-buffer-split-atom-window)
3542         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
3543         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
3544         (display-buffer-other-window-means-other-frame)
3545         (display-buffer-normalize-special)
3546         (display-buffer-normalize-default)
3547         (display-buffer-normalize-argument)
3548         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
3549         (display-buffer-normalize-specifiers, display-buffer-frame)
3550         (display-buffer-same-window, display-buffer-same-frame)
3551         (display-buffer-other-window)
3552         (display-buffer-same-frame-other-window)
3553         (display-buffer-other-frame, pop-to-buffer-same-window)
3554         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
3555         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
3556         (switch-to-buffer-same-frame)
3557         (switch-to-buffer-other-window-same-frame)
3558         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
3559         (display-buffer-alist-set-1, display-buffer-alist-set-2)
3560         (display-buffer-alist-set): Remove.
3561         (display-buffer-function, special-display-buffer-names)
3562         (special-display-regexps, special-display-function):
3563         In doc-string refer to display-buffer-window and quit-restore
3564         parameter.
3565         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
3566         (special-display-frame-alist, special-display-popup-frame)
3567         (same-window-buffer-names, same-window-regexps, same-window-p)
3568         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3569         (split-window-preferred-function, split-height-threshold)
3570         (split-width-threshold, window-splittable-p)
3571         (split-window-sensibly, window--try-to-split-window)
3572         (window--frame-usable-p, even-window-heights)
3573         (window--even-window-heights, window--display-buffer-1)
3574         (window--display-buffer-2, display-buffer-other-frame):
3575         Restore old Emacs 23 code, order and doc-strings where applicable.
3576         (display-buffer-default, display-buffer-assq-regexp): New functions.
3577         (display-buffer-alist): Rewrite doc-string.
3578         (display-buffer-default-action)
3579         (display-buffer-overriding-action): New variables.
3580         (display-buffer, switch-to-buffer): Rewrite.
3581         (pop-to-buffer): Restore Emacs 23 behavior but use
3582         window-normalize-buffer-to-display.
3583         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
3584         Restore Emacs 23 behavior but use
3585         window-normalize-buffer-to-switch-to.
3586         (pop-to-buffer-same-window): Rewrite.
3587         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
3588         Rewrite using Emacs 23 options.
3590 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
3592         * net/tramp.el (tramp-root-regexp): Remove.
3593         (tramp-completion-file-name-regexp-unified)
3594         (tramp-completion-file-name-regexp-separate)
3595         (tramp-completion-file-name-regexp-url): Don't use leading volume
3596         letter on win32 systems.  (Bug#5303, Bug#9311)
3597         (tramp-drop-volume-letter): Simplify definition.
3598         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3600 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3602         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
3603         (bug#9356).
3605 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
3607         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
3609 2011-08-29  Juri Linkov  <juri@jurta.org>
3611         * isearch.el (isearch-done): Don't display message "Mark saved"
3612         when arg `edit' is non-nil to prevent its flicker in the echo area.
3614 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
3616         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
3617         obsolete packages for deletion.
3619 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
3621         * help-mode.el (help-mode-map): Add special-mode-map to parent.
3622         (help-mode): Derive help-mode from special-mode.  Don't invoke
3623         view-mode from help-mode.
3624         (help-xref-override-view-map): Remove.
3625         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
3626         view-mode is not used anymore.
3628 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
3630         * server.el (server-port): Doc fix.
3632         * cus-theme.el (custom-theme-choose-mode): Inherit from
3633         special-mode (Bug#9124).
3634         (custom-theme-choose-mode-map): Add special-mode to parent.
3636 2011-08-28  Alan Mackenzie  <acm@muc.de>
3638         * progmodes/cc-fonts.el
3639         (c-make-font-lock-BO-decl-search-function): New function.
3640         (c-basic-matchers-after - "Fontify the clauses after various
3641         keywords"): Extract the three keyword lists for the 3 erroneous
3642         constructs from the list of four, and use the new function above
3643         in place of an old one.
3645 2011-08-28  Deniz Dogan  <deniz@dogan.se>
3647         * net/rcirc.el (rcirc-insert-prev-input)
3648         (rcirc-insert-next-input): Remove unused argument.
3650 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3652         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
3654 2011-08-27  Alan Mackenzie  <acm@muc.de>
3656         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
3657         handle function pointer parameters properly.
3659 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
3661         * window.el (display-buffer-reuse-window): Fix case where
3662         selected window was reused with non-nil OTHER-WINDOW argument.
3663         (Bug#9381)
3665 2011-08-27  Deniz Dogan  <deniz@dogan.se>
3667         * net/rcirc.el (rcirc-check-auth-status): Adding support for
3668         oftc's NickServ messages.
3670 2011-08-27  Glenn Morris  <rgm@gnu.org>
3672         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
3674 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
3676         * emacs-lisp/package.el (package-install): Call package-initialize
3677         if called interactively.
3679 2011-08-26  Leo Liu  <sdl.web@gmail.com>
3681         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
3683 2011-08-25  Juri Linkov  <juri@jurta.org>
3685         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3686         `search-whitespace-regexp' (bug#9364).
3688 2011-08-25  Juri Linkov  <juri@jurta.org>
3690         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
3691         `regexp-search-ring' to their global values to protect from
3692         updating by `read-from-minibuffer' (bug#9185).
3694 2011-08-25  Juri Linkov  <juri@jurta.org>
3696         * textmodes/ispell.el (ispell-command-loop): Add newline
3697         at the end of the "Use option `i'..." line.
3699 2011-08-25  Juri Linkov  <juri@jurta.org>
3701         * battery.el (display-battery-mode): If `battery-status-function'
3702         or `battery-mode-line-format' is nil, display the message and set
3703         `display-battery-mode' to nil (bug#9363).
3705 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
3707         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
3708         bidi-string-mark-left-to-right; they are unnecessary now.
3710 2011-08-25  Deniz Dogan  <deniz@dogan.se>
3712         * net/quickurl.el: Documentation typo fixes.
3714 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
3716         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
3718 2011-08-25  Glenn Morris  <rgm@gnu.org>
3720         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3722         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
3723         (smtpmail-via-smtp): Handle nil response from smtp.
3725 2011-08-24  Juri Linkov  <juri@jurta.org>
3727         * proced.el (proced-marked): Inherit from `error' instead of
3728         `font-lock-warning-face'.
3730         * ibuffer.el (ibuffer-marked-face): Change default face from
3731         `font-lock-warning-face' to `warning'.
3732         (ibuffer-deletion-face): Change default face from
3733         `font-lock-type-face' to `error'.
3735         * battery.el (battery-update): Use the face `error' instead of
3736         `font-lock-warning-face' (bug#6117).
3738 2011-08-24  Juri Linkov  <juri@jurta.org>
3740         * faces.el (success): Change face color from "Green3" to
3741         "ForestGreen" on light background (bug#9353).
3743 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
3745         * window.el (quit-window): Rename from quit-restore-window.
3746         Use same arglist as old quit-window.
3747         (frame-auto-delete): Doc fix.
3749         * view.el (view-mode-exit): Use quit-window.
3751 2011-08-24  Juri Linkov  <juri@jurta.org>
3753         * isearch.el (isearch-ring-adjust1): Start visiting previous
3754         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
3755         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
3756         for empty search string (when the last search string is reused
3757         automatically) to adjust the isearch ring to the last element and
3758         prepare the correct index for further M-p commands (bug#9185).
3760 2011-08-24  Kenichi Handa  <handa@m17n.org>
3762         * international/ucs-normalize.el: If decomposition property of
3763         CHAR is the default one (i.e. a list of CHAR itself), treat it as
3764         nil.
3765         (nfd, nfkd): Likewise.
3767 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3769         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
3770         from process filters aren't reliably transmitted to the surrounding
3771         accept-process-output.
3772         (mpc-proc-check): New function.
3773         (mpc-proc-sync): Use it (bug#8293)
3775 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3777         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
3778         Add compatibility functions (bug#9313).
3780 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
3782         * cus-start.el (all): Add entry for bidi-paragraph-direction.
3784         * international/uni-bidi.el: Regenerated.
3786 2011-08-23  Kenichi Handa  <handa@m17n.org>
3788         * international/charprop.el:
3789         * international/uni-bidi.el:
3790         * international/uni-category.el:
3791         * international/uni-combining.el:
3792         * international/uni-comment.el:
3793         * international/uni-decimal.el:
3794         * international/uni-decomposition.el:
3795         * international/uni-digit.el:
3796         * international/uni-lowercase.el:
3797         * international/uni-mirrored.el:
3798         * international/uni-name.el:
3799         * international/uni-numeric.el:
3800         * international/uni-old-name.el:
3801         * international/uni-titlecase.el:
3802         * international/uni-uppercase.el: Regenerate.
3804 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
3806         * help.el (help-window-setup): Fix message displayed when other
3807         window is reused.  (Bug#9341)
3809 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3811         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
3812         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
3814         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
3815         Mark obsolete.
3816         * shell.el (shell-parse-pcomplete-arguments): New function.
3817         (shell-completion-vars): Use it instead (bug#9160).
3819 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3821         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
3822         strings and comments (bug#9333).
3824         * emacs-lisp/debug.el (debug-arglist): New function.
3825         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
3826         (debug-on-entry-1): Handle interpreted closures (bug#9120).
3828 2011-08-22  Juri Linkov  <juri@jurta.org>
3830         * progmodes/compile.el (compilation-mode-font-lock-keywords):
3831         Revert regexp that highlights output switches to its old
3832         pre-2010-10-28 value and remove one `?' from it (bug#9319).
3834         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
3835         to check for empty output (bug#9226).
3837 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
3839         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
3840         symbol-constituent as the default, as that stops font-lock from
3841         working properly (Bug#8843).
3843 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3845         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
3846         `coding-system-for-*' around the process open call to avoid
3847         auth-source side effects.
3848         (smtpmail-try-auth-methods): Expand the secret password.
3849         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
3850         probe hangs.
3852 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
3854         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
3856         * emacs-lisp/find-func.el (find-function-noselect): New arg
3857         lisp-only.
3859         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
3860         signal an error for built-in functions (Bug#6664).
3862 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3864         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
3865         (smtpmail-try-auth-methods): Use it.
3867 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
3869         * font-lock.el (font-lock-fontify-region)
3870         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
3871         (font-lock-default-unfontify-buffer)
3872         (font-lock-default-fontify-region)
3873         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
3875         * progmodes/compile.el (compilation-error-properties):
3876         Fix confusion between file struct and message struct (Bug#9319).
3877         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
3878         `ant' regexp.
3880         * net/browse-url.el (browse-url-firefox): Don't call
3881         browse-url-firefox-sentinel unless using -remote (Bug#9328).
3883 2011-08-20  Glenn Morris  <rgm@gnu.org>
3885         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
3887         * tutorial.el (tutorial--default-keys): Update some default bindings.
3889         * files.el (hack-local-variables): Fully ignore case for "mode:".
3891 2011-08-20  Alan Mackenzie  <acm@muc.de>
3893         Resolve invalid use of a regexp in regexp-opt.
3895         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
3896         detection for a java annotation.
3898         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
3899         detection for a java annotation.
3901         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
3902         handling for java.
3903         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
3905 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
3907         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
3908         (Bug#9274).
3910 2011-08-20  Alan Mackenzie  <acm@muc.de>
3912         Fontify CPP expressions correctly when starting in the middle of
3913         such a construct.  Mainly for when jit-lock etc. starts a chunk
3914         here.
3916         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
3917         variable.
3918         (c-make-font-lock-search-form): New function, extracted from
3919         c-make-font-lock-search-function.
3920         (c-make-font-lock-search-function): Use the above function.
3921         (c-make-font-lock-context-search-function): New function.
3922         (c-cpp-matchers): Enhance the preprocessor expression case with
3923         the above function
3924         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
3925         which takes an expression.
3927         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
3929 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
3931         * window.el (display-buffer-reuse-window)
3932         (display-buffer-pop-up-window): Don't reuse or split a side
3933         window.
3935 2011-08-19  Glenn Morris  <rgm@gnu.org>
3937         * files.el (hack-local-variables-prop-line, hack-local-variables):
3938         Downcase "Mode:".  (Bug#9331)
3940 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
3942         * international/characters.el: Add L and R categories.
3944         * subr.el (bidi-string-mark-left-to-right): Rename from
3945         string-mark-left-to-right.  Use category search.
3947         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
3949 2011-08-18  Juri Linkov  <juri@jurta.org>
3951         * faces.el (error, warning, success): New faces with definitions
3952         copied from old default values of `font-lock-warning-face',
3953         `compilation-warning', `compilation-info' (bug#6117).
3955         * font-lock.el (font-lock-warning-face): Inherit from `error'.
3957         * progmodes/compile.el (compilation-error): Inherit from `error'.
3958         (compilation-warning): Inherit from `warning'.
3959         (compilation-info): Inherit from `success'.
3961         * dired.el (dired-marked): Inherit from `warning'.
3962         (dired-flagged): Inherit from `error'.
3964 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3966         * mail/smtpmail.el (auth-source): Require to avoid problems with
3967         binding variables (bug#9298).  Also clean up some unused
3968         autoloads.
3970         * net/network-stream.el (network-stream-open-starttls):
3971         Support using starttls.el without using gnutls-cli.
3973 2011-08-17  Juri Linkov  <juri@jurta.org>
3975         * progmodes/grep.el (rgrep): Handle the case when
3976         `grep-find-command' is a cons cell (bug#9278).
3978 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
3980         * window.el (display-buffer-pop-up-frame): Run frame creation
3981         function with BUFFER current (as special-display-popup-frame
3982         does).  Reported by Drew Adams.
3984 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
3986         * epa-mail.el: Simplify GnuPG group expansion using
3987         epg-expand-group.
3988         (epa-mail-group-alist, epa-mail-group-modtime)
3989         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
3990         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
3991         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
3992         Remove.
3994 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
3996         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
3998 2011-08-16  Alan Mackenzie  <acm@muc.de>
4000         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
4001         Correct, to avoid the inside of macros.
4003 2011-08-16  Richard Stallman  <rms@gnu.org>
4005         * epa-mail.el: Handle GnuPG group definitions.
4006         (epa-mail-group-alist, epa-mail-group-modtime)
4007         (epa-mail-gnupg-conf-file): New variables.
4008         (epa-mail-parse-groups, epa-mail-sync-groups)
4009         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
4010         (epa-mail-expand-recipients): New functions.
4011         (epa-mail-encrypt): Call epa-mail-expand-recipients.
4013         * mail/rmail.el (rmail-epa-decrypt): New command.
4015         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
4016         Don't bind buffer-read-only, just inhibit-read-only.
4017         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
4018         (epa-decrypt-armor-in-region): Make error message clearer.
4020 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4022         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
4023         and "a2b" to "ab" for `prefix'.
4025 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
4027         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
4028         filter groups.
4029         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
4030         Fourquet (Bug#8804).
4032 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
4034         * startup.el (argi): Declare as global variable (bug#9275).
4036 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
4038         * subr.el (string-mark-left-to-right): Search the entire string
4039         for RTL script, not just the terminating character.  Doc fix.
4041 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4043         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
4044         New function.
4045         (js--regexp-literal, js-syntax-propertize-function): Remove.
4046         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
4047         (js-mode-map): Don't rebind electric keys.
4048         (js-insert-and-indent): Remove.
4049         (js-mode): Setup electric-layout and electric-indent instead.
4051         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
4053 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
4055         * epa.el (epa-progress-callback-function): Fix the logic of
4056         displaying progress.
4057         * epa-file.el (epa-file-insert-file-contents): Make progress
4058         display more user-friendly.
4059         (epa-file-write-region): Ditto.
4061 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
4063         * subr.el (string-mark-left-to-right): New function.
4065         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
4066         Use string-mark-left-to-right.
4067         (list-buffers-noselect): Caller changed.
4069         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4070         Use string-mark-left-to-right.
4071         (tabulated-list-print): Recenter after moving point.
4073 2011-08-10  Juri Linkov  <juri@jurta.org>
4075         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
4076         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
4077         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
4079 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
4081         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
4082         (Bug#7554).
4084 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
4086         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
4087         character.  (Bug#6594)
4089 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
4091         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
4092         (image-dired--with-db-file): New macro.
4093         (image-dired-write-tags, image-dired-remove-tag)
4094         (image-dired-create-gallery-lists, image-dired-write-comments)
4095         (image-dired-get-comment, image-dired-mark-tagged-files)
4096         (image-dired-list-tags, image-dired-gallery-generate): Use it.
4097         (image-dired-gallery-generate): Use insert-file-contents.
4099         * time.el (display-time-world-list, display-time-world-display):
4100         * time-stamp.el (time-stamp-string):
4101         * vc/add-log.el (add-change-log-entry): Use setenv instead of
4102         set-time-zone-rule (Bug#7337).
4104 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
4106         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
4107         (epg-error-to-string, epg-errors-to-string): New function.
4108         (epg-wait-for-completion): Reverse errors list.
4109         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
4110         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
4111         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
4112         (epg-sign-keys, epg-generate-key-from-file)
4113         (epg-generate-key-from-string): Format errors by using
4114         epg-errors-to-string (bug#9255).
4115         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
4117 2011-08-07  Juri Linkov  <juri@jurta.org>
4119         * faces.el (list-faces-display): Remove extra angle bracket
4120         from `help-mode-map'.
4122         * info.el (Info-history-toc-nodes): Doc fix.
4124         * longlines.el (longlines-mode): Doc fix.
4126 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4128         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
4129         of statements and in a few more cases (bug#9183).
4131         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
4132         New functions.
4133         (cl-transform-lambda): Use them (bug#9239).
4135 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
4137         * window.el (display-buffer-same-window)
4138         (display-buffer-same-frame, display-buffer-other-window)
4139         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
4140         (pop-to-buffer-other-window)
4141         (pop-to-buffer-same-frame-other-window)
4142         (pop-to-buffer-other-frame): Make them defuns.
4143         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
4145 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4147         * subr.el (make-composed-keymap): Move from C.  Change calling
4148         convention, and improve docstring to bring attention to a subtle point.
4149         * minibuffer.el (completing-read-default): Adjust accordingly.
4151 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
4153         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4154         (tramp-open-shell): Use `tramp-shell-quote-argument'.
4156         * net/trampver.el: Update release number.
4158 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4160         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
4161         "in" (bug#9190).
4163 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4165         * mail/sendmail.el (sendmail-query-once): Restore the current
4166         buffer after querying (bug#9074).
4168         * dired.el (dired-flagged): Use different faces for marked and
4169         flagged files (bug#6117).
4171         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
4172         (bug#4433).
4174         * ido.el (ido-mode): Switch off the message if called
4175         non-interactively.
4177         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
4178         before 587, since it appears that that's more likely to work for
4179         more people.
4181         * cus-edit.el (custom-file): When running under emacs -q, always
4182         refuse to save the customizations, even if the .emacs file doesn't
4183         exist.
4185         * info.el: Remove the `Info-beginning-of-buffer' function
4186         (bug#8325).
4188         * net/network-stream.el (network-stream-open-starttls):
4189         Use `starttls-available-p' to see whether starttls.el can be used.
4191 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
4193         * window.el (display-buffer-in-window): Don't set dedicated status
4194         of window here (Bug#9215).
4195         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
4196         (display-buffer-pop-up-side-window)
4197         (display-buffer-in-side-window): Set dedicated status of window here.
4199 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4201         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
4202         before binding generated-autoload-file.
4204 2011-08-01  Deniz Dogan  <deniz@dogan.se>
4206         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
4208 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
4210         Sync with Tramp 2.2.2.
4212         * net/trampver.el: Update release number.
4214 2011-07-30  Juri Linkov  <juri@jurta.org>
4216         * dired-aux.el (dired-touch-initial): Remove function.
4217         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
4218         current time, and `default' to the last modification time of the
4219         current marked file (bug#6887).
4221 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
4223         * simple.el (goto-line): Use string-to-number to provide a
4224         numeric argument to read-number (bug#9163).
4226 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
4228         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
4229         connection process, it could be nil.
4231 2011-07-27  Leo Liu  <sdl.web@gmail.com>
4233         Simplify url handling in rcirc-mode.
4235         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
4236         (rcirc-browse-url-at-mouse): Remove.
4237         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
4239 2011-07-26  Alan Mackenzie  <acm@muc.de>
4241         Fontify bitfield declarations properly.
4243         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
4244         (c-symbol-chars): Now exported as a lang variable.
4245         (c-not-primitive-type-keywords): New lang variable.
4247         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
4248         QT keyword "more" to prevent "more slots: ...." being spuriously
4249         parsed as a bitfield declaration.
4251         * progmodes/cc-engine.el (c-beginning-of-statement-1):
4252         Refactor and enhance to handle bitfield declarations.
4253         (c-punctuation-in): New function.
4254         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
4255         declarations properly.
4257 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
4259         * calendar/icalendar.el (icalendar--all-events): Take care of
4260         multiple vcalendars in a single file.
4261         (icalendar--convert-float-to-ical): Checkdoc fixes.
4263 2011-07-25  Deniz Dogan  <deniz@dogan.se>
4265         * image.el (insert-image): Clarifying docstring.
4267 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
4269         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
4270         `tramp-send-command-and-check' if there is no error.
4271         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
4273 2011-07-22  Alan Mackenzie  <acm@muc.de>
4275         Prevent cc-langs.elc being loaded at run time.
4277         * progmodes/cc-mode.el: Remove two autoload forms which loaded
4278         cc-langs.
4280         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
4281         "(require 'cc-langs)".  Quote a form so it will evaluate at
4282         (cc-mode's) compilation time.
4284 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
4286         * net/tramp.el (tramp-file-name-handler): Avoid recursive
4287         loading.  (Bug#9114)
4289 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
4291         * window.el (display-buffer-pop-up-window)
4292         (display-buffer-pop-up-side-window)
4293         (display-buffer-in-side-window): Call display-buffer-set-height
4294         and display-buffer-set-width after setting the new window's
4295         buffer so `fit-window-to-buffer' and friends work on the right buffer.
4297 2011-07-20  Sam Steingold  <sds@gnu.org>
4299         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
4300         (etags-tags-included-tables): Call `convert-standard-filename' on
4301         the file names contained in TAGS so that windows Emacs can handle
4302         TAGS files created by cygwin ctags.
4304 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4306         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
4307         which apparently didn't work.
4309 2011-07-19  Roland Winkler  <winkler@gnu.org>
4311         * proced.el (proced-send-signal): For *Marked Processes* buffer
4312         put point at beginning of buffer.
4314 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
4316         * proced.el (proced-format): Make header lines align with the text
4317         (bug#1779).
4319 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4321         * view.el (view-buffer): Allow running in `special' modes if we're
4322         visiting a file (bug#8615).
4324 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
4326         * window.el (display-buffer-alist-of-strings-p)
4327         (display-buffer-alist-set-1, display-buffer-alist-set-2):
4328         New functions.
4329         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
4330         more accurately.
4332 2011-07-18  Alan Mackenzie  <acm@muc.de>
4334         Fontify declarators properly when, e.g., a jit-lock chunk begins
4335         inside a declaration.
4337         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
4339         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4340         New function.
4341         (c-complex-decl-matchers): Insert reference to
4342         c-font-lock-enclosing-decls.
4344         * progmodes/cc-engine.el (c-backward-single-comment):
4345         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
4346         to nil around calls to (forward-comment -1).
4348 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4350         * image.el (put-image): Doc typo fix.
4352         * progmodes/etags.el (tags-search): Doc typo fix.
4354         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
4355         password if we get errors 550 to 554.
4357 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4359         * net/gnutls.el (gnutls-log-level): Remove.
4361         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
4362         indentation character (bug#6380).
4364         * files.el (buffer-offer-save): Made permanently local (bug#6241).
4366         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
4367         to clarify what the problem is (bug#4291).
4369         * simple.el (current-kill): Clarify what
4370         `interprogram-paste-function' does (bug#7500).
4371         (auto-fill-mode): Document `auto-fill-function' in relation to
4372         `auto-fill-mode' (bug#2470).
4374 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
4376         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
4377         method if slot is read-only (bug#9035).
4379 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
4381         * frame.el (select-frame-set-input-focus): New argument NORECORD.
4382         * window.el (pop-to-buffer): Select window used even if it was
4383         selected before, see discussion of (Bug#8615), (Bug#6954).
4384         Pass argument NORECORD on to select-frame-set-input-focus.
4386 2011-07-15  Glenn Morris  <rgm@gnu.org>
4388         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
4389         Respect help-form.
4391 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
4393         * net/gnutls.el (gnutls-min-prime-bits): New variable.
4394         (gnutls-negotiate): Use it.
4396 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4398         * net/gnutls.el (gnutls-negotiate):
4399         Upcase `gnutls-algorithm-priority'.
4401 2011-07-15  Glenn Morris  <rgm@gnu.org>
4403         * jka-compr.el (jka-compr-verbose): Move from here...
4404         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
4405         Add missing :version tag.
4406         * info.el: No need to require jka-compr when compiling.
4408 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4410         * net/gnutls.el (gnutls-algorithm-priority): New variable.
4411         (gnutls-negotiate): Use it.
4413         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
4415         * info.el (Info-beginning-of-buffer): New command.
4416         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
4417         announcing `b' as the key (bug#8325).
4418         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
4420         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
4422         * international/mule-cmds.el
4423         (describe-specified-language-support): Make the error message
4424         clearer (bug#8905).
4426         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
4428         * isearch.el (isearch-barrier): Add a doc string, since it's
4429         mentioned in a function doc string (bug#8678).
4431 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
4433         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
4434         buffer argument (Bug#9083) and self-identifying label argument.
4436 2011-07-15  Glenn Morris  <rgm@gnu.org>
4438         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
4440 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4442         * man.el (Man-fontify-manpage): Fix message when formatting the
4443         man page (bug#7929).
4445 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
4447         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
4448         argument LRM; if non-nil, append an invisible LRM character to the
4449         buffer name.
4450         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
4451         last argument non-nil, when formatting buffer names.
4452         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
4453         paragraph direction.
4455 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4457         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
4458         the man page name (bug#7929).
4460         * image.el (put-image): Mention the `put-image' overlay property
4461         (bug#7834).
4463         * scroll-bar.el (set-scroll-bar-mode): Mention that
4464         `scroll-bar-mode' lists the values (bug#7772).
4466         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
4467         command (bug#7729).
4469         * rect.el (apply-on-rectangle): Return the point after the last
4470         operation.
4471         (string-rectangle): Go to the point after the last operation
4472         (bug#7522).
4474         * printing.el (pr-toggle-region): Clarify the documentation
4475         slightly (bug#7493).
4477         * time.el (display-time-update):
4478         Allow `display-time-mail-function' to return nil (bug#7158).
4479         Fix suggested by Detlev Zundel.
4481         * vc/diff.el (diff): Clarify the order the file names are read
4482         (bug#7111).
4484         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
4485         the doc string (bug#7015).
4487         * font-lock.el (font-lock-maximum-decoration): Mention what
4488         numeric levels mean (bug#6935).
4490         * startup.el (initial-buffer-choice): Don't mention the `none'
4491         selection, which is against policy.
4493 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
4495         * window.el (display-buffer-normalize-special):
4496         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
4498 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
4500         * subr.el (version<, version<=, version=): Mention "-CVS" and
4501         "-12345" alpha version numbers.
4503 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
4505         * bindings.el: Add advertised binding for set-mark-command
4506         (Bug#5772).
4508 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
4510         * bindings.el (mode-line-other-buffer):
4511         * bookmark.el (bookmark-bmenu-2-window):
4512         * bs.el (bs-cycle-next, bs-cycle-previous):
4513         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
4514         switch-to-buffer.
4516         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
4517         Delete.
4519 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
4521         * follow.el (follow-debug-message, follow-redisplay):
4522         * jka-cmpr-hook.el (with-auto-compression-mode):
4523         Fix typos in docstrings.
4525 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4527         * subr.el (with-silent-modifications): Clarify somewhat what the
4528         macro inhibits (bug#6525).
4530         * simple.el (eval-expression): Note what it does if called
4531         interactively (bug#6495).
4533 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
4535         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
4536         Use pop-to-buffer buffer-or-name if it is nil.
4538         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4539         Remove switch-to-buffer.
4541 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4543         * files.el (make-directory): Clarify that an error will be raised
4544         if there's an error (bug#6397).
4546         * startup.el (initial-buffer-choice): Add `none' as a choice
4547         (bug#6234).
4549         * subr.el (add-hook): Clarify section about buffer-local hooks
4550         (bug#6218).
4552         * dired.el (dired-flagged): Clarify doc string (bug#6117).
4554 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
4556         * tabify.el (untabify): Preserve the current column so that point
4557         doesn't move (bug#6032).
4559 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4561         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
4562         Rewrite to avoid awkward possessive "s" (bug#5986).
4564 2011-07-13  Glenn Morris  <rgm@gnu.org>
4566         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
4567         (dired-insert-directory): Give a message the first time
4568         if ls is found not to support --dired.
4570 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4572         * simple.el (toggle-truncate-lines): Clarify what is toggled
4573         (bug#5580).  Text by Drew Adams.
4575 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
4577         * simple.el (blink-matching-open): Make the error message from the
4578         last change less verbose.
4580 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
4582         * font-lock.el (font-lock-comment-face): Use the high contrast
4583         "yellow" color for font-lock-comment-face on low color terminals
4584         using a dark background color (bug#4221).
4586 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4588         * dired.el (dired-insert-set-properties): Make the doc string
4589         reflect what it does now (bug#5325).
4591         * simple.el (blink-matching-open): Say that we were unable to find
4592         the match within the limit, if we're limited (bug#5122).
4594         * international/mule-cmds.el (prefer-coding-system): Add an
4595         example (bug#4869).
4597         * progmodes/etags.el (tags-search): Document `file-list-form'
4598         (bug#4731).
4600 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
4602         * net/browse-url.el (browse-url-default-browser)
4603         (browse-url-browser-function): Make the default browser choice a
4604         bit more logical (bug#4300).  Also clean up the doc string.
4606 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
4608         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
4609         binary endings (bug#4440).
4611 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4613         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
4614         which can be pretty annoying (bug#8971).
4616         * jka-compr.el (jka-compr-verbose): New variable, and use
4617         throughout (bug#8971).
4619         * info.el (Info-find-file): Fall back on the installation
4620         directory if we can't find the info node anywhere else.
4622 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
4624         * vc/vc.el (vc-revert-file):
4625         Don't set file time-stamp in the past.  (Bug#5181)
4627 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4629         * files.el (after-find-file): Give a better error message when
4630         trying to find a symlink that points to a file that doesn't exist
4631         (bug#4398).
4633         * progmodes/cc-vars.el: Remove (probably) misleading comment
4634         (bug#4396).
4636 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
4638         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
4640 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
4642         * mouse-sel.el: Hack restoring functionality, while keeping
4643         compatibility with 2010-07-03 changes to mouse selection.
4644         (mouse-sel-primary-overlay): New var.
4645         (mouse-sel-selection-alist): Use it.
4646         (mouse-sel-mode): Doc fix; remove points that are default features
4647         of mouse.el.
4649 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
4651         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4652         Fix previous fix (bug#2490).
4654 2011-07-12  Roland Winkler  <winkler@gnu.org>
4656         * textmodes/bibtex.el (bibtex-initialize):
4657         Use pop-to-buffer-same-window.
4658         (bibtex-search-entries): Fix interactive call.
4660 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4662         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4663         Fontise bytecomp Error lines more correctly (bug#2490).
4664         Fix suggested by Johan BockgÃ¥rd.
4666         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
4668         * dired-x.el (dired-guess-default): Use `delete-dups'.
4670 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
4672         * dired.el (dired-mark-prompt):
4673         * dired-aux.el (dired-read-shell-command): Doc fix.
4675 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4677         * mail/sendmail.el (sendmail-query-once):
4678         Use `customize-save-variable' unconditionally, now that it works under
4679         emacs -Q.
4681         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4683         * cus-edit.el (custom-file): Take an optional no-error variable.
4684         (customize-save-variable): Set the variable, and give a warning if
4685         running under "emacs -q".
4687 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
4689         * loadhist.el (unload-feature-special-hooks):
4690         Add `auto-coding-functions', `fill-nobreak-predicate' and
4691         `find-directory-functions' (bug#5327).
4693 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4695         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
4697         * cus-edit.el (custom-guess-name-alist): -alist variables should
4698         use the `alist' type (bug#3120).  Suggested by Drew Adams.
4700         * printing.el: Add documentation to all the `pr-toggle-' commands.
4702 2011-07-11  Leo Liu  <sdl.web@gmail.com>
4704         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
4705         backends where it makes sense (bug#2623).
4707 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4709         * dired-x.el (dired-guess-default): Remove duplicate shell command
4710         entries (bug#2028).
4711         (dired-guess-default): Fix grammar in doc string (bug#2028).
4712         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
4714         * subr.el (remove-duplicates): New conveniency function.
4716 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4718         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
4719         (bug#1526).
4721 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
4723         * window.el (display-buffer-normalize-default): Don't invert
4724         meaning of even-window-heights.  Reported by Eli Zaretskii
4725         <eliz@gnu.org>.
4727 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
4729         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
4731 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
4733         * window.el (display-buffer): Fix arguments to
4734         display-buffer-reuse-window in last change.
4736         * faces.el (link): Use a less saturated blue on light backgrounds.
4738         * startup.el (fancy-startup-text, fancy-about-text)
4739         (fancy-startup-tail): Use font-lock faces, for background safety.
4741 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
4743         * emulation/viper-cmd.el (viper-change-state-to-vi):
4744         Limit triggering of abbrev expansion (Bug#9038).
4746 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
4748         * window.el (display-buffer-default-specifiers): Remove.
4749         (display-buffer-macro-specifiers): Remove default specifiers.
4750         (display-buffer-alist): Default to nil.
4751         (display-buffer-reuse-window): New optional argument other-window.
4752         (display-buffer-pop-up-window): Allow splitting internal
4753         windows.  Check whether a live window was created.
4754         (display-buffer-other-window-means-other-frame)
4755         (display-buffer-normalize-arguments): Rename to
4756         display-buffer-normalize-argument and rewrite.  Set the
4757         other-window specifier.
4758         (display-buffer-normalize-special): New function.
4759         (display-buffer-normalize-options): Rename to
4760         display-buffer-normalize-default and rewrite.
4761         (display-buffer-normalize-options-inhibit): Remove.
4762         (display-buffer-normalize-specifiers): Rewrite.
4763         (display-buffer): Process other-window specifier and call
4764         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
4765         more faithfully.
4766         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4767         (display-buffer-alist-set): Don't handle 'unset default values.
4768         (display-buffer-in-window, display-buffer-alist-set):
4769         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
4770         <tassilo@member.fsf.org>.
4772 2011-07-09  Leo Liu  <sdl.web@gmail.com>
4774         * register.el (insert-register): Restore accidental change on
4775         2011-06-26.  (Bug#9028)
4777 2011-07-09  Glenn Morris  <rgm@gnu.org>
4779         * subr.el (remq): Handle the empty list.  (Bug#9024)
4781 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
4783         * mail/sendmail.el (send-mail-function): No longer delay custom
4784         initialization.
4785         * custom.el (custom-initialize-delay): Doc fix.
4787 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4789         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
4791 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
4793         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
4794         human-friendly prompt.
4796 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4798         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
4799         provided by a particular plugin.
4801 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4803         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
4804         save customizations (with "emacs -Q"), just set the variable
4805         instead of erroring out.
4807         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4809 2011-07-08  Juri Linkov  <juri@jurta.org>
4811         * arc-mode.el (archive-zip-expunge, archive-zip-update)
4812         (archive-zip-update-case): Use 7z if found by `executable-find'.
4813         The order of searching the available programs is the same as in
4814         `archive-zip-extract' (bug#8968).
4816 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
4818         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
4819         (menu-bar-options-menu): Tweak descriptions.
4821 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4823         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
4824         menu items into verb phrases (bug#1421).  Also refill to fit under
4825         80 columns.
4827 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
4829         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
4830         (Info-read-node-name): Doc fix (Bug#1084).
4832         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
4833         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
4834         (end-of-sexp, beginning-of-sexp)
4835         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
4836         (forward-symbol, forward-same-syntax, word-at-point)
4837         (sentence-at-point): Doc fix (Bug#1144).
4839 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4841         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
4842         should cover it (bug#1281).
4844         * cus-edit.el (custom-show): Mark as obsolete.
4846         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
4847         negotiation fails, then possibly try again with a non-encrypted
4848         connection (bug#9017).
4850         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
4851         be used.
4853 2011-07-07  Richard Stallman  <rms@gnu.org>
4855         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
4856         property, and handle its changed format.
4857         Look for the correct line number.
4858         Use file's line contents (but not past first =) to find
4859         correct line in message.
4861 2011-07-07  Kenichi Handa  <handa@m17n.org>
4863         * international/characters.el (build-unicode-category-table):
4864         Delete it.
4865         (unicode-category-table): Set it by unicode-property-table-internal.
4867         * international/mule-cmds.el (char-code-property-alist): Move to
4868         to src/chartab.c.
4869         (get-char-code-property): Call unicode-property-table-internal to
4870         load a file.  Call get-unicode-property-internal where necessary.
4871         (put-char-code-property): Call unicode-property-table-internal to
4872         load a file.  Call put-unicode-property-internal where necessary.
4873         put-unicode-property-internal where necessary.
4874         (char-code-property-description):
4875         Call unicode-property-table-internal to load a file.
4877         * international/charprop.el:
4878         * international/uni-bidi.el:
4879         * international/uni-category.el:
4880         * international/uni-combining.el:
4881         * international/uni-comment.el:
4882         * international/uni-decimal.el:
4883         * international/uni-decomposition.el:
4884         * international/uni-digit.el:
4885         * international/uni-lowercase.el:
4886         * international/uni-mirrored.el:
4887         * international/uni-name.el:
4888         * international/uni-numeric.el:
4889         * international/uni-old-name.el:
4890         * international/uni-titlecase.el:
4891         * international/uni-uppercase.el: Regenerate.
4893         * loadup.el: Load international/charprop.el before
4894         international/characters.
4896 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
4898         * window.el (next-buffer, previous-buffer): Signal an error if
4899         called from a minibuffer window.
4901         * bindings.el: Revert 2011-07-04 change.
4903 2011-07-06  Richard Stallman  <rms@gnu.org>
4905         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
4906         (rmail-mime-insert-bulk, rmail-mime-insert-text):
4907         Treat markers like ints.
4908         (rmail-mime-entity): Doc fix.
4910 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4912         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
4913         defcustom again for backwards compatibility.
4915         * simple.el (shell-command-on-region): Fill.
4917         * dired-aux.el (dired-kill-line): Add a doc string.
4919         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
4920         to "\\sw\\|\\s_" (bug#358).
4922         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
4923         (dired-unmark-backward): Ditto.
4924         (dired-flag-backup-files): Ditto.
4926         * dired-x.el (dired-mark-sexp): Ditto.
4928 2011-07-06  Richard Stallman  <rms@gnu.org>
4930         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
4931         (rmail-mime-entity): New arg TRUNCATED.
4932         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
4933         New functions.
4934         (rmail-mime-save): Warn if entity is truncated.
4935         (rmail-mime-toggle-hidden): Likewise, for showing.
4936         (rmail-mime-process-multipart): Record when an entity is truncated.
4938         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
4939         if ENTITY is a string.
4941 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4943         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
4944         of faces when `M-C-x'-ing their definitions (bug#8378).
4945         Also clean up the code slightly.
4947         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
4948         because that makes the colors go away.
4950         * mail/sendmail.el (send-mail-function): Change the default to
4951         `sendmail-query-once'.
4952         (sendmail-query-once): Add an autoload cookie.
4954         * net/network-stream.el (network-stream-open-starttls): Try using
4955         a plain connection even if the server offered STARTTLS, and we
4956         kinda wanted to use it, if Emacs doesn't have any STARTTLS
4957         capability.  This should make smtpmail.el work in slightly more
4958         configurations.
4960 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
4962         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
4963         New defun.
4964         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
4966 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
4968         * progmodes/sql.el: Version 3.0
4969         (sql-product-alist): Add product :completion-object,
4970         :completion-column, and :statement attributes.
4971         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
4972         (sql-mode-syntax-table): Mark all punctuation.
4973         (sql-font-lock-keywords-builder): Temporarily remove fallback on
4974         ansi keywords.
4975         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
4976         (sql-mode-oracle-font-lock-keywords): Improve.
4977         (sql-oracle-show-reserved-words): New function for development.
4978         (sql-product-font-lock): Simplify for source code buffers.
4979         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
4980         New functions.
4981         (sql-highlight-product): Set product specific syntax table.
4982         (sql-mode-map): Add statement movement functions.
4983         (sql-ansi-statement-starters, sql-oracle-statement-starters):
4984         New variable.
4985         (sql-statement-regexp, sql-beginning-of-statement)
4986         (sql-end-of-statement, sql-signum): New functions.
4987         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
4988         (sql-show-sqli-buffer): Bug fix.
4989         (sql-interactive-mode): Store connection data as buffer local.
4990         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
4991         with sql-interactive-mode.
4992         (sql-save-connection): Save buffer local settings.
4993         (sql-connection-menu-filter): Change menu entry name.
4994         (sql-product-interactive): Bug fix.
4995         (sql-preoutput-hold): New variable.
4996         (sql-interactive-remove-continuation-prompt): Bug fixes.
4997         (sql-debug-redirect): New variable.
4998         (sql-str-literal): New function.
4999         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
5000         Redesign.
5001         (sql-oracle-save-settings, sql-oracle-restore-settings)
5002         (sql-oracle-list-all, sql-oracle-list-table): New functions.
5003         (sql-completion-object, sql-completion-column)
5004         (sql-completion-sqlbuf): New variables.
5005         (sql-build-completions-1, sql-build-completions)
5006         (sql-try-completion): New functions.
5007         (sql-read-table-name): Use them.
5008         (sql-contains-names): New buffer local variable.
5009         (sql-list-all, sql-list-table): Use it.
5010         (sql-oracle-completion-types): New variable.
5011         (sql-oracle-completion-object, sql-sqlite-completion-object)
5012         (sql-postgres-completion-object): New functions.
5014 2011-07-06  Glenn Morris  <rgm@gnu.org>
5016         * window.el (pop-to-buffer): Doc fix.
5018 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
5020         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
5022 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
5024         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
5026         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
5028 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
5030         * button.el (button): Inherit from link face.  Suggested by Dan
5031         Nicolaescu.
5033 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5035         * progmodes/gdb-mi.el: Fit in 80 columns.
5036         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
5037         switch-to-buffer.
5039         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
5040         if imenu is simply not configured (bug#8941).
5042 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
5044         * allout.el (allout-post-undo-hook): New allout outline-change
5045         event hook to signal undo activity.
5046         (allout-post-command-business): Run allout-post-undo-hook if an
5047         undo just occurred.
5048         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
5049         * allout-widgets.el (allout-widgets-after-undo-function):
5050         Ensure the integrity of the current item's decoration after it has been
5051         in the vicinity of an undo.
5052         (allout-widgets-mode): Include allout-widgets-after-undo-function
5053         on the new allout-post-undo-hook.
5055 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5057         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
5058         Let define-derived-mode define it.
5059         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
5060         cycles of abbrev-table inheritance (bug#8998).
5062 2011-07-05  Roland Winkler  <winkler@gnu.org>
5064         * textmodes/bibtex.el: Add support for biblatex.
5065         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
5066         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
5067         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
5068         (bibtex-entry-alist, bibtex-field-alist): New variables.
5069         (bibtex-entry-field-alist): Obsolete alias for
5070         bibtex-BibTeX-entry-alist.
5071         (bibtex-entry-alist, bibtex-field-alist): New widgets.
5072         (bibtex-set-dialect): New command.
5073         (bibtex-entry-type, bibtex-entry-head)
5074         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
5075         Bind via bibtex-set-dialect.
5076         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
5077         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
5078         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
5079         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
5080         Define via bibtex-set-dialect.
5081         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
5082         Obey bibtex-no-opt-remove-re.
5083         (bibtex-vec-push, bibtex-vec-incr): New functions.
5084         (bibtex-format-entry, bibtex-field-list)
5085         (bibtex-print-help-message, bibtex-validate)
5086         (bibtex-search-entries): Use new format of bibtex-entry-alist.
5088 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5090         * progmodes/compile.el (compilation-goto-locus):
5091         * net/tramp-cmds.el (tramp-append-tramp-buffers):
5092         * bs.el (bs-cycle-next, bs-cycle-previous):
5093         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
5094         * bindings.el (mode-line-other-buffer):
5095         * autoinsert.el (auto-insert):
5096         * arc-mode.el (archive-extract):
5097         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
5099 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5101         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
5102         Fix check of `emacs-lock-unlockable-modes'.
5103         Coerce true values of `emacs-lock--try-unlocking' to t.
5105 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5107         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
5108         * emacs-lock.el: New file.
5110 2011-07-05  Julien Danjou  <julien@danjou.info>
5112         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
5113         than `boundp' to check if face is set.
5115 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5117         * register.el (registerv-make):
5118         * window.el (window-min-height): Fix typos in docstrings.
5120 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
5122         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
5123         Update doc string.
5125 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
5127         * server.el (server-execute): Catch quit and call
5128         `server-return-error' to pass the error back to emacsclient and
5129         close the connection (bug#8942).
5131 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
5133         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
5134         insecure exception for current topic.  Also note that auto-saves
5135         are handled differently.
5137         (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
5138         State variables for tracking auto-save inhibition situation.
5140         (allout-write-contents-hook-handler): Rename from
5141         'allout-write-file-hook-handler', and describe how it depends on
5142         write-contents-functions sensitivity to non-nil value to prevent
5143         file write.
5145         (allout-auto-save-hook-handler): Remove.  auto-save does not check
5146         this in individual buffers, only in the starting buffer, so this
5147         is not the right way for us to inhibit auto-save in a buffer
5148         according to its condition.
5150         (allout-mode): Use new allout-write-contents-hook-handler, and
5151         only with write-contents-functions.  Remove auto-save provisions -
5152         they're implemented elsewhere.
5154         (allout-before-change-handler): If undo is in progress, note that
5155         for attention of allout-post-command-business.
5157         (allout-post-command-business): If the command we're following was
5158         an undo, check for change in the status of encrypted items and
5159         adjust auto-save inhibitions accordingly.
5161         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
5162         according to whether there are or aren't any plain-text topics
5163         pending encryption.
5165         (allout-inhibit-auto-save-info-for-decryption):
5166         Adjust buffer-saved-size and some allout state to inhibit auto-saves
5167         if there are plain-text topics pending encryption.
5169         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
5170         buffer-saved-size and some allout state to not inhibit auto-saves
5171         if there are no longer any plain-text topics pending encryption.
5173         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
5174         No longer provide for exemption of the current topic.
5176 2011-07-04  Juri Linkov  <juri@jurta.org>
5178         Add 7z operations to delete and save changed members (bug#8968).
5179         * arc-mode.el (archive-7z-expunge, archive-7z-update):
5180         New defcustoms.
5181         (archive-7z-write-file-member): New function.
5182         (archive-7z-summarize): Fix the number of dashes in the
5183         listing output.
5185 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5187         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
5188         (bug#8958).
5190 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
5192         * bindings.el: Ignore next-buffer and previous-buffer in
5193         minibuffer-local-map.
5195         * font-lock.el (font-lock-builtin-face): Change light background
5196         color to dark slate blue (Bug#6693).
5198 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5200         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
5202 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5204         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
5205         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5206         Add switch-to-buffer.
5208 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5210         * isearch.el (isearch-search-fun-function): Clarify further the
5211         meaning of the function returned.
5213 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
5215         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
5217         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
5218         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
5219         Use it.
5220         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
5221         `tramp-default-remote-path' does not exist.
5222         (tramp-send-command-and-read): New optional argument NOERROR.
5223         (tramp-open-connection-setup-interactive-shell)
5224         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
5225         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
5226         (tramp-process-sentinel): Flush also process' connection property.
5227         (tramp-sh-handle-start-file-process): Do not set process
5228         sentinel.  It is done now ...
5229         (tramp-maybe-open-connection): ... here.  (Bug#8929)
5231 2011-07-04  MON KEY  <monkey@sandpframing.com>
5233         * play/animate.el (animate-string): Doc fixes and allow changing
5234         the buffer name (bug#5417).
5236 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5238         * play/animate.el (animation-buffer-name): Rename from *animate*.
5240 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
5242         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
5243         This is simpler and helps future-proof the code.
5244         (timer-until): Use time-subtract and float-time.
5245         (timer--time-less-p): Use time-less-p.
5247 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
5249         * type-break.el (timep): Use the value of `float-time' to avoid a
5250         byte-compiler warning.
5252         * server.el (server-eval-and-print): Return any result, even nil.
5254 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5256         * type-break.el: Accept time formats that the builtins accept.
5257         (timep, type-break-time-difference): Accept any format that
5258         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
5259         This is simpler and helps future-proof the code.
5260         (type-break-time-difference): Round rather than ignoring
5261         subseconds components.
5263 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5265         * info.el (Info-apropos-matches): Make non-interactive, since it
5266         doesn't seem to do anything useful as a command (bug#8829).
5268 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
5270         * frame.el (frame-background-mode, frame-set-background-mode):
5271         Move from faces.el.
5272         (frame-default-terminal-background): New function.
5274         * custom.el (custom-push-theme): Don't record faces in `changed'
5275         theme; this doesn't work correctly for per-frame face settings.
5276         (disable-theme): Use face-set-after-frame-default to reset faces.
5277         (custom--frame-color-default): New function.
5279 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5281         * dired.el (dired-flagging-regexp): Remove unused variable
5282         (bug#8769).
5284 2011-03-29  Kevin Ryde  <user42@zip.com.au>
5286         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5287         `perl-Test2' extend to match possible "fail #N" rep count
5288         (bug#8377).
5290 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5292         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
5293         `smtpmail-via-smtp' now returns the error instead of nil.
5295         * isearch.el (isearch-search-fun-function): Clarify the doc string
5296         (bug#8101).
5298 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
5300         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
5301         unnecessary spaces (bug#8987).
5303 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5305         * net/network-stream.el (open-network-stream): Use the
5306         :end-of-capability command thoughout.
5308 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5310         * net/network-stream.el (open-network-stream): Add the
5311         :end-of-capability command parameter, used by pop3.el.
5313 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5315         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
5317         * fringe.el (fringe-query-style): Remove redundant text " (type ?
5318         for list)" (bug#6475).
5320         * files.el (file-expand-wildcards): Ignore non-readable
5321         sub-directories while trying to find matches instead of signaling
5322         an error (bug#6297).
5324         * man.el (Man-reference-regexp): Allow matching possible
5325         word-wrapped references (bug#6289).
5327         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
5328         for consistency with the other vc buffers (bug#6197).
5329         (vc-checkin): Ditto.
5331         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
5333         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
5335 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5337         * custom.el (defcustom): Clarify that :set is only used in the
5338         Customize user interface (bug#6089).
5340         * progmodes/flymake.el (flymake-mode): If the buffer isn't
5341         associated with a file, refuse to run instead of erroring out
5342         (bug#6084).
5344         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
5345         the doc string, since it appears that using `fill-column' always
5346         controls the width (bug#7845).
5348         * simple.el (shell-command-on-region): Say where the error output
5349         went if `shell-command-default-error-buffer' is set (bug#6857).
5351 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
5353         * allout.el (allout-yank-processing): Adjust cursor position for
5354         backwards-deleted space.
5356         (allout-rebullet-heading): Register changes with
5357         allout-exposure-changed-hook, so the modified topic is properly
5358         decorated.
5360 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5362         * minibuffer.el (completion-in-region): Document PREDICATE
5363         (bug#7136).
5365         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
5366         of keyword/argument pairs (bug#6904).
5368         * replace.el (multi-occur):
5369         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5371 2011-07-02  Drew Adams  <drew.adams@oracle.com>
5373         * dired.el (dired-mark-if): Make the message about whether it's
5374         marking or unmarking clearer (bug#8523).
5376 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5378         * disp-table.el (display-table-print-array): New function.
5379         (describe-display-table): Use it to print the vectors more pretty
5380         (Bug#8859).
5382 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
5384         * window.el (window-state-get-1): Don't assign clone numbers.
5385         Add clone-of item to list of window parameters.
5386         (window-state-put-2): Don't process clone numbers.
5387         (display-buffer-alist): Fix doc-string.
5389 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5391         * subr.el (remq): Don't allocate if it's not needed.
5392         (keymap--menu-item-binding, keymap--menu-item-with-binding)
5393         (keymap--merge-bindings): New functions.
5394         (keymap-canonicalize): Use them to refine the canonicalization.
5395         * minibuffer.el (minibuffer-local-completion-map)
5396         (minibuffer-local-must-match-map): Move initialization from C.
5397         (minibuffer-local-filename-completion-map): Move initialization from C;
5398         don't inherit from anything here.
5399         (minibuffer-local-filename-must-match-map): Make obsolete.
5400         (completing-read-default): Use make-composed-keymap to combine
5401         minibuffer-local-filename-completion-map with either
5402         minibuffer-local-must-match-map or
5403         minibuffer-local-filename-completion-map.
5405 2011-07-01  Glenn Morris  <rgm@gnu.org>
5407         * type-break.el (type-break-time-sum): Use dolist.
5409         * textmodes/flyspell.el (flyspell-word-search-backward):
5410         Replace CL function.
5412 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5414         * mouse.el (mouse--strip-first-event): New function.
5415         (function-key-map): Use it to map fringe clicks to normal clicks
5416         by default.
5418         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
5419         (vc-bzr-revision-completion-table): Add support for annotate and date.
5421         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
5422         inherit from parent.
5424 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5426         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
5427         (dired-show-file-type): Doc fixup (bug#8818).
5429         * dired.el (dired-mode): Fix up the doc string as suggested by
5430         Drew Adams (bug#8817).
5432         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
5433         cookie, since the manual says that it should be possible to add
5434         this function to `find-file-hook' (bug#8709).
5436 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
5438         * progmodes/cfengine.el: Moved all cfengine3.el functionality
5439         here.  Noted Ted Zlatanov as the maintainer.
5440         (cfengine-common-settings, cfengine-common-syntax): New functions
5441         to set up common things between `cfengine-mode' and
5442         `cfengine3-mode'.
5443         (cfengine3-mode): New mode.
5444         (cfengine3-defuns cfengine3-defuns-regex
5445         (cfengine3-class-selector-regex cfengine3-category-regex)
5446         (cfengine3-vartypes cfengine3-font-lock-keywords)
5447         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
5448         (cfengine3-indent-line): Add from cfengine3.el.
5450 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
5452         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
5454         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
5456 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
5458         * window.el (same-window-buffer-names, same-window-regexps)
5459         (same-window-p, special-display-frame-alist)
5460         (special-display-popup-frame, special-display-function)
5461         (special-display-buffer-names, special-display-regexps)
5462         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
5463         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5464         (split-window-preferred-function, split-height-threshold)
5465         (split-width-threshold, even-window-heights)
5466         (display-buffer-mark-dedicated, window-splittable-p)
5467         (split-window-sensibly, window-safely-shrinkable-p):
5468         Un-obsolete.
5469         (display-buffer): Don't spread args with function specifier
5470         because special-display-popup-frame won't like it.
5472 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5474         Time-stamp simplifications and fixes.
5475         These improve accuracy slightly, and future-proof the code
5476         against some potential changes to current-time format.
5478         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
5479         by using time-since and float-time.
5481         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
5482         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
5483         + NNN microseconds".
5485         * type-break.el (type-break-time-sum): Rewrite using time-add.
5487         * play/hanoi.el (hanoi-current-time-float): Remove.
5488         All uses replaced by float-time.
5490         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
5491         This yields a more-accurate answer.
5492         (rng-time-to-float): Remove; no longer needed.
5494         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
5496         * calendar/timeclock.el (timeclock-seconds-to-time):
5497         Defalias to seconds-to-time, since they're the same thing.
5499         * emacs-lisp/elp.el (elp-elapsed-time):
5500         * emacs-lisp/benchmark.el (benchmark-elapse):
5501         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
5503 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5505         * window.el (bury-buffer): Don't iconify the only frame.
5506         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
5507         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
5509 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
5511         * eshell/em-smart.el (eshell-smart-display-navigate-list):
5512         Add mouse-yank-primary.
5514 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
5516         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
5518 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5520         * emacs-lisp/find-func.el (find-library--load-name): New fun.
5521         (find-library-name): Use it to find relative load names when provided
5522         absolute file name (bug#8803).
5524 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5526         * textmodes/flyspell.el (flyspell-word): Consider words that
5527         differ only in case as potential doublons (bug#5687).
5529         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
5530         Remove two rather uninteresting debugging-like messages to make
5531         debbugs.el more silent.
5533         * comint.el (comint-password-prompt-regexp): Accept "Response" as
5534         a password-like phrase.
5536 2011-06-30  Mastake YAMATO  <yamato@redhat.com>
5538         * progmodes/cc-guess.el: New file.
5540         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
5542         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
5543         derived from `c-basic-common-init'.
5545         * progmodes/cc-mode.el (top-level): Require cc-guess.
5546         (c-basic-common-init): Use `cc-choose-style-for-mode'.
5548 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
5550         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
5552 2011-06-30  Alan Mackenzie  <acm@muc.de>
5554         * progmodes/cc-engine.el (c-guess-continued-construct):
5555         Correct the handling of template-args-cont, particularly for when font
5556         lock is disabled.  Name this case as "CASE G".
5558 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
5560         * allout.el (allout-yank-processing): Fix injection of extra space
5561         between bullet and non-whitespace character in first topic when
5562         pasting, ensuring that the actual spacing in the pasted topic
5563         following the bullet char is preserved.  This extra space was
5564         causing pasted encrypted topics to get a decrypted status even
5565         when the content was actually still encrypted.  Now the decryption
5566         status from before the paste is preserved.
5568         (allout-flag-region): Set all allout overlays so they evaporate
5569         when reduced to zero length (evanescent), to prevent overlay
5570         leakage.
5572 2011-06-30  Glenn Morris  <rgm@gnu.org>
5574         * w32-fns.el (w32-charset-info-alist): Declare.
5576         * find-dired.el (find-grep-options): Simplify.
5578         * term/ns-win.el (ns-set-resource): Declare.
5580         * ses.el (row, col): Declare dynamic variables honestly.
5582         * textmodes/reftex-parse.el (index-tags): Declare.
5584 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
5586         * cus-edit.el (customize-push-and-save): New function.
5588         * files.el (hack-local-variables-confirm): Use it.
5590         * custom.el (load-theme): New arg NO-CONFIRM.
5591         Use customize-push-and-save (Bug#8720).
5592         (custom-enabled-themes): Doc fix.
5594         * cus-theme.el (customize-create-theme)
5595         (custom-theme-merge-theme): Callers to load-theme changed.
5597 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5599         * thingatpt.el (thing-at-point-short-url-regexp): Require that
5600         short URLs have at least one dot in them (bug #7614).
5602         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
5603         nil, because using a pty is apparently too slow (bug #895).
5605 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5607         * mail/sendmail.el (sendmail-query-once): New function.
5608         (sendmail-query-once-function): New variable.
5610 2011-06-29  Glenn Morris  <rgm@gnu.org>
5612         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
5614         * ses.el (top-level): Require cl when compiling.
5615         (ses-set-localvars): Fix error statement.
5616         Call it at compile time to silence a storm of warnings.
5618 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
5620         * window.el (normalize-live-buffer): Rename to
5621         window-normalize-buffer.
5622         (normalize-live-frame): Rename to window-normalize-frame.
5623         (normalize-any-window): Rename to window-normalize-any-window.
5624         (normalize-live-window): Rename to window-normalize-live-window.
5625         (make-window-atom): Rename to window-make-atom.
5626         (window-resize-reset): Rename to window--resize-reset.
5627         (window-resize-reset-1): Rename to window--resize-reset-1.
5628         (resize-mini-window): Rename to window--resize-mini-window.
5629         (resize-subwindows-skip-p): Rename to
5630         window--resize-subwindows-skip-p.
5631         (resize-subwindows-normal): Rename to
5632         window--resize-subwindows-normal.
5633         (resize-subwindows): Rename to window--resize-subwindows.
5634         (resize-other-windows): Rename to window--resize-siblings.
5635         (resize-this-window): Rename to window--resize-this-window.
5636         (resize-root-window): Rename to window--resize-root-window.
5637         (resize-root-window-vertically): Rename to
5638         window--resize-root-window-vertically.
5639         (normalize-buffer-to-display): Rename to
5640         window-normalize-buffer-to-display.
5641         (normalize-buffer-to-switch-to): Rename to
5642         window-normalize-buffer-to-switch-to.
5643         Correspondingly update all callers of the functions listed
5644         above.
5645         (display-buffer-alist, display-buffer-normalize-arguments)
5646         (display-buffer-normalize-options, display-buffer)
5647         (display-buffer-alist-set): Use "function" instead of
5648         "fun-with-args".
5650 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
5652         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
5653         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
5654         debbugs.gnu.org.  Mention acknowledgment email.
5656 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5658         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
5659         buffer multibyteness, since it shouldn't matter.
5661 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
5663         * window.el (display-buffer-in-side-window): Handle dedicated
5664         windows as in display-buffer-reuse-window.
5665         (display-buffer-normalize-alist): Use value of override
5666         specifier.
5667         (display-buffer-normalize-specifiers): Use value of
5668         other-window-means-other-frame specifier.
5669         (display-buffer-alist): Rewrite some texts in widgets.
5670         (display-buffer): Spread arguments when calling function
5671         specified by fun-with-args.
5673 2011-06-28  Deniz Dogan  <deniz@dogan.se>
5675         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5676         Unnest `let'.
5678         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
5679         selectors (Bug#5732).
5680         (css-proprietary-nmstart-re): Use `regexp-opt'.
5682 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
5684         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
5685         (eshell-ls-date-format): New defcustom.
5686         (eshell-ls-file): Use it.
5688 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5690         * help-fns.el (describe-variable): Fix message for terminal-local vars.
5692 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5694         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
5695         (ange-ftp-make-tmp-name): New arg.
5696         (ange-ftp-file-local-copy): Use it.
5698 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
5700         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
5701         no-conversion (Bug#8870).
5703 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
5705         * window.el (window-right, window-left, window-child)
5706         (window-child-count, window-last-child)
5707         (window-iso-combination-p, walk-window-tree-1)
5708         (window-atom-check-1, window-tree-1, delete-window)
5709         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
5710         new naming conventions - window-vchild, window-hchild,
5711         window-next and window-prev are now called window-top-child,
5712         window-left-child, window-next-sibling and window-prev-sibling
5713         respectively.
5714         (resize-window-reset): Rename to window-resize-reset.
5715         (resize-window-reset-1): Rename to window-resize-reset-1.
5716         (resize-window): Rename to window-resize.
5717         (window-min-height, window-min-width)
5718         (resize-mini-window, resize-this-window, resize-root-window)
5719         (resize-root-window-vertically, adjust-window-trailing-edge)
5720         (enlarge-window, shrink-window, maximize-window)
5721         (minimize-window, delete-window, quit-restore-window)
5722         (split-window, balance-windows, balance-windows-area-adjust)
5723         (balance-windows-area, window-state-put-2)
5724         (display-buffer-even-window-sizes, display-buffer-set-height)
5725         (display-buffer-set-width, set-window-text-height)
5726         (fit-window-to-buffer): Rename all "resize-window" prefixed
5727         calls to use the "window-resize" prefix convention.
5728         (display-buffer-alist): Fix symbol for label specifier.
5729         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
5730         corresponding specifier.
5731         Reported by Juanma Barranquero <lekktu@gmail.com>.
5733 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5735         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
5736         convention.
5737         (ses-call-printer): Does not pass an empty string to formatter when the
5738         cell is empty to keep from barking printer Calc math-format-value.
5740 2011-06-27  Richard Stallman  <rms@gnu.org>
5742         * battery.el (battery-mode-line-limit): New variable.
5743         (battery-update): Handle it.
5745         * mail/rmailmm.el (rmail-mime-process-multipart):
5746         Handle truncated messages.
5748 2011-06-27  Glenn Morris  <rgm@gnu.org>
5750         * progmodes/flymake.el (flymake-err-line-patterns):
5751         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
5753 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5755         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
5756         (ses--clean-!, ses--clean-_): New functions.
5757         (ses-range): Add configurability of readout order, and conversion
5758         to Calc vector.
5760         * ses.el (ses-repair-cell-reference-all): New function.
5761         (ses-cell-symbol): Set macro as safe, so that it can be used in
5762         formulas.
5764         * ses.el: Update cycle detection algorithm.
5765         (ses-localvars): Add ses--Dijkstra-attempt-nb and
5766         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
5767         (ses-set-localvars): New function.
5768         (ses-make-cell): Add property-list as a cell element.
5769         (ses-cell-property-get-fun, ses-cell-property-get)
5770         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
5771         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
5772         New functions.
5773         (ses-cell-property-set, ses-cell-property-pop)
5774         (ses-cell-property-get-handle): New macro.
5775         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
5776         New aliases, used for code readability.
5777         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
5778         cycle detection.
5779         (ses-self-reference-early-detection): New defcustom.
5780         (ses-formula-references): Robustify against self-referring cells.
5781         (ses-mode): Use ses-set-localvars.
5782         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
5783         before lauching the update processing.
5784         (ses-initialize-Dijkstra-attempt): New function.
5785         (ses-recalculate-cell): Update for cycle detection based on
5786         Dijkstra algorithm.
5788         * ses.el: Fix commenting and indenting convention.
5790 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5792         * bs.el (bs-cycle-next): Complete last change.
5794 2011-06-27  Drew Adams  <drew.adams@oracle.com>
5796         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
5798 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5800         * net/network-stream.el (network-stream-open-starttls):
5801         Don't re-get capabilities unless we've reestablished connection.
5802         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
5804         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
5805         to binary to possibly avoid line encoding issues on Windows (among
5806         other things).
5808 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5810         * net/network-stream.el (open-network-stream): Return an :error
5811         saying what the problem was, if possible.
5813         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
5814         server.
5816         * net/network-stream.el (network-stream-open-starttls): If we
5817         wanted to use STARTTLS, and the server offered it, but we weren't
5818         able to because we had no STARTTLS support, then close the connection.
5819         (open-network-stream): Return an :error element, if present.
5821 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
5823         * hl-line.el (hl-line-sticky-flag): Doc fix.
5824         (global-hl-line-sticky-flag): New option (Bug#8323).
5825         (global-hl-line-highlight): Obey it.
5827         * vc/vc.el (vc-revert-show-diff): Default to t.
5829 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
5831         * allout-widgets.el (allout-widgets-post-command-business):
5832         Stop decorating intermediate isearch matches.  They're not being
5833         undecorated when an isearch is continued past, and isearch
5834         automatically collapses them.  This leads to "widget leaks", where
5835         decorated items accumulate in collapsed areas.  Lines with lots of
5836         hidden widgets can slow down cursor travel, substantially.
5837         Too much complicated machinery would be needed to ensure undecoration,
5838         so we're doing without this nicety.
5840         (allout-widgets-tally-string): Don't try to do a hash-table-count
5841         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
5842         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
5843         *Messages* when allout-widgets-maintain-tally is t.
5845 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
5847         * window.el (display-buffer-normalize-argument): Rename to
5848         display-buffer-normalize-arguments.  Handle special meaning of
5849         LABEL argument.  Respect special-display-function when popping up
5850         a new frame.  Fix code searching for a window showing the buffer
5851         on another frame.
5852         (display-buffer-normalize-specifiers):
5853         Call display-buffer-normalize-arguments.
5854         (display-buffer-in-window): Don't undedicate the window if its
5855         buffer remains the same.
5856         Reported by Drew Adams <drew.adams@oracle.com>.
5857         (display-buffer-alist): Add choice for same-window macro
5858         specfier.
5859         (display-buffer): Mention special meaning of LABEL argument in
5860         doc-string.  Fix quoting.  Don't pop up a new frame even as
5861         fallback.
5863 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
5865         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
5866         avoid deleting the current window in some cases (bug#8911).
5868 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
5870         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
5871         (Bug#8934)
5873 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5875         * net/network-stream.el (network-stream-open-starttls):
5876         Use built-in TLS support if `gnutls-available-p' is true.
5877         (network-stream-open-tls): Ditto.
5879 2011-06-26  Leo Liu  <sdl.web@gmail.com>
5881         * register.el (registerv): New struct.
5882         (registerv-make): New function.
5883         (jump-to-register, describe-register-1, insert-register):
5884         Support the jump-func, print-func and insert-func slot of a registerv
5885         struct.  (Bug#8415)
5887 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
5889         * vc/vc.el (vc-revert-show-diff): New defcustom.
5890         (vc-diff-internal): New arg specifying diff buffer.
5891         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
5892         reuse an existing *vc-diff* buffer (Bug#8927).
5894         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
5896 2011-06-26  Glenn Morris  <rgm@gnu.org>
5898         * progmodes/f90.el (f90-critical-indent): New option.
5899         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
5900         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
5901         (f90-mode): Doc fix.
5902         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
5903         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
5904         (f90-beginning-of-block, f90-next-block, f90-indent-region)
5905         (f90-match-end): Handle block, critical.
5907 2011-06-25  Glenn Morris  <rgm@gnu.org>
5909         * calendar/diary-lib.el (diary-included-files): Doc fix.
5910         (diary-include-files): New function, extracted from
5911         diary-include-other-diary-files and diary-mark-included-diary-files.
5912         (diary-include-other-diary-files, diary-mark-included-diary-files):
5913         Just call diary-include-files.
5914         (diary-mark-entries): Reset diary-included-files on first call.
5916         * calendar/diary-lib.el (diary-mark-entries)
5917         (diary-mark-included-diary-files):
5918         Visit included diary-files in temp buffers.
5920         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
5921         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
5922         (f90-start-block-re, f90-imenu-generic-expression)
5923         (f90-looking-at-program-block-start, f90-no-block-limit):
5924         Add support for submodules.
5926         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
5927         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
5929 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
5931         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
5932         buffer-file-type before setting its value, to avoid disastrous
5933         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
5935 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
5937         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
5939         * ses.el (ses-unload-function):
5940         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
5942         * proced.el (proced-unload-function):
5943         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
5945 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
5947         * server.el (server-create-window-system-frame): Add parameters arg.
5948         (server-process-filter): Doc fix.  Handle frame-parameters.
5950 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
5952         Fix bug#8730, bug#8781.
5954         * loadhist.el (unload--set-major-mode): New function.
5955         (unload-feature): Use it.
5957         * progmodes/python.el (python-after-info-look): Add autoload cookie.
5958         (python-unload-function): New function.
5960 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5962         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
5964 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
5966         * net/browse-url.el (browse-url-firefox-program): Add icecat to
5967         the candidates list.
5969 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
5971         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
5973 2011-06-23  Richard Stallman  <rms@gnu.org>
5975         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
5976         (rmail-variables): Set next-error-move-function.
5977         (rmail-what-message): Take argument POS.
5978         (rmail-next-error-move): New function.
5980 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5982         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
5983         messages for adjacent non-terminals.
5985 2011-06-23  Richard Stallman  <rms@gnu.org>
5987         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
5988         (rmail-show-message-1): Preserve buffer modified flag.
5989         (rmail-start-mail): Don't specify use of rmail-mail-return;
5990         that's done by mail-bury now.
5991         (rmail-mail-return): Handle arg NEWBUF.
5993 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
5995         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
5996         SIZE is a number.
5998 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
6000         * window.el (get-lru-window, get-mru-window)
6001         (get-largest-window): Never return a minibuffer window.
6002         (display-buffer-pop-up-window): Fix a bug that could lead to
6003         reusing the minibuffer window.
6004         (display-buffer): Pass original specifier argument to
6005         display-buffer-function instead of the normalized one.
6006         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
6008 2011-06-22  Leo Liu  <sdl.web@gmail.com>
6010         * minibuffer.el (completing-read-function)
6011         (completing-read-default): Move from minibuf.c
6013 2011-06-22  Richard Stallman  <rms@gnu.org>
6015         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
6016         to Rmail even if not started by a special Rmail command.
6018         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
6019         Copy the buffer currently showing just one message.
6021 2011-06-22  Roland Winkler  <winkler@gnu.org>
6023         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
6024         (bibtex-clean-entry): First delete the old key so that a
6025         customized algorithm for generating the new key does not get
6026         confused by the old key.
6027         (bibtex-url): Obey regexp of first step.
6028         (bibtex-search-entries): Do not use add-to-list with local
6029         list-var.
6031 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6033         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
6034         stored a user name, then query for the password first, instead of
6035         waiting for SMTP to give an error message and the trying again.
6037 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
6039         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
6040         BUFFER in call-process.
6042 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6044         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
6045         QUIT twice.
6046         (smtpmail-try-auth-methods): Require user name and password from
6047         auth-source.
6049 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
6051         * window.el (display-buffer-default-specifiers)
6052         (display-buffer-alist): Remove entries for pop-up-frame-alist.
6053         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6054         (split-window): Normalize SIDE argument (Bug#8916).
6056         * frame.el (pop-up-frame-alist, pop-up-frame-function)
6057         (special-display-frame-alist, special-display-popup-frame):
6058         Remove duplicate declarations.  These are now in window.el.
6060 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6062         * mail/smtpmail.el (smtpmail-via-smtp):
6063         Set :use-starttls-if-possible so that we always use STARTTLS if the
6064         server supports it.  SMTP servers that support STARTTLS commonly
6065         require it.
6067         * net/network-stream.el (network-stream-open-starttls): Support
6068         upgrading to STARTTLS always, even if we don't have built-in support.
6069         (open-network-stream): Add the :always-query-capabilities keyword.
6071         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
6072         upgrades with `open-network-stream', and rely solely on
6073         auth-source for all credentials.  Big changes throughout the file,
6074         but in particular:
6075         (smtpmail-auth-credentials): Remove.
6076         (smtpmail-starttls-credentials): Remove.
6077         (smtpmail-via-smtp): Check for servers saying they want AUTH after
6078         MAIL FROM, too.
6080         * net/network-stream.el (network-stream-open-starttls):
6081         Provide support for client certificates both for external and built-in
6082         STARTTLS.
6083         (auth-source): Require.
6084         (open-network-stream): Document the :client-certificate keyword.
6085         (network-stream-certificate): Change cert-cert to cert and
6086         cert-key to key.
6088 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
6090         * net/tramp-cache.el (top): Don't load the persistency file when
6091         "emacs -Q" has been called.
6093 2011-06-21  Tim Harper  <timcharper@gmail.com>
6095         * term/ns-win.el (ns-initialize-window-system):
6096         Set application-specific `ApplePressAndHoldEnabled' system
6097         resource to NO as it is not yet supported by the NS port.
6099 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
6101         * misc.el (list-dynamic-libraries--refresh): Compute header here...
6102         (list-dynamic-libraries): ...not here.
6104 2011-06-21  Leo Liu  <sdl.web@gmail.com>
6106         * subr.el (sha1): Implement sha1 using secure-hash.
6108 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
6110         * window.el (display-buffer-alist): In default value do not
6111         enforce searching a window on any but the selected frame.
6112         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6113         (display-buffer-select-window): Remove function.
6114         (display-buffer-in-window): When a window on another frame gets
6115         reused, do not select it any more but just raise its frame if
6116         necessary (Bug#8851) and (Bug#8856).
6117         (display-buffer-normalize-options): Handle pop-up-frames related
6118         options more faithfully.
6119         (pop-to-buffer): Don't rely on `display-buffer' selecting the
6120         window if it is on another frame.
6121         (display-buffer-alist, display-buffer-default-specifiers):
6122         Don't make new frame unsplittable by default.
6123         (display-buffer-normalize-argument): Fix doc-string typo and use
6124         'same-frame-other-window instead of 'other-window when associating
6125         with display-buffer-macro-specifiers.
6127 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
6129         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
6130         New functions.
6131         (5x5-mode-map, 5x5-mode-menu): Bind them.
6132         (5x5-draw-grid): Tweak the solver's rendering.
6134 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6136         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
6137         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
6139 2011-06-21  Drew Adams  <drew.adams@oracle.com>
6141         * menu-bar.el: Use function variable instead of switch-to-buffer.
6142         (menu-bar-select-buffer-function): New variable.
6143         (menu-bar-update-buffers): Use it (bug#8876).
6145 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6147         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
6148         variable's status.
6150 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
6152         * x-dnd.el (x-dnd-version-from-flags)
6153         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
6154         and long as number (Bug#8899).
6155         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
6157 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6159         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
6160         (completion-try-completion, completion-all-completions): Compute the
6161         metadata argument if it's missing; make it optional (bug#8795).
6163         * wid-edit.el: Use lex-bind and move towards completion-at-point.
6164         (widget-complete): Use new :completion-function property.
6165         (widget-completions-at-point): New function.
6166         (default): Use :completion-function instead of :complete.
6167         (widget-default-completions): Rename from widget-default-complete;
6168         Rewrite.
6169         (widget-string-complete, widget-file-complete, widget-color-complete):
6170         Remove functions.
6171         (file, symbol, function, variable, coding-system, color):
6172         * international/mule-cmds.el (default-input-method, charset)
6173         (language-info-custom-alist):
6174         * cus-edit.el (face): Use new property :completions.
6176         * progmodes/pascal.el (pascal-completions-at-point): New function.
6177         (pascal-mode): Use it.
6178         (pascal-mode-map): Use completion-at-point.
6179         (pascal-toggle-completions): Make obsolete.
6180         (pascal-complete-word, pascal-show-completions):
6181         * progmodes/octave-mod.el (octave-complete-symbol):
6182         Redefine as obsolete alias.
6183         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
6184         Signal absence of completion info for old Octave,
6185         (inferior-octave-complete): Redefine as obsolete alias.
6186         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
6187         (meta-completions-at-point): Rename from meta-complete-symbol and
6188         adapt it for use on completion-at-point-functions.
6189         (meta-common-mode): Use it.
6190         (meta-looking-at-backward, meta-match-buffer): Remove.
6191         (meta-complete-symbol): Redefine as obsolete alias.
6192         (meta-common-mode-map): Use completion-at-point.
6193         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
6194         (makefile-mode-map): Use completion-at-point.
6195         (makefile-completions-at-point): Rename from makefile-complete and
6196         adapt it for use on completion-at-point-functions.
6197         (makefile-mode): Use it.
6198         (makefile-complete): Redefine as obsolete alias.
6200 2011-06-20  Deniz Dogan  <deniz@dogan.se>
6202         * net/rcirc.el: Delete trailing whitespaces once and for all.
6204 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
6206         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
6208 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
6210         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
6212         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
6214 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
6216         * window.el (display-buffer-other-window-means-other-frame):
6217         Call display-buffer-normalize-alist.
6218         (display-buffer-normalize-specifiers-1): Rename to
6219         display-buffer-normalize-argument.  New argument other-frame.
6220         Rewrite.
6221         (display-buffer-normalize-specifiers-2): Rename to
6222         display-buffer-normalize-options.
6223         (display-buffer-normalize-alist-1): New function.
6224         (display-buffer-normalize-specifiers-3): Rename to
6225         display-buffer-normalize-alist.
6226         Call display-buffer-normalize-alist-1.
6227         (display-buffer-normalize-options-inhibit): New variable.
6228         (display-buffer-normalize-specifiers): Rewrite calling
6229         display-buffer-normalize-alist,
6230         display-buffer-normalize-argument, and
6231         display-buffer-normalize-options.  Don't call the latter if
6232         display-buffer-normalize-options-inhibit is non-nil.
6233         (frame-auto-delete): New option.
6234         (window-deletable-p): Use frame-auto-delete.
6235         (window-list-no-nils, window-state-ignored-parameters)
6236         (window-state-get-1, window-state-get, window-state-put-list)
6237         (window-state-put-1, window-state-put-2, window-state-put):
6238         New functions.
6239         (display-buffer-normalize-options): Move special-display-p group
6240         after pop-up-frame group (Bug#8851) and (Bug#8856).
6242 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
6244         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
6245         groups (Bug#8776).
6246         (rx-submatch-n): New function.
6247         (rx): Document it.
6249         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
6250         (Bug#8768).
6252         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
6254         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
6256         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
6257         anytime existing face settings are present (Bug#8889).
6259         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
6260         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
6261         Remove unused argument.
6263 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
6265         * window.el (display-buffer-default-specifiers):
6266         Remove pop-up-frame.  Add pop-up-window-min-height,
6267         pop-up-window-min-width, and another reuse-window specifier
6268         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
6269         (display-buffer-normalize-specifiers-2):
6270         Handle split-height-threshold and split-width-threshold also when
6271         pop-up-windows is unset.  Add a reuse-window specifier for the
6272         case popping up a new window fails.
6273         (special-display-popup-frame): Remove double quoting.
6274         (display-buffer-normalize-specifiers-1): Fix thinko.
6276 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6278         * shell.el (shell-completion-vars): Set pcomplete-termination-string
6279         according to comint-completion-addsuffix.
6281         * pcomplete.el: Convert to lexical binding and fix bug#8819.
6282         (pcomplete-suffix-list): Mark as obsolete.
6283         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
6284         pcomplete-seen in the closure.
6285         (pcomplete-comint-setup): Setup completion-at-point as well.
6286         (pcomplete--entries): New function.
6287         (pcomplete--env-regexp): New var.
6288         (pcomplete-entries): Rewrite to work with partial-completion and
6289         without relying on pcomplete-suffix-list.
6290         (pcomplete-pare-list): Remove, unused.
6292 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
6294         * window.el (display-buffer-alist): Set pop-up-window-min-height
6295         and pop-up-window-min-width in default value.  Reported by
6296         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
6297         other-window-means-other-frame.
6298         (display-buffer-macro-specifiers): Comment out entry for
6299         other-window specifier.
6300         (display-buffer-other-window-means-other-frame): New function.
6301         (display-buffer-normalize-specifiers-1): New arguments
6302         buffer-name and label.  Treat other-window case specially.
6303         (display-buffer-normalize-specifiers-2): Treat other-window case
6304         specially.
6305         (display-buffer-normalize-specifiers-3): New function.
6306         (display-buffer-normalize-specifiers):
6307         Call display-buffer-normalize-specifiers-3.
6309 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
6311         * window.el (same-window-p): Fix two typos introduced when
6312         adding with-no-warnings.
6313         (display-buffer-normalize-specifiers-1): Don't check
6314         pop-up-frames for 'unset initialization.
6315         (display-buffer-normalize-specifiers-2): Major rewrite using
6316         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
6317         (pop-up-frames, display-buffer-reuse-frames)
6318         (display-buffer-mark-dedicated): Don't initialize to 'unset.
6319         Suggested by David Engster <deng@randomsample.de>.
6320         (even-window-heights): Initialize to 'unset.
6321         (display-buffer-alist-set): Handle new 'unset initializations.
6322         (display-buffer-macro-specifiers): Don't pop up a new frame in the
6323         other window case.
6325 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
6327         * window.el (display-buffer-normalize-specifiers-1):
6328         Respect current value of pop-up-frames for most reasonable values of
6329         second argument of display-buffer (Bug#8865).
6330         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
6331         (switch-to-buffer-other-window-same-frame)
6332         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
6333         Adams (Bug#8875).
6334         (display-buffer): Don't check noninteractive when calling
6335         display-buffer-pop-up-frame.
6336         (display-buffer-pop-up-frame): Never pop up a frame in
6337         noninteractive mode (Bug#8857).
6338         (enlarge-window, shrink-window): Don't report an error when the
6339         window can't be resized as requested (Bug#8862).
6341 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6343         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
6345         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
6347         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
6349 2011-06-15  Alan Mackenzie  <acm@muc.de>
6351         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
6352         for declarators, disable knr checking to speed up for normal files.
6353         2: Refactor, replacing a sequence of nested if forms by a cond form.
6355 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6357         * net/network-stream.el (open-network-stream): Add the keyword
6358         :always-query-capabilities for the case where you want to force a
6359         `plain' network connection, but the protocol still requires the
6360         capabilitiy command (i.e., SMTP and EHLO).
6362         * subr.el (process-live-p): Rename from `process-alive-p' for
6363         consistency with other `-live-p' functions.
6365 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6367         * window.el (same-window-buffer-names, same-window-regexps)
6368         (special-display-frame-alist, special-display-popup-frame)
6369         (special-display-function, special-display-buffer-names)
6370         (special-display-regexps, pop-up-frame-alist)
6371         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
6372         (pop-up-windows, split-window-preferred-function)
6373         (split-height-threshold, split-width-threshold, even-window-heights)
6374         (display-buffer-mark-dedicated): Don't encourage the use of
6375         display-buffer-alist from Elisp code.
6377 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
6379         * progmodes/python.el (python-mode): Derive from prog-mode.
6380         * progmodes/ps-mode.el (ps-mode):
6381         * progmodes/mixal-mode.el (mixal-mode):
6382         * progmodes/cfengine.el (cfengine-mode):
6383         * progmodes/ld-script.el (ld-script-mode): Likewise.
6385 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
6387         * window.el (display-buffer-alist): Trim default value to avoid
6388         popping up a new frame (Bug#8857) or reusing an arbitrary window
6389         on another frame.
6390         (display-buffer): Do not fall back on popping up a new frame in
6391         batch mode (Bug#8857).
6393 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
6395         * cus-theme.el (describe-theme-1): Use custom-theme-p.
6396         (custom-theme-summary): New function.
6397         (customize-themes): Use it.
6399 2011-06-13  Glenn Morris  <rgm@gnu.org>
6401         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
6403 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
6405         * help.el (help-window): Remove variable.
6406         (help-window-point-marker, temp-buffer-max-height)
6407         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
6408         (help-print-return-message): Don't set help-window.
6409         (resize-temp-buffer-window): Rewrite cod eand doc-string.
6410         (help-window-setup-finish): Remove.
6411         (help-window-display-message, help-window-setup)
6412         (with-help-window): Major rewrite based on new
6413         display-buffer-window variable.
6415         * help-mode.el (help-mode-finish): Remove help-window related
6416         code.
6418         * view.el (view-exits-all-viewing-windows): Remove reference to
6419         view-return-to-alist in doc-string.
6420         (view-return-to-alist): Make obsolete.
6421         (view-buffer): Call pop-to-buffer-same-window and remove
6422         undo-window code.
6423         (view-buffer-other-window): Call pop-to-buffer-other-window and
6424         simplify code.  Ignore second argument.
6425         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
6426         simplify code.  Ignore second argument.
6427         (view-return-to-alist-update): Make obsolete.
6428         (view-mode-enter): Rename second argument to QUIT-RESTORE.
6429         Rewrite using quit-restore window parameters.
6430         (view-mode-exit): Rename second argument to EXIT-ONLY.
6431         Rewrite using quit-restore-window.
6432         (View-exit, View-exit-and-edit, View-leave, View-quit)
6433         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
6434         appropriate arguments.
6435         (view-end-message): Use quit-restore window parameter.
6437         * window.el (display-buffer-function): Rewrite doc-string.
6438         (display-buffer-window, display-buffer-alist): New variables.
6439         (display-buffer-split-specifiers)
6440         (display-buffer-side-specifiers)
6441         (display-buffer-macro-specifiers): New constants.
6442         (display-buffer-even-window-sizes, display-buffer-set-height)
6443         (display-buffer-set-width, display-buffer-select-window)
6444         (display-buffer-in-window, display-buffer-reuse-window)
6445         (display-buffer-split-window-1, display-buffer-split-window)
6446         (display-buffer-split-atom-window, display-buffer-pop-up-window)
6447         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
6448         (display-buffer-in-side-window, normalize-buffer-to-display)
6449         (display-buffer-normalize-specifiers-1)
6450         (display-buffer-normalize-specifiers-2)
6451         (display-buffer-normalize-specifiers, display-buffer-frame):
6452         New functions.
6453         (display-buffer): Major rewrite.
6454         (display-buffer-other-window, display-buffer-other-frame)
6455         (pop-to-buffer, switch-to-buffer-other-window)
6456         (switch-to-buffer-other-frame): Rewrite.
6457         (display-buffer-same-window, display-buffer-same-frame)
6458         (display-buffer-same-frame-other-window)
6459         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6460         (pop-to-buffer-other-window)
6461         (pop-to-buffer-same-frame-other-window)
6462         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
6463         (switch-to-buffer-other-window-same-frame): New functions.
6464         (same-window-p, special-display-p): Rewrite disabling warnings.
6465         Make obsolete.
6466         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6467         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
6468         Make obsolete
6469         (same-window-buffer-names, same-window-regexps)
6470         (special-display-frame-alist, special-display-popup-frame)
6471         (special-display-function, special-display-buffer-names)
6472         (special-display-regexps, pop-up-frame-alist)
6473         (pop-up-frame-function, split-window-preferred-function)
6474         (split-height-threshold, split-width-threshold)
6475         (even-window-heights): Make obsolete.
6477 2011-06-12  Glenn Morris  <rgm@gnu.org>
6479         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
6480         Misc simplifications.
6482 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
6484         * window.el (window-safely-shrinkable-p): Restore function which
6485         was inadvertently removed in change from 2011-06-11.  Declare as
6486         obsolete.
6488         * calendar/calendar.el (calendar-generate-window):
6489         Use window-iso-combined-p instead of combination of one-window-p and
6490         window-safely-shrinkable-p.
6492 2011-06-12  Glenn Morris  <rgm@gnu.org>
6494         * progmodes/fortran.el (fortran-mode-syntax-table):
6495         * progmodes/f90.el (f90-mode-syntax-table):
6496         Set % to punctuation.  (Bug#8820)
6497         (f90-find-tag-default): Remove, no longer needed.
6499 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
6501         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
6503 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
6505         * image.el (image-animated-p): Return animation delay in seconds.
6506         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
6507         (image-animate-timeout): Remove DELAY argument.  Don't assume
6508         every subimage has the same delay; get it from image-animated-p.
6509         (image-animate): Caller changed.
6511 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
6513         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
6514         to ignored backtrace functions.
6516 2011-06-11  Glenn Morris  <rgm@gnu.org>
6518         * calendar/appt.el (appt-disp-window-function): Doc fix.
6519         (appt-check): Handle overlapping appointments.  (Bug#8337)
6521 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
6523         * window.el (window-tree-1, window-tree): New functions, moving
6524         the latter to window.el.
6525         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6526         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6527         (bw-refresh-edges): Remove.
6528         (balance-windows-1, balance-windows-2): New functions.
6529         (balance-windows): Rewrite in terms of window tree functions,
6530         balance-windows-1 and balance-windows-2.
6531         (bw-adjust-window): Remove.
6532         (balance-windows-area-adjust): New function with functionality of
6533         bw-adjust-window but using resize-window.
6534         (set-window-text-height): Rewrite doc-string.
6535         Use normalize-live-window and resize-window.
6536         (enlarge-window-horizontally, shrink-window-horizontally):
6537         Rename argument to DELTA.
6538         (window-buffer-height): New function.
6539         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
6540         Rewrite using new window resize routines.
6541         (kill-buffer-and-window, mouse-autoselect-window-select):
6542         Use ignore-errors instead of condition-case.
6543         (quit-window): Call delete-frame instead of delete-windows-on
6544         for the only buffer on frame.
6546 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
6548         * loadup.el (top-level): Load window before files for the sake
6549         of replace-buffer-in-windows.
6551         * files.el (read-buffer-to-switch)
6552         (switch-to-buffer-other-window)
6553         (switch-to-buffer-other-frame, display-buffer-other-frame):
6554         Move to window.el.
6556         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
6557         (previous-buffer): Move to window.el.
6559         * bindings.el (unbury-buffer): Move to window.el.
6561         * window.el (delete-other-windows-vertically): Move after
6562         definition of delete-other-windows.
6563         (other-window, delete-windows-on, replace-buffer-in-windows):
6564         Move here from window.c.
6565         (record-window-buffer, unrecord-window-buffer)
6566         (set-window-buffer-start-and-point, switch-to-prev-buffer)
6567         (switch-to-next-buffer): New functions.
6568         (get-next-valid-buffer, last-buffer, next-buffer): Move here
6569         from simple.el.  Call switch-to-next-buffer.
6570         (previous-buffer): Move here from simple.el.
6571         Call switch-to-prev-buffer.
6572         (bury-buffer): Move here from buffer.c.  Switch to previous
6573         buffer when window cannot be deleted.
6574         (unbury-buffer): Move here from bindings.el.
6575         (ctl-x-map): Move binding for other-window from window.c to
6576         here.
6577         (read-buffer-to-switch, switch-to-buffer-other-window)
6578         (switch-to-buffer-other-frame): Move here from files.el.
6579         (normalize-buffer-to-switch-to): New functions.
6580         (switch-to-buffer): Move here from buffer.c.
6581         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
6583 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
6585         * window.el (window-min-height, window-min-width): Move here
6586         from window.c.  Add defcustoms and rewrite doc-strings.
6587         (resize-mini-window, resize-window): New functions.
6588         (adjust-window-trailing-edge, enlarge-window, shrink-window):
6589         Move here from window.c.
6590         (maximize-window, minimize-window): New functions.
6591         (delete-window, delete-other-windows, split-window): Move here
6592         from window.c.
6593         (window-split-min-size): New function.
6594         (split-window-keep-point): Mention split-window-above-each-other
6595         instead of split-window-vertically.
6596         (split-window-above-each-other, split-window-vertically):
6597         Rename split-window-vertically to split-window-above-each-other
6598         and provide defalias for old definition.
6599         (split-window-side-by-side, split-window-horizontally):
6600         Rename split-window-horizontally to split-window-side-by-side
6601         and provide defalias for the old definition.
6602         (ctl-x-map): Move bindings for delete-window,
6603         delete-other-windows and enlarge-window here from window.c.
6604         Replace bindings for split-window-vertically and
6605         split-window-horizontally by bindings for
6606         split-window-above-each-other and split-window-side-by-side.
6608         * cus-start.el (all): Remove entries for window-min-height and
6609         window-min-width.  Add entries for window-splits and
6610         window-nest.
6612 2011-06-09  Glenn Morris  <rgm@gnu.org>
6614         * calendar/appt.el (appt-mode-line): New function.
6615         (appt-check, appt-disp-window): Use it.
6617         * files.el (hack-one-local-variable-eval-safep):
6618         Allow minor-modes with explicit +/-1 arguments.
6620 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
6622         * term/xterm.el (xterm): Add defgroup.
6623         (xterm-extra-capabilities): Add defcustom to supply known xterm
6624         capabilities, skip querying them, or query them (default).
6625         (terminal-init-xterm): Use it.
6626         (terminal-init-xterm-modify-other-keys): New function to set up
6627         modifyOtherKeys support to simplify `terminal-init-xterm'.
6629 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
6631         * window.el (resize-window-reset, resize-window-reset-1)
6632         (resize-subwindows-skip-p, resize-subwindows-normal)
6633         (resize-subwindows, resize-other-windows, resize-this-window)
6634         (resize-root-window, resize-root-window-vertically)
6635         (window-deletable-p, window-or-subwindow-p)
6636         (frame-root-window-p): New functions.
6638 2011-06-09  Glenn Morris  <rgm@gnu.org>
6640         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
6641         (ange-ftp-get-files): Use it.
6643 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
6645         * mail/sendmail.el (mail-recover-1, mail-recover):
6646         * files.el (recover-file, recover-session):
6647         Handle dired-listing-switches not being just a single short option.
6649 2011-06-09  Glenn Morris  <rgm@gnu.org>
6651         * calendar/appt.el (appt-display-message, appt-disp-window):
6652         Handle lists of appointments.
6654 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
6656         * window.el (one-window-p): Move down in code.
6657         Rewrite doc-string.
6658         (window-current-scroll-bars): Rewrite doc-string.
6659         Normalize live window argument.
6660         (walk-windows, get-window-with-predicate, count-windows):
6661         Rewrite doc-string.  Use window-list-1.
6662         (window-in-direction-2, window-in-direction, get-mru-window):
6663         New functions.
6665 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
6667         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
6668         Doc fix (Bug#8713).
6670 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
6672         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
6674 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
6676         * loadhist.el (unload-feature-special-hooks):
6677         Add `comint-output-filter-functions'.
6679 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
6681         * calendar/appt.el (appt-check): Move some initializations into the let.
6683 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
6685         * window.el (window-height): Defalias to window-total-height.
6686         (window-width): Defalias to window-body-width.
6688 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
6690         * image-mode.el (image-toggle-animation): New command.
6691         (image-mode-map): Bind it to RET.
6692         (image-mode): Update message.
6693         (image-toggle-display-image): Avoid a spurious cache flush.
6694         (image-transform-rotation): Doc fix.
6695         (image-transform-properties): Return quickly in the normal case.
6696         (image-animate-loop): Rename from image-animate-max-time.
6698         * image.el (image-animate-max-time): Move to image-mode.el.
6699         (create-animated-image): Remove unnecessary function.
6700         (image-animate): Rename from image-animate-start.  New arg.
6701         (image-animate-stop): Remove; just use image-animate-timer.
6702         (image-animate-timer): Use car-safe.
6703         (image-animate-timeout): Rename argument.
6705 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
6707         * window.el (get-lru-window, get-largest-window): Move here from
6708         window.c.  Rename first argument to ALL-FRAMES.
6709         Rephrase doc-strings.
6710         (get-buffer-window-list): Rewrite using window-list-1.
6711         Rephrase doc-string.
6712         (window-safe-min-height, window-safe-min-width): New constants.
6713         (window-size-ignore, window-min-size, window-min-size-1)
6714         (window-sizable, window-sizable-p, window-size-fixed-1)
6715         (window-size-fixed-p, window-min-delta-1, window-min-delta)
6716         (window-max-delta-1, window-max-delta, window-resizable)
6717         (window-resizable-p, window-total-height, window-total-width)
6718         (window-body-width): New functions.
6719         (window-full-height-p, window-full-width-p): Rewrite using
6720         window-total-size.
6721         (window-body-height): Rewrite using window-body-size.
6723 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
6725         * window.el (window-right, window-left, window-child)
6726         (window-child-count, window-last-child, window-any-p)
6727         (normalize-live-buffer, normalize-live-frame)
6728         (normalize-any-window, normalize-live-window)
6729         (window-iso-combination-p, window-iso-combined-p)
6730         (window-iso-combinations)
6731         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
6732         (windows-with-parameter, window-with-parameter)
6733         (window-atom-root, make-window-atom, window-atom-check-1)
6734         (window-atom-check, window-side-check, window-check):
6735         New functions.
6736         (ignore-window-parameters, window-sides, window-sides-vertical)
6737         (window-sides-slots): New variables.
6738         (window-size-fixed): Move down in code.  Minor doc-string fix.
6740 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
6742         * comint.el (comint-dynamic-complete-as-filename)
6743         (comint-dynamic-complete-filename): Correctly call
6744         completion-in-region.
6746 2011-06-05  Deniz Dogan  <deniz@dogan.se>
6748         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
6749         in last change.
6751 2011-06-05  Deniz Dogan  <deniz@dogan.se>
6753         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
6754         (rcirc): Use it to prompt for encryption.
6756 2011-06-05  Roland Winkler  <winkler@gnu.org>
6758         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
6759         (bibtex-search-entries): New command bound to C-c C-a.
6760         (bibtex-display-entries): New function.
6762 2011-06-05  Roland Winkler  <winkler@gnu.org>
6764         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
6765         (bibtex-insert-kill): After yanking insert newline if necessary.
6766         (bibtex-initialize): Call bibtex-string-files-init only once.
6767         (bibtex-mode): Do not call easy-menu-add.
6768         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
6769         (bibtex-yank): Set arg properly if nil.
6771 2011-06-05  Roland Winkler  <winkler@gnu.org>
6773         * textmodes/bibtex.el (bibtex-search-entry-globally):
6774         New variable.
6775         (bibtex-search-entry): Use it.
6777 2011-06-05  Roland Winkler  <winkler@gnu.org>
6779         * textmodes/bibtex.el (bibtex-entry-format): New option
6780         sort-fields.
6781         (bibtex-format-entry, bibtex-reformat): Honor this option.
6782         (bibtex-parse-entry): Return fields in proper order.
6784 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
6786         * doc-view.el (doc-view-remove-if): Move computation of result out
6787         of `dolist' to silence misleading lexical-binding warning.
6789 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
6791         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
6792         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
6794 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
6796         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
6797         "SunOS 5.10".
6799 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
6801         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
6802         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
6803         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
6804         (tramp-parse-putty):
6805         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
6806         (tramp-completion-function-alist-ssh)
6807         (tramp-completion-function-alist-telnet)
6808         (tramp-completion-function-alist-su)
6809         (tramp-completion-function-alist-putty): Set `tramp-autoload'
6810         cookie.
6812         * net/tramp-ftp.el:
6813         * net/tramp-sh.el:
6814         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
6815         load "tramp.el" `tramp-set-completion-function'.
6817 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6819         * shell.el: Require and use pcomplete.
6820         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
6821         (shell-completion-vars): Set pcomplete-default-completion-function.
6823 2011-06-04  Deniz Dogan  <deniz@dogan.se>
6825         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
6826         `memq' (Bug#8799).
6828 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6830         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
6832 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
6834         * bs.el (bs--mark-unmark, bs--nth-wrapper):
6835         * mpc.el (mpc-select-extend, mpc-songpointer-context):
6836         * vc/log-view.el (log-view-beginning-of-defun):
6837         * vc/smerge-mode.el (smerge-apply-resolution-patch)
6838         (smerge-refine-forward, smerge-refine-chopup-region):
6839         Silence warning for unused `dotimes' counter variables.
6841 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6843         * net/tramp.el (tramp-with-progress-reporter): Rename from
6844         with-progress-reporter.  Use `declare'.
6845         * net/tramp-smb.el:
6846         * net/tramp-sh.el:
6847         * net/tramp-gvfs.el: Update all uses.
6849 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
6851         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
6852         buffer isn't killed before making it current.
6854 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6856         Silence various byte-compiler warnings.
6857         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
6858         `access-type' and new obsolescence format.
6859         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
6860         new format.
6861         (byte-compile-check-variable): New `access-type' argument.
6862         Only warn if the access-type is obsolete.
6863         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
6864         (byte-compile-variable-set): Adjust callers.
6865         * help-fns.el (describe-variable): Adjust to new obsolescence format.
6866         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
6867         setting it as obsolete.
6868         * simple.el (minibuffer-completing-symbol):
6869         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
6870         access as obsolete.
6871         * minibuffer.el (minibuffer-completing-file-name): Don't make it
6872         obsolete yet.
6873         * international/quail.el (quail-mouse-choose-completion): Remove unused
6874         code referring to obsolete var.
6875         (quail-choose-completion-string): Remove.
6876         * server.el (server-clients-with, server-kill-buffer-query-function)
6877         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
6878         * proced.el (proced-send-signal):
6879         * emacs-lisp/lisp.el (lisp-complete-symbol):
6880         Replace completion-annotate-function with completion-extra-properties.
6882 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6884         * simple.el (goto-line): Use read-number.
6885         (overriding-map-is-bound): Remove.
6886         (saved-overriding-map): Change default.
6887         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
6888         Take the map as argument.
6889         (universal-argument, negative-argument, digit-argument): Use it.
6890         (restore-overriding-map): Adjust.
6891         (do-auto-fill): Use fill-forward-paragraph.
6892         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
6894         * minibuffer.el (minibuffer-inactive-mode-map): New var.
6895         (minibuffer-inactive-mode): New major mode.
6896         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
6897         the *Messages* buffer" hack.
6898         (mouse-popup-menubar): Don't burp if the event is a normal key.
6900         Miscellaneous tweaks.
6901         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
6902         lexical scoping as in subr.el's dolist and dotimes.
6903         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
6904         Silence compiler warning.
6905         * thingatpt.el (forward-whitespace): Trivial coding style fix.
6906         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
6907         * international/ccl.el (ccl-compile): Trivial simplification.
6908         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
6909         * emacs-lisp/testcover.el (testcover-end): Remove spurious
6910         `printflag' argument.
6911         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6912         Purecopy the whole obsolescence data.
6914 2011-06-01  Leo Liu  <sdl.web@gmail.com>
6916         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
6917         improve doc-string as suggested by Marco Pessotto
6918         <melmothx@gmail.com>.
6919         (rcirc-print): Fix last change.
6921 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6923         * minibuffer.el (complete-with-action): Return nil for the metadata and
6924         boundaries of non-functional tables.
6925         (completion-table-dynamic): Return nil for the metadata.
6926         (completion-table-with-terminator): Add default case, using
6927         complete-with-action.
6928         (completion--metadata): New function.
6929         (completion-all-sorted-completions, minibuffer-completion-help): Use it
6930         to try and avoid pathological performance problems.
6931         (completion--embedded-envvar-table): Return `category' metadata.
6933 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6935         * subr.el (process-alive-p): New tiny convenience function.
6937 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6939         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
6940         content but also its previous major mode.
6942 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
6944         * emacs-lisp/debug.el (debug): Restore the previous content of the
6945         *Backtrace* buffer when we exit with C-M-c.
6947 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6949         * minibuffer.el: Add metadata method to completion tables.
6950         (completion-category-overrides): New defcustom.
6951         (completion-metadata, completion--field-metadata)
6952         (completion-metadata-get, completion--styles)
6953         (completion--cycle-threshold): New functions.
6954         (completion-try-completion, completion-all-completions):
6955         Add `metadata' argument to choose completion-styles.
6956         (completion--do-completion): Use metadata to choose cycling.
6957         (completion-all-sorted-completions): Use metadata for sorting.
6958         Remove :completion-cycle-penalty which is not needed any more.
6959         (completion--try-word-completion): Add `metadata' argument.
6960         (minibuffer-completion-help): Check metadata for annotation function
6961         and sorting.
6962         (completion-file-name-table): Return `category' metadata.
6963         (minibuffer-completing-file-name): Make obsolete.
6964         * simple.el (minibuffer-completing-symbol): Make obsolete.
6965         * icomplete.el (icomplete-completions): Pass new `metadata' param to
6966         completion-try-completion.
6968 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6970         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
6972 2011-05-30  Leo Liu  <sdl.web@gmail.com>
6974         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
6975         (rcirc-print): Decode all incoming messages (bug#8744).
6976         (rcirc-decode-coding-system): Allow value nil for automatic coding
6977         system detection.
6979 2011-06-01  Glenn Morris  <rgm@gnu.org>
6981         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
6983 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
6985         * image.el (image-animate-max-time): Allow nil and t values.
6986         Default to nil.
6987         (create-animated-image): Doc fix.
6988         (image-animate-start): Remove second arg; just use
6989         image-animate-max-time.
6990         (image-animate-timeout): Doc fix.  Args changed.
6992         * image-mode.el (image-toggle-display-image): Ensure that the
6993         image spec passed to the animate timer is the same object as in
6994         the buffer's display property (Bug#6981).
6995         (image-transform-properties): Doc fix.
6997         * image.el (image-animate-max-time): Default to nil.
6999 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
7001         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
7002         entire buffer list (Bug#8184).
7004 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
7006         * image.el (imagemagick-types-inhibit)
7007         (imagemagick-register-types): Doc fix.
7009 2011-05-29  Deniz Dogan  <deniz@dogan.se>
7011         * net/rcirc.el (rcirc): Use the user's stored encryption method by
7012         default.
7014 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
7016         * select.el: Don't perform clipboard-manager saving in hooks;
7017         leave the hooks empty.
7019 2011-05-28  Leo Liu  <sdl.web@gmail.com>
7021         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
7022         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
7023         (occur-edit-mode): New major mode (Bug#8463).
7024         (occur-after-change-function): New function.
7025         (occur-engine): Give Occur tags a read-only property.
7027 2011-05-28  Kevin Ryde  <user42@zip.com.au>
7029         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
7031 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
7033         * bindings.el (help-echo): Make the initial non-indicator dash
7034         empty on graphical terminals (Bug#7295).
7036         * files.el (auto-mode-alist): Move config rule after the
7037         in-stripping one (Bug#8547).
7039         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
7041         * startup.el (normal-splash-screen): Remove gratuitous mode-line
7042         setting (Bug#8740).
7044 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
7046         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
7047         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
7048         (Bug#8539).
7050 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
7052         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
7054 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
7056         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
7057         (hs-hide-block-at-point, hs-find-block-beginning)
7058         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
7059         (Bug#8279).
7061 2011-05-28  Glenn Morris  <rgm@gnu.org>
7063         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
7065 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
7067         * help-fns.el (describe-function-1): If the function is a derived
7068         major mode, print the parent mode.
7070         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
7071         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
7073 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7075         * minibuffer.el (completion--capf-wrapper): Check applicability before
7076         returning non-nil for non-exclusive completion data.
7077         * progmodes/etags.el (tags-completion-at-point-function):
7078         * info-look.el (info-lookup-completions-at-point): Mark as
7079         non-exclusive.
7080         (info-complete): Adjust accordingly.
7082         * info-look.el: Convert to lexical-binding and completion-at-point.
7083         (info-lookup-completions-at-point): New function.
7084         (info-complete): Use it and completion-in-region.
7086 2011-05-28  Drew Adams  <drew.adams@oracle.com>
7088         * isearch.el: Let M-e start with point at the first mismatched char.
7089         (isearch-fail-pos): New function.
7090         (isearch-edit-string): Use it.
7092 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
7094         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7096 2009-11-23  Toby Cubitt  <toby-predictive@dr-qubit.org>
7098         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
7099         traversal functions for avl-trees.
7100         (avl-tree--stack): New struct.
7101         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
7102         (avl-tree-enter): Add optional `updatefun' arg.
7103         (avl-tree--do-enter): Add optional `updatefun' arg.
7104         Change return value.
7105         (avl-tree-delete): Add optional `test' and `nilflag' args.
7106         (avl-tree--do-delete): Add `test' and `nilflag' args.
7107         Change return value.
7108         (avl-tree-member): Add optional `nilflag'
7109         (avl-tree-member-p): New function.
7110         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
7111         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
7112         (avl-tree-stack-empty-p): New functions.
7114 2009-11-23  Toby Cubitt  <toby-predictive@dr-qubit.org>
7116         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
7117         avl-tree--del-balance1 and make it work both ways.
7118         (avl-tree--del-balance2): Remove.
7119         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
7120         make it work both ways.
7121         (avl-tree--enter-balance2): Remove.
7122         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
7123         New macros.
7124         (avl-tree--mapc, avl-tree-map): Add direction argument.
7126 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
7128         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
7130 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
7132         * select.el: Support clipboard managers with built-in function
7133         x-clipboard-manager-save, via delete-frame-functions and
7134         kill-emacs-hook.
7135         (xselect-convert-to-targets): Add MULTIPLE target to list.
7136         (xselect-convert-to-save-targets): New function.
7138 2011-05-27  Kenichi Handa  <handa@m17n.org>
7140         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
7141         let-binding rfc2047-encode-encoded-words to nil.
7143 2011-05-27  Glenn Morris  <rgm@gnu.org>
7145         * mail/emacsbug.el: Don't require url-util.
7147         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
7149         * files.el (set-auto-mode):
7150         Also respect mode: entries at the end of the file.  (Bug#8586)
7152 2011-05-26  Glenn Morris  <rgm@gnu.org>
7154         * files.el (hack-local-variables-prop-line, hack-local-variables):
7155         Downcase mode names, as seems to be traditional.
7156         (hack-local-variables, hack-local-variables-apply): Doc fixes.
7158         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
7159         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
7161 2011-05-25  Julien Danjou  <julien@danjou.info>
7163         * textmodes/rst.el (rst-define-level-faces): Do not define face
7164         symbol if it is already defined.
7166 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
7168         * play/5x5.el (5x5-new-game, 5x5-randomize):
7169         Reset 5x5-solver-output to nil when a new grid is cast.
7170         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
7171         these debugging traces, as defmacro breaks the compiled code.
7173 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
7175         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7177 2011-05-24  Leo Liu  <sdl.web@gmail.com>
7179         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
7180         (vc-bzr-sha1): Adapt.
7182         * sha1.el: Remove.  Function `sha1' is now builtin.
7184         * bindings.el: Provide sha1 feature.
7186 2011-05-24  Kenichi Handa  <handa@m17n.org>
7188         * mail/sendmail.el: Require `rfc2047'.
7189         (mail-insert-from-field): Do not perform RFC2047 encoding.
7190         (mail-encode-header): New function.
7191         (sendmail-send-it): Set buffer-file-coding-system of the work
7192         buffer to the return value of select-message-coding-system.
7193         Call mail-encode-header.
7195         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
7197 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
7199         * mail/supercite.el (sc-default-cite-frame):
7200         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7202 2011-05-24  Glenn Morris  <rgm@gnu.org>
7204         * progmodes/python.el (brm-menu): Declare.
7206         * emulation/viper.el (viper-set-hooks): Declare.
7208         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
7209         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
7210         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
7211         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
7212         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
7213         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
7215 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7217         Add an :exit-function for completion-at-point.
7219         * minibuffer.el (completion--done): New fun.
7220         (completion--do-completion): Use it.  New arg `expect-exact'.
7221         (minibuffer-complete, minibuffer-complete-word): Don't output message,
7222         since completion--do-completion does it for us now.
7223         (minibuffer-force-complete): Use completion--done and
7224         completion--replace.  Handle sole-completion case with more care.
7225         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
7226         (completion-extra-properties): New var.
7227         (completion-annotate-function): Make obsolete.
7228         (minibuffer-completion-help): Adjust accordingly.
7229         Use completion-list-insert-choice-function.
7230         (completion-at-point, completion-help-at-point):
7231         Bind completion-extra-properties.
7232         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
7233         * simple.el (completion-list-insert-choice-function): New var.
7234         (completion-setup-function): Preserve it.
7235         (choose-completion): Pay attention to it, shuffle the code a bit.
7236         (choose-completion-string): New arg `insert-function'.
7238         * textmodes/bibtex.el: Convert to lexical binding.
7239         (bibtex-mode-map): Use completion-at-point.
7240         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
7241         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
7242         (bibtex-complete): Define as obsolete alias.
7243         (bibtex-complete-internal): Remove.
7244         (bibtex-format-entry): Remove unused sub-group in regexp.
7245         * shell.el (shell--command-completion-data)
7246         (shell-environment-variable-completion):
7247         * pcomplete.el (pcomplete-completions-at-point):
7248         * comint.el (comint--complete-file-name-data): Use :exit-function
7249         instead of completion-table-with-terminator so it also works for
7250         choose-completion.
7252 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7254         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
7256         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
7257         (bug#8710).
7259         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
7261 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
7263         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
7264         customization variable and implement: If non-nil, auto-fill will
7265         be inhibited while on topic's header line.
7267 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
7269         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
7270         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
7271         always have a solution in grid size = 5 cases.
7272         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
7273         (5x5-solver-output, 5x5-log-buffer): New vars.
7274         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
7275         Make these variables buffer local to achieve 5x5 multi-session-ness.
7276         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
7277         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
7278         (5x5-solve-suggest): New funs.
7279         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
7280         randomize a grid so that we ensure that there is always a solution.
7281         (5x5-make-random-grid): Allow other movement than flipping.
7283 2011-05-23  Kevin Ryde  <user42@zip.com.au>
7285         * emacs-lisp/advice.el (ad-read-advised-function):
7286         Use `function-called-at-point' as the default, if it has
7287         advice and passes PREDICATE.
7289 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7291         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
7292         byte-compile-lambda if it's actually a lambda.
7294         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
7295         Fix function quoting.  Use backquote better.
7297 2011-05-22  Yuanle Song  <sylecn@gmail.com>
7299         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
7300         matching (Bug#8516).
7302 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
7304         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
7305         different face (Bug#8178).
7307 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
7309         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
7310         defface (Bug#8144).
7312 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7314         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
7315         funcall as well (bug#8712).  Warn when performing those conversions.
7316         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
7318         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
7320 2011-05-22  Glenn Morris  <rgm@gnu.org>
7322         * files.el (hack-local-variables-prop-line): Small simplifications.
7323         (hack-local-variables, hack-local-variables-prop-line):
7324         If MODE-ONLY, return the mode, rather than just `t'.
7326 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7328         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
7330 2011-05-21  Glenn Morris  <rgm@gnu.org>
7332         * files.el (hack-local-variables-prop-line, hack-local-variables):
7333         If only interested in the mode, don't bother doing the other stuff.
7335         * image-mode.el (image-after-revert-hook):
7336         Redraw all frames on which the image is visible.  (Bug#8567)
7338         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
7340         * wid-edit.el (widget-checklist-match-inline):
7341         Fix 2011-04-19 change.  (Bug#8649)
7343 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7345         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
7346         Also allow singlespace after single-letter capitals followed by a dot.
7348         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
7349         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
7351 2011-05-20  Nix  <nix@esperi.org.uk>
7353         * files.el (basic-save-buffer-2):
7354         Fix handling of break-hardlink-on-save with non-existent files.
7356 2011-05-19  Deniz Dogan  <deniz@dogan.se>
7358         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
7359         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
7361 2011-05-19  Glenn Morris  <rgm@gnu.org>
7363         * progmodes/f90.el (f90-type-def-re):
7364         Handle "type, bind(c)".  (Bug#8691)
7366         * emacs-lisp/autoload.el (batch-update-autoloads):
7367         Set autoload-excludes by parsing loadup.el rather than Makefiles.
7369 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
7371         * net/tramp.el (tramp-process-actions): Set "first-password-request"
7372         property for the correct connection in case of multihops.
7374 2011-05-18  Glenn Morris  <rgm@gnu.org>
7376         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
7377         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
7379         Rationalize calendar handling of day and month abbrev-arrays.
7380         * calendar/calendar.el (calendar-customized-p): New function.
7381         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
7382         (calendar-day-name-array, calendar-month-name-array): Doc fix.
7383         Add :set function.
7384         (calendar-abbrev-length, calendar-day-abbrev-array)
7385         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
7386         (calendar-day-abbrev-array, calendar-month-abbrev-array):
7387         Elements may no longer be nil.
7388         (calendar-day-name, calendar-month-name):
7389         Update for changed nature of abbrev arrays.
7390         * calendar/diary-lib.el (diary-name-pattern):
7391         Update for changed nature of abbrev arrays.
7392         (diary-mark-entries-1): Update calendar-make-alist calls.
7393         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
7394         * calendar/cal-html.el (cal-html-day-abbrev-array):
7395         Simply inherit from calendar-day-abbrev-array.
7397 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7399         * progmodes/grep.el (grep-mode): Disable default
7400         compilation-directory-matcher setting (bug#8684).
7402 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
7404         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
7405         instead of "head" and "tail".  There were problems with SunOS 5.9,
7406         and it performs better.
7408 2011-05-17  Glenn Morris  <rgm@gnu.org>
7410         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
7412         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7413         Replace obsolete function.
7415         * shell.el (pcomplete-parse-arguments-function): Declare.
7417         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
7418         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
7419         (appt-check): Doc fixes.
7420         (appt-disp-window-function, appt-delete-window-function):
7421         Remove needless special case in custom :type.
7422         (appt-display-count): Default to 0, not nil.
7423         (appt-check): Reset appt-display-count to 0, not nil.
7425 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
7427         * progmodes/python.el (python-font-lock-keywords):
7428         Add the Python 3.X keyword "nonlocal" (bug#8639).
7430 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7432         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
7434 2011-05-16  Kevin Ryde  <user42@zip.com.au>
7436         * info-look.el (makefile-automake-mode): New setups, looking in
7437         automake manual, then makefile-mode.
7438         (makefile-mode): Remove automake manual, have it just in
7439         makefile-automake-mode since there's various things different or
7440         not relevant to plain make.
7441         (makefile-mode): Remove "other-modes" non-existent automake-mode,
7442         believe a hypothetical automake-mode would go to makefile-mode,
7443         not the other way around.
7445 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
7447         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
7448         hunk-end tags (Bug#8672).
7450         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
7451         vc-annotate-show-diff-revision-at-line (Bug#8671).
7453 2011-05-14  Glenn Morris  <rgm@gnu.org>
7455         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
7456         in the middle of an existing one with multiple authors.  (Bug#8645)
7457         (change-log-font-lock-keywords): Also handle multiple author lines
7458         with leading tabs.  (Bug#8644)
7460         * calendar/appt.el (appt-check): Rename some local variables.
7461         Some simplification/reordering.
7463         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
7464         (feedmail-sendmail-f-doesnt-sell-me-out)
7465         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7466         (feedmail-debug-sit-for, feedmail-queue-express-hook)
7467         (feedmail-queue-runner-message-sender): Set :version.
7468         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
7469         (bbdb-dwim-net-address, vm-mail): Declare.
7470         (feedmail-binmail-gnulinuxish-template):
7471         Rename from feedmail-binmail-linuxish-template.
7472         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
7473         Use insert-buffer-substring.
7475 2011-05-14  Bill Carpenter  <bill@carpenter.org>
7477         * mail/feedmail.el (feedmail-patch-level): Increase.
7478         (feedmail-debug): New custom group.
7479         (feedmail-confirm-outgoing-timeout)
7480         (feedmail-sendmail-f-doesnt-sell-me-out)
7481         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7482         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
7483         (feedmail-sender-line, feedmail-from-line)
7484         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
7485         (feedmail-spray-this-address)
7486         (feedmail-spray-address-fiddle-plex-list)
7487         (feedmail-queue-use-send-time-for-date)
7488         (feedmail-queue-use-send-time-for-message-id)
7489         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
7490         (feedmail-buffer-eating-function):
7491         Doc fixes.
7492         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
7493         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
7494         (feedmail-message-action-scroll-down): New functions.
7495         (feedmail-queue-directory, feedmail-queue-draft-directory):
7496         Use expand-file-name.
7497         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
7498         Remove C-v help entry.
7499         (feedmail-queue-buffer-file-name): New variable.
7500         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
7501         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
7502         (feedmail-message-action-send-strong, feedmail-message-action-edit)
7503         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
7504         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
7505         (feedmail-message-action-toggle-spray)
7506         (feedmail-run-the-queue-no-prompts)
7507         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
7508         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
7509         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
7510         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
7511         (feedmail-envelope-deducer, feedmail-fiddle-from)
7512         (feedmail-fiddle-sender, feedmail-default-date-generator)
7513         (feedmail-fiddle-date, feedmail-fiddle-message-id)
7514         (feedmail-fiddle-spray-address)
7515         (feedmail-fiddle-list-of-spray-fiddle-plexes)
7516         (feedmail-fiddle-list-of-fiddle-plexes)
7517         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
7518         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
7519         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
7520         Change default.  Doc fix.
7521         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
7522         (feedmail-binmail-linuxish-template): New constant.
7523         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
7524         Respect feedmail-sendmail-f-doesnt-sell-me-out.
7525         (feedmail-send-it): Add debug call.
7526         Use feedmail-queue-buffer-file-name, and
7527         feedmail-send-it-immediately-wrapper.
7528         (feedmail-message-action-send): Add debug call.
7529         Use feedmail-send-it-immediately-wrapper.
7530         (feedmail-queue-express-to-queue): Add debug call.
7531         Run feedmail-queue-express-hook.
7532         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
7533         (feedmail-message-action-help-blat):
7534         Rename from feedmail-queue-send-edit-prompt-help-first.
7535         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
7536         Check line-endings.  Handle errors better.
7537         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
7538         Doc fix.  Add debug call.
7539         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
7540         Use feedmail-queue-send-edit-prompt-inner.
7541         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
7542         (feedmail-queue-send-edit-prompt-inner): New function, extracted
7543         from feedmail-queue-send-edit-prompt.
7544         (feedmail-queue-send-edit-prompt-help)
7545         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
7546         (feedmail-tidy-up-slug): Add debug call.
7547         Respect feedmail-queue-slug-suspect-regexp.
7548         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
7549         (feedmail-dump-message-to-queue): Add debug call.
7550         Expand queue-directory.
7551         (feedmail-dump-message-to-queue): Change message slightly.
7552         Use feedmail-say-chatter.
7553         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
7554         (feedmail-send-it-immediately-wrapper): New function.
7555         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
7556         Insert empty string rather than newline.  Handle full-frame case.
7557         Use catch/throw.  Use feedmail-say-chatter.
7558         (feedmail-fiddle-from): Try mail-host-address.
7559         (feedmail-default-message-id-generator): Doc fix.
7560         Bind system-time-locale.  Handle missing end.
7561         (feedmail-fiddle-x-mailer): Add debug call.
7562         Handle feedmail-x-mailer-line being nil.
7563         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
7564         Add debug call.  Use buffer-substring-no-properties.
7565         (feedmail-say-debug, feedmail-say-chatter): New functions.
7566         (feedmail-find-eoh): Give an explicit error.
7568 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
7570         * net/newst-treeview.el (newsticker-treeview-face): Change default
7571         family from helvetica to sans.
7572         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
7573         etc/images/newsticker.
7575         * net/newst-reader.el (newsticker-feed-face): Change default
7576         family from helvetica to sans.
7578         * net/newst-plainview.el (newsticker-new-item-face)
7579         (newsticker-old-item-face, newsticker-immortal-item-face)
7580         (newsticker-obsolete-item-face, newsticker-date-face)
7581         (newsticker-statistics-face): Change default family from
7582         helvetica to sans.
7583         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
7584         etc/images/newsticker.
7586         * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
7587         (newsticker--process-auto-mark-filter-match): : Tell user about
7588         auto-marking.
7590 2011-05-13  Didier Verna  <didier@xemacs.org>
7592         Common Lisp indentation improvements on defmethod and lambda-lists.
7593         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
7594         TODO entries.
7595         (lisp-lambda-list-keyword-parameter-indentation)
7596         (lisp-lambda-list-keyword-parameter-alignment)
7597         (lisp-lambda-list-keyword-alignment): New customizable user options.
7598         (lisp-indent-defun-method): Improve docstring.
7599         (extended-loop-p): Fix comment.
7600         (lisp-indent-lambda-list-keywords-regexp): New variable.
7601         (lisp-indent-lambda-list): New function.
7602         (lisp-indent-259): Use it.
7603         (lisp-indent-defmethod): Support for more than one
7604         method qualifier and properly indent methods lambda-lists.
7605         (defgeneric): Provide a missing common-lisp-indent-function property.
7607 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7609         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
7610         bounds for the empty string (bug#8667).
7612 2011-05-13  Glenn Morris  <rgm@gnu.org>
7614         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
7616         * mail/sendmail.el (sendmail-program): Try executable-find first.
7617         (sendmail-send-it): `sendmail-program' cannot be unbound.
7619         * calendar/appt.el (appt-make-list): Simplify.
7620         (appt-time-msg-list): Doc fix.
7621         (appt-check): Change mode-line message at the time of the appointment.
7623 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
7625         * progmodes/ld-script.el (ld-script-keywords)
7626         (ld-script-builtins): Update keywords list.
7628 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7630         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
7632         * shell.el (shell-completion-vars): New function.
7633         (shell-mode):
7634         * simple.el (read-shell-command): Use it.
7635         (blink-matching-open): No need for " [...]" in minibuffer-message.
7637 2011-05-12  Glenn Morris  <rgm@gnu.org>
7639         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
7640         (appt-check): Simplify.
7642 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
7644         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
7645         literal "/dev/null".
7647 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7649         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
7650         Fix typo.
7652 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
7654         * progmodes/which-func.el (which-function):
7655         Use add-log-current-defun instead of add-log-current-defun-function,
7656         which might not be defined (Bug#8260).
7658 2011-05-12  Glenn Morris  <rgm@gnu.org>
7660         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
7661         Let byte-compile-initial-macro-environment always take precedence.
7663 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7665         * net/rcirc.el: Add support for SSL/TLS connections.
7666         (rcirc-server-alist): New field `encryption'.
7667         (rcirc): Check `encryption' settings.
7668         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
7669         Merge make-local-variable into `set'.
7670         (rcirc--connection-open-p): New function.
7671         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
7672         the process is not a network process (e.g. running gnutls-cli).
7673         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7674         Make rcirc-(en|de)code-coding-system local here.
7675         (rcirc-mode): Merge make-local-variable into `set'.
7676         (rcirc-parent-buffer): Make permanent buffer-local.
7677         (rcirc-multiline-minor-mode): Don't do it here.
7678         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
7679         there's no server buffer.
7681 2011-05-11  Glenn Morris  <rgm@gnu.org>
7683         * newcomment.el (comment-kill): Prefix "unused" local.
7685         * term/w32console.el (get-screen-color): Declare.
7687         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7688         Handle symbol elements of byte-compile-initial-macro-environment.
7690 2011-05-10  Leo Liu  <sdl.web@gmail.com>
7692         * bookmark.el (bookmark-bmenu-mode-map):
7693         Bind bookmark-bmenu-search to `/'.
7695         * mail/footnote.el: Convert to utf-8 encoding.
7696         (footnote-unicode-string, footnote-unicode-regexp): New variable.
7697         (Footnote-unicode): New function.
7698         (footnote-style-alist): Add unicode style to the list.
7699         (footnote-style): Doc fix.
7701 2011-05-10  Jim Meyering  <meyering@redhat.com>
7703         Fix doubled-word typos.
7704         * international/quail.el (quail-insert-kbd-layout): and and -> and
7705         * kermit.el: and and -> and
7706         * net/ldap.el (ldap-search-internal): to to -> to
7707         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
7708         * progmodes/js.el (js-mode): and and -> and
7709         * textmodes/artist.el (artist-move-to-xy): at at -> at
7710         (artist-draw-region-trim-line-endings): if if -> if
7711         And Safetyc -> Safety.
7712         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
7714 2011-05-10  Glenn Morris  <rgm@gnu.org>
7715             Stefan Monnier  <monnier@iro.umontreal.ca>
7717         * files.el (hack-one-local-variable-eval-safep):
7718         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
7720 2011-05-10  Glenn Morris  <rgm@gnu.org>
7722         * calendar/diary-lib.el (diary-list-entries-hook)
7723         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
7724         (diary-nongregorian-marking-hook, diary-list-entries)
7725         (diary-include-other-diary-files, diary-mark-entries)
7726         (diary-mark-included-diary-files): Doc fixes.
7728 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
7730         * misc.el: Require tabulated-list.el during compilation.
7732 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
7734         * progmodes/compile.el (compilation-start):
7735         Run compilation-filter-hook for the async case too.
7736         (compilation-filter-hook): Doc fix.
7738 2011-05-09  Deniz Dogan  <deniz@dogan.se>
7740         * wdired.el: Remove outdated installation comment.  Fix usage
7741         comment.
7743 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
7745         * misc.el: Implement new command `list-dynamic-libraries'.
7746         (list-dynamic-libraries--loaded-only-p): New variable.
7747         (list-dynamic-libraries--refresh): New function.
7748         (list-dynamic-libraries): New command.
7750 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
7752         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7753         Fix the ant regexp to handle end-line and end-column info from jikes.
7754         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
7755         higher priority to avoid clobbering by gnu.
7757 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
7759         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
7760         if the face has existing theme settings (Bug#8454).
7762 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
7764         * progmodes/perl-mode.el (perl-imenu-generic-expression):
7765         Only match variables declared via `my' or `our' (Bug#8261).
7767         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
7768         special file names `.' and `..' (Bug#8259).
7770 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
7772         * progmodes/grep.el (grep-mode-font-lock-keywords):
7773         Remove buffer-changing entries.
7774         (grep-filter): New function.
7775         (grep-mode): Add it to compilation-filter-hook.
7777         * progmodes/compile.el (compilation-filter-hook)
7778         (compilation-filter-start): New defvars.
7779         (compilation-filter): Call compilation-filter-hook prior to
7780         updating the process mark.
7782 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7784         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
7786 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
7788         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
7789         mailclient-send-it even if window-system is nil.  (Bug#8595)
7791         * term/w32console.el (terminal-init-w32console):
7792         Call get-screen-color and use its output to set the frame
7793         background-mode.  (Bug#8597)
7795 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7797         Make bytecomp.el understand that defmethod defines funs (bug#8631).
7798         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
7799         New functions.
7800         (defgeneric, eieio--defmethod): Use them.
7801         (eieio-defgeneric): Remove.
7802         (defmethod): Call defgeneric in a way visible to the byte-compiler.
7804 2011-05-07  Glenn Morris  <rgm@gnu.org>
7806         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
7807         Use let rather than let*.
7808         (timeclock-find-discrep): Remove unused local.
7810         * calendar/diary-lib.el (diary-comment-start): Doc fix.
7812         * calendar/appt.el (appt-time-msg-list): Doc fix.
7814 2011-05-06  Noah Friedman  <friedman@splode.com>
7816         * apropos.el (apropos-print-doc): Only use
7817         emacs-lisp-docstring-fill-column when it is bound to an integer,
7818         per that variable's documentation.
7820 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7822         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
7823         and warnings are not silently discarded (e.g. use -d instead of -P).
7825 2011-05-06  Glenn Morris  <rgm@gnu.org>
7827         * calendar/appt.el (appt-message-warning-time): Doc fix.
7828         (appt-warning-time-regexp): New option.
7829         (appt-make-list): Respect appt-message-warning-time.
7831         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
7832         New options.
7833         (diary-add-to-list): Strip comments from the displayed string.
7834         (diary-mode): Set comment-start and comment-end.
7836         * vc/diff-mode.el (smerge-refine-subst): Declare.
7837         (diff-refine-hunk): Don't require smerge-mode when compiling.
7839 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
7841         * simple.el (list-processes): Return nil as the docstring says.
7843 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
7845         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
7846         to "".
7847         (ange-ftp-write-region, ange-ftp-insert-file-contents)
7848         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
7849         determining of binary transfer.  (Bug#7383)
7851 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
7853         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7854         Fix port computation bug.  (Bug#8618)
7856 2011-05-05  Glenn Morris  <rgm@gnu.org>
7858         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
7860         * simple.el (shell-dynamic-complete-functions)
7861         (comint-dynamic-complete-functions): Declare.
7863         * net/network-stream.el (gnutls-negotiate):
7864         * simple.el (tabulated-list-print): Fix declarations.
7866         * progmodes/gud.el (syntax-symbol, syntax-point):
7867         Remove unnecessary and incorrect declarations.
7869         * emacs-lisp/check-declare.el (check-declare-scan):
7870         Handle byte-compile-initial-macro-environment in bytecomp.el
7872 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7874         Fix earlier half-done eieio-defmethod change (bug#8338).
7875         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
7876         Streamline and change calling convention.
7877         (defmethod): Adjust accordingly and simplify.
7878         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
7879         new eieio--defmethod.
7880         (slot-boundp): Minor CSE simplification.
7882 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
7884         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
7885         (glasses-make-readable): Use glasses-separate-capital-groups.
7887 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
7889         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
7890         (warning-series): Doc fix.
7891         (display-warning): Don't try to create the buffer if we just found it.
7893 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
7895         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
7896         (autoload-find-generated-file): New function.
7897         (generate-file-autoloads): Bind generated-autoload-file to
7898         buffer-file-name.
7899         (update-file-autoloads, update-directory-autoloads):
7900         Use autoload-find-generated-file.  If called interactively, prompt for
7901         output file (Bug#7989).
7902         (batch-update-autoloads): Doc fix.
7904 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
7906         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
7908 2011-05-04  Glenn Morris  <rgm@gnu.org>
7910         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
7911         function, so it follows changes in calendar-date-style.
7912         (diary-fancy-date-matcher): New function.
7913         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
7914         (diary-fancy-font-lock-fontify-region-function):
7915         Use diary-fancy-date-pattern as a function.
7917         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
7918         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
7920 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
7922         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
7923         instead of positional arguments.  Allow :keylist and :crlfiles
7924         arguments.
7925         (open-gnutls-stream): Call it.
7927         * net/network-stream.el (network-stream-open-starttls): Adjust to
7928         call `gnutls-negotiate' with :process and :hostname arguments.
7930 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7932         * minibuffer.el (completion--message): New function.
7933         (completion--do-completion, minibuffer-complete)
7934         (minibuffer-force-complete, minibuffer-complete-word): Use it.
7935         (completion--do-completion): Don't ignore completion-auto-help when in
7936         icomplete-mode.
7938         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
7939         internal encoding (e.g. tibetan zero is not whitespace).
7940         (global-whitespace-mode): Prefer save-current-buffer.
7941         (whitespace-trailing-regexp): Remove useless save-match-data.
7942         (whitespace-empty-at-bob-regexp): Minor simplification.
7944 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
7946         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
7948 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7950         * textmodes/ispell.el (ispell-add-per-file-word-list):
7951         Use `concat' to create string for insertion.
7953 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7955         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
7956         Avoid open-line which runs post-self-insert-hook.
7957         (bibtex-fill-entry): Remove unused `end' var.
7959 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
7961         * textmodes/ispell.el (ispell-add-per-file-word-list):
7962         Protect against `nil' value of `comment-start' (Bug#8579).
7964 2011-05-03  Leo Liu  <sdl.web@gmail.com>
7966         * isearch.el (isearch-yank-pop): New command.
7967         (isearch-mode-map): Bind it to `M-y'.
7968         (isearch-forward): Mention it.
7970 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7972         * simple.el (minibuffer-complete-shell-command): Remove.
7973         (minibuffer-local-shell-command-map): Use completion-at-point.
7974         (read-shell-command): Setup completion vars here instead.
7975         (read-expression-map): Bind TAB to symbol completion.
7977         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
7978         error directly rather via storing it into `results'.
7980 2011-05-02  Leo Liu  <sdl.web@gmail.com>
7982         * vc/diff.el: Fix description.
7984 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7986         * server.el (server-eval-at): New function.
7988 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7990         * net/network-stream.el (open-network-stream): Take a :nowait
7991         parameter and pass it on to `make-network-process'.
7992         (network-stream-open-plain): Ditto.
7994 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
7996         * faces.el (face-spec-set-match-display): Don't match toolkit
7997         options on terminal frames.
7999 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8001         * progmodes/pascal.el: Use lexical binding.
8002         (pascal-mode-map): Remove author preferences.
8004         * pcomplete.el (pcomplete-std-complete): Don't abuse
8005         completion-at-point.
8007 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
8009         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
8010         removing code that has been dead since 1991 or so.
8012         * startup.el (command-line): When warning about "_emacs", use a
8013         delayed warning to allow the user to filter it out.
8015 2011-04-28  Deniz Dogan  <deniz@dogan.se>
8017         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
8018         user has not joined.
8020 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8022         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
8023         aren't any completions at point.
8025 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
8027         * subr.el (display-delayed-warnings): New function.
8028         (delayed-warnings-hook): New variable.
8030 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8032         * minibuffer.el (completion-at-point, completion-help-at-point):
8033         Don't presume that a given completion-at-point-function will always
8034         use the same calling convention.
8036         * pcomplete.el (pcomplete-completions-at-point):
8037         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
8038         pcomplete-seen is non-nil.
8039         (pcomplete-comint-setup): Also recognize the new comint/shell
8040         completion functions.
8041         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
8042         pcomplete-seen is non-nil.
8044 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
8046         * calendar/icalendar.el (diary-lib): Add require statement.
8047         (icalendar--create-uid): Read out a uid from a text-property on
8048         the first character in the entry.  This allows for code to add its
8049         own uid to the entry.
8050         (icalendar--convert-float-to-ical): Add export of
8051         `diary-float'-entries save for those with the optional DAY
8052         argument.
8054 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
8056         * subr.el (shell-quote-argument): Use alternate escaping strategy
8057         when we spot a variable reference in a string.
8059 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
8061         * cus-start.el (all): Define customization for debug-on-event.
8063 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
8065         * subr.el (shell-quote-argument): Escape correctly under Windows.
8067 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8069         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
8071 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
8073         * net/tramp.el (tramp-process-actions): Add POS argument.
8074         Delete region between POS and (pos).
8076         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8077         Use `nil' position in `tramp-process-actions' call.
8078         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
8080         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
8081         position in `tramp-process-actions' call.
8083         * net/trampver.el: Update release number.
8085 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8087         * custom.el (defcustom): Obey lexical-binding.
8089         Fix octave-inf completion problems reported by Alexander Klimov.
8090         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
8091         Inherit from octave-mode-syntax-table.
8092         (inferior-octave-mode): Set info-lookup-mode.
8093         (inferior-octave-completion-at-point): New function.
8094         (inferior-octave-complete): Use it and completion-in-region.
8095         (inferior-octave-dynamic-complete-functions): Use it as well, and use
8096         comint-filename-completion.
8097         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
8098         symbol elements which shouldn't be word elements.
8099         (octave-font-lock-keywords, octave-beginning-of-defun)
8100         (octave-function-header-regexp): Adjust regexps accordingly.
8101         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
8103 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
8105         * net/gnutls.el (gnutls-errorp): Declare before first use.
8107 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
8109         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
8110         verify-error, and verify-hostname-error parameters.  Check whether
8111         default trustfile exists before going to use it.  Add missing
8112         argument to gnutls-message-maybe call.  Return value.
8113         Reported by Claudio Bley <claudio.bley@gmail.com>.
8114         (open-gnutls-stream): Add usage example.
8116         * net/network-stream.el (network-stream-open-starttls): Give host
8117         parameter to `gnutls-negotiate'.
8118         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8119         * subr.el (shell-quote-argument): Escape correctly under Windows.
8121 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
8123         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8124         Use correct match group (bug#8438).
8126 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
8128         * emacs-lisp/package.el (package-built-in-p): Fix typo.
8129         (package-menu--generate): New arg specifying packages to show.
8130         (package-menu-refresh, package-menu-execute, list-packages):
8131         Callers changed.
8132         (package-show-package-list): New function, replacing deleted
8133         package--list-packages (renamed because it is non-internal).
8135         * finder.el (finder-list-matches): Use package-show-package-list
8136         instead of deleted package--list-packages.
8138         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
8139         Based on a previous implementation by Juanma Barranquero (Bug#8366).
8140         (vc-annotate-mode-map): Bind it to RET.
8142 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
8144         * progmodes/etags.el (next-file): Don't use set-buffer to change
8145         buffers (Bug#8478).
8147 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
8149         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
8151         * apropos.el (apropos-label-face): Avoid variable-pitch face.
8152         (apropos-accumulator): Doc fix.
8153         (apropos-function, apropos-macro, apropos-command)
8154         (apropos-variable, apropos-face, apropos-group, apropos-widget)
8155         (apropos-plist): Add face property.
8156         (apropos-symbols-internal): Fix indentation.
8157         (apropos-print): Simplify help, and recognize apropos-multi-type.
8158         (apropos-print-doc): Use button-type-get to extract the button's
8159         face property.  Fill docstring (Bug#8352).
8161 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
8163         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
8165         * play/mpuz.el (mpuz-silent): Doc fix.
8166         (mpuz-mode-map): Use mapc.
8167         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
8168         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
8169         Fix typos in docstrings.
8171         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
8172         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
8174         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
8176 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
8178         * minibuffer.el (completion--do-completion): Avoid the "Next char
8179         not unique" prompt if icomplete-mode is enabled (Bug#5849).
8181         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
8182         mouse-2 into unread-command-events, it is interpreted correctly.
8184         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
8185         (image-toggle-display): Doc fix.
8187 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
8189         * textmodes/page.el (what-page): Use line-number-at-pos to
8190         calculate line number (Bug#6825).
8192 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
8194         * eshell/esh-mode.el (find-tag-interactive): Declare function.
8195         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
8196         Pass argument NO-DEFAULT to `find-tag-interactive'.
8198 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
8200         Lexical-binding cleanup.
8202         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
8203         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
8204         * progmodes/ada-prj.el (ada-prj-initialize-values)
8205         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
8206         (ada-prj-show-value):
8207         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
8208         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
8209         (antlr-invalidate-context-cache, antlr-options-menu-filter)
8210         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
8211         * progmodes/bug-reference.el (bug-reference-push-button):
8212         * progmodes/fortran.el (fortran-line-length):
8213         * progmodes/glasses.el (glasses-change):
8214         * progmodes/octave-mod.el (octave-fill-paragraph):
8215         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
8216         (python-pdbtrack-grub-for-buffer, python-sentinel):
8217         * progmodes/sql.el (sql-save-connection):
8218         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
8219         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
8220         Mark unused parameters.
8222         * progmodes/compile.el (compilation--flush-directory-cache)
8223         (compilation--flush-parse, compile-internal): Mark unused parameters.
8224         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
8225         (compilation-next-error-function): Remove unused variable `timestamp'.
8227         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
8228         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
8230         * progmodes/dcl-mode.el (dcl-end-of-command):
8231         Remove unused variable `start'.
8232         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
8233         (dcl-option-value-basic, dcl-option-value-offset)
8234         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
8235         Mark unused parameters.
8236         (dcl-save-local-variable): Remove unused variable `val'.
8237         (mode): Declare.
8239         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
8240         Mark unused parameters.
8241         (delphi-ignore-changes): Move before first use.
8242         (delphi-charset-token-at): Remove unused variable `start'.
8243         (delphi-else-start): Remove unused variable `if-count'.
8244         (delphi-comment-block-start, delphi-comment-block-end):
8245         Remove unused variable `kind'.
8246         (delphi-indent-line): Remove unused variable `new-point'.
8248         * progmodes/ebrowse.el (ebrowse-files-list)
8249         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
8250         Mark unused parameters.  Don't quote `lambda'.
8251         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
8252         Don't quote `lambda'.
8253         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
8254         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
8255         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
8256         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
8257         Use `ignore-errors'.
8258         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
8259         (ebrowse-view/find-file-and-search-pattern)
8260         (ebrowse-view/find-member-declaration/definition):
8261         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
8262         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
8263         Rename parameter PREFIX-ARG to PREFIX.
8264         (ebrowse-tags-read-name): Remove unused variables `start' and
8265         `member-info'.
8266         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
8267         to `tags-file'.
8269         * progmodes/etags.el (local-find-tag-hook): Declare.
8270         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
8271         Mark unused parameters.
8273         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
8274         (executable-interpret): Mark unused parameter.
8276         * progmodes/flymake.el (flymake-process-sentinel)
8277         (flymake-after-change-function)
8278         (flymake-create-temp-with-folder-structure)
8279         (flymake-get-include-dirs-dot): Mark unused parameters.
8280         (flymake-safe-delete-directory): Remove unused variable `err'.
8282         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
8283         (speedbar-timer-fn, speedbar-line-text)
8284         (speedbar-change-expand-button-char, speedbar-delete-subblock)
8285         (speedbar-center-buffer-smartly): Declare functions.
8286         (gdb-find-watch-expression): Remove unused variable `array'.
8287         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
8288         (gdb-starting): Mark unused parameters.
8289         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
8290         (gdb-table-string): Remove unused variable `res'.
8291         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
8292         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
8293         (gdb-display-buffer): Remove unused variable `cur-size'.
8295         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
8296         allow lexical-binding compilation.
8297         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
8298         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
8299         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
8300         Mark unused parameters.
8301         (gud-gdb-marker-filter): Remove unused variable `match'.
8302         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
8303         lambda expressions and funcall them, instead of using `fset'.
8305         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
8306         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
8308         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
8309         variable `header-beg'; use `let'.
8311         * progmodes/icon.el (indent-icon-exp): Remove unused variables
8312         `restart', `last-sexp' and `at-do'.
8314         * progmodes/js.el (js--debug): Mark unused parameter.
8315         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
8316         (js--splice-into-items): Remove unused variable `item'.
8317         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
8319         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
8320         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
8321         (makefile-complete): Remove unused variable `try'.
8322         (makefile-fill-paragraph, makefile-match-function-end):
8323         Mark unused parameters.
8325         * progmodes/octave-inf.el (inferior-octave-complete):
8326         Remove unused variable `proc'.
8327         (inferior-octave-output-digest): Mark unused parameter.
8329         * progmodes/perl-mode.el (perl-calculate-indent):
8330         Remove unused variable `err'.
8332         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
8333         (prolog-indent-line): Mark unused parameters.
8334         (prolog-indent-line): Remove unused variable `beg'.
8336         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
8337         (reporter-dont-compact-list): Declare.
8339         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
8340         Remove unused variable `char'.
8341         (sh-debug): Mark unused parameter.
8342         (sh-get-indent-info): Remove unused variable `start'.
8343         (sh-calculate-indent): Remove unused variable `var'.
8345         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
8346         (simula-electric-keyword): Remove unused variable `null'.
8347         (simula-search-backward, simula-search-forward): Remove unused
8348         variables `begin' and `end'.
8350         * progmodes/vera-mode.el (vera-guess-basic-syntax):
8351         Remove unused variable `pos'.
8352         (vera-electric-tab, vera-comment-uncomment-region):
8353         Mark unused parameters.
8354         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
8356 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
8358         * emacs-lisp/package.el (package--builtins, package-alist)
8359         (package-load-descriptor, package-built-in-p, package-activate)
8360         (define-package, package-installed-p)
8361         (package-compute-transaction, package-buffer-info)
8362         (package--push): Doc fix.  Distinguish more clearly between
8363         version strings and version lists.
8365 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
8367         Lexical-binding cleanup.
8369         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
8370         (5x5-make-mutate-best):
8371         * play/fortune.el (fortune-in-buffer):
8372         * play/gomoku.el (gomoku-init-display):
8373         * play/solitaire.el (solitaire, solitaire-do-check):
8374         * play/tetris.el (tetris-default-update-speed-function):
8375         Mark unused parameters.
8377         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
8378         (bubbles--shift): Remove unused variable `char-org'.
8379         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
8380         (bubbles--show-images): Remove unused variable `char'.
8382         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
8383         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
8384         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
8385         (decipher-analyze-buffer): Use ?\s.
8386         (decipher-make-checkpoint): Remove unused variable `mapping'.
8388         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
8390         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
8391         Remove unused variable `result'; use `let'.
8393         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
8394         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
8395         (gametree-children-shown-p, gametree-compute-reduced-score):
8396         Use `ignore-errors'.
8398         * play/handwrite.el (ps-lpr-switches): Declare.
8399         (handwrite): Remove unused variables `pmin' and `lastp'.
8401         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
8403         * play/landmark.el (landmark-init-display)
8404         (landmark-update-naught-weights): Mark unused parameters.
8405         (landmark-y): Remove unused variable `noise'.  Simplify.
8406         (landmark-human-plays): Remove unused variable `score'.
8408         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
8409         (mpuz-try-proposal): Remove unused variable `game'.
8411         * play/zone.el (life-patterns): Declare.
8413 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
8415         * vc/vc.el (ediff-vc-internal): Declare function.
8417 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8419         * shell.el: Use lexical-binding and std completion UI.
8420         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
8421         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
8422         comint-preoutput-filter-functions rather than on
8423         comint-output-filter-functions.
8424         (shell-command-completion, shell--command-completion-data)
8425         (shell-filename-completion, shell-environment-variable-completion)
8426         (shell-c-a-p-replace-by-expanded-directory): New functions.
8427         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
8428         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
8429         (shell-dynamic-complete-environment-variable): Use them.
8430         (shell-dynamic-complete-as-environment-variable)
8431         (shell-dynamic-complete-as-command): Remove.
8432         (shell-match-partial-variable): Match past point.
8433         * comint.el: Clean up use of completion-at-point-functions.
8434         (comint-completion-at-point): New function.
8435         (comint-mode): Use it completion-at-point-functions.
8436         (comint-dynamic-complete): Make it obsolete.
8437         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
8438         (comint-c-a-p-replace-by-expanded-history): New function.
8439         (comint-dynamic-complete-functions)
8440         (comint-replace-by-expanded-history): Use it.
8441         * minibuffer.el (completion-table-with-terminator): Allow dynamic
8442         termination strings.  Try harder to avoid second try-completion.
8443         (completion-in-region-mode-map): Disable bindings that don't work yet.
8445         * comint.el: Use lexical-binding.  Require CL.
8446         (comint-dynamic-complete-functions): Use comint-filename-completion.
8447         (comint-completion-addsuffix): Tweak custom type.
8448         (comint-filename-completion, comint--common-suffix)
8449         (comint--common-quoted-suffix, comint--table-subvert)
8450         (comint--complete-file-name-data): New functions.
8451         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
8452         (comint-dynamic-list-filename-completions): Use them.
8453         (comint-dynamic-simple-complete): Make obsolete.
8455         * minibuffer.el (completion-in-region-mode):
8456         Keep completion-in-region-mode--predicate global.
8457         (completion-in-region--postch):
8458         Assume completion-in-region-mode--predicate is not null.
8460         * progmodes/flymake.el (flymake-start-syntax-check-process):
8461         Obey `dir'.  Simplify.
8463         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
8464         we're in VC after all.
8466 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
8468         * vc/vc.el (vc-diff-build-argument-list-internal)
8469         (vc-version-ediff, vc-ediff): New commands.
8470         (vc-version-diff): Use vc-diff-build-argument-list-internal.
8472 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8474         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
8475         add sanity check.
8477         * obsolete/erc-hecomplete.el: Make obsolete.
8478         * obsolete/: Standardize obsolescence info in the header.
8480 2011-04-20  Glenn Morris  <rgm@gnu.org>
8482         * calendar/solar.el (solar-horizontal-coordinates):
8483         Use the longitude argument rather than `calendar-longitude'.
8484         (solar-date-next-longitude): Remove unused locals.
8486 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8488         * whitespace.el: New version 13.2.1.
8490 2011-04-20  felix  <EmacsWiki>  (tiny change)
8492         * whitespace.el (global-whitespace-mode): Keep highlight when
8493         switching between major modes on a file.
8495 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8497         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
8498         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
8499         multi-line comments as well.
8501 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
8503         Lexical-binding cleanup.
8505         * arc-mode.el (archive-mode-revert):
8506         * cmuscheme.el (scheme-interactively-start-process):
8507         * custom.el (custom-initialize-delay):
8508         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
8509         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
8510         * emacs-lock.el (emacs-lock-clear-sentinel):
8511         * ezimage.el (defezimage):
8512         * follow.el (follow-avoid-tail-recenter):
8513         * fringe.el (set-fringe-mode-1):
8514         * generic-x.el (bat-generic-mode-compile):
8515         * help-mode.el (help-info-variable, help-do-xref)
8516         (help-mode-revert-buffer):
8517         * help.el (view-emacs-todo):
8518         * iswitchb.el (iswitchb-completion-help):
8519         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
8520         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
8521         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
8522         * locate.el (locate-update):
8523         * longlines.el (longlines-encode-region)
8524         (longlines-after-change-function):
8525         * outline.el (outline-isearch-open-invisible):
8526         * ps-def.el (declare-function, charset-dimension, char-width)
8527         (encode-char):
8528         * ps-mule.el (ps-mule-plot-string):
8529         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
8530         (recentf-edit-list-select, recentf-edit-list-validate)
8531         (recentf-open-files-action):
8532         * rect.el (delete-whitespace-rectangle-line)
8533         (rectangle-number-line-callback):
8534         * register.el (window-configuration-to-register)
8535         (frame-configuration-to-register):
8536         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
8537         * select.el (xselect-convert-to-string, xselect-convert-to-length)
8538         (xselect-convert-to-targets, xselect-convert-to-delete)
8539         (xselect-convert-to-filename, xselect-convert-to-charpos)
8540         (xselect-convert-to-lineno, xselect-convert-to-colno)
8541         (xselect-convert-to-os, xselect-convert-to-host)
8542         (xselect-convert-to-user, xselect-convert-to-class)
8543         (xselect-convert-to-name, xselect-convert-to-integer)
8544         (xselect-convert-to-atom, xselect-convert-to-identity):
8545         * subr.el (declare, ignore, process-kill-without-query)
8546         (text-clone-maintain):
8547         * terminal.el (te-get-char, te-tic-sentinel):
8548         * tool-bar.el (tool-bar-make-keymap):
8549         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
8550         * type-break.el (type-break-mode, type-break-noninteractive-query):
8551         * view.el (View-back-to-mark):
8552         * wid-browse.el (widget-browse-action, widget-browse-widget)
8553         (widget-browse-widgets, widget-browse-sexp):
8554         * widget.el (define-widget-keywords):
8555         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
8556         Mark unused parameters.
8558         * align.el (align-adjust-col-for-rule): Mark unused parameter.
8559         (align-areas): Remove unused variable `look'.
8560         (align-region): Remove unused variables `real-end' and `pos-list'.
8562         * apropos.el (apropos-score-doc): Remove unused variable `i'.
8564         * bindings.el (mode-line-modified, mode-line-remote):
8565         Mark unused parameters.
8566         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
8568         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
8569         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
8571         * comint.el (comint-history-isearch-pop-state)
8572         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
8573         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
8574         (comint-substitute-in-file-name): Doc fix.
8576         * completion.el (cmpl-statistics-block): Mark unused parameter.
8577         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
8578         (save-completions-to-file, load-completions-from-file):
8579         Remove unused local variable `e'.
8581         * composite.el (compose-chars): Remove unused variable `len'.
8582         (lgstring-insert-glyph): Remove unused variable `g'.
8583         (compose-glyph-string): Remove unused variables `ascent',
8584         `descent', `lbearing' and `rbearing'.
8585         (compose-glyph-string-relative): Remove unused variables
8586         `lbearing', `rbearing' and `wadjust'.
8587         (compose-gstring-for-graphic): Remove unused variables `header',
8588         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
8589         (compose-gstring-for-terminal): Remove unused variables `header'
8590         and `nchars'.  Use `let', not `let*'.
8592         * cus-edit.el (Custom-set, Custom-save, custom-reset)
8593         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
8594         (Custom-buffer-done, custom-buffer-create-internal)
8595         (custom-browse-visibility-action, custom-browse-group-tag-action)
8596         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
8597         (widget-magic-mouse-down-action, custom-toggle-parent)
8598         (custom-add-parent-links, custom-toggle-hide-variable)
8599         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
8600         (custom-toggle-hide-face, face, hook, custom-group-link-action)
8601         (custom-face-menu-create, custom-variable-menu-create, get)
8602         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
8603         (custom-reset-standard-save-and-update): Remove unused variable `value'.
8604         (customize-apropos): Remove unused variable `tests'.
8605         (custom-group-value-create): Remove unused variable `hidden-p'.
8606         (sort-fold-case): Declare.
8608         * cus-theme.el (custom-reset-standard-faces-list)
8609         (custom-reset-standard-variables-list): Declare.
8610         (customize-create-theme, custom-theme-revert, custom-theme-write)
8611         (custom-theme-choose-mode, customize-themes, custom-theme-save):
8612         Mark unused parameters.
8614         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
8616         * delim-col.el (delimit-columns-max): Move defvar before first use.
8618         * descr-text.el (describe-char-categories): Don't quote `lambda'.
8619         (describe-char): Don't quote `lambda'.  Mark unused parameter.
8621         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
8622         (auto-insert): Declare.
8623         (desktop-restore-file-buffer): Rename desktop-* parameters;
8624         mark unused ones.
8625         (desktop-create-buffer): Rename desktop-* parameters and bind them.
8626         (desktop-buffer): Rename desktop-* parameters.
8628         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8629         (dframe-reposition-frame-xemacs, dframe-help-echo)
8630         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
8631         Mark unused parameters.
8633         * dired-aux.el (backup-extract-version-start, overwrite-query)
8634         (overwrite-backup-query, rename-regexp-query)
8635         (rename-non-directory-query): Declare.
8636         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
8637         (dired-add-entry): Remove unused variable `orig-file-name'.
8638         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
8639         Use parameter PRESERVE-TIME instead of accessing dynamic variable
8640         `dired-copy-preserve-time' directly.
8641         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
8642         (dired-insert-subdir-newpos): Rename unused variable `pos'.
8644         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
8645         (dired-virtual-revert, dired-make-relative-symlink):
8646         Mark unused parameters.
8647         (manual-program): Declare.
8648         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
8649         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
8650         wrapped in `with-no-warnings' to avoid replacing one warning by another.
8652         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
8654         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
8656         * echistory.el (electric-history-in-progress, Helper-return-blurb):
8657         Declare.
8659         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
8661         * electric.el (Electric-command-loop): Rename parameter
8662         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
8664         * expand.el (expand-in-literal): Remove unused variable `here'.
8666         * facemenu.el (facemenu-add-new-color):
8667         Remove unused variable `docstring'.
8669         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
8670         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
8671         (face-attr-construct): Mark unused parameter.  Doc fix.
8672         (read-color): Remove unused variable `hex-string'.
8674         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
8675         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
8676         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
8677         (display-buffer-other-frame): Remove unused variable `old-window'.
8678         (kill-buffer-hook): Declare.
8679         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
8680         Mark unused parameters.
8681         (after-find-file): Pass 1 to `auto-save-mode', not t.
8683         * files-x.el (auto-insert): Declare.
8684         (modify-file-local-variable-prop-line): Remove unused variable `val'.
8686         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
8687         variable `buf'.  Mark unused parameter.
8688         (find-lisp-insert-directory): Mark unused parameter.
8690         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
8691         (format-encode-region): Remove unused variables `cur-buf' and `result'.
8692         (format-common-tail): Remove, unused.
8693         (format-deannotate-region): Remove unused variable `loc'.
8694         (format-annotate-region): Remove unused variable `p'.
8695         (format-annotate-single-property-change): Remove unused variables
8696         `default' and `tail'.
8698         * forms.el (read-file-filter): Declare.
8699         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
8701         * frame.el (frame-creation-function-alist): Mark unused parameter.
8702         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
8704         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
8705         Remove unused parameters.
8706         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
8707         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
8709         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
8710         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
8711         (hfy-prepare-tag-map): Mark unused parameters.
8712         (htmlfontify-buffer): Use `called-interactively-p'.
8714         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
8715         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
8716         (ibuffer-do-occur): Mark unused parameters.
8717         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
8718         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
8720         * ibuffer.el: Don't quote `lambda'.
8721         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
8722         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
8723         Mark unused parameters.
8725         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
8726         (ido-completing-read): Mark unused parameters.
8727         (ido-copy-current-word): Mark unused parameters;
8728         remove unused variable `name'.
8729         (ido-sort-merged-list): Remove unused parameter `dirs'.
8731         * ielm.el (ielm-input-sender): Mark unused parameter.
8732         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
8733         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
8734         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
8735         `ielm-string' as a dynamic variable accessible from the IELM prompt.
8736         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
8738         * image-dired.el (image-dired-display-thumbs): Remove unused
8739         variables `curr-file' and `count'.
8740         (image-dired-remove-tag): Remove unused variable `start'.
8741         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
8742         variable `curr-file'
8743         (image-dired-rotate-original): Remove unused variable `temp-file'.
8744         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
8745         Remove unused variable `file'.
8746         (image-dired-gallery-generate): Remove unused variable `curr'.
8747         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
8749         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
8751         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
8753         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
8755         * isearch.el (minibuffer-history-symbol): Declare.
8756         (isearch-edit-string): Remove unused variable `err'.
8757         (isearch-message-prefix, isearch-message-suffix):
8758         Mark unused parameters.
8760         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
8762         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
8764         * makesum.el (double-column): Remove unused variable `cnt'.
8766         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
8767         (ido-ignore-item-temp-list): Declare.
8769         * mouse-drag.el (mouse-drag-throw): Remove unused variables
8770         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
8771         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
8772         (mouse-drag-drag): Remove unused variables `mouse-delta' and
8773         `mouse-col-delta'.
8775         * mouse-sel.el (mouse-extend-internal):
8776         Remove unused variable `orig-window-frame'.
8778         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
8779         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
8780         Move declarations before first use.
8781         (pcomplete-opt): Mark unused parameters; doc fix.
8783         * proced.el (proced-revert): Mark unused parameter.
8784         (proced-send-signal): Remove unused variable `err'.
8786         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
8787         Rename parameter PREFIX-ARG to ARG.
8788         (ps-basic-plot-string, ps-basic-plot-whitespace):
8789         Mark unused parameters.
8791         * replace.el (replace-count): Define.
8792         (occur-revert-function): Mark unused parameters.
8793         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
8794         (isearch-case-fold-search, isearch-string): Declare.
8795         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
8796         bind `case-fold-search'.  Remove unused variables `beg' and `end',
8797         and simplify.
8798         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
8799         COUNT and bind `replace-count'.
8800         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
8801         to COUNT.
8803         * savehist.el (print-readably, print-string-length): Declare.
8805         * shadowfile.el (shadow-expand-cluster-in-file-name):
8806         Remove unused variable `cluster'.
8807         (shadow-copy-file): Remove unused variable `i'.
8808         (shadow-noquery, shadow-clusters, shadow-site-cluster)
8809         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
8810         (shadow-define-literal-group, shadow-define-regexp-group)
8811         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
8813         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
8814         (shell): Use `called-interactively-p'.
8815         (shell-directory-tracker): Remove unused variable `chdir-failure'.
8817         * simple.el (compilation-context-lines, comint-file-name-quote-list)
8818         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
8819         (delete-backward-char): Remove unused variable `ocol'.
8820         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
8821         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
8822         (event-apply-hyper-modifier, event-apply-shift-modifier)
8823         (event-apply-control-modifier, event-apply-meta-modifier):
8824         Mark unused parameters.
8825         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
8826         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
8828         * speedbar.el (speedbar-ignored-directory-expressions)
8829         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
8830         (speedbar-find-file, speedbar-dir-follow)
8831         (speedbar-directory-buttons-follow, speedbar-tag-find)
8832         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
8833         (speedbar-buffers-line-directory, speedbar-buffer-click):
8834         Mark unused parameters.
8835         (speedbar-tag-file): Remove unused variable `mode'.
8836         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
8838         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
8840         * talk.el (talk): Remove unused variable `display'.
8842         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
8843         (tar-write-region-annotate): Mark unused parameter.
8845         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
8846         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
8847         Declare them, wrapped in `with-no-warnings' to avoid replacing one
8848         warning by another.
8850         * time-stamp.el (time-stamp-string-preprocess):
8851         Remove unused variable `require-padding'.
8853         * tree-widget.el (widget-glyph-enable): Declare.
8854         (tree-widget-action): Mark unused parameter.
8856         * w32-fns.el (x-get-selection): Mark unused parameter.
8857         (autoload-make-program, generated-autoload-file): Declare.
8859         * wdired.el (wdired-revert): Mark unused parameters.
8860         (wdired-xcase-word): Remove unused variable `err'.
8862         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
8863         (whitespace-help-scroll): Remove unused variable `data-help'.
8865         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
8866         (widget-image-insert, widget-after-change, default)
8867         (widget-default-format-handler, widget-default-notify)
8868         (widget-default-prompt-value, widget-info-link-action)
8869         (widget-url-link-action, widget-function-link-action)
8870         (widget-variable-link-action, widget-file-link-action)
8871         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
8872         (widget-field-prompt-internal, widget-field-action, widget-field-match)
8873         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
8874         (widget-insert-button-action, widget-delete-button-action, visibility)
8875         (widget-documentation-link-action, widget-documentation-string-action)
8876         (widget-const-prompt-value, widget-regexp-match, symbol)
8877         (widget-coding-system-prompt-value)
8878         (widget-key-sequence-value-to-external, sexp)
8879         (widget-sexp-value-to-internal, character, vector, cons)
8880         (widget-choice-prompt-value, widget-boolean-prompt-value)
8881         (widget-color--choose-action): Mark unused parameters.
8882         (widget-item-match-inline, widget-choice-match-inline)
8883         (widget-checklist-match, widget-checklist-match-inline)
8884         (widget-group-match): Rename parameter VALUES to VALS.
8885         (widget-field-value-set): Remove unused variable `size'.
8886         (widget-color-action): Remove unused variables `value' and `start'.
8888         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
8889         variable `dir'.  Doc fix.
8890         (windmove-find-other-window): Don't pass it.
8892         * window.el (count-windows): Mark unused parameter.
8893         (bw-adjust-window): Remove unused variable `err'.
8895         * woman.el (woman-file-name): Remove unused variable `default'.
8896         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
8897         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
8898         (global-font-lock-mode): Declare.
8899         (woman-decode-region): Mark unused parameter.
8900         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
8902         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
8903         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
8904         (x-dnd-handle-moz-url): Remove unused variable `title'.
8905         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
8907         * xml.el (xml-parse-tag, xml-parse-attlist):
8908         Remove unused variable `pos'.
8910 2011-04-19  Glenn Morris  <rgm@gnu.org>
8912         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
8913         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8914         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8915         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
8916         * calendar/cal-html.el (cal-html-insert-minical):
8917         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
8918         (calendar-mark-date-pattern):
8919         Prefix "unused" locals.
8921         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
8922         optional argument `style'.
8924         * calendar/appt.el (appt-make-list):
8925         * calendar/cal-china.el (calendar-chinese-date-string):
8926         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
8927         (diary-hebrew-yahrzeit):
8928         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
8929         * calendar/calendar.el (calendar-generate-window):
8930         * calendar/time-date.el (time-to-days):
8931         Remove unused local variables.
8933 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
8935         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
8936         glyphless-char-display table.
8937         (tabulated-list-glyphless-char-display): New var.
8939 2011-04-18  Sam Steingold  <sds@gnu.org>
8941         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
8942         to acknowledgments.
8944 2011-04-17  Glenn Morris  <rgm@gnu.org>
8946         * calendar/diary-lib.el (diary-sexp-entry):
8947         * calendar/holidays.el (holiday-sexp):
8948         Set debug-on-error rather than the removed stack-trace-on-error.
8950 2011-04-16  Glenn Morris  <rgm@gnu.org>
8952         * progmodes/f90.el: Use lexical-binding.
8953         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
8955 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8957         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
8958         (mail-mode): Setup mailalias completion here instead.
8959         * mail/mailalias.el: Use lexical-binding.
8960         (pattern, mailalias-done): Declare dynamic.
8961         (mail-completion-at-point-function): New function, from mail-complete.
8962         (mail-complete): Use it.
8963         (mail-completion-expand): New function.
8964         (mail-get-names): Use it.
8965         (mail-directory, mail-directory-process, mail-directory-stream):
8966         Don't use `pattern' for lexically bound arg.
8968         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
8970         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
8971         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
8972         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
8974         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
8975         (byte-save-window-excursion, byte-temp-output-buffer-setup)
8976         (byte-interactive-p): Define them again, for use when inlining
8977         old code.
8979 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
8981         * loadup.el: Use `string-to-number', not `string-to-int'.
8983 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8985         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
8986         gud-gdb-complete-command.
8987         (gud-gdb-completions): New function, from gud-gdb-complete-command.
8988         (gud-gdb-completion-at-point): New function.
8989         (gud-gdb-completions): Remove.
8991 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
8993         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
8994         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
8995         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
8996         whether `executable-find' is bound.
8998         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
9000 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9002         * minibuffer.el (completion-in-region-mode-predicate)
9003         (completion-in-region-mode--predicate): New vars.
9004         (completion-in-region, completion-in-region--postch)
9005         (completion-in-region-mode): Use them.
9006         (completion--capf-wrapper): Also return the hook function.
9007         (completion-at-point, completion-help-at-point):
9008         Adjust and provide a predicate.
9010         Preserve arg names for advice of subr and lexical functions (bug#8457).
9011         * help-fns.el (help-function-arglist): Consolidate the subr and
9012         new-byte-code cases.  Add argument `preserve-names' to extract names
9013         from the docstring when needed.
9014         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
9015         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
9016         (ad-arglist): Use help-function-arglist's new arg.
9017         (ad-definition-type): Use cond.
9019 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
9021         * autorevert.el (auto-revert-handler):
9022         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
9023         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
9024         Don't quote lambda.
9026         * image-mode.el (image-transform-set-scale):
9027         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
9029 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9031         * net/network-stream.el (network-stream-open-starttls): Only do
9032         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
9033         Upgrades via gnutls-cli are too slow to be done opportunistically.
9035 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
9037         * dframe.el (dframe-current-frame): Remove spurious quote.
9039 2011-04-12  Glenn Morris  <rgm@gnu.org>
9041         * calendar/cal-tex.el (cal-tex-end-document):
9042         Try to automatically use latin1 input if needed.
9044         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
9045         Don't try to cons a mark onto an empty element.
9047 2011-04-11  Leo Liu  <sdl.web@gmail.com>
9049         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
9050         buffers.
9051         (ido-kill-buffer-at-head): Support killing virtual buffers.
9053 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
9055         * minibuffer.el (completion-show-inline-help): New var.
9056         (completion--do-completion, minibuffer-complete)
9057         (minibuffer-force-complete, minibuffer-complete-word):
9058         Inhibit minibuffer messages if completion-show-inline-help is nil.
9060         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
9061         to avoid interference from inline help (Bug#5849).
9063 2011-04-10  Leo Liu  <sdl.web@gmail.com>
9065         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9066         Fix typo.
9068 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
9070         * image-mode.el (image-toggle-display-image): Signal an error if
9071         not in Image mode.
9072         (image-transform-mode, image-transform-resize)
9073         (image-transform-set-rotation): Doc fix.
9074         (image-transform-set-resize): Delete.
9075         (image-transform-set-scale, image-transform-fit-to-height)
9076         (image-transform-fit-to-width): Handle image-toggle-display-image
9077         and image-transform-resize directly.
9079 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
9081         * doc-view.el (doc-view-fit-width-to-window)
9082         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
9083         New functions for fitting the shown image to the Emacs window size.
9084         (doc-view-mode-map): Add bindings for the new functions.
9086 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
9088         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
9089         Fix typo in docstring.
9091 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
9093         * files.el (file-size-human-readable): Produce one digit after
9094         decimal, like "ls -lh" does.
9096         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
9097         the file size representation.
9099         * simple.el (list-processes): If async subprocesses are not
9100         available, error out with a clear error message.
9102 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
9104         * help.el (help-form-show): New function, to be called from C.
9105         Put help-form output in a buffer named differently than *Help*.
9107 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
9109         * files.el (file-size-human-readable): New function.
9111         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
9112         computing the representation inline.  Don't require `cl'.
9114 2011-04-08  Glenn Morris  <rgm@gnu.org>
9116         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
9118         * net/browse-url.el (browse-url-firefox):
9119         Test system-type, not system-configuration.
9121         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
9122         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
9123         Use log-edit-empty-buffer-p.  (Bug#7598)
9125         * net/rlogin.el (rlogin-process-connection-type): Simplify.
9126         (rlogin-mode-map): Initialize in the defvar.
9127         (rlogin): Use ignore-errors.
9129         * replace.el (occur-mode-map): Some fixes for menu items.
9131 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9133         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
9135 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
9137         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
9138         issuing unused warnings.
9140         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
9141         macro directly.
9143         * simple.el: Lisp reimplement of list-processes.  Based on an
9144         earlier reimplementation by Leo Liu, but using tabulated-list.el.
9145         (process-menu-mode): New major mode.
9146         (list-processes--refresh, list-processes):
9147         (process-menu-visit-buffer): New functions.
9149         * files.el (save-buffers-kill-emacs): Don't assume any return
9150         value of list-processes, which is undocumented anyway.
9152 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
9154         * emacs-lisp/tabulated-list.el: New file.
9156         * emacs-lisp/package.el: Use Tabulated List mode.
9157         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
9158         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
9159         table format using Tabulated List mode variables.
9160         (package--push): New macro, replacing package-list-maybe-add.
9161         (package-menu--generate): Use package--push.  Renamed from
9162         package--generate-package-list.
9163         (package-menu-refresh, list-packages): Use it.
9164         (package-menu--print-info): Rename from package-print-package.
9165         Return insertion data instead of inserting it directly.
9166         (package-menu-describe-package, package-menu-execute):
9167         Use tabulated-list-get-id.
9168         (package-menu-mark-delete, package-menu-mark-install)
9169         (package-menu-mark-unmark, package-menu-backup-unmark)
9170         (package-menu-mark-obsolete-for-deletion):
9171         Use tabulated-list-put-tag.
9172         (package--list-packages, package-menu-revert)
9173         (package-menu-get-package, package-menu-get-version)
9174         (package-menu-sort-by-column): Functions deleted.
9175         (package-menu-package-list, package-menu-sort-key): Vars deleted.
9176         (package-menu--status-predicate, package-menu--version-predicate)
9177         (package-menu--name-predicate)
9178         (package-menu--description-predicate): Handle arguments in the
9179         Tabulated List format.
9180         (package-list-packages-no-fetch): Call list-packages.
9182 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
9184         * files.el (after-find-file-from-revert-buffer): Remove variable.
9185         (after-find-file): Don't bind it.
9186         (revert-buffer-in-progress-p): New variable.
9187         (revert-buffer): Bind it.
9188         Pass nil for `after-find-file-from-revert-buffer'.
9190         * saveplace.el (save-place-find-file-hook): Use new variable
9191         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
9193 2011-04-06  Glenn Morris  <rgm@gnu.org>
9195         * Makefile.in (AUTOGEN_VCS): New variable.
9196         (autoloads): Use $AUTOGEN_VCS.
9198         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
9199         * calendar/calendar.el (calendar-mode-map):
9200         Check for toolkit scroll bars.  (Bug#8305)
9202 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
9204         * minibuffer.el (completion-in-region--postch)
9205         (completion-in-region-mode): Remove unnecessary messages.
9207 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
9209         * font-lock.el (font-lock-refresh-defaults):
9210         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
9211         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
9213         * info.el (Info-directory-list, Info-read-node-name-2)
9214         (Info-split-parameter-string): Doc fixes.
9215         (Info-virtual-nodes): Reflow docstring.
9216         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
9217         (Info-apropos-toc-nodes, info-finder, Info-get-token)
9218         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
9219         Fix typos in docstrings.
9220         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
9221         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
9222         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
9223         (Info-restore-desktop-buffer): Mark unused parameters.
9224         (Info-directory-find-file, Info-directory-find-node)
9225         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
9226         (Info-virtual-index-find-node, Info-apropos-find-file)
9227         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
9228         Mark unused parameters; fix typos in docstrings.
9229         (Info-virtual-index): Remove unused local variable `nodename'.
9231 2011-04-05  Deniz Dogan  <deniz@dogan.se>
9233         * net/rcirc.el: Update my e-mail address.
9234         (rcirc-mode-map): Remove M-o binding.
9236 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
9238         * startup.el (command-line): Save the cursor's theme-face
9239         directly, instead of using face-override-spec.
9241         * custom.el (load-theme): Minor optimization in assigning faces.
9243 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
9245         * help-fns.el (describe-variable): Complete all variables having
9246         documentation, including keywords.
9247         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
9249 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
9251         Convert to lexical-binding.
9253         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
9254         (bs--get-marked-string, bs--get-modified-string)
9255         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
9256         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
9257         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
9259         * ehelp.el (electric-help-execute-extended)
9260         (electric-help-ctrl-x-prefix):
9261         * hexl.el (hexl-revert-buffer-function):
9262         * linum.el (linum-after-change, linum-after-scroll):
9263         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
9265         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
9267 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
9269         * epa-dired.el:
9270         * epa-mail.el:
9271         * epa-hook.el:
9272         * epa-file.el:
9273         * epa.el:
9274         * epg.el: Use lexical binding.
9276 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
9278         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
9280         * textmodes/flyspell.el (flyspell-word): Recognize default
9281         dictionary case for flyspell-mark-duplications-exceptions.
9282         Use regexp matching for languages.
9283         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
9284         default dictionary (Bug#7926).
9286 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
9288         * emacs-lisp/package.el (package--with-work-buffer):
9289         Recognize https URLs.
9291         * net/network-stream.el: Move from gnus/proto-stream.el.
9292         Change prefix to network-stream throughout.
9293         (open-protocol-stream): Merge into open-network-stream, leaving
9294         open-protocol-stream as an alias.  Handle nil BUFFER args.
9296         * subr.el (open-network-stream): Move to net/network-stream.el.
9298 2011-04-02  Glenn Morris  <rgm@gnu.org>
9300         * find-dired.el (find-exec-terminator): New option.
9301         (find-ls-option): Test for -ls support.
9302         (find-ls-subdir-switches): Test for -b in find-ls-option.
9303         (find-dired, find-grep-dired): Doc fixes.
9304         (find-dired): Use find-exec-terminator.
9306         * find-dired.el (find-ls-option, find-ls-subdir-switches)
9307         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
9308         (find-name-arg): Remove purecopy.
9310         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
9311         (grep-compute-defaults): Check for `-exec COMMAND +' support.
9312         Set grep-find-use-xargs, grep-find-command, and grep-find-template
9313         accordingly.  Don't add the null-device if not needed.
9315         * files.el (save-some-buffers): Doc fix.
9317 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
9319         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
9321 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
9323         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
9324         Use `dolist' rather than `mapcar'.
9326 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9328         Add lexical binding.
9330         * subr.el (apply-partially): Use new closures rather than CL.
9331         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
9332         (dolist, dotimes): Use slightly different expansion for lexical code.
9333         (functionp): Move to C.
9334         (letrec): New macro.
9335         (with-wrapper-hook): Use it and apply-partially instead of CL.
9336         (eval-after-load): Preserve lexical-binding.
9337         (save-window-excursion, with-output-to-temp-buffer): Turn them
9338         into macros.
9340         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
9342         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
9343         than the arglist.
9344         (help-add-fundoc-usage): Don't add `Not documented'.
9345         (help-function-arglist): Handle closures, subroutines, and new
9346         byte-code-functions.
9347         (help-make-usage): Remove leading underscores.
9348         (describe-function-1): Handle closures.
9349         (describe-variable): Use special-variable-p for completion.
9351         * files.el (lexical-binding): Declare safe.
9353         * emacs-lisp/pcase.el: Don't use destructuring-bind.
9354         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
9355         (pcase): Add `let' pattern.
9356         Change memoization so it actually works.
9357         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
9358         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
9359         <let>: New case.
9361         * emacs-lisp/macroexp.el: Use lexical binding.
9362         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
9363         Don't convert ' to #' without checking that it's indeed quoting
9364         a lambda.
9366         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
9367         Use eval-sexp-add-defvars.
9368         (eval-sexp-add-defvars): New fun.
9370         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
9372         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
9373         Don't autoload.
9374         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
9375         than the internal `byte-compile-lambda'.
9376         (defmethod): Don't hide code under quotes.
9377         (eieio-defmethod): New `code' argument.
9379         * emacs-lisp/eieio-comp.el: Remove.
9381         * emacs-lisp/edebug.el (edebug-eval-defun)
9382         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
9383         (edebug-toggle): Avoid `eval'.
9385         * emacs-lisp/disass.el (disassemble-internal): Handle new
9386         `closure' objects.
9387         (disassemble-1): Handle new byte codes.
9389         * emacs-lisp/cl.el (pushnew): Silence warning.
9391         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
9392         (cl-byte-compile-throw): Remove.
9393         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
9395         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
9396         closures.
9398         * emacs-lisp/cconv.el: New file.
9400         * emacs-lisp/bytecomp.el: Use lexical binding instead of
9401         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
9402         (byte-compile-initial-macro-environment):
9403         Handle declare-function here.
9404         (byte-compile--lexical-environment): New var.
9405         (byte-stack-ref, byte-stack-set, byte-discardN)
9406         (byte-discardN-preserve-tos): New lap codes.
9407         (byte-interactive-p): Don't use any more.
9408         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
9409         New macros.
9410         (byte-compile-lapcode): Use them and handle new lap codes.
9411         (byte-compile-obsolete): Remove.
9412         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
9413         (byte-compile-arglist-warn): Check late def of inlinable funs.
9414         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
9415         since they should have been expanded by now.
9416         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
9417         (byte-compile-from-buffer): Remove unused second arg.
9418         (byte-compile-preprocess): New function.
9419         (byte-compile-toplevel-file-form): New function to distinguish
9420         file-form calls from outside from file-form calls from hunk-handlers.
9421         (byte-compile-file-form): Simplify.
9422         (byte-compile-file-form-defsubst): Remove.
9423         (byte-compile-file-form-defmumble): Simplify now that
9424         byte-compile-lambda always returns a byte-code-function.
9425         (byte-compile): Preprocess.
9426         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
9427         Remove, not used any more.
9428         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
9429         (byte-compile-make-args-desc): New funs.
9430         (byte-compile-lambda): Handle lexical functions.  Always return
9431         a byte-code-function.
9432         (byte-compile-reserved-constants): New var, to make up room for
9433         closed-over variables.
9434         (byte-compile-constants-vector): Obey it.
9435         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
9436         (byte-compile-macroexpand-declare-function): New function.
9437         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
9438         byte-code-functions.
9439         (byte-compile-form): Check obsolescence here.
9440         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
9441         (byte-compile-variable-ref): Remove.
9442         (byte-compile-dynamic-variable-op): New fun.
9443         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9444         (byte-compile-variable-set): New funs.
9445         (byte-compile-discard): Add 2 args.
9446         (byte-compile-stack-ref, byte-compile-stack-set)
9447         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
9448         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
9449         macroexpand-all instead.
9450         (byte-compile-quote-form): Remove.
9451         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
9452         (byte-compile-bind, byte-compile-unbind): New funs.
9453         (byte-compile-let): Handle let* and lexical binding.
9454         (byte-compile-let*): Remove.
9455         (byte-compile-catch, byte-compile-unwind-protect)
9456         (byte-compile-track-mouse, byte-compile-condition-case):
9457         Handle a new :fun-body form, used for lexical scoping.
9458         (byte-compile-save-window-excursion)
9459         (byte-compile-with-output-to-temp-buffer): Remove.
9460         (byte-compile-defun): Simplify.
9461         (byte-compile-stack-adjustment): New fun.
9462         (byte-compile-out): Use it.
9463         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
9465         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
9466         handler any more.
9468         * emacs-lisp/byte-opt.el: Use lexical binding.
9469         (byte-inline-lapcode): Remove (to bytecomp).
9470         (byte-compile-inline-expand): Pay attention to inlining to/from
9471         lexically bound code.
9472         (byte-compile-unfold-lambda): Don't handle byte-code-functions
9473         any more.
9474         (byte-optimize-form-code-walker): Don't handle save-window-excursion
9475         any more and don't call compiler-macros.
9476         (byte-compile-splice-in-already-compiled-code): Remove.
9477         (byte-code): Don't inline any more.
9478         (disassemble-offset): Receive `bytes' as argument rather than via
9479         dynamic scoping.
9480         (byte-compile-tag-number): Declare before first use.
9481         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
9482         `return' even if make-spliceable.
9483         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
9484         obsolete interactive-p.
9485         (byte-optimize-lapcode): Optimize new lap-codes.
9486         Don't trip up on new form of `byte-constant' lap code.
9488         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
9490         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
9492         * custom.el (custom-initialize-default, custom-declare-variable):
9493         Use `defvar'.
9495         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
9496         New variables.
9497         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
9498         (COMPILE_FIRST): Add macroexp and cconv.
9499         * makefile.w32-in: Mirror changes in Makefile.in.
9501         * vc/cvs-status.el:
9502         * vc/diff-mode.el:
9503         * vc/log-edit.el:
9504         * vc/log-view.el:
9505         * vc/smerge-mode.el:
9506         * textmodes/bibtex-style.el:
9507         * textmodes/css.el:
9508         * startup.el:
9509         * uniquify.el:
9510         * minibuffer.el:
9511         * newcomment.el:
9512         * reveal.el:
9513         * server.el:
9514         * mpc.el:
9515         * emacs-lisp/smie.el:
9516         * doc-view.el:
9517         * dired.el:
9518         * abbrev.el: Use lexical binding.
9520 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
9522         * info.el (info-display-manual): New function.
9524 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9526         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
9528 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
9530         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
9531         an entry for that server in rcirc-authinfo.  (Bug#8385)
9533 2011-03-31  Glenn Morris  <rgm@gnu.org>
9535         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
9537         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
9539 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
9541         * progmodes/python.el (python-default-interpreter)
9542         (python-python-command-args, python-jython-command-args)
9543         (python-which-shell, python-which-args, python-which-bufname)
9544         (python-file-queue, python-comint-output-filter-function)
9545         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
9546         variables and functions.
9548 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9550         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
9551         (completion-in-region-mode): New minor mode.
9552         (completion-in-region): Use it.
9553         (completion-in-region--data, completion-in-region-mode-map): New vars.
9554         (completion-in-region--postch): New function.
9555         (completion--capf-misbehave-funs, completion--capf-safe-funs):
9556         New vars.
9557         (completion--capf-wrapper): New function.
9558         (completion-at-point): Use it to track well-behavedness of
9559         hook functions.
9560         (completion-help-at-point): New command.
9562 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
9564         * vc/add-log.el (add-change-log-entry): Don't use whitespace
9565         syntax class to search for whitespace on a single line
9566         (Message-ID: <4D938140.4030905@redhat.com>).
9568 2011-03-30  Leo Liu  <sdl.web@gmail.com>
9570         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
9571         New commands.
9572         (edit-abbrevs-map): Bind them here.
9573         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
9575 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
9577         * allout.el (allout-hide-by-annotation, allout-flag-region):
9578         Reduce possibility of overlay leakage by making them volatile.
9580         * allout-widgets.el (allout-widgets-tally): Define as nil so the
9581         hash is not shared between buffers.  Mode initialization is
9582         responsible for giving it a useful starting value.
9583         (allout-item-span): Reduce possibility of overlay leakage by
9584         making them volatile.
9585         (allout-widgets-count-buttons-in-region): Add diagnostic function
9586         for tracking down button overlay leaks.
9588 2011-03-29  Leo Liu  <sdl.web@gmail.com>
9590         * ido.el (ido-read-internal): Use the default history var
9591         minibuffer-history if no HISTORY is specified.
9593 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
9595         * net/imap.el (imap-shell-open, imap-process-connection-type):
9596         Use imap-process-connection-type for 'shell' streams as well as
9597         Kerberos, SSL, other subprocesses.
9599 2011-03-28  Leo Liu  <sdl.web@gmail.com>
9601         * abbrev.el (abbrev-table-empty-p): New function.
9602         (prepare-abbrev-list-buffer): Place empty abbrev tables after
9603         nonempty ones.  (Bug#5937)
9605 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
9607         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
9609 2011-03-27  Leo Liu  <sdl.web@gmail.com>
9611         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
9612         for foreground and background colors.
9613         (ansi-color-make-color-map): Adapt.
9615 2011-03-25  Leo Liu  <sdl.web@gmail.com>
9617         * midnight.el (midnight-time-float): Remove.  Note it calculates
9618         the microsecond component incorrectly and seconds-to-time does the
9619         same job.
9620         Remove redundant (require 'timer).
9622         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
9623         (ido-completions): Remove unused arguments.  (Bug#8329)
9625 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9627         * minibuffer.el (completion--flush-all-sorted-completions):
9628         Remove itself from hook.
9629         (completion-at-point): Let the functions perform the completion
9630         immediately and return nil or t.
9631         * comint.el (comint-dynamic-complete-functions): Now identical to
9632         completion-at-point-functions.
9633         (comint-dynamic-list-input-ring): Remove unused var `index'.
9634         (comint--match-partial-filename, comint--unquote&expand-filename):
9635         New funs, split from comint-match-partial-filename.
9636         (comint-dynamic-complete): Use completion-at-point.
9637         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
9639 2011-03-24  Drew Adams  <drew.adams@oracle.com>
9641         * thingatpt.el: Support `defun'.
9643 2011-03-23  Leo Liu  <sdl.web@gmail.com>
9645         * abbrevlist.el: Move to obsolete/abbrevlist.el.
9647         * help-mode.el (help-mode-finish): Tweak regexp.
9649 2011-03-23  Glenn Morris  <rgm@gnu.org>
9651         * eshell/esh-opt.el (eshell-eval-using-options):
9652         Do not bind unused local variable `eshell-option-stub'.
9654         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
9656 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
9658         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
9659         keymap variable in `with-no-warnings' to avoid a warning when the
9660         keymap has been already `defconst'ed.
9662 2011-03-22  Leo Liu  <sdl.web@gmail.com>
9664         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
9665         encode all chars in abbrevs; otherwise use emacs-mule or
9666         utf-8-emacs.  (Bug#8308)
9668 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
9670         * simple.el (backward-delete-char-untabify):
9671         Avoid warning about using `delete-backward-char'.
9673         * image.el (image-type-file-name-regexps): Make it variable.
9674         `imagemagick-register-types' modifies it, and the user may want
9675         to add new extensions for known image types.
9676         (imagemagick-register-types): Throw error if not using ImageMagick.
9678 2011-03-22  Leo Liu  <sdl.web@gmail.com>
9680         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
9681         located before rcirc-prompt-end-marker.
9682         (rcirc-complete): Error if point is not after rcirc prompt.
9683         Handle the case when table is nil.
9684         (rcirc-user-authenticated): Define to fix compiler warning.
9686 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
9688         * custom.el (custom--inhibit-theme-enable): Make it affect only
9689         custom-theme-set-variables and custom-theme-set-faces.
9690         (provide-theme): Ignore custom--inhibit-theme-enable.
9691         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
9692         (custom-enabling-themes): Delete variable.
9693         (enable-theme): Accept only loaded themes as arguments.
9694         Ignore the special custom-enabled-themes variable.
9695         (custom-enabled-themes): Forbid themes from setting this.
9696         Eliminate use of custom-enabling-themes.
9697         (custom-push-theme): Quote "changed" custom var entry.
9699 2011-03-21  Leo Liu  <sdl.web@gmail.com>
9701         * ido.el (ido-read-internal): Add ido-selected to history instead
9702         of user input.
9704 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9706         * subr.el (deferred-action-list, deferred-action-function):
9707         Mark obsolete.
9709 2011-03-21  Leo Liu  <sdl.web@gmail.com>
9711         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
9712         change on 2011-02-13 (bug#8309).
9714         * minibuffer.el (read-file-name-function): Change default value.
9715         (read-file-name--defaults): Rename from read-file-name-defaults.
9716         (read-file-name-default): Rename from read-file-name.
9717         (read-file-name): Call read-file-name-function.
9719 2011-03-21  Glenn Morris  <rgm@gnu.org>
9721         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
9722         Doc fixes.
9724 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
9726         * cus-theme.el: Add missing provide statement.
9727         (customize-create-theme): Extract theme value correctly.
9728         (custom-theme-visit-theme): Autoload.
9729         (customize-create-theme): Prompt before inserting default faces.
9731 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
9733         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
9734         units and musical notes.
9736 2011-03-20  Leo Liu  <sdl.web@gmail.com>
9738         * ido.el (ido-read-internal): Use completing-read-default.
9739         (ido-completing-read): Fix compatibility with completing-read.
9741 2011-03-20  Christian Ohler  <ohler@gnu.org>
9743         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
9744         (ert-delete-all-tests): Use `called-interactively-p' rather than
9745         `interactive-p'.
9746         (ert--make-xrefs-region): Respect END.
9748 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
9750         * dired-aux.el (dired-create-directory): Signal an error if the
9751         directory already exists (Bug#8246).
9753         * facemenu.el (list-colors-display): Call list-faces-display
9754         inside with-help-window.
9755         (list-colors-print): Use display property to align the final
9756         column, instead of checking window-width.
9758 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
9760         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
9761         windows-nt systems.
9762         (emerge-protect-metachars): Quote correctly for ms-dos and
9763         windows-nt systems.
9765 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
9767         * info.el (info-initialize): Replace all uses of `:' with
9768         path-separator for compatibility with non-Unix systems.
9769         Cache quoting of path-separator.  (Bug#8258)
9771 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
9773         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
9774         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
9775         (mouse-avoidance-mode): Fix typos in docstrings.
9777 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
9779         * startup.el (package-subdirectory-regexp): Move from package.el.
9780         Omit \\` and \\', and let callers add them.
9782         * emacs-lisp/package.el (package-strip-version)
9783         (package-load-all-descriptors): Add \\` and \\' to
9784         package-subdirectory-regexp before using it.
9785         (package-untar-buffer): New arg DIR; ensure that file untars only
9786         into this expected directory.  Remove superfluous delete-region.
9787         (package-unpack): Caller changed.
9788         (package-tar-file-info): Use package-subdirectory-regexp.
9790 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9792         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
9793         diff-mode-shared-map (bug#8284).
9794         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
9796 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9798         * calendar/time-date.el (format-seconds): Use assoc instead of
9799         assoc-string, since assoc-string doesn't exist in XEmacs.
9801 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
9803         * custom.el (custom-known-themes): Reflow docstring.
9804         (custom-theme-load-path): Fix typo in docstring.
9805         (load-theme): Fix typo in error message.
9806         (custom-available-themes, custom-variable-theme-value):
9807         Use `let', not `let*'.
9809 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
9811         * calc/README: Mention inclusion of musical notes.
9813         * calc/calc-units.el (calc-lu-quant): Rename from
9814         `calc-logunits-quantity'.
9815         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
9816         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
9817         (calc-db): Rename from `calc-dblevel'.
9818         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
9819         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
9820         (calc-np): Rename from `calc-nplevel'.
9821         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
9822         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
9823         (calc-lu-plus): Rename from `calc-logunits-add'.
9824         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
9825         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
9826         (calc-lu-minus): Rename from `calc-logunits-sub'.
9827         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
9828         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
9829         (calc-lu-times): Rename from `calc-logunits-mul'.
9830         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
9831         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
9832         (calc-lu-divide): Rename from `calc-logunits-div'.
9833         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
9834         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
9836         * calc/calc-ext.el (calc-init-extensions): Update the names of the
9837         functions being autoloaded.
9839         * calc/calc.el (calc-lu-power-reference): Rename from
9840         `calc-logunits-power-reference'.
9841         (calc-lu-field-reference): Rename from
9842         `calc-logunits-field-reference'.
9844         * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
9846 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9848         * minibuffer.el (completion-all-sorted-completions):
9849         Use :completion-cycle-penalty text property if present.
9851 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
9853         * allout.el (allout-yank-processing): Adjust for new rebulleting
9854         regime so bullet being yanked is used without prompting the user
9855         for a choice.
9857 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
9859         * startup.el (command-line): Warn the user that _emacs is deprecated.
9861 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
9863         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
9864         (delphi-verbose, delphi-comment-face, delphi-string-face)
9865         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
9866         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
9867         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
9868         (delphi-new-comment-line, delphi-font-lock-defaults)
9869         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
9870         Fix typos in docstrings.
9872 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
9874         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
9875         Invert the roles of character and string values for INSTEAD, so a
9876         string is used for the more common case of a defaulting prompt.
9878 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9880         * progmodes/ruby-mode.el (ruby-backward-sexp):
9881         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
9882         * play/gamegrid.el (gamegrid-make-face):
9883         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
9884         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
9885         * notifications.el (notifications-notify):
9886         * net/xesam.el (xesam-search-engines):
9887         * net/quickurl.el (quickurl-list-insert):
9888         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
9890 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
9892         * startup.el (command-line): Update package subdirectory regexp.
9894 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9896         * allout.el (allout-abbreviate-flattened-numbering)
9897         (allout-mode-deactivate-hook): Fix up obsolescence "date".
9899         * subr.el (read-char-choice): Only show the cursor after the prompt,
9900         not after the answer.
9902 2011-03-15  Kevin Ryde  <user42@zip.com.au>
9904         * help-fns.el (variable-at-point): Skip leading quotes, if any
9905         (bug#8253).
9907 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9909         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
9910         warning message.
9912 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
9914         * shell.el (shell): When called interactively, offer to change the
9915         shell file name on remote hosts.
9917 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9919         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
9920         integration for LDAP parameters.  The host, base, user or binddn,
9921         and secret tokens can be specified in a netrc file, for instance.
9922         This is optional because an `auth-source' parameter must be
9923         specified in the search attributes.
9925 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
9927         * help.el (describe-mode): Link to the mode's definition (bug#8185).
9929 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9931         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
9932         into declaration.  Remove redundant and harmful binding.
9934 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
9936         * files.el (file-ownership-preserved-p): Pass `integer' as an
9937         explicit 2nd argument to `file-attributes'.  If the file's owner
9938         is the Administrators group on Windows, and the current user is
9939         Administrator, consider that a match.
9941         * server.el (server-ensure-safe-dir): Consider server directory
9942         safe on MS-Windows if its owner is the Administrators group while
9943         the current Emacs user is Administrator.  Use `=' to compare
9944         numerical UIDs, since they could be integers or floats.
9946 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
9948         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
9950 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
9952         Sync with Tramp 2.2.1.
9954         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
9956         * net/trampver.el: Update release number.
9958 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9960         * progmodes/compile.el (compilation--previous-directory): Fix up
9961         various nil/dead-marker mismatches (bug#8014).
9962         (compilation-directory-properties, compilation-error-properties):
9963         Don't call it at a position past the one we're about to change.
9965         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
9966         Disable obsolescence warnings in the file that declares it.
9968 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
9970         * allout-widgets.el (allout-widgets-tally):
9971         Initialize allout-widgets-tally as a hash table rather than nil to
9972         prevent mode-line redisplay warnings.  Also, clarify the module
9973         description and fix a comment typo.
9975 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
9977         * help-fns.el (describe-variable): Don't complete keywords.
9978         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
9980 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
9982         * emacs-lisp/package.el (package-version-join): Impose a standard
9983         string representation for pre/alpha/beta version lists.
9984         (package-unpack-single): Standardize the directory name by passing
9985         it through package-version-join.
9986         (package-strip-rcs-id): Accept any version string that does not
9987         signal an error in version-to-list.
9989 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
9991         * simple.el (delete-trailing-whitespace): Return nil for the
9992         benefit of `write-file-functions'.
9994 2011-03-10  Glenn Morris  <rgm@gnu.org>
9996         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
9998         * vc/vc-git.el (vc-git-program): New option.
9999         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
10000         (vc-git--call): Use it.
10002         * eshell/esh-util.el (eshell-condition-case): Doc fix.
10004         * cus-edit.el (Custom-newline): If no button at point, look
10005         for a subgroup button at start-of-line.  (Bug#2298)
10007         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
10009 2011-03-10  Julien Danjou  <julien@danjou.info>
10011         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
10012         `cursor-type' is nil.
10014 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
10016         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
10018 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
10020         * allout.el Summary: Change so yank of distinctive-bullet items
10021         preserves the existing header prefix, rebulleting it if necessary,
10022         rather than replacing it.  This is necessary for proper operation
10023         of cooperative addons like allout-widgets.
10024         (allout-make-topic-prefix, allout-rebullet-heading):
10025         Change SOLICIT arg to INSTEAD, and interpret additionally a string
10026         value as alternate bullet to be used, instead of prompting the user
10027         for a bullet character.
10029 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
10031         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10032         Do not use `tramp-file-name-port', because this returns also
10033         `tramp-default-port'.
10035 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
10037         * net/rcirc.el (rcirc-handler-001): Remove useless
10038         with-rcirc-process-buffer.
10039         (rcirc-check-auth-status): Swap arguments to string-match.
10041 2011-03-09  Glenn Morris  <rgm@gnu.org>
10043         * shell.el (shell-mode):
10044         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
10046         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
10047         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
10049 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
10051         * emacs-lisp/package.el (package-refresh-contents)
10052         (package-menu-execute): Use condition-case-no-debug.
10054 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
10056         * simple.el (shell-command-to-string): Use `process-file'.
10058         * emacs-lisp/package.el (package-tar-file-info): Handle also
10059         remote files.
10061         * emacs-lisp/package-x.el (package-upload-buffer-internal):
10062         Use `equal' for upload base check.
10064 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
10066         * textmodes/texinfo.el (texinfo-environments):
10067         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
10069 2011-03-08  Glenn Morris  <rgm@gnu.org>
10071         * cus-start.el (cursor-in-non-selected-windows):
10072         Fix :set quoting oddness.  (Bug#8192)
10074         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
10075         in some setf expressions.  (Bug#2159)
10077 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
10079         * custom.el (custom-available-themes): Return themes in
10080         alphabetical order.
10082 See ChangeLog.15 for earlier changes.
10084 ;; Local Variables:
10085 ;; coding: utf-8
10086 ;; End:
10088   Copyright (C) 2011-2012  Free Software Foundation, Inc.
10090   This file is part of GNU Emacs.
10092   GNU Emacs is free software: you can redistribute it and/or modify
10093   it under the terms of the GNU General Public License as published by
10094   the Free Software Foundation, either version 3 of the License, or
10095   (at your option) any later version.
10097   GNU Emacs is distributed in the hope that it will be useful,
10098   but WITHOUT ANY WARRANTY; without even the implied warranty of
10099   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10100   GNU General Public License for more details.
10102   You should have received a copy of the GNU General Public License
10103   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.