In window states don't deal with the mark.
[emacs.git] / lisp / ChangeLog
blob7a31115ac5da3e74ef079107cd3537d714f47bef
1 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
3         * window.el (window--state-get-1, window--state-put-2): Don't
4         save and restore the mark.
6 2012-01-25  Chong Yidong  <cyd@gnu.org>
8         * custom.el (custom-variable-p): Doc fix.
10 2012-01-25  Glenn Morris  <rgm@gnu.org>
12         * dired.el (dired-goto-file): Handle some of the more common
13         characters that `ls -b' escapes.  (Bug#10596)
15         * progmodes/compile.el (compilation-next-error-function):
16         Respect compilation-first-column in the "*compilation*" buffer.
17         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
19         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
21 2012-01-24  Glenn Morris  <rgm@gnu.org>
23         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
25 2012-01-24  Julien Danjou  <julien@danjou.info>
27         * color.el (color-rgb-to-hsl): Fix value computing.
28         (color-hue-to-rgb): New function.
29         (color-hsl-to-rgb): New function.
30         (color-clamp, color-saturate-hsl, color-saturate-name)
31         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
32         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
34 2012-01-24  Glenn Morris  <rgm@gnu.org>
36         * vc/vc-rcs.el (vc-rcs-create-tag):
37         * vc/vc-sccs.el (vc-sccs-create-tag):
38         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
40 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
42         * eshell/esh-util.el (eshell-read-hosts-file):
43         Skip comment lines.  (Bug#10549)
45         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
47 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
49         * subr.el (display-delayed-warnings): Doc fix.
50         (collapse-delayed-warnings): New function to collapse identical
51         adjacent warnings.
52         (delayed-warnings-hook): Add it.
54 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
56         * net/tramp.el (tramp-action-login): Set connection property "login-as".
58         * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
59         properties, when "login-as" is set.
61         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
62         (tramp-default-user-alist): Don't add "pscp".
63         (tramp-do-copy-or-rename-file-out-of-band): Use connection
64         property "login-as", if set.  (Bug#10530)
66 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
68         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
69         "plink1" and "psftp".  (Bug#10530)
71 2012-01-21  Kenichi Handa  <handa@m17n.org>
73         * international/mule-cmds.el (prefer-coding-system): Show a
74         warning message if the default value of file-name-coding-system
75         was not changed.
77 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
79         * windmove.el (windmove-reference-loc): Fix
80         windmove-reference-loc miscalculation.
82 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
84         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
85         default unit.
87 2012-01-21  Glenn Morris  <rgm@gnu.org>
89         * international/mule.el (auto-coding-alist): Add .tbz.
91         * files.el (local-enable-local-variables): Doc fix.
92         (inhibit-local-variables-regexps): Rename from
93         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
94         Doc fix.  Add some extensions from auto-coding-alist.
95         (inhibit-local-variables-suffixes):
96         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
97         (inhibit-local-variables-p):
98         New function, extracted from set-auto-mode-1.
99         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
100         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
101         (hack-local-variables): Doc fix.  Make the mode-only case
102         respect enable-local-variables and friends.
103         Respect inhibit-local-variables-regexps for file-locals, but
104         not for directory-locals.
105         (set-visited-file-name):
106         Take account of inhibit-local-variables-regexps.
107         Whether it applies may change as the file name is changed.
108         * jka-cmpr-hook.el (jka-compr-install):
109         * jka-compr.el (jka-compr-uninstall):
110         Update for inhibit-first-line-modes-suffixes name change.
112 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
114         * help-macro.el (make-help-screen): Temporarily restore original
115         binding for minor-mode-map-alist (Bug#10454).
117 2012-01-19  Julien Danjou  <julien@danjou.info>
119         * color.el (color-name-to-rgb): Use the white color to find the max
120         color component value and return correctly computed values.
121         (color-name-to-rgb): Add missing float conversion for max value.
123 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
125         * window.el (window--state-get-1, window-state-get): Do not use
126         special state value for window-persistent-parameters.  Rename
127         argument IGNORE to WRITABLE.  Rewrite doc-string.
128         (window--state-put-2): Reset all window parameters to nil before
129         assigning values of persistent parameters.
131 2012-01-18  Alan Mackenzie  <acm@muc.de>
133         Eliminate sluggishness and hangs in fontification of "semicolon
134         deserts".
136         * progmodes/cc-engine.el (c-state-nonlit-pos-interval): change
137         value 10000 -> 3000.
138         (c-state-safe-place): Reformulate so it doesn't stack up an
139         infinite number of wrong entries in c-state-nonlit-pos-cache.
140         (c-determine-limit-get-base, c-determine-limit): New functions to
141         determine backward search limits disregarding literals.
142         (c-find-decl-spots): Amend commenting.
143         (c-cheap-inside-bracelist-p): New function which detects "={".
145         * progmodes/cc-fonts.el
146         (c-make-font-lock-BO-decl-search-function): Give a limit to a
147         backward search.
148         (c-font-lock-declarations): Fix an occurrence of point being
149         undefined.  Check additionally for point being in a bracelist or
150         near a macro invocation without a semicolon so as to avoid a
151         fruitless time consuming search for a declarator.  Give a more
152         precise search limit for declarators using the new
153         c-determine-limit.
155 2012-01-18  Glenn Morris  <rgm@gnu.org>
157         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
158         (set-auto-mode): Doc fixes.
160 2012-01-17  Glenn Morris  <rgm@gnu.org>
162         * isearch.el (search-nonincremental-instead): Fix doc typo.
164         * dired.el (dired-insert-directory): Handle newlines in directory name.
165         (dired-build-subdir-alist): Unescape newlines in directory name.
167 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
169         * net/tramp.el (tramp-local-end-of-line): New defcustom.
170         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
171         (tramp-action-terminal): Use it.  (Bug#10530)
173 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
175         * minibuffer.el (completion--replace): Strip properties (bug#10062).
177 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
179         * window.el (window-state-ignored-parameters): Remove variable.
180         (window--state-get-1): Rename argument MARKERS to IGNORE.
181         Handle persistent window parameters.  Make copy of clone-of
182         parameter only if requested.  (Bug#10348)
183         (window--state-put-2): Install a window parameter only if it has
184         a non-nil value or an existing parameter shall be overwritten.
186 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
188         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
190 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
192         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
193         don't pass the (nil) value of `upnode' to string-match.
195 2012-01-14  Chong Yidong  <cyd@gnu.org>
197         * startup.el (command-line): Fix X resource class for cursorColor.
198         Fix values recognized by the cursorBlink resource.
200 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
202         * epg.el (epg--make-temp-file): Avoid permission race condition
203         when running on old Emacs versions (bug#10403).
205 2012-01-14  Glenn Morris  <rgm@gnu.org>
207         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
209 2012-01-13  Alan Mackenzie  <acm@muc.de>
211         Fix filling for when filladapt mode is enabled.
213         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
214         c-mask-paragraph, pass in `fill-paragraph' rather than
215         `fill-region-as-paragraph'.  (This is a reversion of a previous
216         change.)
217         * progmodes/cc-mode.el (c-basic-common-init): Make
218         fill-paragraph-handle-comment buffer local and set it to nil.
220 2012-01-13  Glenn Morris  <rgm@gnu.org>
222         * dired.el (dired-switches-escape-p): New function.
223         (dired-insert-directory): Use dired-switches-escape-p.
224         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
226         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
228 2012-01-12  Glenn Morris  <rgm@gnu.org>
230         * mail/sendmail.el (mail-mode): Update paragraph-separate for
231         changes in adaptive-fill-regexp.  (Bug#10276)
233 2012-01-11  Alan Mackenzie  <acm@muc.de>
235         Fix Emacs bug #10463 - put `widen's around the critical spots.
237         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
238         widen around each invocation of c-state-pp-to-literal.  Remove an
239         unused let variable.
241 2012-01-11  Glenn Morris  <rgm@gnu.org>
243         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
244         Doc fix.
246 2012-01-10  Chong Yidong  <cyd@gnu.org>
248         * net/network-stream.el (network-stream-open-starttls):
249         Avoid emitting a confusing error message when the server gives a bad
250         response to the capability command.
252 2012-01-10  Glenn Morris  <rgm@gnu.org>
254         * mail/unrmail.el (unrmail): Tweak previous change.
256 2012-01-09  Chong Yidong  <cyd@gnu.org>
258         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
260 2012-01-08  Alan Mackenzie  <acm@muc.de>
262         Optimise font locking in long enum definitions.
264         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
265         arm to a cond form to handle enums.
266         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
267         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
269 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
271         * files.el (move-file-to-trash): Preserve default file modes on error.
272         (Bug#10401)
274 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276         * faces.el (set-face-attribute): Clarify the meaning of the nil
277         frame (bug#10294).
279         * subr.el (with-selected-frame): Mention that the selected frame
280         is restored (bug#9980).
282         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
283         (bug#9759).
285         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
286         (password-read): Don't autoload unused function.
288 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
290         * progmodes/which-func.el (which-func-mode): Turn into a
291         non-interactive function and mark as obsolete (bug#10428).
293 2012-01-06  Chong Yidong  <cyd@gnu.org>
295         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
296         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
297         functions, along with 1 and -1.
299 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
301         * time.el (display-time-load-average)
302         (display-time-default-load-average): Doc fixes.  See the thread
303         starting at
304         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
305         for the details.
307 2012-01-06  Glenn Morris  <rgm@gnu.org>
309         * mail/unrmail.el (unrmail): Give an explicit error if the input file
310         has no messages.  (Bug#10377)
312         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
313         than Info-edit.  (Bug#10385)
315         * time.el (display-time-load-average, display-time-next-load-average):
316         Doc fixes.
318         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
319         local setting of buffer-read-only to the input buffer.  (Bug#10419)
321         * calendar/calendar.el (calendar-mode):
322         Locally set scroll-margin to 0.  (Bug#10379)
324 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
326         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
328 2012-01-05  Glenn Morris  <rgm@gnu.org>
330         * eshell/em-unix.el (diff-no-select): Autoload it.
331         (eshell/diff): Use diff-no-select.  (Bug#10420)
333 2012-01-05  Chong Yidong  <cyd@gnu.org>
335         * shell.el (shell-dynamic-complete-functions): Revert last change.
336         (shell-command-completion-function): New function.
337         (shell-completion-vars): Use it to implement
338         shell-completion-execonly (Bug#10417).
340         * custom.el (enable-theme): Don't set custom-safe-themes.
342         * cus-theme.el (custom-theme-merge-theme):
343         Ignore custom-enabled-themes and custom-safe-themes.
345 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
347         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
348         first prompt in `sql-interacive-mode'.
349         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
350         keywords.
351         (sql-mode-mysql-font-lock-keywords):  Add ELSEIF keyword.
352         (sql-product-interactive): Bug fix: Set `sql-buffer' in
353         context of original buffer.  Invoke `sql-login-hook'.
355 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
357         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
358         letters in cite-prefix.
360 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
362         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
364 2012-01-03  Chong Yidong  <cyd@gnu.org>
366         * shell.el (shell-dynamic-complete-functions):
367         Put pcomplete-completions-at-point, so as to try
368         comint-filename-completion first (Bug#10417).
370 2012-01-02  Richard Stallman  <rms@gnu.org>
372         * battery.el (battery-status-function):
373         Detect when to use battery-yeeloong-sysfs.
374         (battery-echo-area-format): Add string for Yeeloong.
375         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
376         (battery-yeeloong-sysfs): New function.
378 2012-01-02  Chong Yidong  <cyd@gnu.org>
380         * dirtrack.el (dirtrack-list): Eliminate unused third element.
381         (dirtrack): Merge code for handling relative filenames in prompt
382         from shell-dir-cookie-watcher.
383         (dirtrack-debug-message): New arg to avoid excess format calls.
385         * shell.el (shell-dir-cookie-re): Variable deleted.
386         (shell-dir-cookie-watcher): Function deleted.
387         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
388         with dirtrack-mode.
390 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
392         * term/w32-win.el (dynamic-library-alist) <gnutls>:
393         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
394         libgnutls-26.dll.
396 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
398         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
400 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
402         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
403         headers of non-MIME messages, when rmail-enable-mime is non-nil.
405 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
407         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
408         also for alternative shells.
409         (tramp-open-connection-setup-interactive-shell): Check, whether
410         the shell is a busybox.
411         (tramp-send-command): Don't suppress multiple prompts for
412         busyboxes, it hurts.
414 2011-12-28  Chong Yidong  <cyd@gnu.org>
416         * progmodes/gdb-mi.el (gdb-get-source-file-list)
417         (gdb-get-source-file): Move mode line update to
418         gdb-get-source-file (Bug#10087).
420 2011-12-25  Chong Yidong  <cyd@gnu.org>
422         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
423         gud-gdb-marker-filter without taking it as an argument.
424         (gud-gdb-run-command-fetch-lines): Caller changed.
425         (gud-gdb-completion-function): New variable.
426         (gud-gdb-completion-at-point): Use it.
427         (gud-gdb-completions-1): Split from gud-gdb-completions.
429         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
430         function as separate arguments.
431         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
432         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
433         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
434         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
435         (gdb-stopped, def-gdb-auto-update-trigger)
436         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
437         (gdb-get-changed-registers, gdb-get-main-selected-frame):
438         Callers changed.
439         (gud-gdbmi-completions): New function.
440         (gdb): Use it for generating the completion table.
442 2011-12-24  Alan Mackenzie  <acm@muc.de>
444         Introduce a mechanism to widen the region used in context font
445         locking.  Use this to protect declarations from losing their contexts.
447         * progmodes/cc-langs.el (c-before-font-lock-functions):
448         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
449         (c-before-context-fontification-functions): New defvar, a list of
450         functions to be run just before context (etc.) font locking.
452         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
453         New, functionality extracted from
454         c-neutralize-syntax-in-and-mark-CPP.
455         (c-in-after-change-fontification): New variable.
456         (c-after-change): Set c-in-after-change-fontification.
457         (c-set-fl-decl-start): Rejig its interface, so it can be called
458         from both after-change and context fontifying.
459         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
460         New functions.
461         (c-standard-font-lock-fontify-region-function): New variable.
462         (c-font-lock-fontify-region): New function.
464 2011-12-24  Juri Linkov  <juri@jurta.org>
466         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
467         (Bug#10348)
469 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
471         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
472         existence of source file.  (Bug#10325)
474 2011-12-23  Alan Mackenzie  <acm@muc.de>
476         Fix unstable fontification inside templates.
478         * progmodes/cc-langs.el (c-before-font-lock-functions):
479         Newly created from the singular version.  The (c c++ objc) entry now
480         additionally has c-set-fl-decl-start.  The other languages (apart
481         from AWK) have that as a single entry.
483         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
484         The functionality for "local" declarations has been extracted to
485         c-set-fl-decl-start.
487         * progmodes/cc-mode.el (c-common-init, c-after-change):
488         Changes due to pluralisation of c-before-font-lock-functions.
489         (c-set-fl-decl-start): New function, extracted from
490         c-font-lock-enclosing-decls and enhanced.
492 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
494         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
496 2011-12-22  Juri Linkov  <juri@jurta.org>
498         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
500 2011-12-22  Chong Yidong  <cyd@gnu.org>
502         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
504 2011-12-21  Drew Adams  <drew.adams@oracle.com>
506         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
508 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
510         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
512 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
514         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
515         highlighting and support.  Fix up comments for capitalization.
516         (cfengine-mode-debug): New var.
517         (cfengine3-mode): Change the modeline indicator to "CFE3".
518         (cfengine3-font-lock-keywords): Improve defun highlighting.
519         (cfengine2-actions): Rename from `cfengine-actions'.
520         (cfengine2-font-lock-keywords): Rename from
521         `cfengine-font-lock-keywords'.
522         (cfengine2-imenu-expression): Rename from
523         `cfengine-imenu-expression'.
524         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
525         (cfengine2-beginning-of-defun): Rename from
526         `cfengine-beginning-of-defun'.
527         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
528         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
529         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
530         modeline indicator to "CFE2".
531         (cfengine-mode): Defalias to `cfengine-auto-mode'.
532         (cfengine-mode-abbrevs): Mark obsolete.
534 2011-12-21  Chong Yidong  <cyd@gnu.org>
536         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
537         filename argument.
539 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
541         * window.el (window-normalize-buffer-to-display): Remove.
542         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
544 2011-12-19  Chong Yidong  <cyd@gnu.org>
546         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
547         Don't signal an error in a predicate function; return non-nil.
548         (vc-dir-mark-file): Move the error here.
549         (vc-dir-mark-unmark): If acting on the region, keep going if one
550         of the entries cannot be marked/unmarked.
551         (vc-dir-mark-all-files): If current entry is a directory, mark
552         only child files, as documented.
554 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
556         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
557         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
558         addition.
560 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
562         * term/ns-win.el (ns-get-selection-internal)
563         (ns-store-selection-internal): Declare.
564         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
565         Declare as obsolete.
566         (ns-get-pasteboard, ns-paste-secondary):
567         Use ns-get-selection-internal.
568         (ns-set-pasteboard,  ns-copy-including-secondary):
569         Use ns-store-selection-internal.
571 2011-12-17  Chong Yidong  <cyd@gnu.org>
573         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
574         (vc-deduce-fileset): Doc fix.
576 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
578         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
580 2011-12-13  Sam Steingold  <sds@gnu.org>
582         * man.el (Man-getpage-in-background): When running under a
583         window-system, ignore $MANWIDTH and $COLUMNS.
585 2011-12-15  Kenichi Handa  <handa@m17n.org>
587         * language/ethio-util.el: Change coding tag to utf-8-emacs.
588         (setup-ethiopic-environment-internal): Comment out key-binding for
589         ethio-toggle-punctuation.
591 2011-12-13  Alan Mackenzie  <acm@muc.de>
593         Add the switch statement to AWK Mode.
595         * progmodes/cc-awk (awk-font-lock-keywords): Add "switch", "case",
596         "default" to the keywords regexp.
598         * progmodes/cc-langs (c-label-kwds): Let AWK take the same
599         expression as the rest.
600         (c-nonlabel-token-key): Allow string literals for AWK.
601         Refactor for the other modes.
603         Large brace-block initialisation makes CC Mode slow: Fix.
604         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
605         routines.  Limit backward searching in c-font-lock-enclosing.decl.
607         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
608         pp-state and literal type in addition to the limits.
609         (c-state-safe-place): New defun, extracted from c-state-literal-at.
610         (c-state-literal-at): Use the above new defun.
611         (c-slow-in-literal, c-fast-in-literal): Remove.
612         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
614         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
615         being in a literal.  Add a limit for backward searching.
617         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
618         c-slow-in-literal.
620 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
622         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
624 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
626         * window.el (delete-other-windows): Use correct frame in call to
627         window-with-parameter.
629 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
631         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
632         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
633         (makefile-gmake-statements, makefile-makepp-statements):
634         Use it and add new makepp keywords.
635         (makefile-makepp-font-lock-keywords): Add new patterns.
636         (makefile-match-function-end): Match new [...] and [[...]].
638 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
640         * ses.el (ses-call-printer-return, ses-cell-property-get)
641         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
642         (ses-create-cell-variable, ses-reset-header-string)
643         (ses-cell-set-formula, ses-repair-cell-reference-all)
644         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
645         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
646         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
647         (ses-aset-with-undo, ses-load, ses-truncate-cell)
648         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
649         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
650         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
651         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
652         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
653         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
654         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
655         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
657 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
659         * ses.el: The overall change is to add cell renaming, that is
660         setting fancy names for cell symbols other than name matching
661         "\\`[A-Z]+[0-9]+\\'" regexp .
662         (ses-create-cell-variable): New defun.
663         (ses-relocate-formula): Relocate formulas only for cells the
664         symbols of which are not renamed, i.e. symbols whose names do not
665         match regexp "\\`[A-Z]+[0-9]+\\'".
666         (ses-relocate-all): Relocate values only for cells the symbols of
667         which are not renamed.
668         (ses-load): Create cells variables as the (ses-cell ...) are read,
669         in order to check row col consistency with cell symbol name only
670         for cells that are not renamed.
671         (ses-replace-name-in-formula): New defun.
672         (ses-rename-cell): New defun.
674 2011-12-11  Chong Yidong  <cyd@gnu.org>
676         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
677         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
679 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
681         * window.el (other-window): Fix docstring.
683 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
685         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
686         `from' or `to' address before taking its substring.
687         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
688         encoded name is chopped in the middle of the encoded string, and
689         thus displayed encoded.
691 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
693         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
695 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
697         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
698         to use texinfo-update-node and commands that call it if the
699         Texinfo file uses @node lines without next/prev/up pointers.
700         Correct outdated description about texinfo-master-menu.
701         (texinfo-all-menus-update, texinfo-master-menu)
702         (texinfo-update-node, texinfo-every-node-update)
703         (texinfo-multiple-files-update): Doc fix.  Warn against updating
704         all the @node lines.
705         (texinfo-master-menu): Only call texinfo-update-node if the prefix
706         argument is numeric.  Explain better in the doc string what the
707         function really does.
708         (texinfo-insert-master-menu-list): Improve the error message
709         displayed if there's no menu in the Top node.
710         (Bug#2975)  See also this thread:
711         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
713 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
715         * speedbar.el (speedbar-supported-extension-expressions):
716         Add .adb and .ads, commonly used for Ada source code (bug#10256).
718 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
720         * printing.el (pr-mode-alist):
721         * simple.el (filter-buffer-substring-functions)
722         (completion-list-insert-choice-function):
723         * window.el (window-with-parameter, window-atom-root)
724         (window-sides-slots, window-size-fixed, window-min-delta)
725         (window-max-delta, window--resize-mini-window)
726         (window--resize-child-windows-normal, window-tree)
727         (delete-other-windows, quit-window, split-window)
728         (display-buffer-record-window, special-display-buffer-names)
729         (special-display-regexps, special-display-popup-frame)
730         (same-window-p, split-window-sensibly)
731         (display-buffer-overriding-action, display-buffer-alist)
732         (display-buffer-base-action, display-buffer, switch-to-buffer)
733         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
734         (fit-window-to-buffer, recenter-positions)
735         (mouse-autoselect-window-state, mouse-autoselect-window-select):
736         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
737         and remove unneeded backslashes in docstrings.
739 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
741         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
743         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
744         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
745         end in ".mk".
746         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
747         when reading the makefile (bug#10116).
749 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
751         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
752         (bug#10116).
754 2011-12-06  Glenn Morris  <rgm@gnu.org>
756         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
758 2011-12-06  Chong Yidong  <cyd@gnu.org>
760         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
762 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
764         * textmodes/table.el (table-shorten-cell): Fix typo.
766 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
768         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
770 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
772         * descr-text.el (describe-char): Fix display of strong
773         right-to-left characters and directional embeddings and overrides.
775         * simple.el (what-cursor-position): Fix display of codepoints of
776         strong right-to-left characters.
778 2011-12-05  Chong Yidong  <cyd@gnu.org>
780         * faces.el (read-color): Doc fix.
782 2011-12-05  Glenn Morris  <rgm@gnu.org>
784         * align.el (align--set-marker): Add doc-string.
785         Don't try to move something that is not a marker.  (Bug#10216)
787 2011-12-04  Glenn Morris  <rgm@gnu.org>
789         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
790         overly zealous deletion of trailing whitespace.
792 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
794         * server.el (server-delete-client): On Windows, do not try to delete
795         the only terminal.
796         (server-process-filter): On Windows, treat requests for a tty frame as
797         if they were for a GUI frame if the running server is in GUI mode.
799 2011-12-03  Glenn Morris  <rgm@gnu.org>
801         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
803 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
805         * electric.el: Streamline electric-indent's hook.
806         (electric-indent-chars): Revert to simple list.
807         (electric-indent-functions): New var.
808         (electric-indent-post-self-insert-function): Use it.
810         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
811         there's no inferior buffer (bug#10196).
812         (prolog-consult-compile): Don't use toggle-read-only.
814 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
816         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
817         interrupt.  (Bug#10187)
819 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
821         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
822         (bug#9160).
824         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
825         (bug#10191).
827 2011-12-02  Juri Linkov  <juri@jurta.org>
829         * info.el (Info-search): Display "end of manual" when Isearch
830         reaches the end of single-file Info manual.  (Bug#9918)
832 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
834         * isearch.el (isearch-message-prefix): Run the input method part
835         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
837 2011-12-02  Juri Linkov  <juri@jurta.org>
839         * isearch.el (isearch-occur): Use `word-search-regexp' for
840         `isearch-word'.
841         (isearch-search-and-update): Add condition for `isearch-word' and
842         call `word-search-regexp'.  (Bug#10145)
844 2011-12-01  Glenn Morris  <rgm@gnu.org>
846         * eshell/em-hist.el (eshell-hist-initialize):
847         Handle eshell-history-size nil and HISTSIZE set or unset.
848         (eshell-history-file-name, eshell-history-size): Fix custom type.
850 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
852         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
854 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
856         * progmodes/verilog-mode.el (verilog-pretty-expr):
857         Rework verilog-pretty-expr to handle new assignment operators in system
858         verilog, such as += *= and the like.
859         (verilog-assignment-operator-re): Regular expression to find the
860         assigment operator in a verilog assignment.
861         (verilog-assignment-operation-re): Regular expression to find an
862         assignment statement for pretty-expr.
863         (verilog-in-attribute-p): Query returns true if point is in an
864         attribute context; used to skip these for expression line up from
865         pretty-expr.
866         (verilog-in-parameter-p): Query returns true if point is in an
867         parameter definition context; used to skip these for expression
868         line up from pretty-expr.
869         (verilog-in-parenthesis-p): Query returns true if point is in a
870         parenthetical expression, specifically ( ) but not [ ] or { };
871         used by pretty-expr.
872         (verilog-just-one-space): If there is no space, don't add one.
873         (verilog-get-lineup-indent-2): Specifically skip just attribute
874         contexts for expression lineup, rather than skipping all
875         parenthetical expressions.
876         (verilog-calculate-indent): Fix comment, and fix indent.
877         (verilog-do-indent): Indent declarations in lists (suggested by
878         Joachim Lechner).
879         (verilog-mode-abbrev-table): Populate abbrev mode with the various
880         skeleton items.
881         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
882         by Alain Mellan).
884 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
886         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
887         parameters with embedded comments.  Reported by Ray Stevens.
888         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
889         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
890         Reported by Tim Holt.
891         (verilog-auto): Fix AUTOing a upper module then AUTOing module
892         instantiated by upper module causing wrong expansion until AUTOed a
893         second time.  Reported by K C Buckenmaier.
894         (verilog-diff-auto): Fix showing .* as a difference when
895         `verilog-auto-star-save' off.  Reported by Dan Dever.
896         (verilog-auto-reset, verilog-read-always-signals)
897         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
898         temporary signals in reset list if
899         verilog-auto-reset-blocking-in-non is nil, and match assignment
900         style to each signal's assignment type, bug381.
901         Reported by Thomas Esposito.
902         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
903         (verilog-uvm-statement-re): Support UVM indentation and
904         highlighting, with old OVM keywords only.
905         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
906         Support AUTOTIEOFF creating non-wire data types.
907         Suggested by Jonathan Greenlaw.
908         (verilog-auto-insert-lisp, verilog-delete-to-paren)
909         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
910         (verilog-inject-sense, verilog-read-inst-pins)
911         (verilog-read-sub-decls, verilog-read-sub-decls-line):
912         Fix mismatching parenthesis inside commented out code when deleting
913         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
914         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
915         non-numeric vector width.  Reported by Alex Reed.
916         (verilog-auto-ascii-enum): Add "onehot" option to work around not
917         detecting signals with parameter widths.  Reported by Alex Reed.
918         (verilog-auto-delete-trailing-whitespace):
919         With `verilog-auto-delete-trailing-whitespace' remove trailing
920         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
921         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
922         Fix verilog-scan-cache corruption when running user AUTO expansion
923         hooks that call indentation routines.
924         (verilog-simplify-range-expression): Fix typo ignoring lower case
925         identifiers.
926         (verilog-delete-auto): Fix delete-autos to also remove user created
927         automatics, as long as they start with AUTO.
928         (verilog-batch-diff-auto, verilog-diff-auto)
929         (verilog-diff-function): Add `verilog-diff-auto' and bind to
930         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
931         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
932         (verilog-in-paren-quick, verilog-re-search-backward-quick)
933         (verilog-re-search-forward-quick, verilog-syntax-ppss):
934         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
935         is disabled and its cache will get corrupt, causing AUTOS not to
936         expand.  Instead use only -quick functions.
937         (verilog-scan-region): Fix scanning over escaped quotes.
938         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
939         (verilog-re-search-backward-quick)
940         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
941         related functions now ignore strings, to fix misparsing of strings
942         with magic comments embedded in them.
943         (verilog-read-auto-template):
944         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
945         Reported by Brad Dobbie.
946         (verilog-read-auto-template):
947         Fix 'verilog-auto-inst-template-numbers' with comments.
948         Reported by Brad Dobbie.
949         (verilog-auto-inst, verilog-auto-inst-param)
950         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
951         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
952         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
953         debugging templates without merge conflicts, bug357.
954         Reported by Brad Dobbie.
955         (verilog-read-auto-template):
956         Fix verilog-auto-inst-template-numbers with multiple templates.
957         Reported by Brad Dobbie.
958         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
959         abbrevs so user won't be asked to save.
960         (verilog-read-auto-lisp-present): Fix to start at beginning of
961         buffer in case called outside of verilog-auto.
962         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
963         to "X-2".  Reported by Matthew Myers.
964         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
965         all inputs from module templates.  Reported by Leith Johnson.
966         (verilog-module-inside-filename-p): Fix locating programs as with
967         modules.
968         (verilog-auto-inst-port): Fix vl-width expressions when using
969         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
970         (verilog-decls-get-regs, verilog-decls-get-signals,
971         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
972         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
973         verilog-read-decls): Combine reg and wire structures into one var
974         structure to represent SystemVerilog concepts.
975         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
976         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
977         (verilog-auto-wire-type, verilog-insert-definition):
978         Add verilog-auto-wire-type and AUTOLOGIC to support using
979         SystemVerilog "logic" keyword instead of "wire"/"reg".
980         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
981         to declares outputs that also have assignments (presumably in an
982         ifdef or generate if so there's not a driver conflict).
983         Reported by Matthew Myers.
984         (verilog-auto-declare-nettype, verilog-insert-definition):
985         Add verilog-auto-declare-nettype to fix declarations using
986         `default_nettype none.  Reported by Julian Gorfajn.
987         (verilog-read-always-signals-recurse, verilog-read-decls)
988         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
989         malformed end statement, bug325.  Reported by Joshua Wise and
990         Andrew Drake.
991         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
992         (verilog-inst-comment-re): Fix not deleting Interfaced comment
993         when expanding .* in interfaces, bug320.
994         Reported by Pierre-David Pfister.
995         (verilog-read-module-name): Fix import statements between module
996         name and open parenthesis, bug317.
997         Reported by Pierre-David Pfister.
998         (verilog-simplify-range-expression): Fix simplification of
999         multiplications inside AUTOWIRE connections, bug303.
1000         (verilog-auto-inst-port): Support parameter expansion in
1001         multidimensional arrays.
1002         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
1003         after "assert property".  Reported by Julian Gorfajn.
1004         (verilog-simplify-range-expression): Fix "couldn't merge" errors
1005         with multiplication, bug303.
1006         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
1007         Reported by Jan Frode Lonnum.
1009 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
1011         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
1012         (hfy-shell-file-name, hfy-shell):
1013         * international/fontset.el (x-decompose-font-name): Fix typos.
1015 2011-11-29  Ken Brown  <kbrown@cornell.edu>
1017         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
1018         (gdb-version): Remove defvar.
1019         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
1020         (gdb-gud-context-command, gdb-non-stop-handler)
1021         (gdb-current-context-command, gdb-stopped): Use it.
1022         (gdb-init-1): Enable pretty printing here.
1023         (gdb-non-stop-handler): Don't enable pretty-printing here.
1024         Check to see if the target supports non-stop mode; if not, turn off
1025         non-stop mode.  Use the following.
1026         (gdb-check-target-async): New defun.
1027         (gud-watch, gdb-stopped): Fix whitespace.
1028         (gdb-get-source-file): Don't try to display the source file if
1029         `gdb-main-file' is nil.
1031 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1033         * align.el: Try to generate fewer markers (bug#10047).
1034         (align--set-marker): New macro.
1035         (align-region): Use it.
1037 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1039         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
1041 2011-11-29  Chong Yidong  <cyd@gnu.org>
1043         * indent.el (indent-for-tab-command, indent-according-to-mode):
1044         Doc fix.
1045         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
1047 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
1049         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
1050         aware of remote file names.  (Bug#10124)
1052 2011-11-29  Chong Yidong  <cyd@gnu.org>
1054         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
1056 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1058         * files.el (find-file): Don't use force-same-window (bug#10144).
1059         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
1060         use pop-to-buffer if the selected window can't be used.
1061         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
1063 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
1065         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
1066         special-mode-map.
1068 2011-11-28  Chong Yidong  <cyd@gnu.org>
1070         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
1072 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
1074         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
1075           gdb-get-source-file-list on gdb-create-source-file-list.
1077 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
1079         * whitespace.el (whitespace-newline): Use a different foreground
1080         color for 16-color light-background displays.
1082 2011-11-24  Chong Yidong  <cyd@gnu.org>
1084         * window.el (display-buffer--special-action): Doc fix.
1086 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
1088         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
1089         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
1090         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
1091         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
1092         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
1093         (avl-tree-stack-first):
1094         * emacs-lisp/cconv.el (cconv--analyse-use):
1095         * net/gnutls.el (gnutls-negotiate): Fix typos.
1097 2011-11-24  Glenn Morris  <rgm@gnu.org>
1099         * lpr.el (lpr-windows-system, lpr-lp-system):
1100         * mail/binhex.el (binhex-begin-line):
1101         * progmodes/grep.el (grep-history, grep-find-history):
1102         * textmodes/flyspell.el:
1103         * vc/pcvs-defs.el (cvs-global-menu):
1104         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
1105         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
1106         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
1108         * net/tls.el: Fix case of "GnuTLS".
1110         * paths.el (rmail-file-name): Format doc-string for make-docfile.
1112         * version.el (emacs-build-system): Give it a doc-string.
1114 2011-11-24  Juri Linkov  <juri@jurta.org>
1116         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
1118 2011-11-24  Glenn Morris  <rgm@gnu.org>
1120         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
1121         if called on a non-mime message just toggle the headers.  (Bug#8006)
1123 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1125         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
1126         (allout-lead-with-comment-string, allout-structure-deleted-hook)
1127         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
1128         (allout-rebullet-heading, allout-open-sibtopic)
1129         (allout-toggle-current-subtree-encryption)
1130         (allout-toggle-subtree-encryption, allout-encrypt-string)
1131         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
1132         (allout-distinctive-bullets-string, allout-auto-activation):
1133         * window.el (window-normalize-buffer-to-display):
1134         * progmodes/verilog-mode.el (verilog-batch-indent):
1135         * textmodes/bibtex.el (bibtex-field-braces-opt)
1136         (bibtex-field-strings-opt):
1137         * vc/cvs-status.el (cvs-tree-merge):
1138         Fix typos.
1140 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
1142         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
1143         `non-essential' to t, in order to avoid remote connections.
1145 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
1147         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1148         On MS-DOS and MS-Windows, compare with loaddefs.el
1149         case-insensitively.
1151 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
1153         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
1155 2011-11-23  Glenn Morris  <rgm@gnu.org>
1157         * paths.el (rmail-file-name): Reformat the doc-string so that it
1158         is picked up.
1160         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
1161         (rmail-auto-file): Ignore case in the "special" field names,
1162         as mail-fetch-field does for all others.
1164         * mail/rmail.el (rmail-forward):
1165         * mail/rmailkwd.el (rmail-set-label):
1166         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
1167         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
1169         * mail/rmail.el (rmail-current-message): Doc fix.
1171         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
1173 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1175         * server.el (server-eval-and-print): Allow C-g (bug#6585).
1177 2011-11-22  Glenn Morris  <rgm@gnu.org>
1179         * mail/rmailmm.el (test-rmail-mime-handler)
1180         (test-rmail-mime-bulk-handler)
1181         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
1183 2011-11-21  Juri Linkov  <juri@jurta.org>
1185         * calc/calc.el (calc-read-key-sequence):
1186         Let-bind `input-method-function' to nil.  (Bug#10018)
1188 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1190         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
1191         Tell the caller that the next line needs recomputation, even
1192         though it doesn't start a sexp (bug#10094).
1194 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1196         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
1198 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1200         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1201         Use force-same-window.
1203 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1205         * descr-text.el (describe-char-unicode-data):
1206         * json.el (json-string-escape):
1207         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
1208         (Footnote-unicode, Footnote-style-p):
1209         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
1211 2011-11-20  Chong Yidong  <cyd@gnu.org>
1213         * window.el (replace-buffer-in-windows): Restore interactive spec.
1215 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1217         * electric.el (electric-indent-mode): Fix last change (too optimistic).
1219         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
1220         (byte-compile-global-not-obsolete-vars): New var.
1221         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
1222         Use it.
1223         (byte-compile-warn-obsolete): Align text with the one in *Help*.
1225 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1227         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
1228         * progmodes/pascal.el (electric-pascal-equal):
1229         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
1230         * xml.el (xml-substitute-special): Fix typos.
1232 2011-11-20  Glenn Morris  <rgm@gnu.org>
1234         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
1235         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
1236         Doc fixes.
1237         (rmail-decode-mime-charset): Mark as obsolete.
1239         * mail/rmailsum.el (rmail-message-regexp-p-1):
1240         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
1241         Before using mime functions, check they are set.  (Bug#10077)
1243 2011-11-19  Juri Linkov  <juri@jurta.org>
1245         * info.el (Info-finder-find-node): Use `package--builtins' instead
1246         of `package-alist'.  Use node names formed by the pattern "Keyword "
1247         and the keyword name.
1249 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
1251         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
1253 2011-11-19  Juri Linkov  <juri@jurta.org>
1255         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
1256         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
1257         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
1258         `old-history', `old-history-forward'.  Add let-binding
1259         `window-selected'.  Remove calls to `kill-buffer',
1260         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
1261         before calling `Info-find-node', so `Info-find-node-2' will reread
1262         the Info file.  Restore window positions only when `window-selected'
1263         is non-nil.
1265 2011-11-19  Juri Linkov  <juri@jurta.org>
1267         * isearch.el (isearch-lazy-highlight-new-loop):
1268         Remove condition `(not isearch-error)'.  (Bug#9918)
1270         * misearch.el (multi-isearch-search-fun): Add condition
1271         `(not bound)' to ignore lazy-highlighting search.
1272         Add the search-failed message "end of multi" when the end of
1273         multi-sequence is reached.  Uncapitalize the search-failed
1274         message "Repeat for next buffer".
1276         * info.el (Info-search): Add the search-failed message
1277         "end of the manual" when the end of the manual is reached
1278         in Isearch mode.
1280 2011-11-19  Juri Linkov  <juri@jurta.org>
1282         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
1283         Use non-destructive `remove' instead of `delete' because
1284         `Info-history-list' stored to `Info-isearch-initial-history-list' in
1285         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
1287 2011-11-19  Juri Linkov  <juri@jurta.org>
1289         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
1290         to nil instead of binding `search-ring' and `regexp-search-ring'.
1291         (Bug#9185)
1293 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
1295         * simple.el (line-move): Force movement by logical lines for any
1296         hscrolled window, not only when auto-hscroll-mode is on.
1297         (line-move-visual): Update doc string to that effect.  (Bug#10076)
1299 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
1301         * language/european.el (macintosh): Define as alias for mac-roman.
1303 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
1305         * mail/rmailmm.el (rmail-mime-display-header)
1306         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
1307         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
1308         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
1309         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
1310         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
1311         of a raw aref.
1312         (rmail-mime-entity-segment): To get past the tagline, move forward
1313         2 more lines, to account for the 2 empty lines that precede and
1314         follow the line with the buttons.
1315         (rmail-mime-update-tagline): Move one more line, to get past the
1316         empty line that follows the buttons in the tagline.  (Bug#9520)
1318 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
1320         * window.el (window-max-delta-1, window-min-delta-1)
1321         (window-min-size-1, window-state-get-1, window-state-put-1)
1322         (window-state-put-2): Use "window--" prefix.
1324 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1326         * emacs-lisp/smie.el: Improve warnings and conflict detection.
1327         (smie-warning-count): New var.
1328         (smie-set-prec2tab): Use it.
1329         (smie-bnf->prec2): Improve warnings.  Add docstring.
1330         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
1331         (smie-bnf--set-class): New function.
1332         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
1333         corner case.
1335         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
1336         (compilation-error-properties, compilation-move-to-column):
1337         Handle compilation-first-column while in the target buffer.
1339         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
1340         Don't hardcode point-min==1.
1342         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
1343         (eshell-rewrite-for-command): Remove workaround.
1344         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
1345         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
1346         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
1348         * files-x.el (modify-file-local-variable): Obey commenting conventions.
1350 2011-11-17  Glenn Morris  <rgm@gnu.org>
1352         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1353         Ignore buffer-local generated-autoload-file if it is the same
1354         as the global value.  (Bug#10049)
1356 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
1358         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
1359         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
1360         (reftex-toc-previous-heading, reftex-toc-max-level)
1361         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
1362         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
1363         (reftex-toc-do-promote, reftex-toc-promote-prepare)
1364         (reftex-toc-promote-action, reftex-toc-extract-section-number)
1365         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
1366         (reftex-toc-rename-label, reftex-toc-visit-location)
1367         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
1368         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
1369         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
1370         leaving "*toc*" only for references to the buffer.
1372 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
1374         * window.el (window-resize, delete-window, split-window):
1375         Replace window-splits by window-combination-resize.
1376         * cus-start.el (window-splits): Replace by window-combination-resize.
1378 2011-11-17  Glenn Morris  <rgm@gnu.org>
1380         * progmodes/sh-script.el (sh-font-lock-keywords-var):
1381         Make bash entry derive from sh entry, not shell entry.
1383 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
1385         * net/tramp-cache.el (tramp-flush-file-property): Flush also
1386         properties of linked files.  (Bug#9879)
1388         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
1389         local file name.
1391 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1393         * menu-bar.el (menu-bar-file-menu):
1394         * printing.el (pr-ps-utility):
1395         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
1396         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
1397         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
1398         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
1399         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
1400         (icalendar--convert-cyclic-to-ical)
1401         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
1402         (icalendar--convert-ical-to-diary)
1403         (icalendar--convert-recurring-to-diary)
1404         (icalendar--convert-non-recurring-all-day-to-diary)
1405         (icalendar-import-format-sample):
1406         * progmodes/idlw-shell.el (idlwave-shell-mode):
1407         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
1408         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
1409         (vhdl-ps-print-init): Fix typos.
1411 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
1413         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
1414         FSF and collapse date sequence, obscure author/maintainer email address
1415         better, remove extra version line, track relocation of author's webpage.
1417         * progmodes/python.el (python-pdbtrack-input-prompt)
1418         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
1419         regular python pdb prompts.  Adjustments shamelessly taken exactly as
1420         suggested in EmacsWiki page (tiny change):
1421         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
1423 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1425         * expand.el (expand-pos, expand-index, expand-point):
1426         Remove redundant info from docstring.
1427         (expand-add-abbrevs): Doc fix.
1428         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
1429         (expand-sample-perl-mode-expand-list): Fix typos.
1431         * net/dbus.el (dbus-event-member-name):
1432         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
1433         * term/pc-win.el (msdos-create-frame-with-faces):
1434         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
1436 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
1438         * window.el (split-window, window-state-get-1)
1439         (window-state-put-1, window-state-put-2): Rename occurrences of
1440         window-nest to window-combination-limit.
1441         * cus-start.el (window-nest): Rename to window-combination-limit.
1443 2011-11-16  Chong Yidong  <cyd@gnu.org>
1445         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
1446         regexp (Bug#10033).
1448 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1450         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
1451         `completing-read' will remove *Completions* and will preserve
1452         current-buffer for us.
1453         (tmm-add-prompt): Users of *Completions* will always (re)set its
1454         major mode.
1455         (tmm-old-comp-map): Remove.
1457 2011-11-16  Glenn Morris  <rgm@gnu.org>
1459         * mail/rmailedit.el: Require rmailmm when compiling.
1460         (rmail-old-mime-state): New declaration.
1461         (rmail-edit-current-message): If editing a mime message,
1462         edit the "raw" message from the mbox buffer.
1463         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
1465 2011-11-15  Glenn Morris  <rgm@gnu.org>
1467         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
1468         which wasn't being used.  Add optional arg to force given state.
1469         (rmail-mime): Add optional arg to force given state.
1471 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1473         * allout.el (allout-encryption-plaintext-sanitization-regexps):
1474         * frame.el (display-mm-dimensions-alist):
1475         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
1476         (outline-move-subtree-down):
1477         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
1478         (newsticker--treeview-do-get-node):
1479         * net/quickurl.el (quickurl-list-buffer-name):
1480         * progmodes/dcl-mode.el (dcl-mode):
1481         * progmodes/gdb-mi.el (gdb-mapcar*):
1482         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
1484 2011-11-15  Glenn Morris  <rgm@gnu.org>
1486         * mail/rmail.el (rmail-file-coding-system): It's only ever used
1487         in a boolean sense, so just make it a boolean, and fix the doc.
1488         (rmail-show-mime-function, rmail-mime-feature)
1489         (rmail-require-mime-maybe): Doc fixes.
1490         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
1492         * mail/rmailmm.el (rmail-show-mime): Doc fix.
1494 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1496         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
1497         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
1498         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
1499         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
1501 2011-11-15  Glenn Morris  <rgm@gnu.org>
1503         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
1504         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
1505         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
1506         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
1507         (rmail-mime, rmail-show-mime): Doc fixes.
1509         * term/ns-win.el (mode-line-frame-identification):
1510         Leave it alone.  (Bug#10051)
1512         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
1514         * mail/rmailout.el (rmail-output-to-rmail-buffer):
1515         Handle empty buffers.  (Bug#9978)
1517 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
1519         * international/mule.el (define-charset):
1520         * mail/rmailmm.el (rmail-mime-find-header-encoding):
1521         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
1522         * progmodes/verilog-mode.el (verilog-backward-token):
1523         * textmodes/ispell.el (lookup-words):
1524         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
1526 2011-11-14  Glenn Morris  <rgm@gnu.org>
1528         * progmodes/executable.el
1529         (executable-make-buffer-file-executable-if-script-p):
1530         Handle file-modes returning nil.
1532         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
1533         message - not necessary, and causes problems.  (Bug#9831)
1535         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
1537         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
1539         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
1540         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
1541         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
1543 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
1545         * window.el (window-resize, delete-window): Use window-splits
1546         variable instead of function.
1547         (window-state-get-1, window-state-put-2, window-state-put):
1548         Don't deal with windows' splits status.
1550 2011-11-12  Glenn Morris  <rgm@gnu.org>
1552         * apropos.el (apropos-do-all, apropos-library, apropos-value)
1553         (apropos-documentation): Doc fixes.
1555 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
1557         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
1558         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
1560 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1562         * electric.el (electric-indent-post-self-insert-function): Make it
1563         possible for a char to only indent in some circumstances.
1564         (electric-indent-mode): Simplify.
1566 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
1568         * window.el (windows-with-parameter): Remove unused function.
1569         (windows-at-side): Rename to window-at-side-list.
1570         (window-check, window-atom-check, window-atom-check-1)
1571         (window-side-check, window-size-ignore, window-size-fixed-1)
1572         (window-in-direction-2): Prefix with "window--".
1573         (window-tree-1): Rename to window--subtree, fix doc-string.
1575 2011-11-11  Glenn Morris  <rgm@gnu.org>
1577         * subr.el (eval-after-load): If FILE is already loaded,
1578         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
1580 2011-11-10  Glenn Morris  <rgm@gnu.org>
1582         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
1583         Call svn via vc-svn-command rather than vc-do-command.
1584         (vc-svn-command): Add --non-interactive.  (Bug#9993)
1585         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
1587         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1588         Add toggle-read-only.  (Bug#7292)
1589         * files.el (toggle-read-only): Mention that it should only
1590         be used interactively.  (Bug#10006)
1592 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1594         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1595         Adjust regexp for OCaml warnings.
1597         * electric.el (electric-pair-post-self-insert-function): Let user
1598         turn it off buffer-locally (bug#9932).
1600         * progmodes/python.el (python-beginning-of-statement):
1601         Rewrite (bug#2703).
1603         * progmodes/compile.el: Better handle TABs (bug#9749).
1604         (compilation-internal-error-properties)
1605         (compilation-next-error-function): Obey the target buffer's
1606         compilation-error-screen-columns.
1608 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
1610         * progmodes/meta-mode.el: Remove obsolete comments.
1611         (meta-right-comment-regexp, meta-ignore-comment-regexp):
1612         Fix typos in docstrings.
1614 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
1616         * window.el (window-size-fixed-p): Rewrite doc-string.
1617         (window-resizable-p): Rename to window--resizable-p.  Update callers.
1618         (window--resizable): New function.  Make all callers of
1619         window-resizable call window--resizable instead.
1620         (window-resizable): Rewrite in terms of window--resizable.
1622 2011-11-08  Glenn Morris  <rgm@gnu.org>
1624         * progmodes/delphi.el (delphi-mode-syntax-table):
1625         Let define-derived-mode define a proper syntax table.  (Bug#9994)
1627 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1629         * window.el: Stay away from defsubst.
1630         (window-list-no-nils): Remove.
1631         (window-state-get-1, window-state-get): Use backquote instead.
1633 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1635         * emacs-lisp/find-func.el (find-function-read):
1636         Fix incorrect use of default argument in `completing-read'.
1638 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
1640         * window.el (display-buffer-function, special-display-function):
1641         Mention display-buffer-record-window but do not mention
1642         help-setup parameter in doc-strings.
1643         (window-min-delta): Fix doc-string typo.
1645 2011-11-08  Chong Yidong  <cyd@gnu.org>
1647         * window.el (window-total-height, window-total-width): Doc fix.
1648         (window-body-size): Move from C.
1649         (window-body-height, window-body-width): Move to C.
1651 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1653         * window.el: Make special-display like display-buffer-alist (bug#9532).
1654         (display-buffer--special-action): New function, morphed
1655         from display-buffer--special.
1656         (display-buffer): Use it to handle special-display-buffers at higher
1657         priority (just after display-buffer-alist).
1658         (display-buffer-fallback-action, display-buffer--other-frame-action)
1659         (pop-to-buffer-same-window): Remove display-buffer--special.
1661 2011-11-07  Glenn Morris  <rgm@gnu.org>
1663         * calendar/cal-menu.el (cal-menu-set-date-title):
1664         Do nothing if not in a calendar.  (Bug#9976)
1666 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1668         * files.el (find-file): Always use selected-window.
1670 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
1672         * window.el (window-combinations): Make WINDOW argument
1673         mandatory.  Rewrite doc-string.
1674         (walk-window-subtree, window-atom-check, window-min-delta)
1675         (window-max-delta, window--resize-this-window)
1676         (window--resize-root-window-vertically, window-tree)
1677         (balance-windows, window-state-put): Rewrite doc-strings as to
1678         not mention the term "subwindow".
1679         (window--resize-subwindows-skip-p): Rename to
1680         window--resize-child-windows-skip-p.
1681         (window--resize-subwindows-normal): Rename to
1682         window--resize-child-windows-normal.
1683         (window--resize-subwindows): Rename to
1684         window--resize-child-windows.
1685         (window-or-subwindow-p): Rename to window--in-subtree-p.
1687 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
1689         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
1690         Ensure that mbox format messages end in two newlines (Bug#9974).
1692 2011-11-06  Chong Yidong  <cyd@gnu.org>
1694         * window.el (window-combination-p): Function deleted; its
1695         side-effect is not used in any existing code.
1696         (window-combinations, window-combined-p): Call window-*-child
1697         directly.
1699 2011-11-05  Chong Yidong  <cyd@gnu.org>
1701         * window.el (window-valid-p): Rename from window-any-p.
1702         (window-size-ignore, window-state-get): Callers changed.
1703         (window-normalize-window): Rename from window-normalize-any-window.
1704         New arg LIVE-ONLY, replacing window-normalize-live-window.
1705         (window-normalize-live-window): Delete.
1706         (window-combination-p, window-combined-p, window-combinations)
1707         (walk-window-subtree, window-atom-root, window-min-size)
1708         (window-sizable, window-sizable-p, window-size-fixed-p)
1709         (window-min-delta, window-max-delta, window-resizable)
1710         (window-resizable-p, window-full-height-p, window-full-width-p)
1711         (window-current-scroll-bars, window-point-1, set-window-point-1)
1712         (window-at-side-p, window-in-direction, window-resize)
1713         (adjust-window-trailing-edge, maximize-window, minimize-window)
1714         (window-deletable-p, delete-window, delete-other-windows)
1715         (record-window-buffer, unrecord-window-buffer)
1716         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
1717         (quit-window, split-window, window-state-put)
1718         (set-window-text-height, fit-window-to-buffer)
1719         (shrink-window-if-larger-than-buffer): Callers changed.
1721 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
1723         * mail/rmail.el (rmail-simplified-subject): Decode subject with
1724         rfc2047-decode-string.
1725         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
1726         warnings.
1728         * window.el (window-body-height, window-body-width): Mention in
1729         the doc string that the return values are in frame's canonical
1730         units.  (Bug#9949)
1732 2011-11-03  Alan Mackenzie  <acm@muc.de>
1734         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
1735         change in cc-engine.el.
1737 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1739         * window.el (switch-to-buffer): Use `force-same-window' interactively.
1741 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
1743         * window.el (quit-window): Call unrecord-window-buffer after
1744         showing another buffer in the window.  (Bug#9937)
1745         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1747 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
1749         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
1750         Accept status with more than 9 shelves.  (Bug#9935)
1751         Reported by Colin D Bennett <colin@gibibit.com>.
1753 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
1755         * help.el (with-help-window): Don't reference
1756         temp-buffer-show-specifiers in doc-string.
1758 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
1760         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
1761         menu-item.
1763 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1765         * whitespace.el: New version 13.2.2.
1766         (whitespace-newline-mode): Disable properly.  Reported by Sarah
1767         <EmacsWiki>.
1769 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1771         * net/newst-treeview.el: Remove "Time-stamp".
1772         (newsticker--group-manage-orphan-feeds): Do not call
1773         newsticker--treeview-tree-update.
1774         (newsticker-treeview-update, newsticker-treeview):
1775         Call newsticker--treeview-tree-update if necessary.
1777 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
1779         * window.el (window-iso-combination-p, window-iso-combined-p)
1780         (window-iso-combinations): Remove "iso-" infix.
1781         Suggested by Chong Yidong.
1782         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
1783         (window-max-delta-1, window-resize, window--resize-siblings)
1784         (window--resize-this-window, adjust-window-trailing-edge)
1785         (split-window, balance-windows-1)
1786         (shrink-window-if-larger-than-buffer):
1787         * calendar/calendar.el (calendar-generate-window):
1788         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
1790 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1792         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
1793         in place (bug#9907).
1794         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
1795         (eshell-rewrite-if-command, eshell-rewrite-for-command)
1796         (eshell-structure-basic-command, eshell-rewrite-while-command)
1797         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
1798         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
1799         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
1800         (eshell-do-pipelines-synchronously, eshell-eval-command):
1801         Use backquotes and prefer setq to set.
1802         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
1803         (eshell-macrop): Use functionp.
1804         (eshell-do-eval): Handle multiple expressions in `while' body.
1806 2011-10-30  Chong Yidong  <cyd@gnu.org>
1808         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
1809         instead of set-mark (Bug#9810).
1811 2011-10-30  Chong Yidong  <cyd@gnu.org>
1813         * window.el (split-window-below, split-window-right): Rename from
1814         split-window-above-each-other and split-window-side-by-side
1815         respectively.  All callers changed.
1816         (split-window-sensibly, split-window-sensibly): Use them.
1817         (split-window-keep-point): Doc fix.
1819         * isearch.el: Add isearch-scroll property to split-window-below
1820         and split-window-right.
1822         * follow.el (follow-mode):
1823         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1824         * progmodes/ada-xref.el (ada-gdb-application):
1825         * emulation/vip.el (vip-buffer-in-two-windows):
1826         * image-dired.el (image-dired-dired-with-window-configuration):
1827         * dired-x.el (dired-do-find-marked-files):
1828         * dired.el (dired-pop-to-buffer):
1829         * bs.el (bs--show-with-configuration):
1830         * vc/emerge.el (emerge-setup-windows):
1831         * textmodes/two-column.el (2C-two-columns):
1832         * textmodes/reftex-toc.el (reftex-toc):
1833         * progmodes/gdb-mi.el (gdb-setup-windows):
1834         * progmodes/fortran.el (fortran-window-create):
1835         * net/newst-treeview.el (newsticker--treeview-window-init):
1836         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
1837         * emulation/tpu-edt.el (tpu-gold-map):
1838         * emulation/crisp.el (crisp-mode-map):
1839         * calendar/calendar.el (calendar-basic-setup): Callers changed.
1841 2011-10-29  Chong Yidong  <cyd@gnu.org>
1843         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
1845         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
1847         * textmodes/flyspell.el (flyspell-word): Fix char offset for
1848         forged Ispell output (Bug#7904).
1850         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
1852 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1854         * doc-view.el: Avoid ugly errors about not finding nil.
1855         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1856         (doc-view-dvipdf-program, doc-view-unoconv-program)
1857         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
1858         Avoid nil or absolute file name as default value.
1859         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
1861 2011-10-28  Alan Mackenzie  <acm@muc.de>
1863         * progmodes/cc-defs.el (c-version): -> 5.32.2.
1865 2011-10-28  Alan Mackenzie  <acm@muc.de>
1867         Amend the handling of c-beginning/end-of-defun in nested declaration
1868         scopes.
1870         * progmodes/cc-vars.el (c-defun-tactic): Move here from
1871         cc-langs.el.  Change it to a defcustom.
1873         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
1874         cc-vars.el.
1876         * progmodes/cc-engine.el (c-beginning-of-statement-1):
1877         Prevent "class foo : bar" being spuriously recognized as a label.
1879         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
1880         Add parameter `inclusive' (to include enclosing braces in the region).
1881         (c-widen-to-enclosing-decl-scope): New function.
1882         (c-while-widening-to-decl-block): New macro.
1883         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
1884         outward for defun boundaries, and correspondingly change symbol
1885         `respect-enclosure' to `go-outward'.
1886         (c-declaration-limits): Change algorithm to report only the "innermost"
1887         defun's boundaries.
1889 2011-10-28  Deniz Dogan  <deniz@dogan.se>
1891         * net/rcirc.el (rcirc-mode): Use hard newlines.
1893 2011-10-28  Alan Mackenzie  <acm@muc.de>
1895         Amend to indent and fontify macros "which include their own semicolon"
1896         correctly, using the "virtual semicolon" mechanism.
1898         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
1900         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1901         Recode to scan one line at a time rather than having \n and \r
1902         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
1903         (c-forward-label): Amend for virtual semicolons.
1904         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
1906         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
1907         of the new C macros.
1909         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
1910         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
1911         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
1912         (c-opt-cpp-macro-define): Make into a full language variable.
1913         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
1914         AWK Mode (including \n, \r) removed, no longer needed.
1916         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
1917         Invoke c-make-macro-with-semi-re.
1919         * progmodes/cc-vars.el (c-macro-with-semi-re):
1920         (c-macro-names-with-semicolon): New variables.
1921         (c-make-macro-with-semi-re): New function.
1923 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1925         * vc/log-edit.el: Fill empty field rather than adding new one.
1926         (log-edit-add-field): New function.
1927         (log-edit-insert-changelog): Use it.
1929 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
1931         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
1933 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1935         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
1936         (gdb--check-interpreter): New function.
1937         (gdb): Use it.
1939 2011-10-27  Glenn Morris  <rgm@gnu.org>
1941         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
1942         (least-positive-float, least-negative-float)
1943         (least-positive-normalized-float, least-negative-normalized-float)
1944         (float-epsilon, float-negative-epsilon):
1945         Remove unnecessary declarations.
1947         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
1948         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
1949         (least-positive-float, least-negative-float)
1950         (least-positive-normalized-float, least-negative-normalized-float)
1951         (float-epsilon, float-negative-epsilon): Add doc-strings,
1952         based on those in cl.texi.
1954         * files.el (set-visited-file-name): If the major-mode changed,
1955         reload the local variables.  (Bug#9796)
1957 2011-10-27  Chong Yidong  <cyd@gnu.org>
1959         * subr.el (change-major-mode-after-body-hook): New hook.
1960         (run-mode-hooks): Run it.
1962         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1963         Use change-major-mode-before-body-hook.
1965         * simple.el (fundamental-mode):
1966         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
1967         change introducing fundamental-mode-hook.
1969 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
1971         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
1973 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
1975         * ido.el (ido-file-name-all-completions-1): Do not require
1976         tramp.el explicitly.  (Bug#7583)
1978 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1980         * progmodes/octave-mod.el:
1981         * progmodes/octave-inf.el: Update maintainer.
1983 2011-10-26  Chong Yidong  <cyd@gnu.org>
1985         * subr.el (with-wrapper-hook): Rewrite doc.
1987 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
1989         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
1990         filenames "/method:foo:".  (Bug#9793)
1992 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1994         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
1995         (bug#9865).
1997 2011-10-24  Glenn Morris  <rgm@gnu.org>
1999         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
2001 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
2003         * notifications.el: Add the requirement of a running D-Bus session
2004         bus to the Commentary.
2006 2011-10-24  Juri Linkov  <juri@jurta.org>
2008         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
2009         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
2010         (Bug#9364)
2012 2011-10-24  Juri Linkov  <juri@jurta.org>
2014         * info.el (Info-following-node-name-re): Add newline to the list
2015         of allowed characters for leading space.  (Bug#9824)
2017 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2019         * progmodes/octave-inf.el (inferior-octave-mode-map):
2020         Fix C-c C-h binding.
2021         * progmodes/octave-mod.el (octave-help): Remove.
2023 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
2025         Sync with Tramp 2.2.3.
2027         * net/tramp-cache.el (top): Pacify byte-compiler using
2028         `init-file-user' and `site-run-file'.
2030         * net/trampver.el: Update release number.
2032 2011-10-23  Chong Yidong  <cyd@gnu.org>
2034         * files.el (toggle-read-only): Remove obsolete comment about
2035         version control.
2037         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
2038         for toggle-read-only.  Note that this hasn't called vc-next-action
2039         since 2008-05-02, though it wasn't documented at the time.
2041         * vc/ediff-init.el (ediff-toggle-read-only-function):
2042         Use toggle-read-only.
2044 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
2046         Fix bug #9560, sporadic wrong indentation; improve instrumentation
2047         of c-parse-state.
2049         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
2050         correct faulty logical expression.
2051         (c-parse-state-state, c-record-parse-state-state):
2052         (c-replay-parse-state-state): New defvar/defuns.
2053         (c-debug-parse-state): Use new functions.
2055 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
2057         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
2058         last fix.  Use window-in-direction correctly.
2060 2011-10-21  Chong Yidong  <cyd@gnu.org>
2062         * progmodes/idlwave.el (idlwave-mode):
2063         * progmodes/vera-mode.el (vera-mode): No need to set
2064         require-final-newline; that's done in prog-mode.
2065         Suggested by Stefan Monnier.
2067 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
2069         * mouse.el (mouse-drag-window-above)
2070         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
2071         (mouse-drag-mode-line-1, mouse-drag-header-line)
2072         (mouse-drag-vertical-line-rightward-window): Remove.
2073         (mouse-drag-line): New function.
2074         (mouse-drag-mode-line, mouse-drag-header-line)
2075         (mouse-drag-vertical-line): Call mouse-drag-line.
2076         * window.el (window-at-side-p, windows-at-side): New functions.
2078 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
2080         * tar-mode.el (tar-grind-file-mode):
2081         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
2083 2011-10-21  Chong Yidong  <cyd@gnu.org>
2085         * progmodes/idlwave.el (idlwave-mode):
2086         * progmodes/vera-mode.el (vera-mode):
2087         Use mode-require-final-newline.
2089 2011-10-20  Glenn Morris  <rgm@gnu.org>
2091         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
2093 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
2095         * emulation/cua-base.el (cua-set-mark): Fix case of string.
2097 2011-10-20  Chong Yidong  <cyd@gnu.org>
2099         * emulation/cua-base.el (cua-mode):
2100         * mail/footnote.el (footnote-mode):
2101         * mail/mailabbrev.el (mail-abbrevs-mode):
2102         * net/xesam.el (xesam-minor-mode):
2103         * progmodes/bug-reference.el (bug-reference-mode):
2104         * progmodes/cap-words.el (capitalized-words-mode):
2105         * progmodes/compile.el (compilation-minor-mode)
2106         (compilation-shell-minor-mode):
2107         * progmodes/gud.el (gud-tooltip-mode):
2108         * progmodes/hideif.el (hide-ifdef-mode):
2109         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2110         * progmodes/subword.el (subword-mode):
2111         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2112         * progmodes/which-func.el (which-function-mode):
2113         * term/tvi970.el (tvi970-set-keypad-mode):
2114         * term/vt100.el (vt100-wide-mode):
2115         * textmodes/flyspell.el (flyspell-mode):
2116         * textmodes/ispell.el (ispell-minor-mode):
2117         * textmodes/nroff-mode.el (nroff-electric-mode):
2118         * textmodes/paragraphs.el (use-hard-newlines):
2119         * textmodes/refill.el (refill-mode):
2120         * textmodes/reftex.el (reftex-mode):
2121         * textmodes/rst.el (rst-minor-mode):
2122         * textmodes/sgml-mode.el (html-autoview-mode)
2123         (sgml-electric-tag-pair-mode):
2124         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
2125         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
2126         * emulation/crisp.el (crisp-mode):
2127         * emacs-lisp/eldoc.el (eldoc-mode):
2128         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
2129         minor mode behavior.
2131 2011-10-19  Juri Linkov  <juri@jurta.org>
2133         * descr-text.el (describe-char): Add #x2010 and #x2011 to
2134         the list of hard-coded chars with escape-glyph face.
2136 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2138         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
2140 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
2142         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
2143         running process.
2145 2011-10-19  Glenn Morris  <rgm@gnu.org>
2147         * vc/vc-bzr.el (vc-bzr-after-dir-status):
2148         Ignore ignored files.  (Bug#9726)
2150 2011-10-19  Chong Yidong  <cyd@gnu.org>
2152         Doc fix for minor modes, stating that an omitted argument enables
2153         the mode unconditionally when called from Lisp.
2155         * abbrev.el (abbrev-mode):
2156         * allout.el (allout-mode):
2157         * autoinsert.el (auto-insert-mode):
2158         * autoarg.el (autoarg-mode, autoarg-kp-mode):
2159         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2160         (global-auto-revert-mode):
2161         * battery.el (display-battery-mode):
2162         * composite.el (global-auto-composition-mode)
2163         (auto-composition-mode):
2164         * delsel.el (delete-selection-mode):
2165         * desktop.el (desktop-save-mode):
2166         * dired-x.el (dired-omit-mode):
2167         * dirtrack.el (dirtrack-mode):
2168         * doc-view.el (doc-view-minor-mode):
2169         * double.el (double-mode):
2170         * electric.el (electric-indent-mode, electric-pair-mode):
2171         * emacs-lock.el (emacs-lock-mode):
2172         * epa-hook.el (auto-encryption-mode):
2173         * follow.el (follow-mode):
2174         * font-core.el (font-lock-mode):
2175         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
2176         * help.el (temp-buffer-resize-mode):
2177         * hilit-chg.el (highlight-changes-mode)
2178         (highlight-changes-visible-mode):
2179         * hi-lock.el (hi-lock-mode):
2180         * hl-line.el (hl-line-mode, global-hl-line-mode):
2181         * icomplete.el (icomplete-mode):
2182         * ido.el (ido-everywhere):
2183         * image-file.el (auto-image-file-mode):
2184         * image-mode.el (image-minor-mode):
2185         * iswitchb.el (iswitchb-mode):
2186         * jka-cmpr-hook.el (auto-compression-mode):
2187         * linum.el (linum-mode):
2188         * longlines.el (longlines-mode):
2189         * master.el (master-mode):
2190         * mb-depth.el (minibuffer-depth-indicate-mode):
2191         * menu-bar.el (menu-bar-mode):
2192         * minibuf-eldef.el (minibuffer-electric-default-mode):
2193         * mouse-sel.el (mouse-sel-mode):
2194         * msb.el (msb-mode):
2195         * mwheel.el (mouse-wheel-mode):
2196         * outline.el (outline-minor-mode):
2197         * paren.el (show-paren-mode):
2198         * recentf.el (recentf-mode):
2199         * reveal.el (reveal-mode, global-reveal-mode):
2200         * rfn-eshadow.el (file-name-shadow-mode):
2201         * ruler-mode.el (ruler-mode):
2202         * savehist.el (savehist-mode):
2203         * scroll-all.el (scroll-all-mode):
2204         * scroll-bar.el (scroll-bar-mode):
2205         * server.el (server-mode):
2206         * shell.el (shell-dirtrack-mode):
2207         * simple.el (auto-fill-mode, transient-mark-mode)
2208         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
2209         (line-number-mode, column-number-mode, size-indication-mode)
2210         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
2211         * strokes.el (strokes-mode):
2212         * time.el (display-time-mode):
2213         * t-mouse.el (gpm-mouse-mode):
2214         * tool-bar.el (tool-bar-mode):
2215         * tooltip.el (tooltip-mode):
2216         * type-break.el (type-break-mode-line-message-mode)
2217         (type-break-query-mode):
2218         * view.el (view-mode):
2219         * whitespace.el (whitespace-mode, whitespace-newline-mode)
2220         (global-whitespace-mode, global-whitespace-newline-mode):
2221         * xt-mouse.el (xterm-mouse-mode): Doc fix.
2223         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2224         Fix autogenerated docstring.
2226 2011-10-19  Juri Linkov  <juri@jurta.org>
2228         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
2229         by checking environment variables "DESKTOP_SESSION" and
2230         "XDG_CURRENT_DESKTOP".  (Bug#9779)
2232 2011-10-19  Juri Linkov  <juri@jurta.org>
2234         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
2235         (browse-url-chromium-program, browse-url-chromium-arguments):
2236         New defcustoms.
2237         (browse-url-default-browser): Check for `browse-url-chromium' and
2238         call `browse-url-chromium-program'.
2239         (browse-url-chromium): New command.  (Bug#9779)
2241 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
2243         * facemenu.el (list-colors-duplicates): On Windows, detect more
2244         duplicates by assuming that only colors matching "^System" are
2245         special "system colors".  (Bug#9722)
2247 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2249         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
2250         to distinguish the author from the committer.
2252 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
2254         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
2256 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
2258         * international/mule.el (sgml-html-meta-auto-coding-function):
2259         Add support for detecting encoding in HTML5 specified only as
2260         <meta charset="UTF-8">.  Implementation just makes http-equiv and
2261         content-type parts from HTML4 encoding string optional.  (Bug#9716)
2263 2011-10-18  Glenn Morris  <rgm@gnu.org>
2265         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
2267 2011-10-18  Chong Yidong  <cyd@gnu.org>
2269         * faces.el (cursor): Doc fix.
2271 2011-10-17  Chong Yidong  <cyd@gnu.org>
2273         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
2275 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
2277         * dirtrack.el (dirtrack): Support shell buffers with path
2278         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
2280 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
2282         * json.el: Bump version to 1.3 and note change in History.
2283         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
2285 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2287         * comint.el (comint-insert-input, comint-send-input)
2288         (comint-get-old-input-default, comint-backward-matching-input)
2289         (comint-next-prompt): Use nil instead of `input' for field property of
2290         past user input (bug#114).
2292         * minibuffer.el (completion--replace): Inherit surrounding properties
2293         (bug#114).
2294         (minibuffer-complete-and-exit): Use it.
2296         * comint.el (comint--table-subvert): Quote the all-completions output
2297         (bug#9160).
2299 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
2301         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
2303         * menu-bar.el (menu-bar-file-menu): Add entry for making new
2304         window on right of selected.  (Bug#9350) Reword other window
2305         entries and separate them from frame entries.
2307 2011-10-15  Glenn Morris  <rgm@gnu.org>
2309         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
2310         Doc fixes.
2312 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
2314         * net/network-stream.el (network-stream-open-starttls):
2315         Improve detection of failure due to lack of TLS support.
2317         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
2318         putting the input text in front and in bold.
2320 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2322         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
2324         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
2325         empty buffer.
2327         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
2328         unread-command-events rather than pushing yet-another event.
2330 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
2332         * mail/sendmail.el (sendmail-query-once): Improve the wording of
2333         the explanation of the possible choices.  Make the options passed
2334         to completing-read shorter.
2336 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2338         * textmodes/flyspell.el (flyspell-large-region): Make sure
2339         extended character mode is used if defined (Bug#1339).
2341 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
2343         * simple.el (what-cursor-position): Fix the display of the
2344         character info for LRE, LRO, RLE, and RLO characters by appending
2345         an invisible PDF.
2347 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2349         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
2350         even in case of error; add debug spec; simplify data flow.
2351         (with-timeout-handler): Remove.
2353 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
2355         Fix Bug#6019, Bug#9315.
2357         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
2358         complete `buffer-file-name', the local file name part could look
2359         remotely (for example on VMS).
2361         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
2362         `tramp-run-real-handler'.
2363         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
2364         already quoted by '"'.
2366         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
2367         Let `file-name-handler-alist' be nil, the local file name part
2368         could look remotely (for example on VMS).
2370 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2372         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
2373         from here...
2374         (flyspell-post-command-hook): ...to here.
2376 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2378         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
2379         if not needed.
2380         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
2381         using completion.  Protect against "slow" callers.
2382         Remove the "message hack".
2384 2011-10-11  Juri Linkov  <juri@jurta.org>
2386         * isearch.el (isearch-lazy-highlight-word): New variable.
2387         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2388         Use it.  (Bug#9727)
2390 2011-10-11  Glenn Morris  <rgm@gnu.org>
2392         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
2393         like f90-previous-statement does.
2395 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2397         * eshell/eshell.el (eshell-command): History should be saved
2398         only in interactive use, to avoid error.
2400 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2402         * minibuffer.el (completion-file-name-table): Fix last change,
2403         i.e. ignore normal errors but not the other ones.
2405 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
2407         * window.el (special-display-buffer-names)
2408         (special-display-regexps): Remove some remnants of earlier
2409         changes from doc-strings.
2410         (quit-windows-on): New function.
2412         * vc/vc.el (vc-revert, vc-rollback):
2413         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
2414         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
2415         (Bug#6183) (Bug#7074) (Bug#7447)
2417 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
2419         * window.el (frame-auto-hide-function): Add version tag.
2420         (Bug#9699)
2422 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
2424         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
2425         condition.
2427 2011-10-09  Leo Liu  <sdl.web@gmail.com>
2429         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
2430         (Bug#9701)
2432 2011-10-08  Glenn Morris  <rgm@gnu.org>
2434         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
2435         before the first code statement zero indent.  (Bug#9690)
2437 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
2439         * simple.el (count-words-region): Always count in the region.
2440         Report the number of lines and characters too.
2441         (count-words): New command, which counts in the buffer if the
2442         region is inactive, as count-words-region used to.
2443         (count-words--message): New function.  Handle plurals.
2444         (count-lines-region): Make it an alias for count-words-region.
2446         * bindings.el (esc-map): Replace count-lines-region with
2447         count-words-region.
2449 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
2451         * window.el (window--delete): Delete dedicated frame
2452         unconditionally when argument KILL is non-nil.  (Bug#9699)
2453         (switch-to-buffer): Fix doc-string typo.
2455 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2457         * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
2459 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
2461         * bindings.el ([M-left],[M-right]): Bind to left-word and
2462         right-word respectively.
2464 2011-10-07  Glenn Morris  <rgm@gnu.org>
2466         * cus-start.el (debug-on-quit): Fix custom type.
2468 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470         * subr.el (define-key-after): Clarify that the function is not
2471         useful for non-menu keymaps.
2473         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
2475 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2477         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
2478         in current minibuffer (Fix bug with recursive minibuffers).
2480 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
2482         * progmodes/gdb-mi.el (gdb): Doc fix.
2484 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
2486         * window.el (frame-auto-hide-function): New option replacing
2487         frame-auto-delete.  Suggested by Stefan Monnier.
2488         (window--delete): Call frame-auto-hide-function instead of
2489         investigating frame-auto-delete.
2490         (window-point-1, set-window-point-1): New functions.
2491         (window-in-direction, record-window-buffer, window-state-get-1)
2492         (display-buffer-record-window): Use window-point-1 instead of
2493         window-point.
2494         (set-window-buffer-start-and-point): Use set-window-point-1.
2496 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2498         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
2500 2011-10-05  Glenn Morris  <rgm@gnu.org>
2502         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
2503         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
2505 2011-10-05  Leo Liu  <sdl.web@gmail.com>
2507         * subr.el (read-char-choice): Fix argument to buffer-live-p which
2508         works with buffer object.
2510 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2512         * mpc.el (mpc-tool-bar-map): Add labels.
2514 2011-10-04  Glenn Morris  <rgm@gnu.org>
2516         * calendar/holidays.el (calendar-check-holidays): Doc fix.
2518 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
2520         * window.el (window--delete): New function.
2521         (frame-auto-delete): Resuscitate option.
2522         (bury-buffer, replace-buffer-in-windows)
2523         (quit-window): Rewrite using window--delete.
2524         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2525         Pass display-buffer-mark-dedicated to window--display-buffer-2
2526         (Bug#9639).
2528 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2530         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
2531         returns a list (bug#9554).  Add remote file name completion.
2532         * comint.el (comint--table-subvert): Curry and get quote&unquote
2533         functions as arguments.
2534         (comint--complete-file-name-data): Adjust call accordingly.
2535         * pcomplete.el (pcomplete--table-subvert): Remove.
2536         (pcomplete-completions-at-point): Use comint--table-subvert instead.
2538         * minibuffer.el (completion-table-case-fold): Use currying.
2539         (completion--styles-type, completion--cycling-threshold-type):
2540         New constants.
2541         (completion-styles, completion-category-overrides)
2542         (completion-cycle-threshold): Use them.
2543         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
2544         completion-table-case-fold.
2546 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
2548         * minibuffer.el (completion-category-overrides): Fix type of styles
2549         and add more user friendly tags (bug#9660).
2551 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2553         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
2554         (mule-input-method-string): New widget.
2555         (default-input-method, language-info-custom-alist): Use it.
2557 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2559         * pcomplete.el: Require comint.
2560         (pcomplete--common-suffix): Remove.
2561         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
2562         (pcomplete--table-subvert): Sync with comint--table-subvert.
2563         (pcomplete--entries): Use comint-completion-file-name-table.
2564         * comint.el (comint-unquote-filename): Simplify.
2565         (comint-completion-file-name-table): New function (bug#9616).
2566         (comint--complete-file-name-data): Use it.
2568         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
2569         (pcmpl-gnu-tar-buffer): Remove.
2570         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
2571         around.  Make sure pcomplete-suffix-list is only changed temporarily.
2572         Don't look inside the tar's file if it's too large.
2574 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
2576         * cus-edit.el (custom-mode-map):
2577         * epa.el (epa-key-list-mode-map):
2578         * man.el (Man-mode-map):
2579         * startup.el (splash-screen-keymap):
2580         * simple.el (special-mode-map): Use scroll-up-command and
2581         scroll-down-command.
2583         * progmodes/idlw-help.el (idlwave-help-mode-map):
2584         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
2585         * net/newst-plainview.el (newsticker-mode-map):
2586         * emulation/ws-mode.el (wordstar-mode-map):
2587         * emulation/vi.el (vi-com-map):
2588         * calc/calc-graph.el (calc-graph-show-dumb):
2589         * term/sun.el (terminal-init-sun):
2590         * term/ns-win.el (global-map):
2591         * progmodes/grep.el (grep-mode-map):
2592         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
2593         * mail/rmail.el (rmail-mode-map):
2594         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
2596         * custom.el (custom-safe-themes, load-theme): Treat value of t for
2597         custom-safe-themes as special.
2599 2011-10-01  Julien Danjou  <julien@danjou.info>
2601         * notifications.el (notifications-notify): Fix docstring.
2603 2011-10-01  Per Starbäck  <per@starback.se>
2605         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
2607 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
2609         * startup.el (command-line-1): Fix last fix by inserting
2610         initial-scratch-message into *scratch* before displaying it.
2611         (Bug#9605) and (Bug#9636)
2613 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
2615         * simple.el (line-move): If auto-hscroll-mode is disabled and the
2616         window is hscrolled, move by logical lines.  (Bug#9607)
2617         (line-move-visual): Update the doc string to the above effect.
2619 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
2621         * window.el (display-buffer-record-window): When WINDOW is the
2622         selected window use `point' instead of `window-point'.  (Bug#9626)
2624         * startup.el (command-line-1): Use insert-before-markers when
2625         inserting initial-scratch-message.  (Bug#9605)
2627         * help.el (help-window): Remove variable.
2629 2011-09-29  Glenn Morris  <rgm@gnu.org>
2631         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
2633 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
2635         * descr-text.el (describe-char-categories): Accept category
2636         descriptions more than one line long.
2638 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2640         * simple.el (delete-trailing-whitespace): Fix last change.
2642         * progmodes/perl-mode.el (perl-syntax-propertize-function):
2643         Don't confuse "y => 3" as the beginning of a `y' operation.
2645         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
2646         object has more than 4 slots (bug#9613).
2648 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
2650         * subr.el (with-output-to-temp-buffer):
2651         * net/quickurl.el (quickurl, quickurl-browse-url):
2652         Fix typos in docstrings.
2654 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
2656         * minibuffer.el (completion-styles)
2657         (completion-category-overrides): Cross reference each other in doc
2658         strings.
2660 2011-09-27  Glenn Morris  <rgm@gnu.org>
2662         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
2663         to split-string.  (Bug#9606)
2665 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2667         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
2668         (bug#9615).
2670 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
2672         * emacs-lisp/package.el (list-packages): Fix echo area message.
2674 2011-09-27  Leo Liu  <sdl.web@gmail.com>
2676         * ido.el (ido-read-internal): Accept cons cell HIST arg.
2678 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
2680         * net/dbus.el (dbus-unregister-object): Don't release services for
2681         registered signals.  (Bug#9581)
2683 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2685         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
2686         function that picks between cfengine 2 and 3 support
2687         automatically.  Update docs accordingly.
2689 2011-09-22  Kenichi Handa  <handa@m17n.org>
2691         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
2692         ZERO.
2693         (indian-itrans-v5-table-for-tamil): New variable.
2694         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
2696 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
2698         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
2699         that's true if the current command involved collapsing of text.
2700         It's reset to false at the beginning of the next command.
2701         (allout-post-command-business): Move the cursor to the beginning
2702         of entry if the cursor is hidden and collapsing activity just
2703         happened.
2705 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
2707         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
2708         tracking (Bug#9541).
2710 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
2712         * net/newst-reader.el (newsticker-html-renderer)
2713         (newsticker-show-news): Automatically load html rendering package
2714         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
2715         because w3m-fill-column is let-bound" and the error "Symbol's value
2716         as variable is void: w3m-fill-column".
2718 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
2720         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
2721         Release services only if they are defined.  (Bug#9581)
2723 2011-09-23  Richard Stallman  <rms@gnu.org>
2725         * textmodes/paragraphs.el (forward-sentence): For backwards case,
2726         distinguish start of paragraph from start of its text.
2728         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
2730         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
2731         (rmail-generate-viewer-buffer): Put that hook on view buffer.
2732         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
2734 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
2736         * international/mule-diag.el (mule-diag): Insert a newline after
2737         each fontset description.
2739 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2741         * simple.el (delete-trailing-whitespace):
2742         Document last change; simplify.
2744 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
2746         * simple.el (delete-trailing-whitespace): Also delete
2747         extra newlines at the end of the buffer.
2749         * textmodes/picture.el: Make motion commands obey shift-select-mode.
2750         (picture-newline): Use forward-line so as to ignore fields.
2752 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2754         * subr.el (with-wrapper-hook): Fix edebug spec.
2756 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2758         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
2759         (bug#4538).
2761 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
2763         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2764         Fix nasty bug using wrong cached values.
2766 2011-09-23  Alan Mackenzie  <acm@muc.de>
2768         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
2770 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
2772         * window.el (pop-to-buffer): Ensure right window is selected if we
2773         chose another frame.
2775 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
2777         * simple.el (what-cursor-position): Use get-char-property-change
2778         and next-single-char-property-change, to be able to show display
2779         properties that come from overlays as well as text properties.
2781 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
2783         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
2785         * cmuscheme.el (run-scheme, switch-to-scheme):
2786         * cus-edit.el (customize-group, custom-buffer-create)
2787         (customize-browse):
2788         * info.el (info):
2789         * shell.el (shell):
2790         * mail/sendmail.el (mail):
2791         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
2793 2011-09-22  Richard Stallman  <rms@gnu.org>
2795         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
2796         move back only to line beg, don't move back over blank lines.
2798 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
2800         * files.el (copy-directory): Set directory attributes only in case
2801         they could be retrieved from the source directory.  (Bug#9565)
2803 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
2805         * progmodes/hideshow.el (hs-looking-at-block-start-p)
2806         (hs-find-block-beginning, hs-hide-level-recursive):
2807         Ignore strings as well as comments.  (Bug#9502)
2809 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
2811         * progmodes/sql.el (sql-comint-postgres):
2812         Convert port number to a string.  (Bug#9566)
2814 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
2816         * window.el (quit-window): Undedicate window when switching to
2817         previous buffer.  Reported by Thierry Volpiatto
2818         <thierry.volpiatto@gmail.com>.
2819         (special-display-popup-frame): When popping up a new frame reset
2820         its previous buffers to nil.  Simplify code.
2822 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
2824         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
2825         and process filter, as done also in `shell-command'.
2827 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
2829         * window.el (set-window-buffer-start-and-point):
2830         Call set-window-start with NOFORCE argument t.
2831         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2832         (quit-window): Reword doc-string.  Handle new format of
2833         quit-restore parameter.  Don't delete window if it has a
2834         previous buffer we can show instead of the present one.
2835         (display-buffer-record-window): Rewrite using a new format for
2836         the quit-restore window parameter
2837         (special-display-popup-frame, display-buffer-same-window)
2838         (display-buffer-reuse-window, display-buffer-pop-up-frame)
2839         (display-buffer-pop-up-window, display-buffer-use-some-window):
2840         Adapt symbol passed to display-buffer-record-window.
2841         * help.el (help-window-setup): Handle new format of quit-restore
2842         parameter.
2844 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2846         * faces.el (face-list): Fix docstring (bug#9564).
2848         * window.el (display-buffer--action-function-custom-type):
2849         Don't include internal functions in the Custom interface.
2851 2011-09-20  Juri Linkov  <juri@jurta.org>
2853         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
2854         (Info-forward-node, Info-backward-node, Info-next-preorder)
2855         (Info-last-preorder): Use it.  (Bug#9528)
2857 2011-09-20  Juri Linkov  <juri@jurta.org>
2859         * info.el (Info-last-preorder): Visit last menu item only when
2860         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
2862 2011-09-20  Julien Danjou  <julien@danjou.info>
2864         * password-cache.el (password-cache-remove): Remove entries even if the
2865         value is nil, so that password with a nil value (negative caching) is
2866         possible to invalidate.
2868 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
2870         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
2871         all whitespace around breakpoint.  (Bug#9553)
2872         (f90-find-breakpoint): Only break at whitespace inside a comment.
2874 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2876         * minibuffer.el (completion-file-name-table): Keep track of errors.
2877         (completion-table-with-predicate): Handle the case where pred1 is nil.
2878         * pcomplete.el (pcomplete-completions-at-point): Simplify.
2880 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2882         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
2883         (debugger-return-value): Signal an error if the debugging context does
2884         not await any return value.
2886         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
2887         * image-mode.el (image-toggle-display-text)
2888         (image-toggle-display-image): Stay away from evil `intangible'.
2890 2011-09-19  Leo Liu  <sdl.web@gmail.com>
2892         * replace.el (occur-revert-arguments): Make it permanent-local.
2893         (occur-mode): Don't call font-lock-defontify.
2895 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
2897         * net/ldap.el (ldap-search-internal): Don't push empty search
2898         result (Bug#9508).
2900 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2902         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
2904 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
2906         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
2907         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
2909 2011-09-18  Juri Linkov  <juri@jurta.org>
2911         * buff-menu.el (Buffer-menu-mode-map):
2912         * dired.el (dired-mode-map):
2913         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
2914         (lisp-interaction-mode-map):
2915         * emacs-lisp/package.el (package-menu-mode-map):
2916         * epa.el (epa-key-list-mode-map):
2917         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
2918         (menu-bar-options-menu):
2919         * outline.el (outline-mode-menu-bar-map):
2920         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
2921         * vc/vc-dir.el (vc-dir-menu-map):
2922         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
2923         Capitalize non-function content words in menu item strings.
2925         * dired.el (dired-mode-map): Add menu item for
2926         `image-dired-dired-toggle-marked-thumbs'.
2928 2011-09-18  Juri Linkov  <juri@jurta.org>
2930         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
2931         to `isearch-case-fold-search' and restore its original value
2932         after the `isearch-mode' call.
2934 2011-09-18  Juri Linkov  <juri@jurta.org>
2936         * progmodes/grep.el (grep-process-setup): Don't check code for 1
2937         because `zgrep' returns 1 for successful matches (bug#9226).
2939 2011-09-18  Juri Linkov  <juri@jurta.org>
2941         * info.el (Info-extract-menu-node-name): Check the second match
2942         for empty string (second test-case of bug#9528).
2943         (Info-last-preorder): Let-bind `Info-history' to nil to not add
2944         intermediate nodes to the history (first test-case of bug#9528).
2946 2011-09-18  Juri Linkov  <juri@jurta.org>
2948         * info.el (Info-mode-syntax-table): New variable.
2949         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
2951 2011-09-18  Juri Linkov  <juri@jurta.org>
2953         * info.el (Info-file-supports-index-cookies):
2954         Increment line-beginning-position's arg from 3 to 4 because makeinfo
2955         outputs one more line for long file names (bug#4142).
2957 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
2959         * newcomment.el (comment-normalize-vars): If prompting for
2960         comment-start, set comment-start-skip too (Bug#8424).
2962 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
2964         * icomplete.el: Fix previous fix of Bug#5849.
2965         (icomplete-mode): Don't set completion-show-inline-help.
2966         (icomplete-minibuffer-setup): Set completion-show-inline-help
2967         locally during icompletion.
2969 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
2971         * woman.el (woman2-process-escapes): Don't delete unrecognized
2972         escapes (Bug#7843).
2974         * files.el (inhibit-first-line-modes-regexps): Add image files.
2975         (hack-local-variables-prop-line): Return nil for malformed
2976         prop-lines (Bug#9044).
2978 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
2980         * net/tramp.el (top): Don't require 'shell.
2981         (tramp-methods): Fix docstring.
2982         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
2983         Return complete remote file name.  Handle "smb" case.
2984         Use `tramp-tmpdir', if defined for the respective method.
2985         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
2987         * net/tramp-compat.el (top): Require 'shell.
2989         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2990         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
2991         `tramp-current-host'.
2992         (tramp-get-remote-tmpdir): Remove.
2994         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
2995         `tramp-tmpdir' entries.
2996         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
2997         (tramp-smb-handle-file-attributes): Ignore errors.
2998         (tramp-smb-wait-for-output): Check also for process end.
3000 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3002         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
3003         when sending QUIT (bug#9312).
3005 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
3007         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
3008         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
3009         occur-mode-display-occurrence.
3010         (occur-edit-mode): Add usage message.
3011         (occur-cease-edit): New command.
3012         (occur-after-change-function): Use text properties to find the
3013         position of the prefix text.
3014         (occur-engine): Set stickiness of prefix text properties.
3016 2011-09-17  Glenn Morris  <rgm@gnu.org>
3018         * progmodes/etags.el (complete-tag):
3019         Fix call to completion-in-region.  (Bug#9526)
3021 2011-09-17  Juri Linkov  <juri@jurta.org>
3023         * textmodes/ispell.el (ispell-word): Add to the error message
3024         the word, ispell program name and current dictionary (bug#9121).
3025         (ispell-tex-arg-end): Capitalize "error" in the error message.
3027 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
3029         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
3030         check.  (Bug#4251)
3032 2011-09-17  Juri Linkov  <juri@jurta.org>
3034         * window.el (window-safe-min-height, window-safe-min-width):
3035         Fix typos (followup to bug#9522).
3037 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
3039         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
3041 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
3043         * simple.el (line-move): If goal-column is set, move by logical
3044         lines, not by display lines.  (Bug#971)
3045         (next-line, previous-line, goal-column, line-move-visual): Doc fix
3046         to reflect the above change.
3048 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3050         * image.el (imagemagick-register-types): Use regexp-opt.
3052 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
3054         * window.el (display-buffer-base-action): Rename from
3055         display-buffer-default-action.  Make default value empty.
3056         (display-buffer-overriding-action): Convert to defvar.
3057         (display-buffer-fallback-action): New var.
3059 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
3061         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
3062         declaration.
3063         (package--add-to-archive-contents): If there is a duplicate entry
3064         with an older version, remove it.
3065         (package-menu-mark-delete, package-menu-mark-install)
3066         (package-menu-mark-unmark): Make unused args optional.
3067         (package-menu-mark-obsolete-for-deletion):
3068         Use package-menu-get-status instead of a regexp search.
3069         (package-menu-get-status): Use tabulated-list-entry.
3070         (package-menu-mark-upgrades): New command.
3071         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
3072         (package-menu-execute): Do installation before deletion.
3073         (package-menu-refresh, package-menu-execute): Use derived-mode-p
3074         instead of checking major-mode.
3075         (package-menu--find-upgrades): New function.
3077 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3079         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
3080         passwords in the log buffer.
3081         (smtpmail-process-filter): Update the process marker so that the
3082         "broken by peer" status message is inserted in the right place.
3084 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3086         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
3087         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
3088         bibtex-completion-at-point-function.
3089         (bibtex-completion-at-point-function): Use them.
3091         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
3093         * mpc.el (mpc-constraints-tag-lookup): New function.
3094         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
3095         also to browser "album|playlist".
3097 2011-09-14  Juri Linkov  <juri@jurta.org>
3099         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
3100         (isearch-edit-string): Use length of `isearch-string' when
3101         `isearch-fail-pos' returns nil.
3102         (isearch-message): Remove duplicate code and call
3103         `isearch-fail-pos' with arg `t'.
3105 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
3107         * replace.el (occur-mode-goto-occurrence): Don't force using other
3108         window (Bug#9499).
3110         * dired-aux.el (dired-do-chmod): Don't provide initial input.
3112 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
3114         * window.el (display-buffer-window): Remove.
3115         (display-buffer-record-window): Use help-setup window parameter
3116         instead of variable display-buffer-window.
3117         (display-buffer-function, special-display-buffer-names)
3118         (special-display-function): Mention help-setup parameter instead
3119         of display-buffer-window in doc-string.
3120         * help.el (help-window-setup): New argument help-window.
3121         Use help-window-setup parameter instead of display-buffer-window.
3122         Reword some messages.
3123         (with-help-window): Pass window used for displaying the buffer
3124         to help-window-setup.  Don't set display-buffer-window.
3126 2011-09-13  Glenn Morris  <rgm@gnu.org>
3128         * emacs-lisp/debug.el (debugger-make-xrefs):
3129         Preserve point.  (Bug#9462)
3131 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
3133         * window.el (window-deletable-p): Use next-frame.
3135 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
3137         * window.el (window-auto-delete): Remove.
3138         (window-deletable-p): Remove argument FORCE.  Don't deal with
3139         dedication and previous buffers.
3140         (switch-to-prev-buffer): Don't delete window.
3141         (delete-windows-on): Delete a window's frame if and only if the
3142         window is dedicated.
3143         (replace-buffer-in-windows): Delete buffer's window or frame if
3144         and only if window is dedicated.
3145         (quit-window): Handle quit-restore as before last change.
3146         (bury-buffer): Delete window only if window-deletable-p returns t.
3148 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
3150         * window.el (window-deletable-p): Never delete the last frame on a
3151         given terminal.
3153 2011-09-13  Glenn Morris  <rgm@gnu.org>
3155         * help.el (describe-key-briefly): Copy previous standard-output change.
3157 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
3159         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
3161 2011-09-13  Glenn Morris  <rgm@gnu.org>
3163         * emacs-lisp/lisp-mode.el (lisp-indent-function):
3164         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
3166 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
3168         * dired-aux.el (dired-mark-read-string): Don't return default
3169         value on empty input (Bug#9361).
3170         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
3171         Omit initial minibuffer contents.
3172         (dired-do-chmod): Signal an error on empty input.
3173         (dired-mark-read-string): Don't return default on empty input.
3175         * files.el (file-modes-symbolic-to-number): Doc fix.
3177 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3179         * international/mule-cmds.el (ucs-completions): Remove.
3180         (read-char-by-name): Use complete-with-action instead; add metadata.
3182 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3184         * window.el (display-buffer--action-function-custom-type)
3185         (display-buffer--action-custom-type): New vars.
3186         (display-buffer-alist, display-buffer-default-action)
3187         (display-buffer-overriding-action): Add defcustom types.
3189         * frame.el (delete-other-frames): Doc fix (Bug#276).
3191 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3193         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
3195 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3197         Change modes that used same-window-* vars to use switch-to-buffer.
3199         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
3200         Use switch-to-buffer.
3202         * cus-edit.el (customize-group, custom-buffer-create)
3203         (customize-browse, custom-buffer-create-other-window):
3204         Use switch-to-buffer or switch-to-buffer-other-window.
3206         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
3207         (Info-prev, Info-up, Info-speedbar-goto-node)
3208         (info-display-manual): Use switch-to-buffer.
3209         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
3211         * mail/sendmail.el (mail): Use switch-to-buffer.
3212         (mail-recover): Use switch-to-buffer-other-window.
3214         * cmuscheme.el (run-scheme, switch-to-scheme):
3215         * ielm.el (ielm):
3216         * shell.el (shell):
3217         * net/rlogin.el (rlogin):
3218         * net/telnet.el (telnet, rsh):
3219         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
3221 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
3223         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
3225 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3227         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
3228         so don't mention it (bug#9301).
3229         (dired-sort-toggle-or-edit): Clarify string further.
3231         * faces.el (face-spec-set-match-display): Make `(type graphic)'
3232         match `x', `w32' and `ns', like the manual says (bug#9029).
3234         * subr.el (eval-after-load): Doc string clarification (bug#9125).
3235         (process-kill-buffer-query-function): Mention the buffer name in
3236         the query.
3238         * image-mode.el (image-next-line): The line parameter is mandatory
3239         (bug#9258).
3241         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
3242         which can be useful (bug#9301).
3244         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
3246         * subr.el (match-string): Mention that the current buffer should
3247         be the same as the search was done in (bug#9282).
3249         * facemenu.el: Disable the remove-* commands if the mark isn't
3250         active (bug#9162).
3252 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
3254         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
3255         of display-buffer.
3256         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
3258         * replace.el (occur-mode-goto-occurrence)
3259         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
3260         and display-buffer.
3262         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
3263         display-buffer.
3265         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
3266         special-display and same-window variables.
3267         (mail-other-window): Use switch-to-buffer-other-window.
3268         (mail-other-frame): USe switch-to-buffer-other-frame.
3270         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
3271         Use display-buffer-other-frame.
3272         (gdb-display-gdb-buffer): Use pop-to-buffer.
3274         * progmodes/gud.el (gud-goto-info): Use info-other-window.
3276         * progmodes/python.el: Don't set same-window-buffer-names.
3278         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
3280         * window.el (display-buffer-alist): Add *Python*.
3282 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
3284         * window.el (display-buffer-alist): Add entry for buffers
3285         previously handled same-window-*.
3286         (display-buffer-alist, display-buffer-default-action)
3287         (display-buffer-overriding-action): Mark as risky.
3288         (display-buffer-alist): Document action function changes.
3289         (display-buffer--same-window-action)
3290         (display-buffer--other-frame-action): New variables.
3291         (switch-to-buffer, display-buffer-other-frame): Use them.
3292         (display-buffer): Rename reuse-frame entry to reusable-frames.
3293         (display-buffer-reuse-selected-window): Function deleted.
3294         (display-buffer-reuse-window): Handle reusable-frames alist entry.
3295         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
3296         (display-buffer-special): New function.
3297         (display-buffer--maybe-pop-up-frame-or-window): Rename from
3298         display-buffer-reuse-or-pop-window.  Split off special-display
3299         part into display-buffer-special.
3300         (display-buffer-use-some-window): Don't perform any special
3301         pop-up-frames handling.
3302         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
3303         (display-buffer--maybe-same-window): Rename from
3304         display-buffer-maybe-same-window.
3306         * info.el: Don't set same-window-regexps.
3307         (info-setup): New function.
3308         (info-other-window, info): Call it.
3310         * cus-edit.el: Don't set same-window-regexps.
3311         (customize-group): New argument.
3312         (customize-group-other-window): Use it.
3313         (customize-face, customize-face-other-window): Likewise.
3314         (custom-buffer-create-other-window): Use pop-to-buffer directly.
3316         * net/rlogin.el:
3317         * net/telnet.el:
3318         * progmodes/gud.el: Don't set same-window-regexps.
3320         * cmuscheme.el:
3321         * ielm.el:
3322         * shell.el:
3323         * mail/sendmail.el:
3324         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
3326 2011-09-10  Juri Linkov  <juri@jurta.org>
3328         * isearch.el (isearch-edit-string): Remove obsolete mention of
3329         `C-w' (`isearch-yank-word-or-char') from docstring.
3330         (isearch-query-replace): Fix typo in docstring (bug#9466).
3332 2011-09-10  Juri Linkov  <juri@jurta.org>
3334         * paren.el (show-paren-function): Don't show escaped parens.
3335         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
3337 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3339         * mail/sendmail.el (mml-to-mime, mml-attach-file)
3340         (mm-default-file-encoding): Remove autoload forms, they are
3341         replaced with autoload cookies in mml.el and mm-encode.el.
3342         (mail-add-attachment): New command.
3343         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
3344         (mail-mode): Mention mail-insert-file and mail-add-attachment in
3345         the doc string.
3346         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
3348 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
3350         * simple.el (count-words-region): Use buffer if there's no region
3351         (bug#9429).
3353 2011-09-09  Juri Linkov  <juri@jurta.org>
3355         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
3356         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
3357         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
3359 2011-09-09  Alan Mackenzie  <acm@muc.de>
3361         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
3362         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
3364 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
3366         Fix for Savannah bug#9392.
3367         * simple.el (mail-encode-mml): New defvar.
3369         * mail/rmail.el (mail-encode-mml): Add a defvar.
3370         (rmail-enable-mime-composing): Default to t.
3371         (rmail-forward): Use MIME method of forwarding only if both
3372         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
3373         Set mail-encode-mml non-nil if the MIME method was used.
3375         * mail/sendmail.el (mml-to-mime): Add autoload form.
3376         (mail-encode-mml): Add a defvar.
3377         (mail-mode): Make mail-encode-mml buffer-local and initialize it
3378         to nil.
3379         (mail-send): If mail-encode-mml is non-nil, run the outgoing
3380         message through mml-to-mime, and reset mail-encode-mml to nil.
3382 2011-09-09  Glenn Morris  <rgm@gnu.org>
3384         * woman.el (woman-if-body): When processing an .el block,
3385         do not delete the next .el block as well.  (Bug#9447)
3386         (woman-special-characters): Add oq, cq, and hy characters.
3388 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
3390         * window.el (window-deletable-p): Make sure window is live before
3391         invoking window-prev-buffers.
3393 2011-09-08  Leo Liu  <sdl.web@gmail.com>
3395         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
3397 2011-09-08  Juri Linkov  <juri@jurta.org>
3399         * progmodes/compile.el (compilation-environment): Make it
3400         a defcustom (bug#8340).
3402 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
3404         * window.el (frame-auto-delete): Rename to window-auto-delete.
3405         Make it control auto-deletion of windows and/or frames.
3406         (window-deletable-p): New argument FORCE.  Rewrite conditions
3407         for deleting window/frame.  (Bug#9419)
3408         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
3409         Rewrite handling of case when window/frame can be deleted.
3410         (delete-windows-on): Call window-deletable-p with new FORCE
3411         argument t.  (Bug#9456)
3413 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
3415         * help-mode.el (help-mode): Restore autoload.
3417 2011-09-07  Juri Linkov  <juri@jurta.org>
3419         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
3420         `compilation-environment'.  Set buffer-local
3421         `compilation-environment' to `thisenv' later after (funcall mode).
3422         (Bug#8340)
3424         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
3425         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
3426         instead of replacing its value.  (Bug#8340)
3428 2011-09-07  Juri Linkov  <juri@jurta.org>
3430         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
3431         based on text properties put by `grep-filter' instead of matching
3432         escape sequences.
3433         (grep-mode): Set buffer-local `compilation-error-screen-columns'
3434         to the value of `grep-error-screen-columns' (bug#9438).
3436 2011-09-07  Juri Linkov  <juri@jurta.org>
3438         * simple.el (next-error-highlight, next-error-highlight-no-select):
3439         Doc fix (bug#9432).
3441 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
3443         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3444         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
3446 2011-09-07  Leo Liu  <sdl.web@gmail.com>
3448         * net/rcirc.el (rcirc-mode): Conditionally initialize
3449         rcirc-input-ring.
3451 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3453         * emacs-lisp/find-func.el (find-function-C-source): Only set
3454         find-function-C-source-directory after checking that we found a source
3455         file there (bug#9440).
3457 2011-09-06  Alan Mackenzie  <acm@muc.de>
3459         * isearch.el (isearch-other-meta-char): Wherever a key list is
3460         unread, "unread" the prefix arg, too.  This fixes bug #8901.
3462 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
3464         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
3466 2011-09-05  Juri Linkov  <juri@jurta.org>
3468         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
3470 2011-09-05  Juri Linkov  <juri@jurta.org>
3472         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
3473         keeping point where processing of grep matches begins, and
3474         continue to delete remaining escape sequences from the same point.
3475         (grep-filter): Make leading zero optional in "0?1;31m" because
3476         git-grep emits "\033[1;31m" escape sequences unlike expected
3477         "\033[01;31m" as GNU Grep does (bug#9408).
3478         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
3480 2011-09-05  Juri Linkov  <juri@jurta.org>
3482         * subr.el (y-or-n-p): Capitalize "yes".
3484 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
3486         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
3487         `tramp-cache-unload-hook' where appropriate.
3488         (tramp-methods): Rename `tramp-remote-sh' to
3489         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
3490         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
3492         * net/tramp-sh.el (top): Don't require 'shell.
3493         (tramp-methods): Add `tramp-remote-shell' and
3494         `tramp-remote-shell-args' entries.
3495         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
3496         (tramp-sh-handle-shell-command): Remove.
3497         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3498         Use `tramp-remote-shell'.
3500 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
3502         * mail/sendmail.el (sendmail-query-once-function): Delete.
3503         (sendmail-query-once): Save directly to send-mail-function.
3504         Update message-send-mail-function too.
3506         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
3508 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
3510         * progmodes/python.el (python-mode-map): Use correct function to
3511         start python interpreter from menu-bar (as reported by Geert
3512         Kloosterman).
3513         (inferior-python-mode-map): Fix typo.
3514         (python-shell-map): Remove.
3516 2011-09-03  Deniz Dogan  <deniz@dogan.se>
3518         * net/rcirc.el (rcirc-print): Simplify code for
3519         rcirc-scroll-show-maximum-output.  There is no need to walk
3520         through all windows to find the right one.
3522 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
3524         * help.el (help-return-method): Doc fix.
3526 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
3528         * window.el (window-deletable-p): Don't return a non-nil value
3529         when there's a buffer that was shown in the window before.
3530         (Bug#9419)
3531         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3532         Set window's previous buffers to nil.
3534 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
3536         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
3537         newline before and after the tag line, so it doesn't interfere
3538         with determining the paragraph direction of bidirectional text.
3540 2011-09-03  Leo Liu  <sdl.web@gmail.com>
3542         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
3544 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
3546         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
3547         (pop-to-buffer): Change interactive spec.  Pass second argument
3548         directly to display-buffer.
3549         (display-buffer): Fix interactive spec.  Use functionp to
3550         distinguish between a function and a list of functions.
3552         * abbrev.el (edit-abbrevs):
3553         * arc-mode.el (archive-extract):
3554         * autoinsert.el (auto-insert):
3555         * bookmark.el (bookmark-bmenu-list):
3556         * files.el (find-file):
3557         * view.el (view-buffer):
3558         * progmodes/compile.el (compilation-goto-locus):
3559         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
3561 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
3563         * window.el (display-buffer-alist): Doc fix.
3564         (display-buffer): Add docstring.  Don't treat
3565         display-buffer-default specially.
3566         (display-buffer-reuse-selected-window)
3567         (display-buffer-same-window, display-buffer-maybe-same-window)
3568         (display-buffer-reuse-window, display-buffer-pop-up-frame)
3569         (display-buffer-pop-up-window)
3570         (display-buffer-reuse-or-pop-window)
3571         (display-buffer-use-some-window): New functions.
3572         (display-buffer-default-action): Use them.
3573         (display-buffer-default): Delete.
3574         (pop-to-buffer-1): Fix choice of actions.
3576 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3578         * minibuffer.el (completion--insert-strings): Don't get confused by
3579         completion entries that end with an LF char.
3581 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
3583         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
3585 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
3587         * window.el (display-buffer): Restore interactive spec.
3588         (display-buffer-same-window, display-buffer-other-window):
3589         New functions.
3590         (pop-to-buffer-1): New function.  Use the above.
3591         (pop-to-buffer, pop-to-buffer-same-window): Use it.
3592         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
3594         * view.el (view-buffer-other-window, view-buffer-other-frame):
3595         Just use pop-to-buffer.
3597 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3599         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
3601 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
3603         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
3605 2011-08-31  Richard Stallman  <rms@gnu.org>
3607         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
3608         of the separation of rmail-view-buffer from rmail-buffer.
3609         If you say no to "replace original", the decrypt is in the
3610         view buffer.  If you say yes, the decrypt goes into the
3611         rmail buffer also.
3613 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
3615         * window.el (display-buffer-window): Rewrite doc-string.
3616         (display-buffer-record-window): New function.
3617         (display-buffer-macro-specifiers)
3618         (display-buffer-even-window-sizes, display-buffer-set-height)
3619         (display-buffer-set-width, display-buffer-in-window)
3620         (display-buffer-reuse-window, display-buffer-split-specifiers)
3621         (display-buffer-side-specifiers, display-buffer-split-window-1)
3622         (display-buffer-split-window, display-buffer-split-atom-window)
3623         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
3624         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
3625         (display-buffer-other-window-means-other-frame)
3626         (display-buffer-normalize-special)
3627         (display-buffer-normalize-default)
3628         (display-buffer-normalize-argument)
3629         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
3630         (display-buffer-normalize-specifiers, display-buffer-frame)
3631         (display-buffer-same-window, display-buffer-same-frame)
3632         (display-buffer-other-window)
3633         (display-buffer-same-frame-other-window)
3634         (display-buffer-other-frame, pop-to-buffer-same-window)
3635         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
3636         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
3637         (switch-to-buffer-same-frame)
3638         (switch-to-buffer-other-window-same-frame)
3639         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
3640         (display-buffer-alist-set-1, display-buffer-alist-set-2)
3641         (display-buffer-alist-set): Remove.
3642         (display-buffer-function, special-display-buffer-names)
3643         (special-display-regexps, special-display-function):
3644         In doc-string refer to display-buffer-window and quit-restore
3645         parameter.
3646         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
3647         (special-display-frame-alist, special-display-popup-frame)
3648         (same-window-buffer-names, same-window-regexps, same-window-p)
3649         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3650         (split-window-preferred-function, split-height-threshold)
3651         (split-width-threshold, window-splittable-p)
3652         (split-window-sensibly, window--try-to-split-window)
3653         (window--frame-usable-p, even-window-heights)
3654         (window--even-window-heights, window--display-buffer-1)
3655         (window--display-buffer-2, display-buffer-other-frame):
3656         Restore old Emacs 23 code, order and doc-strings where applicable.
3657         (display-buffer-default, display-buffer-assq-regexp): New functions.
3658         (display-buffer-alist): Rewrite doc-string.
3659         (display-buffer-default-action)
3660         (display-buffer-overriding-action): New variables.
3661         (display-buffer, switch-to-buffer): Rewrite.
3662         (pop-to-buffer): Restore Emacs 23 behavior but use
3663         window-normalize-buffer-to-display.
3664         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
3665         Restore Emacs 23 behavior but use
3666         window-normalize-buffer-to-switch-to.
3667         (pop-to-buffer-same-window): Rewrite.
3668         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
3669         Rewrite using Emacs 23 options.
3671 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
3673         * net/tramp.el (tramp-root-regexp): Remove.
3674         (tramp-completion-file-name-regexp-unified)
3675         (tramp-completion-file-name-regexp-separate)
3676         (tramp-completion-file-name-regexp-url): Don't use leading volume
3677         letter on win32 systems.  (Bug#5303, Bug#9311)
3678         (tramp-drop-volume-letter): Simplify definition.
3679         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3681 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3683         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
3684         (bug#9356).
3686 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
3688         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
3690 2011-08-29  Juri Linkov  <juri@jurta.org>
3692         * isearch.el (isearch-done): Don't display message "Mark saved"
3693         when arg `edit' is non-nil to prevent its flicker in the echo area.
3695 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
3697         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
3698         obsolete packages for deletion.
3700 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
3702         * help-mode.el (help-mode-map): Add special-mode-map to parent.
3703         (help-mode): Derive help-mode from special-mode.  Don't invoke
3704         view-mode from help-mode.
3705         (help-xref-override-view-map): Remove.
3706         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
3707         view-mode is not used anymore.
3709 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
3711         * server.el (server-port): Doc fix.
3713         * cus-theme.el (custom-theme-choose-mode): Inherit from
3714         special-mode (Bug#9124).
3715         (custom-theme-choose-mode-map): Add special-mode to parent.
3717 2011-08-28  Alan Mackenzie  <acm@muc.de>
3719         * progmodes/cc-fonts.el
3720         (c-make-font-lock-BO-decl-search-function): New function.
3721         (c-basic-matchers-after - "Fontify the clauses after various
3722         keywords"): Extract the three keyword lists for the 3 erroneous
3723         constructs from the list of four, and use the new function above
3724         in place of an old one.
3726 2011-08-28  Deniz Dogan  <deniz@dogan.se>
3728         * net/rcirc.el (rcirc-insert-prev-input)
3729         (rcirc-insert-next-input): Remove unused argument.
3731 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3733         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
3735 2011-08-27  Alan Mackenzie  <acm@muc.de>
3737         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
3738         handle function pointer parameters properly.
3740 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
3742         * window.el (display-buffer-reuse-window): Fix case where
3743         selected window was reused with non-nil OTHER-WINDOW argument.
3744         (Bug#9381)
3746 2011-08-27  Deniz Dogan  <deniz@dogan.se>
3748         * net/rcirc.el (rcirc-check-auth-status): Adding support for
3749         oftc's NickServ messages.
3751 2011-08-27  Glenn Morris  <rgm@gnu.org>
3753         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
3755 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
3757         * emacs-lisp/package.el (package-install): Call package-initialize
3758         if called interactively.
3760 2011-08-26  Leo Liu  <sdl.web@gmail.com>
3762         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
3764 2011-08-25  Juri Linkov  <juri@jurta.org>
3766         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3767         `search-whitespace-regexp' (bug#9364).
3769 2011-08-25  Juri Linkov  <juri@jurta.org>
3771         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
3772         `regexp-search-ring' to their global values to protect from
3773         updating by `read-from-minibuffer' (bug#9185).
3775 2011-08-25  Juri Linkov  <juri@jurta.org>
3777         * textmodes/ispell.el (ispell-command-loop): Add newline
3778         at the end of the "Use option `i'..." line.
3780 2011-08-25  Juri Linkov  <juri@jurta.org>
3782         * battery.el (display-battery-mode): If `battery-status-function'
3783         or `battery-mode-line-format' is nil, display the message and set
3784         `display-battery-mode' to nil (bug#9363).
3786 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
3788         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
3789         bidi-string-mark-left-to-right; they are unnecessary now.
3791 2011-08-25  Deniz Dogan  <deniz@dogan.se>
3793         * net/quickurl.el: Documentation typo fixes.
3795 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
3797         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
3799 2011-08-25  Glenn Morris  <rgm@gnu.org>
3801         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3803         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
3804         (smtpmail-via-smtp): Handle nil response from smtp.
3806 2011-08-24  Juri Linkov  <juri@jurta.org>
3808         * proced.el (proced-marked): Inherit from `error' instead of
3809         `font-lock-warning-face'.
3811         * ibuffer.el (ibuffer-marked-face): Change default face from
3812         `font-lock-warning-face' to `warning'.
3813         (ibuffer-deletion-face): Change default face from
3814         `font-lock-type-face' to `error'.
3816         * battery.el (battery-update): Use the face `error' instead of
3817         `font-lock-warning-face' (bug#6117).
3819 2011-08-24  Juri Linkov  <juri@jurta.org>
3821         * faces.el (success): Change face color from "Green3" to
3822         "ForestGreen" on light background (bug#9353).
3824 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
3826         * window.el (quit-window): Rename from quit-restore-window.
3827         Use same arglist as old quit-window.
3828         (frame-auto-delete): Doc fix.
3830         * view.el (view-mode-exit): Use quit-window.
3832 2011-08-24  Juri Linkov  <juri@jurta.org>
3834         * isearch.el (isearch-ring-adjust1): Start visiting previous
3835         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
3836         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
3837         for empty search string (when the last search string is reused
3838         automatically) to adjust the isearch ring to the last element and
3839         prepare the correct index for further M-p commands (bug#9185).
3841 2011-08-24  Kenichi Handa  <handa@m17n.org>
3843         * international/ucs-normalize.el: If decomposition property of
3844         CHAR is the default one (i.e. a list of CHAR itself), treat it as
3845         nil.
3846         (nfd, nfkd): Likewise.
3848 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3850         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
3851         from process filters aren't reliably transmitted to the surrounding
3852         accept-process-output.
3853         (mpc-proc-check): New function.
3854         (mpc-proc-sync): Use it (bug#8293)
3856 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3858         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
3859         Add compatibility functions (bug#9313).
3861 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
3863         * cus-start.el (all): Add entry for bidi-paragraph-direction.
3865         * international/uni-bidi.el: Regenerated.
3867 2011-08-23  Kenichi Handa  <handa@m17n.org>
3869         * international/charprop.el:
3870         * international/uni-bidi.el:
3871         * international/uni-category.el:
3872         * international/uni-combining.el:
3873         * international/uni-comment.el:
3874         * international/uni-decimal.el:
3875         * international/uni-decomposition.el:
3876         * international/uni-digit.el:
3877         * international/uni-lowercase.el:
3878         * international/uni-mirrored.el:
3879         * international/uni-name.el:
3880         * international/uni-numeric.el:
3881         * international/uni-old-name.el:
3882         * international/uni-titlecase.el:
3883         * international/uni-uppercase.el: Regenerate.
3885 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
3887         * help.el (help-window-setup): Fix message displayed when other
3888         window is reused.  (Bug#9341)
3890 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3892         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
3893         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
3895         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
3896         Mark obsolete.
3897         * shell.el (shell-parse-pcomplete-arguments): New function.
3898         (shell-completion-vars): Use it instead (bug#9160).
3900 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3902         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
3903         strings and comments (bug#9333).
3905         * emacs-lisp/debug.el (debug-arglist): New function.
3906         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
3907         (debug-on-entry-1): Handle interpreted closures (bug#9120).
3909 2011-08-22  Juri Linkov  <juri@jurta.org>
3911         * progmodes/compile.el (compilation-mode-font-lock-keywords):
3912         Revert regexp that highlights output switches to its old
3913         pre-2010-10-28 value and remove one `?' from it (bug#9319).
3915         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
3916         to check for empty output (bug#9226).
3918 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
3920         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
3921         symbol-constituent as the default, as that stops font-lock from
3922         working properly (Bug#8843).
3924 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3926         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
3927         `coding-system-for-*' around the process open call to avoid
3928         auth-source side effects.
3929         (smtpmail-try-auth-methods): Expand the secret password.
3930         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
3931         probe hangs.
3933 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
3935         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
3937         * emacs-lisp/find-func.el (find-function-noselect): New arg
3938         lisp-only.
3940         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
3941         signal an error for built-in functions (Bug#6664).
3943 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3945         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
3946         (smtpmail-try-auth-methods): Use it.
3948 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
3950         * font-lock.el (font-lock-fontify-region)
3951         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
3952         (font-lock-default-unfontify-buffer)
3953         (font-lock-default-fontify-region)
3954         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
3956         * progmodes/compile.el (compilation-error-properties):
3957         Fix confusion between file struct and message struct (Bug#9319).
3958         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
3959         `ant' regexp.
3961         * net/browse-url.el (browse-url-firefox): Don't call
3962         browse-url-firefox-sentinel unless using -remote (Bug#9328).
3964 2011-08-20  Glenn Morris  <rgm@gnu.org>
3966         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
3968         * tutorial.el (tutorial--default-keys): Update some default bindings.
3970         * files.el (hack-local-variables): Fully ignore case for "mode:".
3972 2011-08-20  Alan Mackenzie  <acm@muc.de>
3974         Resolve invalid use of a regexp in regexp-opt.
3976         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
3977         detection for a java annotation.
3979         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
3980         detection for a java annotation.
3982         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
3983         handling for java.
3984         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
3986 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
3988         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
3989         (Bug#9274).
3991 2011-08-20  Alan Mackenzie  <acm@muc.de>
3993         Fontify CPP expressions correctly when starting in the middle of
3994         such a construct.  Mainly for when jit-lock etc. starts a chunk
3995         here.
3997         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
3998         variable.
3999         (c-make-font-lock-search-form): New function, extracted from
4000         c-make-font-lock-search-function.
4001         (c-make-font-lock-search-function): Use the above function.
4002         (c-make-font-lock-context-search-function): New function.
4003         (c-cpp-matchers): Enhance the preprocessor expression case with
4004         the above function
4005         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
4006         which takes an expression.
4008         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
4010 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
4012         * window.el (display-buffer-reuse-window)
4013         (display-buffer-pop-up-window): Don't reuse or split a side
4014         window.
4016 2011-08-19  Glenn Morris  <rgm@gnu.org>
4018         * files.el (hack-local-variables-prop-line, hack-local-variables):
4019         Downcase "Mode:".  (Bug#9331)
4021 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
4023         * international/characters.el: Add L and R categories.
4025         * subr.el (bidi-string-mark-left-to-right): Rename from
4026         string-mark-left-to-right.  Use category search.
4028         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
4030 2011-08-18  Juri Linkov  <juri@jurta.org>
4032         * faces.el (error, warning, success): New faces with definitions
4033         copied from old default values of `font-lock-warning-face',
4034         `compilation-warning', `compilation-info' (bug#6117).
4036         * font-lock.el (font-lock-warning-face): Inherit from `error'.
4038         * progmodes/compile.el (compilation-error): Inherit from `error'.
4039         (compilation-warning): Inherit from `warning'.
4040         (compilation-info): Inherit from `success'.
4042         * dired.el (dired-marked): Inherit from `warning'.
4043         (dired-flagged): Inherit from `error'.
4045 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4047         * mail/smtpmail.el (auth-source): Require to avoid problems with
4048         binding variables (bug#9298).  Also clean up some unused
4049         autoloads.
4051         * net/network-stream.el (network-stream-open-starttls):
4052         Support using starttls.el without using gnutls-cli.
4054 2011-08-17  Juri Linkov  <juri@jurta.org>
4056         * progmodes/grep.el (rgrep): Handle the case when
4057         `grep-find-command' is a cons cell (bug#9278).
4059 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
4061         * window.el (display-buffer-pop-up-frame): Run frame creation
4062         function with BUFFER current (as special-display-popup-frame
4063         does).  Reported by Drew Adams.
4065 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
4067         * epa-mail.el: Simplify GnuPG group expansion using
4068         epg-expand-group.
4069         (epa-mail-group-alist, epa-mail-group-modtime)
4070         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
4071         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
4072         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
4073         Remove.
4075 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
4077         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
4079 2011-08-16  Alan Mackenzie  <acm@muc.de>
4081         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
4082         Correct, to avoid the inside of macros.
4084 2011-08-16  Richard Stallman  <rms@gnu.org>
4086         * epa-mail.el: Handle GnuPG group definitions.
4087         (epa-mail-group-alist, epa-mail-group-modtime)
4088         (epa-mail-gnupg-conf-file): New variables.
4089         (epa-mail-parse-groups, epa-mail-sync-groups)
4090         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
4091         (epa-mail-expand-recipients): New functions.
4092         (epa-mail-encrypt): Call epa-mail-expand-recipients.
4094         * mail/rmail.el (rmail-epa-decrypt): New command.
4096         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
4097         Don't bind buffer-read-only, just inhibit-read-only.
4098         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
4099         (epa-decrypt-armor-in-region): Make error message clearer.
4101 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4103         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
4104         and "a2b" to "ab" for `prefix'.
4106 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
4108         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
4109         filter groups.
4110         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
4111         Fourquet (Bug#8804).
4113 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
4115         * startup.el (argi): Declare as global variable (bug#9275).
4117 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
4119         * subr.el (string-mark-left-to-right): Search the entire string
4120         for RTL script, not just the terminating character.  Doc fix.
4122 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4124         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
4125         New function.
4126         (js--regexp-literal, js-syntax-propertize-function): Remove.
4127         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
4128         (js-mode-map): Don't rebind electric keys.
4129         (js-insert-and-indent): Remove.
4130         (js-mode): Setup electric-layout and electric-indent instead.
4132         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
4134 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
4136         * epa.el (epa-progress-callback-function): Fix the logic of
4137         displaying progress.
4138         * epa-file.el (epa-file-insert-file-contents): Make progress
4139         display more user-friendly.
4140         (epa-file-write-region): Ditto.
4142 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
4144         * subr.el (string-mark-left-to-right): New function.
4146         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
4147         Use string-mark-left-to-right.
4148         (list-buffers-noselect): Caller changed.
4150         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4151         Use string-mark-left-to-right.
4152         (tabulated-list-print): Recenter after moving point.
4154 2011-08-10  Juri Linkov  <juri@jurta.org>
4156         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
4157         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
4158         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
4160 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
4162         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
4163         (Bug#7554).
4165 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
4167         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
4168         character.  (Bug#6594)
4170 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
4172         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
4173         (image-dired--with-db-file): New macro.
4174         (image-dired-write-tags, image-dired-remove-tag)
4175         (image-dired-create-gallery-lists, image-dired-write-comments)
4176         (image-dired-get-comment, image-dired-mark-tagged-files)
4177         (image-dired-list-tags, image-dired-gallery-generate): Use it.
4178         (image-dired-gallery-generate): Use insert-file-contents.
4180         * time.el (display-time-world-list, display-time-world-display):
4181         * time-stamp.el (time-stamp-string):
4182         * vc/add-log.el (add-change-log-entry): Use setenv instead of
4183         set-time-zone-rule (Bug#7337).
4185 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
4187         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
4188         (epg-error-to-string, epg-errors-to-string): New function.
4189         (epg-wait-for-completion): Reverse errors list.
4190         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
4191         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
4192         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
4193         (epg-sign-keys, epg-generate-key-from-file)
4194         (epg-generate-key-from-string): Format errors by using
4195         epg-errors-to-string (bug#9255).
4196         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
4198 2011-08-07  Juri Linkov  <juri@jurta.org>
4200         * faces.el (list-faces-display): Remove extra angle bracket
4201         from `help-mode-map'.
4203         * info.el (Info-history-toc-nodes): Doc fix.
4205         * longlines.el (longlines-mode): Doc fix.
4207 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4209         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
4210         of statements and in a few more cases (bug#9183).
4212         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
4213         New functions.
4214         (cl-transform-lambda): Use them (bug#9239).
4216 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
4218         * window.el (display-buffer-same-window)
4219         (display-buffer-same-frame, display-buffer-other-window)
4220         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
4221         (pop-to-buffer-other-window)
4222         (pop-to-buffer-same-frame-other-window)
4223         (pop-to-buffer-other-frame): Make them defuns.
4224         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
4226 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4228         * subr.el (make-composed-keymap): Move from C.  Change calling
4229         convention, and improve docstring to bring attention to a subtle point.
4230         * minibuffer.el (completing-read-default): Adjust accordingly.
4232 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
4234         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4235         (tramp-open-shell): Use `tramp-shell-quote-argument'.
4237         * net/trampver.el: Update release number.
4239 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4241         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
4242         "in" (bug#9190).
4244 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4246         * mail/sendmail.el (sendmail-query-once): Restore the current
4247         buffer after querying (bug#9074).
4249         * dired.el (dired-flagged): Use different faces for marked and
4250         flagged files (bug#6117).
4252         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
4253         (bug#4433).
4255         * ido.el (ido-mode): Switch off the message if called
4256         non-interactively.
4258         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
4259         before 587, since it appears that that's more likely to work for
4260         more people.
4262         * cus-edit.el (custom-file): When running under emacs -q, always
4263         refuse to save the customizations, even if the .emacs file doesn't
4264         exist.
4266         * info.el: Remove the `Info-beginning-of-buffer' function
4267         (bug#8325).
4269         * net/network-stream.el (network-stream-open-starttls):
4270         Use `starttls-available-p' to see whether starttls.el can be used.
4272 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
4274         * window.el (display-buffer-in-window): Don't set dedicated status
4275         of window here (Bug#9215).
4276         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
4277         (display-buffer-pop-up-side-window)
4278         (display-buffer-in-side-window): Set dedicated status of window here.
4280 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4282         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
4283         before binding generated-autoload-file.
4285 2011-08-01  Deniz Dogan  <deniz@dogan.se>
4287         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
4289 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
4291         Sync with Tramp 2.2.2.
4293         * net/trampver.el: Update release number.
4295 2011-07-30  Juri Linkov  <juri@jurta.org>
4297         * dired-aux.el (dired-touch-initial): Remove function.
4298         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
4299         current time, and `default' to the last modification time of the
4300         current marked file (bug#6887).
4302 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
4304         * simple.el (goto-line): Use string-to-number to provide a
4305         numeric argument to read-number (bug#9163).
4307 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
4309         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
4310         connection process, it could be nil.
4312 2011-07-27  Leo Liu  <sdl.web@gmail.com>
4314         Simplify url handling in rcirc-mode.
4316         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
4317         (rcirc-browse-url-at-mouse): Remove.
4318         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
4320 2011-07-26  Alan Mackenzie  <acm@muc.de>
4322         Fontify bitfield declarations properly.
4324         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
4325         (c-symbol-chars): Now exported as a lang variable.
4326         (c-not-primitive-type-keywords): New lang variable.
4328         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
4329         QT keyword "more" to prevent "more slots: ...." being spuriously
4330         parsed as a bitfield declaration.
4332         * progmodes/cc-engine.el (c-beginning-of-statement-1):
4333         Refactor and enhance to handle bitfield declarations.
4334         (c-punctuation-in): New function.
4335         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
4336         declarations properly.
4338 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
4340         * calendar/icalendar.el (icalendar--all-events): Take care of
4341         multiple vcalendars in a single file.
4342         (icalendar--convert-float-to-ical): Checkdoc fixes.
4344 2011-07-25  Deniz Dogan  <deniz@dogan.se>
4346         * image.el (insert-image): Clarifying docstring.
4348 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
4350         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
4351         `tramp-send-command-and-check' if there is no error.
4352         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
4354 2011-07-22  Alan Mackenzie  <acm@muc.de>
4356         Prevent cc-langs.elc being loaded at run time.
4358         * progmodes/cc-mode.el: Remove two autoload forms which loaded
4359         cc-langs.
4361         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
4362         "(require 'cc-langs)".  Quote a form so it will evaluate at
4363         (cc-mode's) compilation time.
4365 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
4367         * net/tramp.el (tramp-file-name-handler): Avoid recursive
4368         loading.  (Bug#9114)
4370 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
4372         * window.el (display-buffer-pop-up-window)
4373         (display-buffer-pop-up-side-window)
4374         (display-buffer-in-side-window): Call display-buffer-set-height
4375         and display-buffer-set-width after setting the new window's
4376         buffer so `fit-window-to-buffer' and friends work on the right buffer.
4378 2011-07-20  Sam Steingold  <sds@gnu.org>
4380         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
4381         (etags-tags-included-tables): Call `convert-standard-filename' on
4382         the file names contained in TAGS so that windows Emacs can handle
4383         TAGS files created by cygwin ctags.
4385 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4387         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
4388         which apparently didn't work.
4390 2011-07-19  Roland Winkler  <winkler@gnu.org>
4392         * proced.el (proced-send-signal): For *Marked Processes* buffer
4393         put point at beginning of buffer.
4395 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
4397         * proced.el (proced-format): Make header lines align with the text
4398         (bug#1779).
4400 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4402         * view.el (view-buffer): Allow running in `special' modes if we're
4403         visiting a file (bug#8615).
4405 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
4407         * window.el (display-buffer-alist-of-strings-p)
4408         (display-buffer-alist-set-1, display-buffer-alist-set-2):
4409         New functions.
4410         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
4411         more accurately.
4413 2011-07-18  Alan Mackenzie  <acm@muc.de>
4415         Fontify declarators properly when, e.g., a jit-lock chunk begins
4416         inside a declaration.
4418         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
4420         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4421         New function.
4422         (c-complex-decl-matchers): Insert reference to
4423         c-font-lock-enclosing-decls.
4425         * progmodes/cc-engine.el (c-backward-single-comment):
4426         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
4427         to nil around calls to (forward-comment -1).
4429 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4431         * image.el (put-image): Doc typo fix.
4433         * progmodes/etags.el (tags-search): Doc typo fix.
4435         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
4436         password if we get errors 550 to 554.
4438 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440         * net/gnutls.el (gnutls-log-level): Remove.
4442         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
4443         indentation character (bug#6380).
4445         * files.el (buffer-offer-save): Made permanently local (bug#6241).
4447         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
4448         to clarify what the problem is (bug#4291).
4450         * simple.el (current-kill): Clarify what
4451         `interprogram-paste-function' does (bug#7500).
4452         (auto-fill-mode): Document `auto-fill-function' in relation to
4453         `auto-fill-mode' (bug#2470).
4455 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
4457         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
4458         method if slot is read-only (bug#9035).
4460 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
4462         * frame.el (select-frame-set-input-focus): New argument NORECORD.
4463         * window.el (pop-to-buffer): Select window used even if it was
4464         selected before, see discussion of (Bug#8615), (Bug#6954).
4465         Pass argument NORECORD on to select-frame-set-input-focus.
4467 2011-07-15  Glenn Morris  <rgm@gnu.org>
4469         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
4470         Respect help-form.
4472 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
4474         * net/gnutls.el (gnutls-min-prime-bits): New variable.
4475         (gnutls-negotiate): Use it.
4477 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4479         * net/gnutls.el (gnutls-negotiate):
4480         Upcase `gnutls-algorithm-priority'.
4482 2011-07-15  Glenn Morris  <rgm@gnu.org>
4484         * jka-compr.el (jka-compr-verbose): Move from here...
4485         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
4486         Add missing :version tag.
4487         * info.el: No need to require jka-compr when compiling.
4489 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4491         * net/gnutls.el (gnutls-algorithm-priority): New variable.
4492         (gnutls-negotiate): Use it.
4494         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
4496         * info.el (Info-beginning-of-buffer): New command.
4497         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
4498         announcing `b' as the key (bug#8325).
4499         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
4501         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
4503         * international/mule-cmds.el
4504         (describe-specified-language-support): Make the error message
4505         clearer (bug#8905).
4507         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
4509         * isearch.el (isearch-barrier): Add a doc string, since it's
4510         mentioned in a function doc string (bug#8678).
4512 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
4514         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
4515         buffer argument (Bug#9083) and self-identifying label argument.
4517 2011-07-15  Glenn Morris  <rgm@gnu.org>
4519         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
4521 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4523         * man.el (Man-fontify-manpage): Fix message when formatting the
4524         man page (bug#7929).
4526 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
4528         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
4529         argument LRM; if non-nil, append an invisible LRM character to the
4530         buffer name.
4531         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
4532         last argument non-nil, when formatting buffer names.
4533         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
4534         paragraph direction.
4536 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4538         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
4539         the man page name (bug#7929).
4541         * image.el (put-image): Mention the `put-image' overlay property
4542         (bug#7834).
4544         * scroll-bar.el (set-scroll-bar-mode): Mention that
4545         `scroll-bar-mode' lists the values (bug#7772).
4547         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
4548         command (bug#7729).
4550         * rect.el (apply-on-rectangle): Return the point after the last
4551         operation.
4552         (string-rectangle): Go to the point after the last operation
4553         (bug#7522).
4555         * printing.el (pr-toggle-region): Clarify the documentation
4556         slightly (bug#7493).
4558         * time.el (display-time-update):
4559         Allow `display-time-mail-function' to return nil (bug#7158).
4560         Fix suggested by Detlev Zundel.
4562         * vc/diff.el (diff): Clarify the order the file names are read
4563         (bug#7111).
4565         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
4566         the doc string (bug#7015).
4568         * font-lock.el (font-lock-maximum-decoration): Mention what
4569         numeric levels mean (bug#6935).
4571         * startup.el (initial-buffer-choice): Don't mention the `none'
4572         selection, which is against policy.
4574 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
4576         * window.el (display-buffer-normalize-special):
4577         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
4579 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
4581         * subr.el (version<, version<=, version=): Mention "-CVS" and
4582         "-12345" alpha version numbers.
4584 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
4586         * bindings.el: Add advertised binding for set-mark-command
4587         (Bug#5772).
4589 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
4591         * bindings.el (mode-line-other-buffer):
4592         * bookmark.el (bookmark-bmenu-2-window):
4593         * bs.el (bs-cycle-next, bs-cycle-previous):
4594         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
4595         switch-to-buffer.
4597         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
4598         Delete.
4600 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
4602         * follow.el (follow-debug-message, follow-redisplay):
4603         * jka-cmpr-hook.el (with-auto-compression-mode):
4604         Fix typos in docstrings.
4606 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4608         * subr.el (with-silent-modifications): Clarify somewhat what the
4609         macro inhibits (bug#6525).
4611         * simple.el (eval-expression): Note what it does if called
4612         interactively (bug#6495).
4614 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
4616         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
4617         Use pop-to-buffer buffer-or-name if it is nil.
4619         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4620         Remove switch-to-buffer.
4622 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4624         * files.el (make-directory): Clarify that an error will be raised
4625         if there's an error (bug#6397).
4627         * startup.el (initial-buffer-choice): Add `none' as a choice
4628         (bug#6234).
4630         * subr.el (add-hook): Clarify section about buffer-local hooks
4631         (bug#6218).
4633         * dired.el (dired-flagged): Clarify doc string (bug#6117).
4635 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
4637         * tabify.el (untabify): Preserve the current column so that point
4638         doesn't move (bug#6032).
4640 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4642         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
4643         Rewrite to avoid awkward possessive "s" (bug#5986).
4645 2011-07-13  Glenn Morris  <rgm@gnu.org>
4647         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
4648         (dired-insert-directory): Give a message the first time
4649         if ls is found not to support --dired.
4651 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4653         * simple.el (toggle-truncate-lines): Clarify what is toggled
4654         (bug#5580).  Text by Drew Adams.
4656 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
4658         * simple.el (blink-matching-open): Make the error message from the
4659         last change less verbose.
4661 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
4663         * font-lock.el (font-lock-comment-face): Use the high contrast
4664         "yellow" color for font-lock-comment-face on low color terminals
4665         using a dark background color (bug#4221).
4667 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4669         * dired.el (dired-insert-set-properties): Make the doc string
4670         reflect what it does now (bug#5325).
4672         * simple.el (blink-matching-open): Say that we were unable to find
4673         the match within the limit, if we're limited (bug#5122).
4675         * international/mule-cmds.el (prefer-coding-system): Add an
4676         example (bug#4869).
4678         * progmodes/etags.el (tags-search): Document `file-list-form'
4679         (bug#4731).
4681 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
4683         * net/browse-url.el (browse-url-default-browser)
4684         (browse-url-browser-function): Make the default browser choice a
4685         bit more logical (bug#4300).  Also clean up the doc string.
4687 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
4689         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
4690         binary endings (bug#4440).
4692 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4694         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
4695         which can be pretty annoying (bug#8971).
4697         * jka-compr.el (jka-compr-verbose): New variable, and use
4698         throughout (bug#8971).
4700         * info.el (Info-find-file): Fall back on the installation
4701         directory if we can't find the info node anywhere else.
4703 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
4705         * vc/vc.el (vc-revert-file):
4706         Don't set file time-stamp in the past.  (Bug#5181)
4708 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4710         * files.el (after-find-file): Give a better error message when
4711         trying to find a symlink that points to a file that doesn't exist
4712         (bug#4398).
4714         * progmodes/cc-vars.el: Remove (probably) misleading comment
4715         (bug#4396).
4717 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
4719         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
4721 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
4723         * mouse-sel.el: Hack restoring functionality, while keeping
4724         compatibility with 2010-07-03 changes to mouse selection.
4725         (mouse-sel-primary-overlay): New var.
4726         (mouse-sel-selection-alist): Use it.
4727         (mouse-sel-mode): Doc fix; remove points that are default features
4728         of mouse.el.
4730 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
4732         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4733         Fix previous fix (bug#2490).
4735 2011-07-12  Roland Winkler  <winkler@gnu.org>
4737         * textmodes/bibtex.el (bibtex-initialize):
4738         Use pop-to-buffer-same-window.
4739         (bibtex-search-entries): Fix interactive call.
4741 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4743         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4744         Fontise bytecomp Error lines more correctly (bug#2490).
4745         Fix suggested by Johan Bockgård.
4747         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
4749         * dired-x.el (dired-guess-default): Use `delete-dups'.
4751 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
4753         * dired.el (dired-mark-prompt):
4754         * dired-aux.el (dired-read-shell-command): Doc fix.
4756 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4758         * mail/sendmail.el (sendmail-query-once):
4759         Use `customize-save-variable' unconditionally, now that it works under
4760         emacs -Q.
4762         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4764         * cus-edit.el (custom-file): Take an optional no-error variable.
4765         (customize-save-variable): Set the variable, and give a warning if
4766         running under "emacs -q".
4768 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
4770         * loadhist.el (unload-feature-special-hooks):
4771         Add `auto-coding-functions', `fill-nobreak-predicate' and
4772         `find-directory-functions' (bug#5327).
4774 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4776         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
4778         * cus-edit.el (custom-guess-name-alist): -alist variables should
4779         use the `alist' type (bug#3120).  Suggested by Drew Adams.
4781         * printing.el: Add documentation to all the `pr-toggle-' commands.
4783 2011-07-11  Leo Liu  <sdl.web@gmail.com>
4785         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
4786         backends where it makes sense (bug#2623).
4788 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4790         * dired-x.el (dired-guess-default): Remove duplicate shell command
4791         entries (bug#2028).
4792         (dired-guess-default): Fix grammar in doc string (bug#2028).
4793         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
4795         * subr.el (remove-duplicates): New conveniency function.
4797 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4799         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
4800         (bug#1526).
4802 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
4804         * window.el (display-buffer-normalize-default): Don't invert
4805         meaning of even-window-heights.  Reported by Eli Zaretskii
4806         <eliz@gnu.org>.
4808 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
4810         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
4812 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
4814         * window.el (display-buffer): Fix arguments to
4815         display-buffer-reuse-window in last change.
4817         * faces.el (link): Use a less saturated blue on light backgrounds.
4819         * startup.el (fancy-startup-text, fancy-about-text)
4820         (fancy-startup-tail): Use font-lock faces, for background safety.
4822 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
4824         * emulation/viper-cmd.el (viper-change-state-to-vi):
4825         Limit triggering of abbrev expansion (Bug#9038).
4827 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
4829         * window.el (display-buffer-default-specifiers): Remove.
4830         (display-buffer-macro-specifiers): Remove default specifiers.
4831         (display-buffer-alist): Default to nil.
4832         (display-buffer-reuse-window): New optional argument other-window.
4833         (display-buffer-pop-up-window): Allow splitting internal
4834         windows.  Check whether a live window was created.
4835         (display-buffer-other-window-means-other-frame)
4836         (display-buffer-normalize-arguments): Rename to
4837         display-buffer-normalize-argument and rewrite.  Set the
4838         other-window specifier.
4839         (display-buffer-normalize-special): New function.
4840         (display-buffer-normalize-options): Rename to
4841         display-buffer-normalize-default and rewrite.
4842         (display-buffer-normalize-options-inhibit): Remove.
4843         (display-buffer-normalize-specifiers): Rewrite.
4844         (display-buffer): Process other-window specifier and call
4845         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
4846         more faithfully.
4847         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4848         (display-buffer-alist-set): Don't handle 'unset default values.
4849         (display-buffer-in-window, display-buffer-alist-set):
4850         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
4851         <tassilo@member.fsf.org>.
4853 2011-07-09  Leo Liu  <sdl.web@gmail.com>
4855         * register.el (insert-register): Restore accidental change on
4856         2011-06-26.  (Bug#9028)
4858 2011-07-09  Glenn Morris  <rgm@gnu.org>
4860         * subr.el (remq): Handle the empty list.  (Bug#9024)
4862 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
4864         * mail/sendmail.el (send-mail-function): No longer delay custom
4865         initialization.
4866         * custom.el (custom-initialize-delay): Doc fix.
4868 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4870         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
4872 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
4874         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
4875         human-friendly prompt.
4877 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4879         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
4880         provided by a particular plugin.
4882 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4884         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
4885         save customizations (with "emacs -Q"), just set the variable
4886         instead of erroring out.
4888         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4890 2011-07-08  Juri Linkov  <juri@jurta.org>
4892         * arc-mode.el (archive-zip-expunge, archive-zip-update)
4893         (archive-zip-update-case): Use 7z if found by `executable-find'.
4894         The order of searching the available programs is the same as in
4895         `archive-zip-extract' (bug#8968).
4897 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
4899         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
4900         (menu-bar-options-menu): Tweak descriptions.
4902 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4904         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
4905         menu items into verb phrases (bug#1421).  Also refill to fit under
4906         80 columns.
4908 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
4910         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
4911         (Info-read-node-name): Doc fix (Bug#1084).
4913         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
4914         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
4915         (end-of-sexp, beginning-of-sexp)
4916         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
4917         (forward-symbol, forward-same-syntax, word-at-point)
4918         (sentence-at-point): Doc fix (Bug#1144).
4920 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4922         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
4923         should cover it (bug#1281).
4925         * cus-edit.el (custom-show): Mark as obsolete.
4927         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
4928         negotiation fails, then possibly try again with a non-encrypted
4929         connection (bug#9017).
4931         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
4932         be used.
4934 2011-07-07  Richard Stallman  <rms@gnu.org>
4936         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
4937         property, and handle its changed format.
4938         Look for the correct line number.
4939         Use file's line contents (but not past first =) to find
4940         correct line in message.
4942 2011-07-07  Kenichi Handa  <handa@m17n.org>
4944         * international/characters.el (build-unicode-category-table):
4945         Delete it.
4946         (unicode-category-table): Set it by unicode-property-table-internal.
4948         * international/mule-cmds.el (char-code-property-alist): Move to
4949         to src/chartab.c.
4950         (get-char-code-property): Call unicode-property-table-internal to
4951         load a file.  Call get-unicode-property-internal where necessary.
4952         (put-char-code-property): Call unicode-property-table-internal to
4953         load a file.  Call put-unicode-property-internal where necessary.
4954         put-unicode-property-internal where necessary.
4955         (char-code-property-description):
4956         Call unicode-property-table-internal to load a file.
4958         * international/charprop.el:
4959         * international/uni-bidi.el:
4960         * international/uni-category.el:
4961         * international/uni-combining.el:
4962         * international/uni-comment.el:
4963         * international/uni-decimal.el:
4964         * international/uni-decomposition.el:
4965         * international/uni-digit.el:
4966         * international/uni-lowercase.el:
4967         * international/uni-mirrored.el:
4968         * international/uni-name.el:
4969         * international/uni-numeric.el:
4970         * international/uni-old-name.el:
4971         * international/uni-titlecase.el:
4972         * international/uni-uppercase.el: Regenerate.
4974         * loadup.el: Load international/charprop.el before
4975         international/characters.
4977 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
4979         * window.el (next-buffer, previous-buffer): Signal an error if
4980         called from a minibuffer window.
4982         * bindings.el: Revert 2011-07-04 change.
4984 2011-07-06  Richard Stallman  <rms@gnu.org>
4986         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
4987         (rmail-mime-insert-bulk, rmail-mime-insert-text):
4988         Treat markers like ints.
4989         (rmail-mime-entity): Doc fix.
4991 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4993         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
4994         defcustom again for backwards compatibility.
4996         * simple.el (shell-command-on-region): Fill.
4998         * dired-aux.el (dired-kill-line): Add a doc string.
5000         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
5001         to "\\sw\\|\\s_" (bug#358).
5003         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
5004         (dired-unmark-backward): Ditto.
5005         (dired-flag-backup-files): Ditto.
5007         * dired-x.el (dired-mark-sexp): Ditto.
5009 2011-07-06  Richard Stallman  <rms@gnu.org>
5011         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
5012         (rmail-mime-entity): New arg TRUNCATED.
5013         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
5014         New functions.
5015         (rmail-mime-save): Warn if entity is truncated.
5016         (rmail-mime-toggle-hidden): Likewise, for showing.
5017         (rmail-mime-process-multipart): Record when an entity is truncated.
5019         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
5020         if ENTITY is a string.
5022 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5024         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
5025         of faces when `M-C-x'-ing their definitions (bug#8378).
5026         Also clean up the code slightly.
5028         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
5029         because that makes the colors go away.
5031         * mail/sendmail.el (send-mail-function): Change the default to
5032         `sendmail-query-once'.
5033         (sendmail-query-once): Add an autoload cookie.
5035         * net/network-stream.el (network-stream-open-starttls): Try using
5036         a plain connection even if the server offered STARTTLS, and we
5037         kinda wanted to use it, if Emacs doesn't have any STARTTLS
5038         capability.  This should make smtpmail.el work in slightly more
5039         configurations.
5041 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
5043         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
5044         New defun.
5045         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
5047 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
5049         * progmodes/sql.el: Version 3.0
5050         (sql-product-alist): Add product :completion-object,
5051         :completion-column, and :statement attributes.
5052         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
5053         (sql-mode-syntax-table): Mark all punctuation.
5054         (sql-font-lock-keywords-builder): Temporarily remove fallback on
5055         ansi keywords.
5056         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
5057         (sql-mode-oracle-font-lock-keywords): Improve.
5058         (sql-oracle-show-reserved-words): New function for development.
5059         (sql-product-font-lock): Simplify for source code buffers.
5060         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
5061         New functions.
5062         (sql-highlight-product): Set product specific syntax table.
5063         (sql-mode-map): Add statement movement functions.
5064         (sql-ansi-statement-starters, sql-oracle-statement-starters):
5065         New variable.
5066         (sql-statement-regexp, sql-beginning-of-statement)
5067         (sql-end-of-statement, sql-signum): New functions.
5068         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
5069         (sql-show-sqli-buffer): Bug fix.
5070         (sql-interactive-mode): Store connection data as buffer local.
5071         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
5072         with sql-interactive-mode.
5073         (sql-save-connection): Save buffer local settings.
5074         (sql-connection-menu-filter): Change menu entry name.
5075         (sql-product-interactive): Bug fix.
5076         (sql-preoutput-hold): New variable.
5077         (sql-interactive-remove-continuation-prompt): Bug fixes.
5078         (sql-debug-redirect): New variable.
5079         (sql-str-literal): New function.
5080         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
5081         Redesign.
5082         (sql-oracle-save-settings, sql-oracle-restore-settings)
5083         (sql-oracle-list-all, sql-oracle-list-table): New functions.
5084         (sql-completion-object, sql-completion-column)
5085         (sql-completion-sqlbuf): New variables.
5086         (sql-build-completions-1, sql-build-completions)
5087         (sql-try-completion): New functions.
5088         (sql-read-table-name): Use them.
5089         (sql-contains-names): New buffer local variable.
5090         (sql-list-all, sql-list-table): Use it.
5091         (sql-oracle-completion-types): New variable.
5092         (sql-oracle-completion-object, sql-sqlite-completion-object)
5093         (sql-postgres-completion-object): New functions.
5095 2011-07-06  Glenn Morris  <rgm@gnu.org>
5097         * window.el (pop-to-buffer): Doc fix.
5099 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
5101         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
5103 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
5105         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
5107         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
5109 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
5111         * button.el (button): Inherit from link face.  Suggested by Dan
5112         Nicolaescu.
5114 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5116         * progmodes/gdb-mi.el: Fit in 80 columns.
5117         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
5118         switch-to-buffer.
5120         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
5121         if imenu is simply not configured (bug#8941).
5123 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
5125         * allout.el (allout-post-undo-hook): New allout outline-change
5126         event hook to signal undo activity.
5127         (allout-post-command-business): Run allout-post-undo-hook if an
5128         undo just occurred.
5129         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
5130         * allout-widgets.el (allout-widgets-after-undo-function):
5131         Ensure the integrity of the current item's decoration after it has been
5132         in the vicinity of an undo.
5133         (allout-widgets-mode): Include allout-widgets-after-undo-function
5134         on the new allout-post-undo-hook.
5136 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5138         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
5139         Let define-derived-mode define it.
5140         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
5141         cycles of abbrev-table inheritance (bug#8998).
5143 2011-07-05  Roland Winkler  <winkler@gnu.org>
5145         * textmodes/bibtex.el: Add support for biblatex.
5146         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
5147         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
5148         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
5149         (bibtex-entry-alist, bibtex-field-alist): New variables.
5150         (bibtex-entry-field-alist): Obsolete alias for
5151         bibtex-BibTeX-entry-alist.
5152         (bibtex-entry-alist, bibtex-field-alist): New widgets.
5153         (bibtex-set-dialect): New command.
5154         (bibtex-entry-type, bibtex-entry-head)
5155         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
5156         Bind via bibtex-set-dialect.
5157         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
5158         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
5159         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
5160         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
5161         Define via bibtex-set-dialect.
5162         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
5163         Obey bibtex-no-opt-remove-re.
5164         (bibtex-vec-push, bibtex-vec-incr): New functions.
5165         (bibtex-format-entry, bibtex-field-list)
5166         (bibtex-print-help-message, bibtex-validate)
5167         (bibtex-search-entries): Use new format of bibtex-entry-alist.
5169 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5171         * progmodes/compile.el (compilation-goto-locus):
5172         * net/tramp-cmds.el (tramp-append-tramp-buffers):
5173         * bs.el (bs-cycle-next, bs-cycle-previous):
5174         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
5175         * bindings.el (mode-line-other-buffer):
5176         * autoinsert.el (auto-insert):
5177         * arc-mode.el (archive-extract):
5178         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
5180 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5182         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
5183         Fix check of `emacs-lock-unlockable-modes'.
5184         Coerce true values of `emacs-lock--try-unlocking' to t.
5186 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5188         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
5189         * emacs-lock.el: New file.
5191 2011-07-05  Julien Danjou  <julien@danjou.info>
5193         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
5194         than `boundp' to check if face is set.
5196 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5198         * register.el (registerv-make):
5199         * window.el (window-min-height): Fix typos in docstrings.
5201 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
5203         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
5204         Update doc string.
5206 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
5208         * server.el (server-execute): Catch quit and call
5209         `server-return-error' to pass the error back to emacsclient and
5210         close the connection (bug#8942).
5212 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
5214         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
5215         insecure exception for current topic.  Also note that auto-saves
5216         are handled differently.
5218         (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
5219         State variables for tracking auto-save inhibition situation.
5221         (allout-write-contents-hook-handler): Rename from
5222         'allout-write-file-hook-handler', and describe how it depends on
5223         write-contents-functions sensitivity to non-nil value to prevent
5224         file write.
5226         (allout-auto-save-hook-handler): Remove.  auto-save does not check
5227         this in individual buffers, only in the starting buffer, so this
5228         is not the right way for us to inhibit auto-save in a buffer
5229         according to its condition.
5231         (allout-mode): Use new allout-write-contents-hook-handler, and
5232         only with write-contents-functions.  Remove auto-save provisions -
5233         they're implemented elsewhere.
5235         (allout-before-change-handler): If undo is in progress, note that
5236         for attention of allout-post-command-business.
5238         (allout-post-command-business): If the command we're following was
5239         an undo, check for change in the status of encrypted items and
5240         adjust auto-save inhibitions accordingly.
5242         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
5243         according to whether there are or aren't any plain-text topics
5244         pending encryption.
5246         (allout-inhibit-auto-save-info-for-decryption):
5247         Adjust buffer-saved-size and some allout state to inhibit auto-saves
5248         if there are plain-text topics pending encryption.
5250         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
5251         buffer-saved-size and some allout state to not inhibit auto-saves
5252         if there are no longer any plain-text topics pending encryption.
5254         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
5255         No longer provide for exemption of the current topic.
5257 2011-07-04  Juri Linkov  <juri@jurta.org>
5259         Add 7z operations to delete and save changed members (bug#8968).
5260         * arc-mode.el (archive-7z-expunge, archive-7z-update):
5261         New defcustoms.
5262         (archive-7z-write-file-member): New function.
5263         (archive-7z-summarize): Fix the number of dashes in the
5264         listing output.
5266 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5268         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
5269         (bug#8958).
5271 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
5273         * bindings.el: Ignore next-buffer and previous-buffer in
5274         minibuffer-local-map.
5276         * font-lock.el (font-lock-builtin-face): Change light background
5277         color to dark slate blue (Bug#6693).
5279 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5281         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
5283 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5285         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
5286         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5287         Add switch-to-buffer.
5289 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5291         * isearch.el (isearch-search-fun-function): Clarify further the
5292         meaning of the function returned.
5294 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
5296         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
5298         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
5299         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
5300         Use it.
5301         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
5302         `tramp-default-remote-path' does not exist.
5303         (tramp-send-command-and-read): New optional argument NOERROR.
5304         (tramp-open-connection-setup-interactive-shell)
5305         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
5306         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
5307         (tramp-process-sentinel): Flush also process' connection property.
5308         (tramp-sh-handle-start-file-process): Do not set process
5309         sentinel.  It is done now ...
5310         (tramp-maybe-open-connection): ... here.  (Bug#8929)
5312 2011-07-04  MON KEY  <monkey@sandpframing.com>
5314         * play/animate.el (animate-string): Doc fixes and allow changing
5315         the buffer name (bug#5417).
5317 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5319         * play/animate.el (animation-buffer-name): Rename from *animate*.
5321 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
5323         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
5324         This is simpler and helps future-proof the code.
5325         (timer-until): Use time-subtract and float-time.
5326         (timer--time-less-p): Use time-less-p.
5328 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
5330         * type-break.el (timep): Use the value of `float-time' to avoid a
5331         byte-compiler warning.
5333         * server.el (server-eval-and-print): Return any result, even nil.
5335 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5337         * type-break.el: Accept time formats that the builtins accept.
5338         (timep, type-break-time-difference): Accept any format that
5339         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
5340         This is simpler and helps future-proof the code.
5341         (type-break-time-difference): Round rather than ignoring
5342         subseconds components.
5344 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5346         * info.el (Info-apropos-matches): Make non-interactive, since it
5347         doesn't seem to do anything useful as a command (bug#8829).
5349 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
5351         * frame.el (frame-background-mode, frame-set-background-mode):
5352         Move from faces.el.
5353         (frame-default-terminal-background): New function.
5355         * custom.el (custom-push-theme): Don't record faces in `changed'
5356         theme; this doesn't work correctly for per-frame face settings.
5357         (disable-theme): Use face-set-after-frame-default to reset faces.
5358         (custom--frame-color-default): New function.
5360 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5362         * dired.el (dired-flagging-regexp): Remove unused variable
5363         (bug#8769).
5365 2011-03-29  Kevin Ryde  <user42@zip.com.au>
5367         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5368         `perl-Test2' extend to match possible "fail #N" rep count
5369         (bug#8377).
5371 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5373         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
5374         `smtpmail-via-smtp' now returns the error instead of nil.
5376         * isearch.el (isearch-search-fun-function): Clarify the doc string
5377         (bug#8101).
5379 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
5381         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
5382         unnecessary spaces (bug#8987).
5384 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5386         * net/network-stream.el (open-network-stream): Use the
5387         :end-of-capability command thoughout.
5389 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5391         * net/network-stream.el (open-network-stream): Add the
5392         :end-of-capability command parameter, used by pop3.el.
5394 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5396         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
5398         * fringe.el (fringe-query-style): Remove redundant text " (type ?
5399         for list)" (bug#6475).
5401         * files.el (file-expand-wildcards): Ignore non-readable
5402         sub-directories while trying to find matches instead of signaling
5403         an error (bug#6297).
5405         * man.el (Man-reference-regexp): Allow matching possible
5406         word-wrapped references (bug#6289).
5408         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
5409         for consistency with the other vc buffers (bug#6197).
5410         (vc-checkin): Ditto.
5412         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
5414         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
5416 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5418         * custom.el (defcustom): Clarify that :set is only used in the
5419         Customize user interface (bug#6089).
5421         * progmodes/flymake.el (flymake-mode): If the buffer isn't
5422         associated with a file, refuse to run instead of erroring out
5423         (bug#6084).
5425         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
5426         the doc string, since it appears that using `fill-column' always
5427         controls the width (bug#7845).
5429         * simple.el (shell-command-on-region): Say where the error output
5430         went if `shell-command-default-error-buffer' is set (bug#6857).
5432 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
5434         * allout.el (allout-yank-processing): Adjust cursor position for
5435         backwards-deleted space.
5437         (allout-rebullet-heading): Register changes with
5438         allout-exposure-changed-hook, so the modified topic is properly
5439         decorated.
5441 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5443         * minibuffer.el (completion-in-region): Document PREDICATE
5444         (bug#7136).
5446         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
5447         of keyword/argument pairs (bug#6904).
5449         * replace.el (multi-occur):
5450         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5452 2011-07-02  Drew Adams  <drew.adams@oracle.com>
5454         * dired.el (dired-mark-if): Make the message about whether it's
5455         marking or unmarking clearer (bug#8523).
5457 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5459         * disp-table.el (display-table-print-array): New function.
5460         (describe-display-table): Use it to print the vectors more pretty
5461         (Bug#8859).
5463 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
5465         * window.el (window-state-get-1): Don't assign clone numbers.
5466         Add clone-of item to list of window parameters.
5467         (window-state-put-2): Don't process clone numbers.
5468         (display-buffer-alist): Fix doc-string.
5470 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5472         * subr.el (remq): Don't allocate if it's not needed.
5473         (keymap--menu-item-binding, keymap--menu-item-with-binding)
5474         (keymap--merge-bindings): New functions.
5475         (keymap-canonicalize): Use them to refine the canonicalization.
5476         * minibuffer.el (minibuffer-local-completion-map)
5477         (minibuffer-local-must-match-map): Move initialization from C.
5478         (minibuffer-local-filename-completion-map): Move initialization from C;
5479         don't inherit from anything here.
5480         (minibuffer-local-filename-must-match-map): Make obsolete.
5481         (completing-read-default): Use make-composed-keymap to combine
5482         minibuffer-local-filename-completion-map with either
5483         minibuffer-local-must-match-map or
5484         minibuffer-local-filename-completion-map.
5486 2011-07-01  Glenn Morris  <rgm@gnu.org>
5488         * type-break.el (type-break-time-sum): Use dolist.
5490         * textmodes/flyspell.el (flyspell-word-search-backward):
5491         Replace CL function.
5493 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5495         * mouse.el (mouse--strip-first-event): New function.
5496         (function-key-map): Use it to map fringe clicks to normal clicks
5497         by default.
5499         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
5500         (vc-bzr-revision-completion-table): Add support for annotate and date.
5502         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
5503         inherit from parent.
5505 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5507         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
5508         (dired-show-file-type): Doc fixup (bug#8818).
5510         * dired.el (dired-mode): Fix up the doc string as suggested by
5511         Drew Adams (bug#8817).
5513         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
5514         cookie, since the manual says that it should be possible to add
5515         this function to `find-file-hook' (bug#8709).
5517 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
5519         * progmodes/cfengine.el: Moved all cfengine3.el functionality
5520         here.  Noted Ted Zlatanov as the maintainer.
5521         (cfengine-common-settings, cfengine-common-syntax): New functions
5522         to set up common things between `cfengine-mode' and
5523         `cfengine3-mode'.
5524         (cfengine3-mode): New mode.
5525         (cfengine3-defuns cfengine3-defuns-regex
5526         (cfengine3-class-selector-regex cfengine3-category-regex)
5527         (cfengine3-vartypes cfengine3-font-lock-keywords)
5528         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
5529         (cfengine3-indent-line): Add from cfengine3.el.
5531 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
5533         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
5535         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
5537 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
5539         * window.el (same-window-buffer-names, same-window-regexps)
5540         (same-window-p, special-display-frame-alist)
5541         (special-display-popup-frame, special-display-function)
5542         (special-display-buffer-names, special-display-regexps)
5543         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
5544         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5545         (split-window-preferred-function, split-height-threshold)
5546         (split-width-threshold, even-window-heights)
5547         (display-buffer-mark-dedicated, window-splittable-p)
5548         (split-window-sensibly, window-safely-shrinkable-p):
5549         Un-obsolete.
5550         (display-buffer): Don't spread args with function specifier
5551         because special-display-popup-frame won't like it.
5553 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5555         Time-stamp simplifications and fixes.
5556         These improve accuracy slightly, and future-proof the code
5557         against some potential changes to current-time format.
5559         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
5560         by using time-since and float-time.
5562         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
5563         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
5564         + NNN microseconds".
5566         * type-break.el (type-break-time-sum): Rewrite using time-add.
5568         * play/hanoi.el (hanoi-current-time-float): Remove.
5569         All uses replaced by float-time.
5571         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
5572         This yields a more-accurate answer.
5573         (rng-time-to-float): Remove; no longer needed.
5575         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
5577         * calendar/timeclock.el (timeclock-seconds-to-time):
5578         Defalias to seconds-to-time, since they're the same thing.
5580         * emacs-lisp/elp.el (elp-elapsed-time):
5581         * emacs-lisp/benchmark.el (benchmark-elapse):
5582         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
5584 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5586         * window.el (bury-buffer): Don't iconify the only frame.
5587         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
5588         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
5590 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
5592         * eshell/em-smart.el (eshell-smart-display-navigate-list):
5593         Add mouse-yank-primary.
5595 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
5597         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
5599 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5601         * emacs-lisp/find-func.el (find-library--load-name): New fun.
5602         (find-library-name): Use it to find relative load names when provided
5603         absolute file name (bug#8803).
5605 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5607         * textmodes/flyspell.el (flyspell-word): Consider words that
5608         differ only in case as potential doublons (bug#5687).
5610         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
5611         Remove two rather uninteresting debugging-like messages to make
5612         debbugs.el more silent.
5614         * comint.el (comint-password-prompt-regexp): Accept "Response" as
5615         a password-like phrase.
5617 2011-06-30  Mastake YAMATO  <yamato@redhat.com>
5619         * progmodes/cc-guess.el: New file.
5621         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
5623         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
5624         derived from `c-basic-common-init'.
5626         * progmodes/cc-mode.el (top-level): Require cc-guess.
5627         (c-basic-common-init): Use `cc-choose-style-for-mode'.
5629 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
5631         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
5633 2011-06-30  Alan Mackenzie  <acm@muc.de>
5635         * progmodes/cc-engine.el (c-guess-continued-construct):
5636         Correct the handling of template-args-cont, particularly for when font
5637         lock is disabled.  Name this case as "CASE G".
5639 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
5641         * allout.el (allout-yank-processing): Fix injection of extra space
5642         between bullet and non-whitespace character in first topic when
5643         pasting, ensuring that the actual spacing in the pasted topic
5644         following the bullet char is preserved.  This extra space was
5645         causing pasted encrypted topics to get a decrypted status even
5646         when the content was actually still encrypted.  Now the decryption
5647         status from before the paste is preserved.
5649         (allout-flag-region): Set all allout overlays so they evaporate
5650         when reduced to zero length (evanescent), to prevent overlay
5651         leakage.
5653 2011-06-30  Glenn Morris  <rgm@gnu.org>
5655         * w32-fns.el (w32-charset-info-alist): Declare.
5657         * find-dired.el (find-grep-options): Simplify.
5659         * term/ns-win.el (ns-set-resource): Declare.
5661         * ses.el (row, col): Declare dynamic variables honestly.
5663         * textmodes/reftex-parse.el (index-tags): Declare.
5665 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
5667         * cus-edit.el (customize-push-and-save): New function.
5669         * files.el (hack-local-variables-confirm): Use it.
5671         * custom.el (load-theme): New arg NO-CONFIRM.
5672         Use customize-push-and-save (Bug#8720).
5673         (custom-enabled-themes): Doc fix.
5675         * cus-theme.el (customize-create-theme)
5676         (custom-theme-merge-theme): Callers to load-theme changed.
5678 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5680         * thingatpt.el (thing-at-point-short-url-regexp): Require that
5681         short URLs have at least one dot in them (bug #7614).
5683         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
5684         nil, because using a pty is apparently too slow (bug #895).
5686 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5688         * mail/sendmail.el (sendmail-query-once): New function.
5689         (sendmail-query-once-function): New variable.
5691 2011-06-29  Glenn Morris  <rgm@gnu.org>
5693         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
5695         * ses.el (top-level): Require cl when compiling.
5696         (ses-set-localvars): Fix error statement.
5697         Call it at compile time to silence a storm of warnings.
5699 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
5701         * window.el (normalize-live-buffer): Rename to
5702         window-normalize-buffer.
5703         (normalize-live-frame): Rename to window-normalize-frame.
5704         (normalize-any-window): Rename to window-normalize-any-window.
5705         (normalize-live-window): Rename to window-normalize-live-window.
5706         (make-window-atom): Rename to window-make-atom.
5707         (window-resize-reset): Rename to window--resize-reset.
5708         (window-resize-reset-1): Rename to window--resize-reset-1.
5709         (resize-mini-window): Rename to window--resize-mini-window.
5710         (resize-subwindows-skip-p): Rename to
5711         window--resize-subwindows-skip-p.
5712         (resize-subwindows-normal): Rename to
5713         window--resize-subwindows-normal.
5714         (resize-subwindows): Rename to window--resize-subwindows.
5715         (resize-other-windows): Rename to window--resize-siblings.
5716         (resize-this-window): Rename to window--resize-this-window.
5717         (resize-root-window): Rename to window--resize-root-window.
5718         (resize-root-window-vertically): Rename to
5719         window--resize-root-window-vertically.
5720         (normalize-buffer-to-display): Rename to
5721         window-normalize-buffer-to-display.
5722         (normalize-buffer-to-switch-to): Rename to
5723         window-normalize-buffer-to-switch-to.
5724         Correspondingly update all callers of the functions listed
5725         above.
5726         (display-buffer-alist, display-buffer-normalize-arguments)
5727         (display-buffer-normalize-options, display-buffer)
5728         (display-buffer-alist-set): Use "function" instead of
5729         "fun-with-args".
5731 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
5733         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
5734         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
5735         debbugs.gnu.org.  Mention acknowledgment email.
5737 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5739         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
5740         buffer multibyteness, since it shouldn't matter.
5742 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
5744         * window.el (display-buffer-in-side-window): Handle dedicated
5745         windows as in display-buffer-reuse-window.
5746         (display-buffer-normalize-alist): Use value of override
5747         specifier.
5748         (display-buffer-normalize-specifiers): Use value of
5749         other-window-means-other-frame specifier.
5750         (display-buffer-alist): Rewrite some texts in widgets.
5751         (display-buffer): Spread arguments when calling function
5752         specified by fun-with-args.
5754 2011-06-28  Deniz Dogan  <deniz@dogan.se>
5756         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5757         Unnest `let'.
5759         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
5760         selectors (Bug#5732).
5761         (css-proprietary-nmstart-re): Use `regexp-opt'.
5763 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
5765         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
5766         (eshell-ls-date-format): New defcustom.
5767         (eshell-ls-file): Use it.
5769 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5771         * help-fns.el (describe-variable): Fix message for terminal-local vars.
5773 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5775         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
5776         (ange-ftp-make-tmp-name): New arg.
5777         (ange-ftp-file-local-copy): Use it.
5779 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
5781         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
5782         no-conversion (Bug#8870).
5784 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
5786         * window.el (window-right, window-left, window-child)
5787         (window-child-count, window-last-child)
5788         (window-iso-combination-p, walk-window-tree-1)
5789         (window-atom-check-1, window-tree-1, delete-window)
5790         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
5791         new naming conventions - window-vchild, window-hchild,
5792         window-next and window-prev are now called window-top-child,
5793         window-left-child, window-next-sibling and window-prev-sibling
5794         respectively.
5795         (resize-window-reset): Rename to window-resize-reset.
5796         (resize-window-reset-1): Rename to window-resize-reset-1.
5797         (resize-window): Rename to window-resize.
5798         (window-min-height, window-min-width)
5799         (resize-mini-window, resize-this-window, resize-root-window)
5800         (resize-root-window-vertically, adjust-window-trailing-edge)
5801         (enlarge-window, shrink-window, maximize-window)
5802         (minimize-window, delete-window, quit-restore-window)
5803         (split-window, balance-windows, balance-windows-area-adjust)
5804         (balance-windows-area, window-state-put-2)
5805         (display-buffer-even-window-sizes, display-buffer-set-height)
5806         (display-buffer-set-width, set-window-text-height)
5807         (fit-window-to-buffer): Rename all "resize-window" prefixed
5808         calls to use the "window-resize" prefix convention.
5809         (display-buffer-alist): Fix symbol for label specifier.
5810         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
5811         corresponding specifier.
5812         Reported by Juanma Barranquero <lekktu@gmail.com>.
5814 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5816         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
5817         convention.
5818         (ses-call-printer): Does not pass an empty string to formatter when the
5819         cell is empty to keep from barking printer Calc math-format-value.
5821 2011-06-27  Richard Stallman  <rms@gnu.org>
5823         * battery.el (battery-mode-line-limit): New variable.
5824         (battery-update): Handle it.
5826         * mail/rmailmm.el (rmail-mime-process-multipart):
5827         Handle truncated messages.
5829 2011-06-27  Glenn Morris  <rgm@gnu.org>
5831         * progmodes/flymake.el (flymake-err-line-patterns):
5832         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
5834 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5836         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
5837         (ses--clean-!, ses--clean-_): New functions.
5838         (ses-range): Add configurability of readout order, and conversion
5839         to Calc vector.
5841         * ses.el (ses-repair-cell-reference-all): New function.
5842         (ses-cell-symbol): Set macro as safe, so that it can be used in
5843         formulas.
5845         * ses.el: Update cycle detection algorithm.
5846         (ses-localvars): Add ses--Dijkstra-attempt-nb and
5847         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
5848         (ses-set-localvars): New function.
5849         (ses-make-cell): Add property-list as a cell element.
5850         (ses-cell-property-get-fun, ses-cell-property-get)
5851         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
5852         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
5853         New functions.
5854         (ses-cell-property-set, ses-cell-property-pop)
5855         (ses-cell-property-get-handle): New macro.
5856         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
5857         New aliases, used for code readability.
5858         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
5859         cycle detection.
5860         (ses-self-reference-early-detection): New defcustom.
5861         (ses-formula-references): Robustify against self-referring cells.
5862         (ses-mode): Use ses-set-localvars.
5863         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
5864         before lauching the update processing.
5865         (ses-initialize-Dijkstra-attempt): New function.
5866         (ses-recalculate-cell): Update for cycle detection based on
5867         Dijkstra algorithm.
5869         * ses.el: Fix commenting and indenting convention.
5871 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5873         * bs.el (bs-cycle-next): Complete last change.
5875 2011-06-27  Drew Adams  <drew.adams@oracle.com>
5877         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
5879 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5881         * net/network-stream.el (network-stream-open-starttls):
5882         Don't re-get capabilities unless we've reestablished connection.
5883         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
5885         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
5886         to binary to possibly avoid line encoding issues on Windows (among
5887         other things).
5889 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5891         * net/network-stream.el (open-network-stream): Return an :error
5892         saying what the problem was, if possible.
5894         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
5895         server.
5897         * net/network-stream.el (network-stream-open-starttls): If we
5898         wanted to use STARTTLS, and the server offered it, but we weren't
5899         able to because we had no STARTTLS support, then close the connection.
5900         (open-network-stream): Return an :error element, if present.
5902 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
5904         * hl-line.el (hl-line-sticky-flag): Doc fix.
5905         (global-hl-line-sticky-flag): New option (Bug#8323).
5906         (global-hl-line-highlight): Obey it.
5908         * vc/vc.el (vc-revert-show-diff): Default to t.
5910 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
5912         * allout-widgets.el (allout-widgets-post-command-business):
5913         Stop decorating intermediate isearch matches.  They're not being
5914         undecorated when an isearch is continued past, and isearch
5915         automatically collapses them.  This leads to "widget leaks", where
5916         decorated items accumulate in collapsed areas.  Lines with lots of
5917         hidden widgets can slow down cursor travel, substantially.
5918         Too much complicated machinery would be needed to ensure undecoration,
5919         so we're doing without this nicety.
5921         (allout-widgets-tally-string): Don't try to do a hash-table-count
5922         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
5923         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
5924         *Messages* when allout-widgets-maintain-tally is t.
5926 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
5928         * window.el (display-buffer-normalize-argument): Rename to
5929         display-buffer-normalize-arguments.  Handle special meaning of
5930         LABEL argument.  Respect special-display-function when popping up
5931         a new frame.  Fix code searching for a window showing the buffer
5932         on another frame.
5933         (display-buffer-normalize-specifiers):
5934         Call display-buffer-normalize-arguments.
5935         (display-buffer-in-window): Don't undedicate the window if its
5936         buffer remains the same.
5937         Reported by Drew Adams <drew.adams@oracle.com>.
5938         (display-buffer-alist): Add choice for same-window macro
5939         specfier.
5940         (display-buffer): Mention special meaning of LABEL argument in
5941         doc-string.  Fix quoting.  Don't pop up a new frame even as
5942         fallback.
5944 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
5946         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
5947         avoid deleting the current window in some cases (bug#8911).
5949 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
5951         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
5952         (Bug#8934)
5954 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5956         * net/network-stream.el (network-stream-open-starttls):
5957         Use built-in TLS support if `gnutls-available-p' is true.
5958         (network-stream-open-tls): Ditto.
5960 2011-06-26  Leo Liu  <sdl.web@gmail.com>
5962         * register.el (registerv): New struct.
5963         (registerv-make): New function.
5964         (jump-to-register, describe-register-1, insert-register):
5965         Support the jump-func, print-func and insert-func slot of a registerv
5966         struct.  (Bug#8415)
5968 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
5970         * vc/vc.el (vc-revert-show-diff): New defcustom.
5971         (vc-diff-internal): New arg specifying diff buffer.
5972         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
5973         reuse an existing *vc-diff* buffer (Bug#8927).
5975         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
5977 2011-06-26  Glenn Morris  <rgm@gnu.org>
5979         * progmodes/f90.el (f90-critical-indent): New option.
5980         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
5981         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
5982         (f90-mode): Doc fix.
5983         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
5984         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
5985         (f90-beginning-of-block, f90-next-block, f90-indent-region)
5986         (f90-match-end): Handle block, critical.
5988 2011-06-25  Glenn Morris  <rgm@gnu.org>
5990         * calendar/diary-lib.el (diary-included-files): Doc fix.
5991         (diary-include-files): New function, extracted from
5992         diary-include-other-diary-files and diary-mark-included-diary-files.
5993         (diary-include-other-diary-files, diary-mark-included-diary-files):
5994         Just call diary-include-files.
5995         (diary-mark-entries): Reset diary-included-files on first call.
5997         * calendar/diary-lib.el (diary-mark-entries)
5998         (diary-mark-included-diary-files):
5999         Visit included diary-files in temp buffers.
6001         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
6002         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
6003         (f90-start-block-re, f90-imenu-generic-expression)
6004         (f90-looking-at-program-block-start, f90-no-block-limit):
6005         Add support for submodules.
6007         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
6008         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
6010 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
6012         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
6013         buffer-file-type before setting its value, to avoid disastrous
6014         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
6016 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
6018         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
6020         * ses.el (ses-unload-function):
6021         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
6023         * proced.el (proced-unload-function):
6024         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
6026 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
6028         * server.el (server-create-window-system-frame): Add parameters arg.
6029         (server-process-filter): Doc fix.  Handle frame-parameters.
6031 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
6033         Fix bug#8730, bug#8781.
6035         * loadhist.el (unload--set-major-mode): New function.
6036         (unload-feature): Use it.
6038         * progmodes/python.el (python-after-info-look): Add autoload cookie.
6039         (python-unload-function): New function.
6041 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6043         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
6045 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
6047         * net/browse-url.el (browse-url-firefox-program): Add icecat to
6048         the candidates list.
6050 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
6052         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
6054 2011-06-23  Richard Stallman  <rms@gnu.org>
6056         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
6057         (rmail-variables): Set next-error-move-function.
6058         (rmail-what-message): Take argument POS.
6059         (rmail-next-error-move): New function.
6061 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6063         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
6064         messages for adjacent non-terminals.
6066 2011-06-23  Richard Stallman  <rms@gnu.org>
6068         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
6069         (rmail-show-message-1): Preserve buffer modified flag.
6070         (rmail-start-mail): Don't specify use of rmail-mail-return;
6071         that's done by mail-bury now.
6072         (rmail-mail-return): Handle arg NEWBUF.
6074 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
6076         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
6077         SIZE is a number.
6079 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
6081         * window.el (get-lru-window, get-mru-window)
6082         (get-largest-window): Never return a minibuffer window.
6083         (display-buffer-pop-up-window): Fix a bug that could lead to
6084         reusing the minibuffer window.
6085         (display-buffer): Pass original specifier argument to
6086         display-buffer-function instead of the normalized one.
6087         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
6089 2011-06-22  Leo Liu  <sdl.web@gmail.com>
6091         * minibuffer.el (completing-read-function)
6092         (completing-read-default): Move from minibuf.c
6094 2011-06-22  Richard Stallman  <rms@gnu.org>
6096         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
6097         to Rmail even if not started by a special Rmail command.
6099         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
6100         Copy the buffer currently showing just one message.
6102 2011-06-22  Roland Winkler  <winkler@gnu.org>
6104         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
6105         (bibtex-clean-entry): First delete the old key so that a
6106         customized algorithm for generating the new key does not get
6107         confused by the old key.
6108         (bibtex-url): Obey regexp of first step.
6109         (bibtex-search-entries): Do not use add-to-list with local
6110         list-var.
6112 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6114         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
6115         stored a user name, then query for the password first, instead of
6116         waiting for SMTP to give an error message and the trying again.
6118 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
6120         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
6121         BUFFER in call-process.
6123 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6125         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
6126         QUIT twice.
6127         (smtpmail-try-auth-methods): Require user name and password from
6128         auth-source.
6130 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
6132         * window.el (display-buffer-default-specifiers)
6133         (display-buffer-alist): Remove entries for pop-up-frame-alist.
6134         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6135         (split-window): Normalize SIDE argument (Bug#8916).
6137         * frame.el (pop-up-frame-alist, pop-up-frame-function)
6138         (special-display-frame-alist, special-display-popup-frame):
6139         Remove duplicate declarations.  These are now in window.el.
6141 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6143         * mail/smtpmail.el (smtpmail-via-smtp):
6144         Set :use-starttls-if-possible so that we always use STARTTLS if the
6145         server supports it.  SMTP servers that support STARTTLS commonly
6146         require it.
6148         * net/network-stream.el (network-stream-open-starttls): Support
6149         upgrading to STARTTLS always, even if we don't have built-in support.
6150         (open-network-stream): Add the :always-query-capabilities keyword.
6152         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
6153         upgrades with `open-network-stream', and rely solely on
6154         auth-source for all credentials.  Big changes throughout the file,
6155         but in particular:
6156         (smtpmail-auth-credentials): Remove.
6157         (smtpmail-starttls-credentials): Remove.
6158         (smtpmail-via-smtp): Check for servers saying they want AUTH after
6159         MAIL FROM, too.
6161         * net/network-stream.el (network-stream-open-starttls):
6162         Provide support for client certificates both for external and built-in
6163         STARTTLS.
6164         (auth-source): Require.
6165         (open-network-stream): Document the :client-certificate keyword.
6166         (network-stream-certificate): Change cert-cert to cert and
6167         cert-key to key.
6169 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
6171         * net/tramp-cache.el (top): Don't load the persistency file when
6172         "emacs -Q" has been called.
6174 2011-06-21  Tim Harper  <timcharper@gmail.com>
6176         * term/ns-win.el (ns-initialize-window-system):
6177         Set application-specific `ApplePressAndHoldEnabled' system
6178         resource to NO as it is not yet supported by the NS port.
6180 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
6182         * misc.el (list-dynamic-libraries--refresh): Compute header here...
6183         (list-dynamic-libraries): ...not here.
6185 2011-06-21  Leo Liu  <sdl.web@gmail.com>
6187         * subr.el (sha1): Implement sha1 using secure-hash.
6189 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
6191         * window.el (display-buffer-alist): In default value do not
6192         enforce searching a window on any but the selected frame.
6193         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6194         (display-buffer-select-window): Remove function.
6195         (display-buffer-in-window): When a window on another frame gets
6196         reused, do not select it any more but just raise its frame if
6197         necessary (Bug#8851) and (Bug#8856).
6198         (display-buffer-normalize-options): Handle pop-up-frames related
6199         options more faithfully.
6200         (pop-to-buffer): Don't rely on `display-buffer' selecting the
6201         window if it is on another frame.
6202         (display-buffer-alist, display-buffer-default-specifiers):
6203         Don't make new frame unsplittable by default.
6204         (display-buffer-normalize-argument): Fix doc-string typo and use
6205         'same-frame-other-window instead of 'other-window when associating
6206         with display-buffer-macro-specifiers.
6208 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
6210         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
6211         New functions.
6212         (5x5-mode-map, 5x5-mode-menu): Bind them.
6213         (5x5-draw-grid): Tweak the solver's rendering.
6215 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6217         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
6218         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
6220 2011-06-21  Drew Adams  <drew.adams@oracle.com>
6222         * menu-bar.el: Use function variable instead of switch-to-buffer.
6223         (menu-bar-select-buffer-function): New variable.
6224         (menu-bar-update-buffers): Use it (bug#8876).
6226 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6228         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
6229         variable's status.
6231 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
6233         * x-dnd.el (x-dnd-version-from-flags)
6234         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
6235         and long as number (Bug#8899).
6236         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
6238 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6240         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
6241         (completion-try-completion, completion-all-completions): Compute the
6242         metadata argument if it's missing; make it optional (bug#8795).
6244         * wid-edit.el: Use lex-bind and move towards completion-at-point.
6245         (widget-complete): Use new :completion-function property.
6246         (widget-completions-at-point): New function.
6247         (default): Use :completion-function instead of :complete.
6248         (widget-default-completions): Rename from widget-default-complete;
6249         Rewrite.
6250         (widget-string-complete, widget-file-complete, widget-color-complete):
6251         Remove functions.
6252         (file, symbol, function, variable, coding-system, color):
6253         * international/mule-cmds.el (default-input-method, charset)
6254         (language-info-custom-alist):
6255         * cus-edit.el (face): Use new property :completions.
6257         * progmodes/pascal.el (pascal-completions-at-point): New function.
6258         (pascal-mode): Use it.
6259         (pascal-mode-map): Use completion-at-point.
6260         (pascal-toggle-completions): Make obsolete.
6261         (pascal-complete-word, pascal-show-completions):
6262         * progmodes/octave-mod.el (octave-complete-symbol):
6263         Redefine as obsolete alias.
6264         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
6265         Signal absence of completion info for old Octave,
6266         (inferior-octave-complete): Redefine as obsolete alias.
6267         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
6268         (meta-completions-at-point): Rename from meta-complete-symbol and
6269         adapt it for use on completion-at-point-functions.
6270         (meta-common-mode): Use it.
6271         (meta-looking-at-backward, meta-match-buffer): Remove.
6272         (meta-complete-symbol): Redefine as obsolete alias.
6273         (meta-common-mode-map): Use completion-at-point.
6274         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
6275         (makefile-mode-map): Use completion-at-point.
6276         (makefile-completions-at-point): Rename from makefile-complete and
6277         adapt it for use on completion-at-point-functions.
6278         (makefile-mode): Use it.
6279         (makefile-complete): Redefine as obsolete alias.
6281 2011-06-20  Deniz Dogan  <deniz@dogan.se>
6283         * net/rcirc.el: Delete trailing whitespaces once and for all.
6285 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
6287         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
6289 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
6291         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
6293         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
6295 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
6297         * window.el (display-buffer-other-window-means-other-frame):
6298         Call display-buffer-normalize-alist.
6299         (display-buffer-normalize-specifiers-1): Rename to
6300         display-buffer-normalize-argument.  New argument other-frame.
6301         Rewrite.
6302         (display-buffer-normalize-specifiers-2): Rename to
6303         display-buffer-normalize-options.
6304         (display-buffer-normalize-alist-1): New function.
6305         (display-buffer-normalize-specifiers-3): Rename to
6306         display-buffer-normalize-alist.
6307         Call display-buffer-normalize-alist-1.
6308         (display-buffer-normalize-options-inhibit): New variable.
6309         (display-buffer-normalize-specifiers): Rewrite calling
6310         display-buffer-normalize-alist,
6311         display-buffer-normalize-argument, and
6312         display-buffer-normalize-options.  Don't call the latter if
6313         display-buffer-normalize-options-inhibit is non-nil.
6314         (frame-auto-delete): New option.
6315         (window-deletable-p): Use frame-auto-delete.
6316         (window-list-no-nils, window-state-ignored-parameters)
6317         (window-state-get-1, window-state-get, window-state-put-list)
6318         (window-state-put-1, window-state-put-2, window-state-put):
6319         New functions.
6320         (display-buffer-normalize-options): Move special-display-p group
6321         after pop-up-frame group (Bug#8851) and (Bug#8856).
6323 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
6325         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
6326         groups (Bug#8776).
6327         (rx-submatch-n): New function.
6328         (rx): Document it.
6330         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
6331         (Bug#8768).
6333         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
6335         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
6337         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
6338         anytime existing face settings are present (Bug#8889).
6340         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
6341         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
6342         Remove unused argument.
6344 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
6346         * window.el (display-buffer-default-specifiers):
6347         Remove pop-up-frame.  Add pop-up-window-min-height,
6348         pop-up-window-min-width, and another reuse-window specifier
6349         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
6350         (display-buffer-normalize-specifiers-2):
6351         Handle split-height-threshold and split-width-threshold also when
6352         pop-up-windows is unset.  Add a reuse-window specifier for the
6353         case popping up a new window fails.
6354         (special-display-popup-frame): Remove double quoting.
6355         (display-buffer-normalize-specifiers-1): Fix thinko.
6357 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6359         * shell.el (shell-completion-vars): Set pcomplete-termination-string
6360         according to comint-completion-addsuffix.
6362         * pcomplete.el: Convert to lexical binding and fix bug#8819.
6363         (pcomplete-suffix-list): Mark as obsolete.
6364         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
6365         pcomplete-seen in the closure.
6366         (pcomplete-comint-setup): Setup completion-at-point as well.
6367         (pcomplete--entries): New function.
6368         (pcomplete--env-regexp): New var.
6369         (pcomplete-entries): Rewrite to work with partial-completion and
6370         without relying on pcomplete-suffix-list.
6371         (pcomplete-pare-list): Remove, unused.
6373 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
6375         * window.el (display-buffer-alist): Set pop-up-window-min-height
6376         and pop-up-window-min-width in default value.  Reported by
6377         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
6378         other-window-means-other-frame.
6379         (display-buffer-macro-specifiers): Comment out entry for
6380         other-window specifier.
6381         (display-buffer-other-window-means-other-frame): New function.
6382         (display-buffer-normalize-specifiers-1): New arguments
6383         buffer-name and label.  Treat other-window case specially.
6384         (display-buffer-normalize-specifiers-2): Treat other-window case
6385         specially.
6386         (display-buffer-normalize-specifiers-3): New function.
6387         (display-buffer-normalize-specifiers):
6388         Call display-buffer-normalize-specifiers-3.
6390 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
6392         * window.el (same-window-p): Fix two typos introduced when
6393         adding with-no-warnings.
6394         (display-buffer-normalize-specifiers-1): Don't check
6395         pop-up-frames for 'unset initialization.
6396         (display-buffer-normalize-specifiers-2): Major rewrite using
6397         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
6398         (pop-up-frames, display-buffer-reuse-frames)
6399         (display-buffer-mark-dedicated): Don't initialize to 'unset.
6400         Suggested by David Engster <deng@randomsample.de>.
6401         (even-window-heights): Initialize to 'unset.
6402         (display-buffer-alist-set): Handle new 'unset initializations.
6403         (display-buffer-macro-specifiers): Don't pop up a new frame in the
6404         other window case.
6406 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
6408         * window.el (display-buffer-normalize-specifiers-1):
6409         Respect current value of pop-up-frames for most reasonable values of
6410         second argument of display-buffer (Bug#8865).
6411         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
6412         (switch-to-buffer-other-window-same-frame)
6413         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
6414         Adams (Bug#8875).
6415         (display-buffer): Don't check noninteractive when calling
6416         display-buffer-pop-up-frame.
6417         (display-buffer-pop-up-frame): Never pop up a frame in
6418         noninteractive mode (Bug#8857).
6419         (enlarge-window, shrink-window): Don't report an error when the
6420         window can't be resized as requested (Bug#8862).
6422 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6424         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
6426         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
6428         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
6430 2011-06-15  Alan Mackenzie  <acm@muc.de>
6432         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
6433         for declarators, disable knr checking to speed up for normal files.
6434         2: Refactor, replacing a sequence of nested if forms by a cond form.
6436 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6438         * net/network-stream.el (open-network-stream): Add the keyword
6439         :always-query-capabilities for the case where you want to force a
6440         `plain' network connection, but the protocol still requires the
6441         capabilitiy command (i.e., SMTP and EHLO).
6443         * subr.el (process-live-p): Rename from `process-alive-p' for
6444         consistency with other `-live-p' functions.
6446 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6448         * window.el (same-window-buffer-names, same-window-regexps)
6449         (special-display-frame-alist, special-display-popup-frame)
6450         (special-display-function, special-display-buffer-names)
6451         (special-display-regexps, pop-up-frame-alist)
6452         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
6453         (pop-up-windows, split-window-preferred-function)
6454         (split-height-threshold, split-width-threshold, even-window-heights)
6455         (display-buffer-mark-dedicated): Don't encourage the use of
6456         display-buffer-alist from Elisp code.
6458 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
6460         * progmodes/python.el (python-mode): Derive from prog-mode.
6461         * progmodes/ps-mode.el (ps-mode):
6462         * progmodes/mixal-mode.el (mixal-mode):
6463         * progmodes/cfengine.el (cfengine-mode):
6464         * progmodes/ld-script.el (ld-script-mode): Likewise.
6466 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
6468         * window.el (display-buffer-alist): Trim default value to avoid
6469         popping up a new frame (Bug#8857) or reusing an arbitrary window
6470         on another frame.
6471         (display-buffer): Do not fall back on popping up a new frame in
6472         batch mode (Bug#8857).
6474 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
6476         * cus-theme.el (describe-theme-1): Use custom-theme-p.
6477         (custom-theme-summary): New function.
6478         (customize-themes): Use it.
6480 2011-06-13  Glenn Morris  <rgm@gnu.org>
6482         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
6484 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
6486         * help.el (help-window): Remove variable.
6487         (help-window-point-marker, temp-buffer-max-height)
6488         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
6489         (help-print-return-message): Don't set help-window.
6490         (resize-temp-buffer-window): Rewrite cod eand doc-string.
6491         (help-window-setup-finish): Remove.
6492         (help-window-display-message, help-window-setup)
6493         (with-help-window): Major rewrite based on new
6494         display-buffer-window variable.
6496         * help-mode.el (help-mode-finish): Remove help-window related
6497         code.
6499         * view.el (view-exits-all-viewing-windows): Remove reference to
6500         view-return-to-alist in doc-string.
6501         (view-return-to-alist): Make obsolete.
6502         (view-buffer): Call pop-to-buffer-same-window and remove
6503         undo-window code.
6504         (view-buffer-other-window): Call pop-to-buffer-other-window and
6505         simplify code.  Ignore second argument.
6506         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
6507         simplify code.  Ignore second argument.
6508         (view-return-to-alist-update): Make obsolete.
6509         (view-mode-enter): Rename second argument to QUIT-RESTORE.
6510         Rewrite using quit-restore window parameters.
6511         (view-mode-exit): Rename second argument to EXIT-ONLY.
6512         Rewrite using quit-restore-window.
6513         (View-exit, View-exit-and-edit, View-leave, View-quit)
6514         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
6515         appropriate arguments.
6516         (view-end-message): Use quit-restore window parameter.
6518         * window.el (display-buffer-function): Rewrite doc-string.
6519         (display-buffer-window, display-buffer-alist): New variables.
6520         (display-buffer-split-specifiers)
6521         (display-buffer-side-specifiers)
6522         (display-buffer-macro-specifiers): New constants.
6523         (display-buffer-even-window-sizes, display-buffer-set-height)
6524         (display-buffer-set-width, display-buffer-select-window)
6525         (display-buffer-in-window, display-buffer-reuse-window)
6526         (display-buffer-split-window-1, display-buffer-split-window)
6527         (display-buffer-split-atom-window, display-buffer-pop-up-window)
6528         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
6529         (display-buffer-in-side-window, normalize-buffer-to-display)
6530         (display-buffer-normalize-specifiers-1)
6531         (display-buffer-normalize-specifiers-2)
6532         (display-buffer-normalize-specifiers, display-buffer-frame):
6533         New functions.
6534         (display-buffer): Major rewrite.
6535         (display-buffer-other-window, display-buffer-other-frame)
6536         (pop-to-buffer, switch-to-buffer-other-window)
6537         (switch-to-buffer-other-frame): Rewrite.
6538         (display-buffer-same-window, display-buffer-same-frame)
6539         (display-buffer-same-frame-other-window)
6540         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6541         (pop-to-buffer-other-window)
6542         (pop-to-buffer-same-frame-other-window)
6543         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
6544         (switch-to-buffer-other-window-same-frame): New functions.
6545         (same-window-p, special-display-p): Rewrite disabling warnings.
6546         Make obsolete.
6547         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6548         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
6549         Make obsolete
6550         (same-window-buffer-names, same-window-regexps)
6551         (special-display-frame-alist, special-display-popup-frame)
6552         (special-display-function, special-display-buffer-names)
6553         (special-display-regexps, pop-up-frame-alist)
6554         (pop-up-frame-function, split-window-preferred-function)
6555         (split-height-threshold, split-width-threshold)
6556         (even-window-heights): Make obsolete.
6558 2011-06-12  Glenn Morris  <rgm@gnu.org>
6560         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
6561         Misc simplifications.
6563 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
6565         * window.el (window-safely-shrinkable-p): Restore function which
6566         was inadvertently removed in change from 2011-06-11.  Declare as
6567         obsolete.
6569         * calendar/calendar.el (calendar-generate-window):
6570         Use window-iso-combined-p instead of combination of one-window-p and
6571         window-safely-shrinkable-p.
6573 2011-06-12  Glenn Morris  <rgm@gnu.org>
6575         * progmodes/fortran.el (fortran-mode-syntax-table):
6576         * progmodes/f90.el (f90-mode-syntax-table):
6577         Set % to punctuation.  (Bug#8820)
6578         (f90-find-tag-default): Remove, no longer needed.
6580 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
6582         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
6584 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
6586         * image.el (image-animated-p): Return animation delay in seconds.
6587         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
6588         (image-animate-timeout): Remove DELAY argument.  Don't assume
6589         every subimage has the same delay; get it from image-animated-p.
6590         (image-animate): Caller changed.
6592 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
6594         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
6595         to ignored backtrace functions.
6597 2011-06-11  Glenn Morris  <rgm@gnu.org>
6599         * calendar/appt.el (appt-disp-window-function): Doc fix.
6600         (appt-check): Handle overlapping appointments.  (Bug#8337)
6602 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
6604         * window.el (window-tree-1, window-tree): New functions, moving
6605         the latter to window.el.
6606         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6607         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6608         (bw-refresh-edges): Remove.
6609         (balance-windows-1, balance-windows-2): New functions.
6610         (balance-windows): Rewrite in terms of window tree functions,
6611         balance-windows-1 and balance-windows-2.
6612         (bw-adjust-window): Remove.
6613         (balance-windows-area-adjust): New function with functionality of
6614         bw-adjust-window but using resize-window.
6615         (set-window-text-height): Rewrite doc-string.
6616         Use normalize-live-window and resize-window.
6617         (enlarge-window-horizontally, shrink-window-horizontally):
6618         Rename argument to DELTA.
6619         (window-buffer-height): New function.
6620         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
6621         Rewrite using new window resize routines.
6622         (kill-buffer-and-window, mouse-autoselect-window-select):
6623         Use ignore-errors instead of condition-case.
6624         (quit-window): Call delete-frame instead of delete-windows-on
6625         for the only buffer on frame.
6627 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
6629         * loadup.el (top-level): Load window before files for the sake
6630         of replace-buffer-in-windows.
6632         * files.el (read-buffer-to-switch)
6633         (switch-to-buffer-other-window)
6634         (switch-to-buffer-other-frame, display-buffer-other-frame):
6635         Move to window.el.
6637         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
6638         (previous-buffer): Move to window.el.
6640         * bindings.el (unbury-buffer): Move to window.el.
6642         * window.el (delete-other-windows-vertically): Move after
6643         definition of delete-other-windows.
6644         (other-window, delete-windows-on, replace-buffer-in-windows):
6645         Move here from window.c.
6646         (record-window-buffer, unrecord-window-buffer)
6647         (set-window-buffer-start-and-point, switch-to-prev-buffer)
6648         (switch-to-next-buffer): New functions.
6649         (get-next-valid-buffer, last-buffer, next-buffer): Move here
6650         from simple.el.  Call switch-to-next-buffer.
6651         (previous-buffer): Move here from simple.el.
6652         Call switch-to-prev-buffer.
6653         (bury-buffer): Move here from buffer.c.  Switch to previous
6654         buffer when window cannot be deleted.
6655         (unbury-buffer): Move here from bindings.el.
6656         (ctl-x-map): Move binding for other-window from window.c to
6657         here.
6658         (read-buffer-to-switch, switch-to-buffer-other-window)
6659         (switch-to-buffer-other-frame): Move here from files.el.
6660         (normalize-buffer-to-switch-to): New functions.
6661         (switch-to-buffer): Move here from buffer.c.
6662         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
6664 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
6666         * window.el (window-min-height, window-min-width): Move here
6667         from window.c.  Add defcustoms and rewrite doc-strings.
6668         (resize-mini-window, resize-window): New functions.
6669         (adjust-window-trailing-edge, enlarge-window, shrink-window):
6670         Move here from window.c.
6671         (maximize-window, minimize-window): New functions.
6672         (delete-window, delete-other-windows, split-window): Move here
6673         from window.c.
6674         (window-split-min-size): New function.
6675         (split-window-keep-point): Mention split-window-above-each-other
6676         instead of split-window-vertically.
6677         (split-window-above-each-other, split-window-vertically):
6678         Rename split-window-vertically to split-window-above-each-other
6679         and provide defalias for old definition.
6680         (split-window-side-by-side, split-window-horizontally):
6681         Rename split-window-horizontally to split-window-side-by-side
6682         and provide defalias for the old definition.
6683         (ctl-x-map): Move bindings for delete-window,
6684         delete-other-windows and enlarge-window here from window.c.
6685         Replace bindings for split-window-vertically and
6686         split-window-horizontally by bindings for
6687         split-window-above-each-other and split-window-side-by-side.
6689         * cus-start.el (all): Remove entries for window-min-height and
6690         window-min-width.  Add entries for window-splits and
6691         window-nest.
6693 2011-06-09  Glenn Morris  <rgm@gnu.org>
6695         * calendar/appt.el (appt-mode-line): New function.
6696         (appt-check, appt-disp-window): Use it.
6698         * files.el (hack-one-local-variable-eval-safep):
6699         Allow minor-modes with explicit +/-1 arguments.
6701 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
6703         * term/xterm.el (xterm): Add defgroup.
6704         (xterm-extra-capabilities): Add defcustom to supply known xterm
6705         capabilities, skip querying them, or query them (default).
6706         (terminal-init-xterm): Use it.
6707         (terminal-init-xterm-modify-other-keys): New function to set up
6708         modifyOtherKeys support to simplify `terminal-init-xterm'.
6710 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
6712         * window.el (resize-window-reset, resize-window-reset-1)
6713         (resize-subwindows-skip-p, resize-subwindows-normal)
6714         (resize-subwindows, resize-other-windows, resize-this-window)
6715         (resize-root-window, resize-root-window-vertically)
6716         (window-deletable-p, window-or-subwindow-p)
6717         (frame-root-window-p): New functions.
6719 2011-06-09  Glenn Morris  <rgm@gnu.org>
6721         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
6722         (ange-ftp-get-files): Use it.
6724 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
6726         * mail/sendmail.el (mail-recover-1, mail-recover):
6727         * files.el (recover-file, recover-session):
6728         Handle dired-listing-switches not being just a single short option.
6730 2011-06-09  Glenn Morris  <rgm@gnu.org>
6732         * calendar/appt.el (appt-display-message, appt-disp-window):
6733         Handle lists of appointments.
6735 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
6737         * window.el (one-window-p): Move down in code.
6738         Rewrite doc-string.
6739         (window-current-scroll-bars): Rewrite doc-string.
6740         Normalize live window argument.
6741         (walk-windows, get-window-with-predicate, count-windows):
6742         Rewrite doc-string.  Use window-list-1.
6743         (window-in-direction-2, window-in-direction, get-mru-window):
6744         New functions.
6746 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
6748         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
6749         Doc fix (Bug#8713).
6751 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
6753         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
6755 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
6757         * loadhist.el (unload-feature-special-hooks):
6758         Add `comint-output-filter-functions'.
6760 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
6762         * calendar/appt.el (appt-check): Move some initializations into the let.
6764 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
6766         * window.el (window-height): Defalias to window-total-height.
6767         (window-width): Defalias to window-body-width.
6769 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
6771         * image-mode.el (image-toggle-animation): New command.
6772         (image-mode-map): Bind it to RET.
6773         (image-mode): Update message.
6774         (image-toggle-display-image): Avoid a spurious cache flush.
6775         (image-transform-rotation): Doc fix.
6776         (image-transform-properties): Return quickly in the normal case.
6777         (image-animate-loop): Rename from image-animate-max-time.
6779         * image.el (image-animate-max-time): Move to image-mode.el.
6780         (create-animated-image): Remove unnecessary function.
6781         (image-animate): Rename from image-animate-start.  New arg.
6782         (image-animate-stop): Remove; just use image-animate-timer.
6783         (image-animate-timer): Use car-safe.
6784         (image-animate-timeout): Rename argument.
6786 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
6788         * window.el (get-lru-window, get-largest-window): Move here from
6789         window.c.  Rename first argument to ALL-FRAMES.
6790         Rephrase doc-strings.
6791         (get-buffer-window-list): Rewrite using window-list-1.
6792         Rephrase doc-string.
6793         (window-safe-min-height, window-safe-min-width): New constants.
6794         (window-size-ignore, window-min-size, window-min-size-1)
6795         (window-sizable, window-sizable-p, window-size-fixed-1)
6796         (window-size-fixed-p, window-min-delta-1, window-min-delta)
6797         (window-max-delta-1, window-max-delta, window-resizable)
6798         (window-resizable-p, window-total-height, window-total-width)
6799         (window-body-width): New functions.
6800         (window-full-height-p, window-full-width-p): Rewrite using
6801         window-total-size.
6802         (window-body-height): Rewrite using window-body-size.
6804 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
6806         * window.el (window-right, window-left, window-child)
6807         (window-child-count, window-last-child, window-any-p)
6808         (normalize-live-buffer, normalize-live-frame)
6809         (normalize-any-window, normalize-live-window)
6810         (window-iso-combination-p, window-iso-combined-p)
6811         (window-iso-combinations)
6812         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
6813         (windows-with-parameter, window-with-parameter)
6814         (window-atom-root, make-window-atom, window-atom-check-1)
6815         (window-atom-check, window-side-check, window-check):
6816         New functions.
6817         (ignore-window-parameters, window-sides, window-sides-vertical)
6818         (window-sides-slots): New variables.
6819         (window-size-fixed): Move down in code.  Minor doc-string fix.
6821 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
6823         * comint.el (comint-dynamic-complete-as-filename)
6824         (comint-dynamic-complete-filename): Correctly call
6825         completion-in-region.
6827 2011-06-05  Deniz Dogan  <deniz@dogan.se>
6829         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
6830         in last change.
6832 2011-06-05  Deniz Dogan  <deniz@dogan.se>
6834         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
6835         (rcirc): Use it to prompt for encryption.
6837 2011-06-05  Roland Winkler  <winkler@gnu.org>
6839         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
6840         (bibtex-search-entries): New command bound to C-c C-a.
6841         (bibtex-display-entries): New function.
6843 2011-06-05  Roland Winkler  <winkler@gnu.org>
6845         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
6846         (bibtex-insert-kill): After yanking insert newline if necessary.
6847         (bibtex-initialize): Call bibtex-string-files-init only once.
6848         (bibtex-mode): Do not call easy-menu-add.
6849         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
6850         (bibtex-yank): Set arg properly if nil.
6852 2011-06-05  Roland Winkler  <winkler@gnu.org>
6854         * textmodes/bibtex.el (bibtex-search-entry-globally):
6855         New variable.
6856         (bibtex-search-entry): Use it.
6858 2011-06-05  Roland Winkler  <winkler@gnu.org>
6860         * textmodes/bibtex.el (bibtex-entry-format): New option
6861         sort-fields.
6862         (bibtex-format-entry, bibtex-reformat): Honor this option.
6863         (bibtex-parse-entry): Return fields in proper order.
6865 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
6867         * doc-view.el (doc-view-remove-if): Move computation of result out
6868         of `dolist' to silence misleading lexical-binding warning.
6870 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
6872         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
6873         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
6875 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
6877         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
6878         "SunOS 5.10".
6880 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
6882         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
6883         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
6884         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
6885         (tramp-parse-putty):
6886         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
6887         (tramp-completion-function-alist-ssh)
6888         (tramp-completion-function-alist-telnet)
6889         (tramp-completion-function-alist-su)
6890         (tramp-completion-function-alist-putty): Set `tramp-autoload'
6891         cookie.
6893         * net/tramp-ftp.el:
6894         * net/tramp-sh.el:
6895         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
6896         load "tramp.el" `tramp-set-completion-function'.
6898 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6900         * shell.el: Require and use pcomplete.
6901         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
6902         (shell-completion-vars): Set pcomplete-default-completion-function.
6904 2011-06-04  Deniz Dogan  <deniz@dogan.se>
6906         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
6907         `memq' (Bug#8799).
6909 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6911         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
6913 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
6915         * bs.el (bs--mark-unmark, bs--nth-wrapper):
6916         * mpc.el (mpc-select-extend, mpc-songpointer-context):
6917         * vc/log-view.el (log-view-beginning-of-defun):
6918         * vc/smerge-mode.el (smerge-apply-resolution-patch)
6919         (smerge-refine-forward, smerge-refine-chopup-region):
6920         Silence warning for unused `dotimes' counter variables.
6922 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6924         * net/tramp.el (tramp-with-progress-reporter): Rename from
6925         with-progress-reporter.  Use `declare'.
6926         * net/tramp-smb.el:
6927         * net/tramp-sh.el:
6928         * net/tramp-gvfs.el: Update all uses.
6930 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
6932         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
6933         buffer isn't killed before making it current.
6935 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6937         Silence various byte-compiler warnings.
6938         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
6939         `access-type' and new obsolescence format.
6940         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
6941         new format.
6942         (byte-compile-check-variable): New `access-type' argument.
6943         Only warn if the access-type is obsolete.
6944         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
6945         (byte-compile-variable-set): Adjust callers.
6946         * help-fns.el (describe-variable): Adjust to new obsolescence format.
6947         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
6948         setting it as obsolete.
6949         * simple.el (minibuffer-completing-symbol):
6950         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
6951         access as obsolete.
6952         * minibuffer.el (minibuffer-completing-file-name): Don't make it
6953         obsolete yet.
6954         * international/quail.el (quail-mouse-choose-completion): Remove unused
6955         code referring to obsolete var.
6956         (quail-choose-completion-string): Remove.
6957         * server.el (server-clients-with, server-kill-buffer-query-function)
6958         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
6959         * proced.el (proced-send-signal):
6960         * emacs-lisp/lisp.el (lisp-complete-symbol):
6961         Replace completion-annotate-function with completion-extra-properties.
6963 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6965         * simple.el (goto-line): Use read-number.
6966         (overriding-map-is-bound): Remove.
6967         (saved-overriding-map): Change default.
6968         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
6969         Take the map as argument.
6970         (universal-argument, negative-argument, digit-argument): Use it.
6971         (restore-overriding-map): Adjust.
6972         (do-auto-fill): Use fill-forward-paragraph.
6973         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
6975         * minibuffer.el (minibuffer-inactive-mode-map): New var.
6976         (minibuffer-inactive-mode): New major mode.
6977         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
6978         the *Messages* buffer" hack.
6979         (mouse-popup-menubar): Don't burp if the event is a normal key.
6981         Miscellaneous tweaks.
6982         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
6983         lexical scoping as in subr.el's dolist and dotimes.
6984         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
6985         Silence compiler warning.
6986         * thingatpt.el (forward-whitespace): Trivial coding style fix.
6987         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
6988         * international/ccl.el (ccl-compile): Trivial simplification.
6989         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
6990         * emacs-lisp/testcover.el (testcover-end): Remove spurious
6991         `printflag' argument.
6992         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6993         Purecopy the whole obsolescence data.
6995 2011-06-01  Leo Liu  <sdl.web@gmail.com>
6997         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
6998         improve doc-string as suggested by Marco Pessotto
6999         <melmothx@gmail.com>.
7000         (rcirc-print): Fix last change.
7002 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7004         * minibuffer.el (complete-with-action): Return nil for the metadata and
7005         boundaries of non-functional tables.
7006         (completion-table-dynamic): Return nil for the metadata.
7007         (completion-table-with-terminator): Add default case, using
7008         complete-with-action.
7009         (completion--metadata): New function.
7010         (completion-all-sorted-completions, minibuffer-completion-help): Use it
7011         to try and avoid pathological performance problems.
7012         (completion--embedded-envvar-table): Return `category' metadata.
7014 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7016         * subr.el (process-alive-p): New tiny convenience function.
7018 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7020         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
7021         content but also its previous major mode.
7023 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
7025         * emacs-lisp/debug.el (debug): Restore the previous content of the
7026         *Backtrace* buffer when we exit with C-M-c.
7028 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7030         * minibuffer.el: Add metadata method to completion tables.
7031         (completion-category-overrides): New defcustom.
7032         (completion-metadata, completion--field-metadata)
7033         (completion-metadata-get, completion--styles)
7034         (completion--cycle-threshold): New functions.
7035         (completion-try-completion, completion-all-completions):
7036         Add `metadata' argument to choose completion-styles.
7037         (completion--do-completion): Use metadata to choose cycling.
7038         (completion-all-sorted-completions): Use metadata for sorting.
7039         Remove :completion-cycle-penalty which is not needed any more.
7040         (completion--try-word-completion): Add `metadata' argument.
7041         (minibuffer-completion-help): Check metadata for annotation function
7042         and sorting.
7043         (completion-file-name-table): Return `category' metadata.
7044         (minibuffer-completing-file-name): Make obsolete.
7045         * simple.el (minibuffer-completing-symbol): Make obsolete.
7046         * icomplete.el (icomplete-completions): Pass new `metadata' param to
7047         completion-try-completion.
7049 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7051         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
7053 2011-05-30  Leo Liu  <sdl.web@gmail.com>
7055         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
7056         (rcirc-print): Decode all incoming messages (bug#8744).
7057         (rcirc-decode-coding-system): Allow value nil for automatic coding
7058         system detection.
7060 2011-06-01  Glenn Morris  <rgm@gnu.org>
7062         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
7064 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
7066         * image.el (image-animate-max-time): Allow nil and t values.
7067         Default to nil.
7068         (create-animated-image): Doc fix.
7069         (image-animate-start): Remove second arg; just use
7070         image-animate-max-time.
7071         (image-animate-timeout): Doc fix.  Args changed.
7073         * image-mode.el (image-toggle-display-image): Ensure that the
7074         image spec passed to the animate timer is the same object as in
7075         the buffer's display property (Bug#6981).
7076         (image-transform-properties): Doc fix.
7078         * image.el (image-animate-max-time): Default to nil.
7080 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
7082         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
7083         entire buffer list (Bug#8184).
7085 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
7087         * image.el (imagemagick-types-inhibit)
7088         (imagemagick-register-types): Doc fix.
7090 2011-05-29  Deniz Dogan  <deniz@dogan.se>
7092         * net/rcirc.el (rcirc): Use the user's stored encryption method by
7093         default.
7095 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
7097         * select.el: Don't perform clipboard-manager saving in hooks;
7098         leave the hooks empty.
7100 2011-05-28  Leo Liu  <sdl.web@gmail.com>
7102         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
7103         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
7104         (occur-edit-mode): New major mode (Bug#8463).
7105         (occur-after-change-function): New function.
7106         (occur-engine): Give Occur tags a read-only property.
7108 2011-05-28  Kevin Ryde  <user42@zip.com.au>
7110         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
7112 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
7114         * bindings.el (help-echo): Make the initial non-indicator dash
7115         empty on graphical terminals (Bug#7295).
7117         * files.el (auto-mode-alist): Move config rule after the
7118         in-stripping one (Bug#8547).
7120         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
7122         * startup.el (normal-splash-screen): Remove gratuitous mode-line
7123         setting (Bug#8740).
7125 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
7127         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
7128         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
7129         (Bug#8539).
7131 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
7133         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
7135 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
7137         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
7138         (hs-hide-block-at-point, hs-find-block-beginning)
7139         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
7140         (Bug#8279).
7142 2011-05-28  Glenn Morris  <rgm@gnu.org>
7144         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
7146 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
7148         * help-fns.el (describe-function-1): If the function is a derived
7149         major mode, print the parent mode.
7151         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
7152         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
7154 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7156         * minibuffer.el (completion--capf-wrapper): Check applicability before
7157         returning non-nil for non-exclusive completion data.
7158         * progmodes/etags.el (tags-completion-at-point-function):
7159         * info-look.el (info-lookup-completions-at-point): Mark as
7160         non-exclusive.
7161         (info-complete): Adjust accordingly.
7163         * info-look.el: Convert to lexical-binding and completion-at-point.
7164         (info-lookup-completions-at-point): New function.
7165         (info-complete): Use it and completion-in-region.
7167 2011-05-28  Drew Adams  <drew.adams@oracle.com>
7169         * isearch.el: Let M-e start with point at the first mismatched char.
7170         (isearch-fail-pos): New function.
7171         (isearch-edit-string): Use it.
7173 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
7175         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7177 2009-11-23  Toby Cubitt  <toby-predictive@dr-qubit.org>
7179         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
7180         traversal functions for avl-trees.
7181         (avl-tree--stack): New struct.
7182         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
7183         (avl-tree-enter): Add optional `updatefun' arg.
7184         (avl-tree--do-enter): Add optional `updatefun' arg.
7185         Change return value.
7186         (avl-tree-delete): Add optional `test' and `nilflag' args.
7187         (avl-tree--do-delete): Add `test' and `nilflag' args.
7188         Change return value.
7189         (avl-tree-member): Add optional `nilflag'
7190         (avl-tree-member-p): New function.
7191         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
7192         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
7193         (avl-tree-stack-empty-p): New functions.
7195 2009-11-23  Toby Cubitt  <toby-predictive@dr-qubit.org>
7197         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
7198         avl-tree--del-balance1 and make it work both ways.
7199         (avl-tree--del-balance2): Remove.
7200         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
7201         make it work both ways.
7202         (avl-tree--enter-balance2): Remove.
7203         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
7204         New macros.
7205         (avl-tree--mapc, avl-tree-map): Add direction argument.
7207 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
7209         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
7211 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
7213         * select.el: Support clipboard managers with built-in function
7214         x-clipboard-manager-save, via delete-frame-functions and
7215         kill-emacs-hook.
7216         (xselect-convert-to-targets): Add MULTIPLE target to list.
7217         (xselect-convert-to-save-targets): New function.
7219 2011-05-27  Kenichi Handa  <handa@m17n.org>
7221         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
7222         let-binding rfc2047-encode-encoded-words to nil.
7224 2011-05-27  Glenn Morris  <rgm@gnu.org>
7226         * mail/emacsbug.el: Don't require url-util.
7228         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
7230         * files.el (set-auto-mode):
7231         Also respect mode: entries at the end of the file.  (Bug#8586)
7233 2011-05-26  Glenn Morris  <rgm@gnu.org>
7235         * files.el (hack-local-variables-prop-line, hack-local-variables):
7236         Downcase mode names, as seems to be traditional.
7237         (hack-local-variables, hack-local-variables-apply): Doc fixes.
7239         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
7240         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
7242 2011-05-25  Julien Danjou  <julien@danjou.info>
7244         * textmodes/rst.el (rst-define-level-faces): Do not define face
7245         symbol if it is already defined.
7247 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
7249         * play/5x5.el (5x5-new-game, 5x5-randomize):
7250         Reset 5x5-solver-output to nil when a new grid is cast.
7251         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
7252         these debugging traces, as defmacro breaks the compiled code.
7254 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
7256         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7258 2011-05-24  Leo Liu  <sdl.web@gmail.com>
7260         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
7261         (vc-bzr-sha1): Adapt.
7263         * sha1.el: Remove.  Function `sha1' is now builtin.
7265         * bindings.el: Provide sha1 feature.
7267 2011-05-24  Kenichi Handa  <handa@m17n.org>
7269         * mail/sendmail.el: Require `rfc2047'.
7270         (mail-insert-from-field): Do not perform RFC2047 encoding.
7271         (mail-encode-header): New function.
7272         (sendmail-send-it): Set buffer-file-coding-system of the work
7273         buffer to the return value of select-message-coding-system.
7274         Call mail-encode-header.
7276         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
7278 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
7280         * mail/supercite.el (sc-default-cite-frame):
7281         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7283 2011-05-24  Glenn Morris  <rgm@gnu.org>
7285         * progmodes/python.el (brm-menu): Declare.
7287         * emulation/viper.el (viper-set-hooks): Declare.
7289         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
7290         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
7291         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
7292         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
7293         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
7294         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
7296 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7298         Add an :exit-function for completion-at-point.
7300         * minibuffer.el (completion--done): New fun.
7301         (completion--do-completion): Use it.  New arg `expect-exact'.
7302         (minibuffer-complete, minibuffer-complete-word): Don't output message,
7303         since completion--do-completion does it for us now.
7304         (minibuffer-force-complete): Use completion--done and
7305         completion--replace.  Handle sole-completion case with more care.
7306         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
7307         (completion-extra-properties): New var.
7308         (completion-annotate-function): Make obsolete.
7309         (minibuffer-completion-help): Adjust accordingly.
7310         Use completion-list-insert-choice-function.
7311         (completion-at-point, completion-help-at-point):
7312         Bind completion-extra-properties.
7313         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
7314         * simple.el (completion-list-insert-choice-function): New var.
7315         (completion-setup-function): Preserve it.
7316         (choose-completion): Pay attention to it, shuffle the code a bit.
7317         (choose-completion-string): New arg `insert-function'.
7319         * textmodes/bibtex.el: Convert to lexical binding.
7320         (bibtex-mode-map): Use completion-at-point.
7321         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
7322         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
7323         (bibtex-complete): Define as obsolete alias.
7324         (bibtex-complete-internal): Remove.
7325         (bibtex-format-entry): Remove unused sub-group in regexp.
7326         * shell.el (shell--command-completion-data)
7327         (shell-environment-variable-completion):
7328         * pcomplete.el (pcomplete-completions-at-point):
7329         * comint.el (comint--complete-file-name-data): Use :exit-function
7330         instead of completion-table-with-terminator so it also works for
7331         choose-completion.
7333 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7335         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
7337         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
7338         (bug#8710).
7340         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
7342 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
7344         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
7345         customization variable and implement: If non-nil, auto-fill will
7346         be inhibited while on topic's header line.
7348 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
7350         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
7351         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
7352         always have a solution in grid size = 5 cases.
7353         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
7354         (5x5-solver-output, 5x5-log-buffer): New vars.
7355         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
7356         Make these variables buffer local to achieve 5x5 multi-session-ness.
7357         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
7358         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
7359         (5x5-solve-suggest): New funs.
7360         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
7361         randomize a grid so that we ensure that there is always a solution.
7362         (5x5-make-random-grid): Allow other movement than flipping.
7364 2011-05-23  Kevin Ryde  <user42@zip.com.au>
7366         * emacs-lisp/advice.el (ad-read-advised-function):
7367         Use `function-called-at-point' as the default, if it has
7368         advice and passes PREDICATE.
7370 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7372         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
7373         byte-compile-lambda if it's actually a lambda.
7375         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
7376         Fix function quoting.  Use backquote better.
7378 2011-05-22  Yuanle Song  <sylecn@gmail.com>
7380         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
7381         matching (Bug#8516).
7383 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
7385         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
7386         different face (Bug#8178).
7388 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
7390         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
7391         defface (Bug#8144).
7393 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7395         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
7396         funcall as well (bug#8712).  Warn when performing those conversions.
7397         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
7399         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
7401 2011-05-22  Glenn Morris  <rgm@gnu.org>
7403         * files.el (hack-local-variables-prop-line): Small simplifications.
7404         (hack-local-variables, hack-local-variables-prop-line):
7405         If MODE-ONLY, return the mode, rather than just `t'.
7407 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7409         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
7411 2011-05-21  Glenn Morris  <rgm@gnu.org>
7413         * files.el (hack-local-variables-prop-line, hack-local-variables):
7414         If only interested in the mode, don't bother doing the other stuff.
7416         * image-mode.el (image-after-revert-hook):
7417         Redraw all frames on which the image is visible.  (Bug#8567)
7419         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
7421         * wid-edit.el (widget-checklist-match-inline):
7422         Fix 2011-04-19 change.  (Bug#8649)
7424 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7426         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
7427         Also allow singlespace after single-letter capitals followed by a dot.
7429         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
7430         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
7432 2011-05-20  Nix  <nix@esperi.org.uk>
7434         * files.el (basic-save-buffer-2):
7435         Fix handling of break-hardlink-on-save with non-existent files.
7437 2011-05-19  Deniz Dogan  <deniz@dogan.se>
7439         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
7440         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
7442 2011-05-19  Glenn Morris  <rgm@gnu.org>
7444         * progmodes/f90.el (f90-type-def-re):
7445         Handle "type, bind(c)".  (Bug#8691)
7447         * emacs-lisp/autoload.el (batch-update-autoloads):
7448         Set autoload-excludes by parsing loadup.el rather than Makefiles.
7450 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
7452         * net/tramp.el (tramp-process-actions): Set "first-password-request"
7453         property for the correct connection in case of multihops.
7455 2011-05-18  Glenn Morris  <rgm@gnu.org>
7457         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
7458         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
7460         Rationalize calendar handling of day and month abbrev-arrays.
7461         * calendar/calendar.el (calendar-customized-p): New function.
7462         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
7463         (calendar-day-name-array, calendar-month-name-array): Doc fix.
7464         Add :set function.
7465         (calendar-abbrev-length, calendar-day-abbrev-array)
7466         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
7467         (calendar-day-abbrev-array, calendar-month-abbrev-array):
7468         Elements may no longer be nil.
7469         (calendar-day-name, calendar-month-name):
7470         Update for changed nature of abbrev arrays.
7471         * calendar/diary-lib.el (diary-name-pattern):
7472         Update for changed nature of abbrev arrays.
7473         (diary-mark-entries-1): Update calendar-make-alist calls.
7474         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
7475         * calendar/cal-html.el (cal-html-day-abbrev-array):
7476         Simply inherit from calendar-day-abbrev-array.
7478 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7480         * progmodes/grep.el (grep-mode): Disable default
7481         compilation-directory-matcher setting (bug#8684).
7483 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
7485         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
7486         instead of "head" and "tail".  There were problems with SunOS 5.9,
7487         and it performs better.
7489 2011-05-17  Glenn Morris  <rgm@gnu.org>
7491         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
7493         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7494         Replace obsolete function.
7496         * shell.el (pcomplete-parse-arguments-function): Declare.
7498         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
7499         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
7500         (appt-check): Doc fixes.
7501         (appt-disp-window-function, appt-delete-window-function):
7502         Remove needless special case in custom :type.
7503         (appt-display-count): Default to 0, not nil.
7504         (appt-check): Reset appt-display-count to 0, not nil.
7506 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
7508         * progmodes/python.el (python-font-lock-keywords):
7509         Add the Python 3.X keyword "nonlocal" (bug#8639).
7511 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7513         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
7515 2011-05-16  Kevin Ryde  <user42@zip.com.au>
7517         * info-look.el (makefile-automake-mode): New setups, looking in
7518         automake manual, then makefile-mode.
7519         (makefile-mode): Remove automake manual, have it just in
7520         makefile-automake-mode since there's various things different or
7521         not relevant to plain make.
7522         (makefile-mode): Remove "other-modes" non-existent automake-mode,
7523         believe a hypothetical automake-mode would go to makefile-mode,
7524         not the other way around.
7526 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
7528         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
7529         hunk-end tags (Bug#8672).
7531         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
7532         vc-annotate-show-diff-revision-at-line (Bug#8671).
7534 2011-05-14  Glenn Morris  <rgm@gnu.org>
7536         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
7537         in the middle of an existing one with multiple authors.  (Bug#8645)
7538         (change-log-font-lock-keywords): Also handle multiple author lines
7539         with leading tabs.  (Bug#8644)
7541         * calendar/appt.el (appt-check): Rename some local variables.
7542         Some simplification/reordering.
7544         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
7545         (feedmail-sendmail-f-doesnt-sell-me-out)
7546         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7547         (feedmail-debug-sit-for, feedmail-queue-express-hook)
7548         (feedmail-queue-runner-message-sender): Set :version.
7549         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
7550         (bbdb-dwim-net-address, vm-mail): Declare.
7551         (feedmail-binmail-gnulinuxish-template):
7552         Rename from feedmail-binmail-linuxish-template.
7553         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
7554         Use insert-buffer-substring.
7556 2011-05-14  Bill Carpenter  <bill@carpenter.org>
7558         * mail/feedmail.el (feedmail-patch-level): Increase.
7559         (feedmail-debug): New custom group.
7560         (feedmail-confirm-outgoing-timeout)
7561         (feedmail-sendmail-f-doesnt-sell-me-out)
7562         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7563         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
7564         (feedmail-sender-line, feedmail-from-line)
7565         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
7566         (feedmail-spray-this-address)
7567         (feedmail-spray-address-fiddle-plex-list)
7568         (feedmail-queue-use-send-time-for-date)
7569         (feedmail-queue-use-send-time-for-message-id)
7570         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
7571         (feedmail-buffer-eating-function):
7572         Doc fixes.
7573         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
7574         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
7575         (feedmail-message-action-scroll-down): New functions.
7576         (feedmail-queue-directory, feedmail-queue-draft-directory):
7577         Use expand-file-name.
7578         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
7579         Remove C-v help entry.
7580         (feedmail-queue-buffer-file-name): New variable.
7581         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
7582         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
7583         (feedmail-message-action-send-strong, feedmail-message-action-edit)
7584         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
7585         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
7586         (feedmail-message-action-toggle-spray)
7587         (feedmail-run-the-queue-no-prompts)
7588         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
7589         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
7590         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
7591         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
7592         (feedmail-envelope-deducer, feedmail-fiddle-from)
7593         (feedmail-fiddle-sender, feedmail-default-date-generator)
7594         (feedmail-fiddle-date, feedmail-fiddle-message-id)
7595         (feedmail-fiddle-spray-address)
7596         (feedmail-fiddle-list-of-spray-fiddle-plexes)
7597         (feedmail-fiddle-list-of-fiddle-plexes)
7598         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
7599         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
7600         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
7601         Change default.  Doc fix.
7602         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
7603         (feedmail-binmail-linuxish-template): New constant.
7604         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
7605         Respect feedmail-sendmail-f-doesnt-sell-me-out.
7606         (feedmail-send-it): Add debug call.
7607         Use feedmail-queue-buffer-file-name, and
7608         feedmail-send-it-immediately-wrapper.
7609         (feedmail-message-action-send): Add debug call.
7610         Use feedmail-send-it-immediately-wrapper.
7611         (feedmail-queue-express-to-queue): Add debug call.
7612         Run feedmail-queue-express-hook.
7613         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
7614         (feedmail-message-action-help-blat):
7615         Rename from feedmail-queue-send-edit-prompt-help-first.
7616         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
7617         Check line-endings.  Handle errors better.
7618         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
7619         Doc fix.  Add debug call.
7620         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
7621         Use feedmail-queue-send-edit-prompt-inner.
7622         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
7623         (feedmail-queue-send-edit-prompt-inner): New function, extracted
7624         from feedmail-queue-send-edit-prompt.
7625         (feedmail-queue-send-edit-prompt-help)
7626         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
7627         (feedmail-tidy-up-slug): Add debug call.
7628         Respect feedmail-queue-slug-suspect-regexp.
7629         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
7630         (feedmail-dump-message-to-queue): Add debug call.
7631         Expand queue-directory.
7632         (feedmail-dump-message-to-queue): Change message slightly.
7633         Use feedmail-say-chatter.
7634         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
7635         (feedmail-send-it-immediately-wrapper): New function.
7636         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
7637         Insert empty string rather than newline.  Handle full-frame case.
7638         Use catch/throw.  Use feedmail-say-chatter.
7639         (feedmail-fiddle-from): Try mail-host-address.
7640         (feedmail-default-message-id-generator): Doc fix.
7641         Bind system-time-locale.  Handle missing end.
7642         (feedmail-fiddle-x-mailer): Add debug call.
7643         Handle feedmail-x-mailer-line being nil.
7644         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
7645         Add debug call.  Use buffer-substring-no-properties.
7646         (feedmail-say-debug, feedmail-say-chatter): New functions.
7647         (feedmail-find-eoh): Give an explicit error.
7649 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
7651         * net/newst-treeview.el (newsticker-treeview-face): Change default
7652         family from helvetica to sans.
7653         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
7654         etc/images/newsticker.
7656         * net/newst-reader.el (newsticker-feed-face): Change default
7657         family from helvetica to sans.
7659         * net/newst-plainview.el (newsticker-new-item-face)
7660         (newsticker-old-item-face, newsticker-immortal-item-face)
7661         (newsticker-obsolete-item-face, newsticker-date-face)
7662         (newsticker-statistics-face): Change default family from
7663         helvetica to sans.
7664         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
7665         etc/images/newsticker.
7667         * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
7668         (newsticker--process-auto-mark-filter-match): : Tell user about
7669         auto-marking.
7671 2011-05-13  Didier Verna  <didier@xemacs.org>
7673         Common Lisp indentation improvements on defmethod and lambda-lists.
7674         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
7675         TODO entries.
7676         (lisp-lambda-list-keyword-parameter-indentation)
7677         (lisp-lambda-list-keyword-parameter-alignment)
7678         (lisp-lambda-list-keyword-alignment): New customizable user options.
7679         (lisp-indent-defun-method): Improve docstring.
7680         (extended-loop-p): Fix comment.
7681         (lisp-indent-lambda-list-keywords-regexp): New variable.
7682         (lisp-indent-lambda-list): New function.
7683         (lisp-indent-259): Use it.
7684         (lisp-indent-defmethod): Support for more than one
7685         method qualifier and properly indent methods lambda-lists.
7686         (defgeneric): Provide a missing common-lisp-indent-function property.
7688 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7690         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
7691         bounds for the empty string (bug#8667).
7693 2011-05-13  Glenn Morris  <rgm@gnu.org>
7695         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
7697         * mail/sendmail.el (sendmail-program): Try executable-find first.
7698         (sendmail-send-it): `sendmail-program' cannot be unbound.
7700         * calendar/appt.el (appt-make-list): Simplify.
7701         (appt-time-msg-list): Doc fix.
7702         (appt-check): Change mode-line message at the time of the appointment.
7704 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
7706         * progmodes/ld-script.el (ld-script-keywords)
7707         (ld-script-builtins): Update keywords list.
7709 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7711         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
7713         * shell.el (shell-completion-vars): New function.
7714         (shell-mode):
7715         * simple.el (read-shell-command): Use it.
7716         (blink-matching-open): No need for " [...]" in minibuffer-message.
7718 2011-05-12  Glenn Morris  <rgm@gnu.org>
7720         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
7721         (appt-check): Simplify.
7723 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
7725         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
7726         literal "/dev/null".
7728 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7730         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
7731         Fix typo.
7733 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
7735         * progmodes/which-func.el (which-function):
7736         Use add-log-current-defun instead of add-log-current-defun-function,
7737         which might not be defined (Bug#8260).
7739 2011-05-12  Glenn Morris  <rgm@gnu.org>
7741         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
7742         Let byte-compile-initial-macro-environment always take precedence.
7744 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7746         * net/rcirc.el: Add support for SSL/TLS connections.
7747         (rcirc-server-alist): New field `encryption'.
7748         (rcirc): Check `encryption' settings.
7749         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
7750         Merge make-local-variable into `set'.
7751         (rcirc--connection-open-p): New function.
7752         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
7753         the process is not a network process (e.g. running gnutls-cli).
7754         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7755         Make rcirc-(en|de)code-coding-system local here.
7756         (rcirc-mode): Merge make-local-variable into `set'.
7757         (rcirc-parent-buffer): Make permanent buffer-local.
7758         (rcirc-multiline-minor-mode): Don't do it here.
7759         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
7760         there's no server buffer.
7762 2011-05-11  Glenn Morris  <rgm@gnu.org>
7764         * newcomment.el (comment-kill): Prefix "unused" local.
7766         * term/w32console.el (get-screen-color): Declare.
7768         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7769         Handle symbol elements of byte-compile-initial-macro-environment.
7771 2011-05-10  Leo Liu  <sdl.web@gmail.com>
7773         * bookmark.el (bookmark-bmenu-mode-map):
7774         Bind bookmark-bmenu-search to `/'.
7776         * mail/footnote.el: Convert to utf-8 encoding.
7777         (footnote-unicode-string, footnote-unicode-regexp): New variable.
7778         (Footnote-unicode): New function.
7779         (footnote-style-alist): Add unicode style to the list.
7780         (footnote-style): Doc fix.
7782 2011-05-10  Jim Meyering  <meyering@redhat.com>
7784         Fix doubled-word typos.
7785         * international/quail.el (quail-insert-kbd-layout): and and -> and
7786         * kermit.el: and and -> and
7787         * net/ldap.el (ldap-search-internal): to to -> to
7788         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
7789         * progmodes/js.el (js-mode): and and -> and
7790         * textmodes/artist.el (artist-move-to-xy): at at -> at
7791         (artist-draw-region-trim-line-endings): if if -> if
7792         And Safetyc -> Safety.
7793         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
7795 2011-05-10  Glenn Morris  <rgm@gnu.org>
7796             Stefan Monnier  <monnier@iro.umontreal.ca>
7798         * files.el (hack-one-local-variable-eval-safep):
7799         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
7801 2011-05-10  Glenn Morris  <rgm@gnu.org>
7803         * calendar/diary-lib.el (diary-list-entries-hook)
7804         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
7805         (diary-nongregorian-marking-hook, diary-list-entries)
7806         (diary-include-other-diary-files, diary-mark-entries)
7807         (diary-mark-included-diary-files): Doc fixes.
7809 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
7811         * misc.el: Require tabulated-list.el during compilation.
7813 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
7815         * progmodes/compile.el (compilation-start):
7816         Run compilation-filter-hook for the async case too.
7817         (compilation-filter-hook): Doc fix.
7819 2011-05-09  Deniz Dogan  <deniz@dogan.se>
7821         * wdired.el: Remove outdated installation comment.  Fix usage
7822         comment.
7824 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
7826         * misc.el: Implement new command `list-dynamic-libraries'.
7827         (list-dynamic-libraries--loaded-only-p): New variable.
7828         (list-dynamic-libraries--refresh): New function.
7829         (list-dynamic-libraries): New command.
7831 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
7833         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7834         Fix the ant regexp to handle end-line and end-column info from jikes.
7835         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
7836         higher priority to avoid clobbering by gnu.
7838 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
7840         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
7841         if the face has existing theme settings (Bug#8454).
7843 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
7845         * progmodes/perl-mode.el (perl-imenu-generic-expression):
7846         Only match variables declared via `my' or `our' (Bug#8261).
7848         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
7849         special file names `.' and `..' (Bug#8259).
7851 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
7853         * progmodes/grep.el (grep-mode-font-lock-keywords):
7854         Remove buffer-changing entries.
7855         (grep-filter): New function.
7856         (grep-mode): Add it to compilation-filter-hook.
7858         * progmodes/compile.el (compilation-filter-hook)
7859         (compilation-filter-start): New defvars.
7860         (compilation-filter): Call compilation-filter-hook prior to
7861         updating the process mark.
7863 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7865         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
7867 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
7869         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
7870         mailclient-send-it even if window-system is nil.  (Bug#8595)
7872         * term/w32console.el (terminal-init-w32console):
7873         Call get-screen-color and use its output to set the frame
7874         background-mode.  (Bug#8597)
7876 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7878         Make bytecomp.el understand that defmethod defines funs (bug#8631).
7879         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
7880         New functions.
7881         (defgeneric, eieio--defmethod): Use them.
7882         (eieio-defgeneric): Remove.
7883         (defmethod): Call defgeneric in a way visible to the byte-compiler.
7885 2011-05-07  Glenn Morris  <rgm@gnu.org>
7887         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
7888         Use let rather than let*.
7889         (timeclock-find-discrep): Remove unused local.
7891         * calendar/diary-lib.el (diary-comment-start): Doc fix.
7893         * calendar/appt.el (appt-time-msg-list): Doc fix.
7895 2011-05-06  Noah Friedman  <friedman@splode.com>
7897         * apropos.el (apropos-print-doc): Only use
7898         emacs-lisp-docstring-fill-column when it is bound to an integer,
7899         per that variable's documentation.
7901 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7903         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
7904         and warnings are not silently discarded (e.g. use -d instead of -P).
7906 2011-05-06  Glenn Morris  <rgm@gnu.org>
7908         * calendar/appt.el (appt-message-warning-time): Doc fix.
7909         (appt-warning-time-regexp): New option.
7910         (appt-make-list): Respect appt-message-warning-time.
7912         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
7913         New options.
7914         (diary-add-to-list): Strip comments from the displayed string.
7915         (diary-mode): Set comment-start and comment-end.
7917         * vc/diff-mode.el (smerge-refine-subst): Declare.
7918         (diff-refine-hunk): Don't require smerge-mode when compiling.
7920 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
7922         * simple.el (list-processes): Return nil as the docstring says.
7924 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
7926         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
7927         to "".
7928         (ange-ftp-write-region, ange-ftp-insert-file-contents)
7929         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
7930         determining of binary transfer.  (Bug#7383)
7932 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
7934         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7935         Fix port computation bug.  (Bug#8618)
7937 2011-05-05  Glenn Morris  <rgm@gnu.org>
7939         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
7941         * simple.el (shell-dynamic-complete-functions)
7942         (comint-dynamic-complete-functions): Declare.
7944         * net/network-stream.el (gnutls-negotiate):
7945         * simple.el (tabulated-list-print): Fix declarations.
7947         * progmodes/gud.el (syntax-symbol, syntax-point):
7948         Remove unnecessary and incorrect declarations.
7950         * emacs-lisp/check-declare.el (check-declare-scan):
7951         Handle byte-compile-initial-macro-environment in bytecomp.el
7953 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7955         Fix earlier half-done eieio-defmethod change (bug#8338).
7956         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
7957         Streamline and change calling convention.
7958         (defmethod): Adjust accordingly and simplify.
7959         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
7960         new eieio--defmethod.
7961         (slot-boundp): Minor CSE simplification.
7963 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
7965         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
7966         (glasses-make-readable): Use glasses-separate-capital-groups.
7968 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
7970         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
7971         (warning-series): Doc fix.
7972         (display-warning): Don't try to create the buffer if we just found it.
7974 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
7976         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
7977         (autoload-find-generated-file): New function.
7978         (generate-file-autoloads): Bind generated-autoload-file to
7979         buffer-file-name.
7980         (update-file-autoloads, update-directory-autoloads):
7981         Use autoload-find-generated-file.  If called interactively, prompt for
7982         output file (Bug#7989).
7983         (batch-update-autoloads): Doc fix.
7985 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
7987         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
7989 2011-05-04  Glenn Morris  <rgm@gnu.org>
7991         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
7992         function, so it follows changes in calendar-date-style.
7993         (diary-fancy-date-matcher): New function.
7994         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
7995         (diary-fancy-font-lock-fontify-region-function):
7996         Use diary-fancy-date-pattern as a function.
7998         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
7999         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
8001 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
8003         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
8004         instead of positional arguments.  Allow :keylist and :crlfiles
8005         arguments.
8006         (open-gnutls-stream): Call it.
8008         * net/network-stream.el (network-stream-open-starttls): Adjust to
8009         call `gnutls-negotiate' with :process and :hostname arguments.
8011 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8013         * minibuffer.el (completion--message): New function.
8014         (completion--do-completion, minibuffer-complete)
8015         (minibuffer-force-complete, minibuffer-complete-word): Use it.
8016         (completion--do-completion): Don't ignore completion-auto-help when in
8017         icomplete-mode.
8019         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
8020         internal encoding (e.g. tibetan zero is not whitespace).
8021         (global-whitespace-mode): Prefer save-current-buffer.
8022         (whitespace-trailing-regexp): Remove useless save-match-data.
8023         (whitespace-empty-at-bob-regexp): Minor simplification.
8025 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
8027         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
8029 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8031         * textmodes/ispell.el (ispell-add-per-file-word-list):
8032         Use `concat' to create string for insertion.
8034 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8036         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
8037         Avoid open-line which runs post-self-insert-hook.
8038         (bibtex-fill-entry): Remove unused `end' var.
8040 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
8042         * textmodes/ispell.el (ispell-add-per-file-word-list):
8043         Protect against `nil' value of `comment-start' (Bug#8579).
8045 2011-05-03  Leo Liu  <sdl.web@gmail.com>
8047         * isearch.el (isearch-yank-pop): New command.
8048         (isearch-mode-map): Bind it to `M-y'.
8049         (isearch-forward): Mention it.
8051 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8053         * simple.el (minibuffer-complete-shell-command): Remove.
8054         (minibuffer-local-shell-command-map): Use completion-at-point.
8055         (read-shell-command): Setup completion vars here instead.
8056         (read-expression-map): Bind TAB to symbol completion.
8058         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
8059         error directly rather via storing it into `results'.
8061 2011-05-02  Leo Liu  <sdl.web@gmail.com>
8063         * vc/diff.el: Fix description.
8065 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8067         * server.el (server-eval-at): New function.
8069 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8071         * net/network-stream.el (open-network-stream): Take a :nowait
8072         parameter and pass it on to `make-network-process'.
8073         (network-stream-open-plain): Ditto.
8075 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
8077         * faces.el (face-spec-set-match-display): Don't match toolkit
8078         options on terminal frames.
8080 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8082         * progmodes/pascal.el: Use lexical binding.
8083         (pascal-mode-map): Remove author preferences.
8085         * pcomplete.el (pcomplete-std-complete): Don't abuse
8086         completion-at-point.
8088 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
8090         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
8091         removing code that has been dead since 1991 or so.
8093         * startup.el (command-line): When warning about "_emacs", use a
8094         delayed warning to allow the user to filter it out.
8096 2011-04-28  Deniz Dogan  <deniz@dogan.se>
8098         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
8099         user has not joined.
8101 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8103         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
8104         aren't any completions at point.
8106 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
8108         * subr.el (display-delayed-warnings): New function.
8109         (delayed-warnings-hook): New variable.
8111 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8113         * minibuffer.el (completion-at-point, completion-help-at-point):
8114         Don't presume that a given completion-at-point-function will always
8115         use the same calling convention.
8117         * pcomplete.el (pcomplete-completions-at-point):
8118         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
8119         pcomplete-seen is non-nil.
8120         (pcomplete-comint-setup): Also recognize the new comint/shell
8121         completion functions.
8122         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
8123         pcomplete-seen is non-nil.
8125 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
8127         * calendar/icalendar.el (diary-lib): Add require statement.
8128         (icalendar--create-uid): Read out a uid from a text-property on
8129         the first character in the entry.  This allows for code to add its
8130         own uid to the entry.
8131         (icalendar--convert-float-to-ical): Add export of
8132         `diary-float'-entries save for those with the optional DAY
8133         argument.
8135 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
8137         * subr.el (shell-quote-argument): Use alternate escaping strategy
8138         when we spot a variable reference in a string.
8140 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
8142         * cus-start.el (all): Define customization for debug-on-event.
8144 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
8146         * subr.el (shell-quote-argument): Escape correctly under Windows.
8148 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8150         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
8152 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
8154         * net/tramp.el (tramp-process-actions): Add POS argument.
8155         Delete region between POS and (pos).
8157         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8158         Use `nil' position in `tramp-process-actions' call.
8159         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
8161         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
8162         position in `tramp-process-actions' call.
8164         * net/trampver.el: Update release number.
8166 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8168         * custom.el (defcustom): Obey lexical-binding.
8170         Fix octave-inf completion problems reported by Alexander Klimov.
8171         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
8172         Inherit from octave-mode-syntax-table.
8173         (inferior-octave-mode): Set info-lookup-mode.
8174         (inferior-octave-completion-at-point): New function.
8175         (inferior-octave-complete): Use it and completion-in-region.
8176         (inferior-octave-dynamic-complete-functions): Use it as well, and use
8177         comint-filename-completion.
8178         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
8179         symbol elements which shouldn't be word elements.
8180         (octave-font-lock-keywords, octave-beginning-of-defun)
8181         (octave-function-header-regexp): Adjust regexps accordingly.
8182         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
8184 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
8186         * net/gnutls.el (gnutls-errorp): Declare before first use.
8188 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
8190         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
8191         verify-error, and verify-hostname-error parameters.  Check whether
8192         default trustfile exists before going to use it.  Add missing
8193         argument to gnutls-message-maybe call.  Return value.
8194         Reported by Claudio Bley <claudio.bley@gmail.com>.
8195         (open-gnutls-stream): Add usage example.
8197         * net/network-stream.el (network-stream-open-starttls): Give host
8198         parameter to `gnutls-negotiate'.
8199         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8200         * subr.el (shell-quote-argument): Escape correctly under Windows.
8202 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
8204         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8205         Use correct match group (bug#8438).
8207 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
8209         * emacs-lisp/package.el (package-built-in-p): Fix typo.
8210         (package-menu--generate): New arg specifying packages to show.
8211         (package-menu-refresh, package-menu-execute, list-packages):
8212         Callers changed.
8213         (package-show-package-list): New function, replacing deleted
8214         package--list-packages (renamed because it is non-internal).
8216         * finder.el (finder-list-matches): Use package-show-package-list
8217         instead of deleted package--list-packages.
8219         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
8220         Based on a previous implementation by Juanma Barranquero (Bug#8366).
8221         (vc-annotate-mode-map): Bind it to RET.
8223 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
8225         * progmodes/etags.el (next-file): Don't use set-buffer to change
8226         buffers (Bug#8478).
8228 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
8230         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
8232         * apropos.el (apropos-label-face): Avoid variable-pitch face.
8233         (apropos-accumulator): Doc fix.
8234         (apropos-function, apropos-macro, apropos-command)
8235         (apropos-variable, apropos-face, apropos-group, apropos-widget)
8236         (apropos-plist): Add face property.
8237         (apropos-symbols-internal): Fix indentation.
8238         (apropos-print): Simplify help, and recognize apropos-multi-type.
8239         (apropos-print-doc): Use button-type-get to extract the button's
8240         face property.  Fill docstring (Bug#8352).
8242 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
8244         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
8246         * play/mpuz.el (mpuz-silent): Doc fix.
8247         (mpuz-mode-map): Use mapc.
8248         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
8249         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
8250         Fix typos in docstrings.
8252         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
8253         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
8255         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
8257 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
8259         * minibuffer.el (completion--do-completion): Avoid the "Next char
8260         not unique" prompt if icomplete-mode is enabled (Bug#5849).
8262         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
8263         mouse-2 into unread-command-events, it is interpreted correctly.
8265         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
8266         (image-toggle-display): Doc fix.
8268 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
8270         * textmodes/page.el (what-page): Use line-number-at-pos to
8271         calculate line number (Bug#6825).
8273 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
8275         * eshell/esh-mode.el (find-tag-interactive): Declare function.
8276         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
8277         Pass argument NO-DEFAULT to `find-tag-interactive'.
8279 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
8281         Lexical-binding cleanup.
8283         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
8284         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
8285         * progmodes/ada-prj.el (ada-prj-initialize-values)
8286         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
8287         (ada-prj-show-value):
8288         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
8289         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
8290         (antlr-invalidate-context-cache, antlr-options-menu-filter)
8291         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
8292         * progmodes/bug-reference.el (bug-reference-push-button):
8293         * progmodes/fortran.el (fortran-line-length):
8294         * progmodes/glasses.el (glasses-change):
8295         * progmodes/octave-mod.el (octave-fill-paragraph):
8296         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
8297         (python-pdbtrack-grub-for-buffer, python-sentinel):
8298         * progmodes/sql.el (sql-save-connection):
8299         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
8300         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
8301         Mark unused parameters.
8303         * progmodes/compile.el (compilation--flush-directory-cache)
8304         (compilation--flush-parse, compile-internal): Mark unused parameters.
8305         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
8306         (compilation-next-error-function): Remove unused variable `timestamp'.
8308         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
8309         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
8311         * progmodes/dcl-mode.el (dcl-end-of-command):
8312         Remove unused variable `start'.
8313         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
8314         (dcl-option-value-basic, dcl-option-value-offset)
8315         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
8316         Mark unused parameters.
8317         (dcl-save-local-variable): Remove unused variable `val'.
8318         (mode): Declare.
8320         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
8321         Mark unused parameters.
8322         (delphi-ignore-changes): Move before first use.
8323         (delphi-charset-token-at): Remove unused variable `start'.
8324         (delphi-else-start): Remove unused variable `if-count'.
8325         (delphi-comment-block-start, delphi-comment-block-end):
8326         Remove unused variable `kind'.
8327         (delphi-indent-line): Remove unused variable `new-point'.
8329         * progmodes/ebrowse.el (ebrowse-files-list)
8330         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
8331         Mark unused parameters.  Don't quote `lambda'.
8332         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
8333         Don't quote `lambda'.
8334         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
8335         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
8336         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
8337         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
8338         Use `ignore-errors'.
8339         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
8340         (ebrowse-view/find-file-and-search-pattern)
8341         (ebrowse-view/find-member-declaration/definition):
8342         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
8343         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
8344         Rename parameter PREFIX-ARG to PREFIX.
8345         (ebrowse-tags-read-name): Remove unused variables `start' and
8346         `member-info'.
8347         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
8348         to `tags-file'.
8350         * progmodes/etags.el (local-find-tag-hook): Declare.
8351         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
8352         Mark unused parameters.
8354         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
8355         (executable-interpret): Mark unused parameter.
8357         * progmodes/flymake.el (flymake-process-sentinel)
8358         (flymake-after-change-function)
8359         (flymake-create-temp-with-folder-structure)
8360         (flymake-get-include-dirs-dot): Mark unused parameters.
8361         (flymake-safe-delete-directory): Remove unused variable `err'.
8363         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
8364         (speedbar-timer-fn, speedbar-line-text)
8365         (speedbar-change-expand-button-char, speedbar-delete-subblock)
8366         (speedbar-center-buffer-smartly): Declare functions.
8367         (gdb-find-watch-expression): Remove unused variable `array'.
8368         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
8369         (gdb-starting): Mark unused parameters.
8370         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
8371         (gdb-table-string): Remove unused variable `res'.
8372         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
8373         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
8374         (gdb-display-buffer): Remove unused variable `cur-size'.
8376         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
8377         allow lexical-binding compilation.
8378         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
8379         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
8380         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
8381         Mark unused parameters.
8382         (gud-gdb-marker-filter): Remove unused variable `match'.
8383         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
8384         lambda expressions and funcall them, instead of using `fset'.
8386         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
8387         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
8389         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
8390         variable `header-beg'; use `let'.
8392         * progmodes/icon.el (indent-icon-exp): Remove unused variables
8393         `restart', `last-sexp' and `at-do'.
8395         * progmodes/js.el (js--debug): Mark unused parameter.
8396         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
8397         (js--splice-into-items): Remove unused variable `item'.
8398         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
8400         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
8401         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
8402         (makefile-complete): Remove unused variable `try'.
8403         (makefile-fill-paragraph, makefile-match-function-end):
8404         Mark unused parameters.
8406         * progmodes/octave-inf.el (inferior-octave-complete):
8407         Remove unused variable `proc'.
8408         (inferior-octave-output-digest): Mark unused parameter.
8410         * progmodes/perl-mode.el (perl-calculate-indent):
8411         Remove unused variable `err'.
8413         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
8414         (prolog-indent-line): Mark unused parameters.
8415         (prolog-indent-line): Remove unused variable `beg'.
8417         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
8418         (reporter-dont-compact-list): Declare.
8420         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
8421         Remove unused variable `char'.
8422         (sh-debug): Mark unused parameter.
8423         (sh-get-indent-info): Remove unused variable `start'.
8424         (sh-calculate-indent): Remove unused variable `var'.
8426         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
8427         (simula-electric-keyword): Remove unused variable `null'.
8428         (simula-search-backward, simula-search-forward): Remove unused
8429         variables `begin' and `end'.
8431         * progmodes/vera-mode.el (vera-guess-basic-syntax):
8432         Remove unused variable `pos'.
8433         (vera-electric-tab, vera-comment-uncomment-region):
8434         Mark unused parameters.
8435         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
8437 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
8439         * emacs-lisp/package.el (package--builtins, package-alist)
8440         (package-load-descriptor, package-built-in-p, package-activate)
8441         (define-package, package-installed-p)
8442         (package-compute-transaction, package-buffer-info)
8443         (package--push): Doc fix.  Distinguish more clearly between
8444         version strings and version lists.
8446 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
8448         Lexical-binding cleanup.
8450         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
8451         (5x5-make-mutate-best):
8452         * play/fortune.el (fortune-in-buffer):
8453         * play/gomoku.el (gomoku-init-display):
8454         * play/solitaire.el (solitaire, solitaire-do-check):
8455         * play/tetris.el (tetris-default-update-speed-function):
8456         Mark unused parameters.
8458         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
8459         (bubbles--shift): Remove unused variable `char-org'.
8460         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
8461         (bubbles--show-images): Remove unused variable `char'.
8463         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
8464         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
8465         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
8466         (decipher-analyze-buffer): Use ?\s.
8467         (decipher-make-checkpoint): Remove unused variable `mapping'.
8469         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
8471         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
8472         Remove unused variable `result'; use `let'.
8474         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
8475         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
8476         (gametree-children-shown-p, gametree-compute-reduced-score):
8477         Use `ignore-errors'.
8479         * play/handwrite.el (ps-lpr-switches): Declare.
8480         (handwrite): Remove unused variables `pmin' and `lastp'.
8482         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
8484         * play/landmark.el (landmark-init-display)
8485         (landmark-update-naught-weights): Mark unused parameters.
8486         (landmark-y): Remove unused variable `noise'.  Simplify.
8487         (landmark-human-plays): Remove unused variable `score'.
8489         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
8490         (mpuz-try-proposal): Remove unused variable `game'.
8492         * play/zone.el (life-patterns): Declare.
8494 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
8496         * vc/vc.el (ediff-vc-internal): Declare function.
8498 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8500         * shell.el: Use lexical-binding and std completion UI.
8501         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
8502         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
8503         comint-preoutput-filter-functions rather than on
8504         comint-output-filter-functions.
8505         (shell-command-completion, shell--command-completion-data)
8506         (shell-filename-completion, shell-environment-variable-completion)
8507         (shell-c-a-p-replace-by-expanded-directory): New functions.
8508         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
8509         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
8510         (shell-dynamic-complete-environment-variable): Use them.
8511         (shell-dynamic-complete-as-environment-variable)
8512         (shell-dynamic-complete-as-command): Remove.
8513         (shell-match-partial-variable): Match past point.
8514         * comint.el: Clean up use of completion-at-point-functions.
8515         (comint-completion-at-point): New function.
8516         (comint-mode): Use it completion-at-point-functions.
8517         (comint-dynamic-complete): Make it obsolete.
8518         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
8519         (comint-c-a-p-replace-by-expanded-history): New function.
8520         (comint-dynamic-complete-functions)
8521         (comint-replace-by-expanded-history): Use it.
8522         * minibuffer.el (completion-table-with-terminator): Allow dynamic
8523         termination strings.  Try harder to avoid second try-completion.
8524         (completion-in-region-mode-map): Disable bindings that don't work yet.
8526         * comint.el: Use lexical-binding.  Require CL.
8527         (comint-dynamic-complete-functions): Use comint-filename-completion.
8528         (comint-completion-addsuffix): Tweak custom type.
8529         (comint-filename-completion, comint--common-suffix)
8530         (comint--common-quoted-suffix, comint--table-subvert)
8531         (comint--complete-file-name-data): New functions.
8532         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
8533         (comint-dynamic-list-filename-completions): Use them.
8534         (comint-dynamic-simple-complete): Make obsolete.
8536         * minibuffer.el (completion-in-region-mode):
8537         Keep completion-in-region-mode--predicate global.
8538         (completion-in-region--postch):
8539         Assume completion-in-region-mode--predicate is not null.
8541         * progmodes/flymake.el (flymake-start-syntax-check-process):
8542         Obey `dir'.  Simplify.
8544         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
8545         we're in VC after all.
8547 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
8549         * vc/vc.el (vc-diff-build-argument-list-internal)
8550         (vc-version-ediff, vc-ediff): New commands.
8551         (vc-version-diff): Use vc-diff-build-argument-list-internal.
8553 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8555         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
8556         add sanity check.
8558         * obsolete/erc-hecomplete.el: Make obsolete.
8559         * obsolete/: Standardize obsolescence info in the header.
8561 2011-04-20  Glenn Morris  <rgm@gnu.org>
8563         * calendar/solar.el (solar-horizontal-coordinates):
8564         Use the longitude argument rather than `calendar-longitude'.
8565         (solar-date-next-longitude): Remove unused locals.
8567 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8569         * whitespace.el: New version 13.2.1.
8571 2011-04-20  felix  <EmacsWiki>  (tiny change)
8573         * whitespace.el (global-whitespace-mode): Keep highlight when
8574         switching between major modes on a file.
8576 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8578         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
8579         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
8580         multi-line comments as well.
8582 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
8584         Lexical-binding cleanup.
8586         * arc-mode.el (archive-mode-revert):
8587         * cmuscheme.el (scheme-interactively-start-process):
8588         * custom.el (custom-initialize-delay):
8589         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
8590         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
8591         * emacs-lock.el (emacs-lock-clear-sentinel):
8592         * ezimage.el (defezimage):
8593         * follow.el (follow-avoid-tail-recenter):
8594         * fringe.el (set-fringe-mode-1):
8595         * generic-x.el (bat-generic-mode-compile):
8596         * help-mode.el (help-info-variable, help-do-xref)
8597         (help-mode-revert-buffer):
8598         * help.el (view-emacs-todo):
8599         * iswitchb.el (iswitchb-completion-help):
8600         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
8601         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
8602         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
8603         * locate.el (locate-update):
8604         * longlines.el (longlines-encode-region)
8605         (longlines-after-change-function):
8606         * outline.el (outline-isearch-open-invisible):
8607         * ps-def.el (declare-function, charset-dimension, char-width)
8608         (encode-char):
8609         * ps-mule.el (ps-mule-plot-string):
8610         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
8611         (recentf-edit-list-select, recentf-edit-list-validate)
8612         (recentf-open-files-action):
8613         * rect.el (delete-whitespace-rectangle-line)
8614         (rectangle-number-line-callback):
8615         * register.el (window-configuration-to-register)
8616         (frame-configuration-to-register):
8617         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
8618         * select.el (xselect-convert-to-string, xselect-convert-to-length)
8619         (xselect-convert-to-targets, xselect-convert-to-delete)
8620         (xselect-convert-to-filename, xselect-convert-to-charpos)
8621         (xselect-convert-to-lineno, xselect-convert-to-colno)
8622         (xselect-convert-to-os, xselect-convert-to-host)
8623         (xselect-convert-to-user, xselect-convert-to-class)
8624         (xselect-convert-to-name, xselect-convert-to-integer)
8625         (xselect-convert-to-atom, xselect-convert-to-identity):
8626         * subr.el (declare, ignore, process-kill-without-query)
8627         (text-clone-maintain):
8628         * terminal.el (te-get-char, te-tic-sentinel):
8629         * tool-bar.el (tool-bar-make-keymap):
8630         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
8631         * type-break.el (type-break-mode, type-break-noninteractive-query):
8632         * view.el (View-back-to-mark):
8633         * wid-browse.el (widget-browse-action, widget-browse-widget)
8634         (widget-browse-widgets, widget-browse-sexp):
8635         * widget.el (define-widget-keywords):
8636         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
8637         Mark unused parameters.
8639         * align.el (align-adjust-col-for-rule): Mark unused parameter.
8640         (align-areas): Remove unused variable `look'.
8641         (align-region): Remove unused variables `real-end' and `pos-list'.
8643         * apropos.el (apropos-score-doc): Remove unused variable `i'.
8645         * bindings.el (mode-line-modified, mode-line-remote):
8646         Mark unused parameters.
8647         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
8649         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
8650         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
8652         * comint.el (comint-history-isearch-pop-state)
8653         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
8654         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
8655         (comint-substitute-in-file-name): Doc fix.
8657         * completion.el (cmpl-statistics-block): Mark unused parameter.
8658         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
8659         (save-completions-to-file, load-completions-from-file):
8660         Remove unused local variable `e'.
8662         * composite.el (compose-chars): Remove unused variable `len'.
8663         (lgstring-insert-glyph): Remove unused variable `g'.
8664         (compose-glyph-string): Remove unused variables `ascent',
8665         `descent', `lbearing' and `rbearing'.
8666         (compose-glyph-string-relative): Remove unused variables
8667         `lbearing', `rbearing' and `wadjust'.
8668         (compose-gstring-for-graphic): Remove unused variables `header',
8669         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
8670         (compose-gstring-for-terminal): Remove unused variables `header'
8671         and `nchars'.  Use `let', not `let*'.
8673         * cus-edit.el (Custom-set, Custom-save, custom-reset)
8674         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
8675         (Custom-buffer-done, custom-buffer-create-internal)
8676         (custom-browse-visibility-action, custom-browse-group-tag-action)
8677         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
8678         (widget-magic-mouse-down-action, custom-toggle-parent)
8679         (custom-add-parent-links, custom-toggle-hide-variable)
8680         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
8681         (custom-toggle-hide-face, face, hook, custom-group-link-action)
8682         (custom-face-menu-create, custom-variable-menu-create, get)
8683         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
8684         (custom-reset-standard-save-and-update): Remove unused variable `value'.
8685         (customize-apropos): Remove unused variable `tests'.
8686         (custom-group-value-create): Remove unused variable `hidden-p'.
8687         (sort-fold-case): Declare.
8689         * cus-theme.el (custom-reset-standard-faces-list)
8690         (custom-reset-standard-variables-list): Declare.
8691         (customize-create-theme, custom-theme-revert, custom-theme-write)
8692         (custom-theme-choose-mode, customize-themes, custom-theme-save):
8693         Mark unused parameters.
8695         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
8697         * delim-col.el (delimit-columns-max): Move defvar before first use.
8699         * descr-text.el (describe-char-categories): Don't quote `lambda'.
8700         (describe-char): Don't quote `lambda'.  Mark unused parameter.
8702         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
8703         (auto-insert): Declare.
8704         (desktop-restore-file-buffer): Rename desktop-* parameters;
8705         mark unused ones.
8706         (desktop-create-buffer): Rename desktop-* parameters and bind them.
8707         (desktop-buffer): Rename desktop-* parameters.
8709         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8710         (dframe-reposition-frame-xemacs, dframe-help-echo)
8711         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
8712         Mark unused parameters.
8714         * dired-aux.el (backup-extract-version-start, overwrite-query)
8715         (overwrite-backup-query, rename-regexp-query)
8716         (rename-non-directory-query): Declare.
8717         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
8718         (dired-add-entry): Remove unused variable `orig-file-name'.
8719         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
8720         Use parameter PRESERVE-TIME instead of accessing dynamic variable
8721         `dired-copy-preserve-time' directly.
8722         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
8723         (dired-insert-subdir-newpos): Rename unused variable `pos'.
8725         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
8726         (dired-virtual-revert, dired-make-relative-symlink):
8727         Mark unused parameters.
8728         (manual-program): Declare.
8729         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
8730         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
8731         wrapped in `with-no-warnings' to avoid replacing one warning by another.
8733         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
8735         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
8737         * echistory.el (electric-history-in-progress, Helper-return-blurb):
8738         Declare.
8740         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
8742         * electric.el (Electric-command-loop): Rename parameter
8743         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
8745         * expand.el (expand-in-literal): Remove unused variable `here'.
8747         * facemenu.el (facemenu-add-new-color):
8748         Remove unused variable `docstring'.
8750         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
8751         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
8752         (face-attr-construct): Mark unused parameter.  Doc fix.
8753         (read-color): Remove unused variable `hex-string'.
8755         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
8756         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
8757         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
8758         (display-buffer-other-frame): Remove unused variable `old-window'.
8759         (kill-buffer-hook): Declare.
8760         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
8761         Mark unused parameters.
8762         (after-find-file): Pass 1 to `auto-save-mode', not t.
8764         * files-x.el (auto-insert): Declare.
8765         (modify-file-local-variable-prop-line): Remove unused variable `val'.
8767         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
8768         variable `buf'.  Mark unused parameter.
8769         (find-lisp-insert-directory): Mark unused parameter.
8771         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
8772         (format-encode-region): Remove unused variables `cur-buf' and `result'.
8773         (format-common-tail): Remove, unused.
8774         (format-deannotate-region): Remove unused variable `loc'.
8775         (format-annotate-region): Remove unused variable `p'.
8776         (format-annotate-single-property-change): Remove unused variables
8777         `default' and `tail'.
8779         * forms.el (read-file-filter): Declare.
8780         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
8782         * frame.el (frame-creation-function-alist): Mark unused parameter.
8783         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
8785         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
8786         Remove unused parameters.
8787         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
8788         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
8790         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
8791         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
8792         (hfy-prepare-tag-map): Mark unused parameters.
8793         (htmlfontify-buffer): Use `called-interactively-p'.
8795         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
8796         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
8797         (ibuffer-do-occur): Mark unused parameters.
8798         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
8799         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
8801         * ibuffer.el: Don't quote `lambda'.
8802         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
8803         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
8804         Mark unused parameters.
8806         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
8807         (ido-completing-read): Mark unused parameters.
8808         (ido-copy-current-word): Mark unused parameters;
8809         remove unused variable `name'.
8810         (ido-sort-merged-list): Remove unused parameter `dirs'.
8812         * ielm.el (ielm-input-sender): Mark unused parameter.
8813         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
8814         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
8815         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
8816         `ielm-string' as a dynamic variable accessible from the IELM prompt.
8817         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
8819         * image-dired.el (image-dired-display-thumbs): Remove unused
8820         variables `curr-file' and `count'.
8821         (image-dired-remove-tag): Remove unused variable `start'.
8822         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
8823         variable `curr-file'
8824         (image-dired-rotate-original): Remove unused variable `temp-file'.
8825         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
8826         Remove unused variable `file'.
8827         (image-dired-gallery-generate): Remove unused variable `curr'.
8828         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
8830         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
8832         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
8834         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
8836         * isearch.el (minibuffer-history-symbol): Declare.
8837         (isearch-edit-string): Remove unused variable `err'.
8838         (isearch-message-prefix, isearch-message-suffix):
8839         Mark unused parameters.
8841         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
8843         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
8845         * makesum.el (double-column): Remove unused variable `cnt'.
8847         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
8848         (ido-ignore-item-temp-list): Declare.
8850         * mouse-drag.el (mouse-drag-throw): Remove unused variables
8851         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
8852         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
8853         (mouse-drag-drag): Remove unused variables `mouse-delta' and
8854         `mouse-col-delta'.
8856         * mouse-sel.el (mouse-extend-internal):
8857         Remove unused variable `orig-window-frame'.
8859         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
8860         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
8861         Move declarations before first use.
8862         (pcomplete-opt): Mark unused parameters; doc fix.
8864         * proced.el (proced-revert): Mark unused parameter.
8865         (proced-send-signal): Remove unused variable `err'.
8867         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
8868         Rename parameter PREFIX-ARG to ARG.
8869         (ps-basic-plot-string, ps-basic-plot-whitespace):
8870         Mark unused parameters.
8872         * replace.el (replace-count): Define.
8873         (occur-revert-function): Mark unused parameters.
8874         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
8875         (isearch-case-fold-search, isearch-string): Declare.
8876         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
8877         bind `case-fold-search'.  Remove unused variables `beg' and `end',
8878         and simplify.
8879         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
8880         COUNT and bind `replace-count'.
8881         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
8882         to COUNT.
8884         * savehist.el (print-readably, print-string-length): Declare.
8886         * shadowfile.el (shadow-expand-cluster-in-file-name):
8887         Remove unused variable `cluster'.
8888         (shadow-copy-file): Remove unused variable `i'.
8889         (shadow-noquery, shadow-clusters, shadow-site-cluster)
8890         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
8891         (shadow-define-literal-group, shadow-define-regexp-group)
8892         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
8894         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
8895         (shell): Use `called-interactively-p'.
8896         (shell-directory-tracker): Remove unused variable `chdir-failure'.
8898         * simple.el (compilation-context-lines, comint-file-name-quote-list)
8899         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
8900         (delete-backward-char): Remove unused variable `ocol'.
8901         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
8902         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
8903         (event-apply-hyper-modifier, event-apply-shift-modifier)
8904         (event-apply-control-modifier, event-apply-meta-modifier):
8905         Mark unused parameters.
8906         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
8907         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
8909         * speedbar.el (speedbar-ignored-directory-expressions)
8910         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
8911         (speedbar-find-file, speedbar-dir-follow)
8912         (speedbar-directory-buttons-follow, speedbar-tag-find)
8913         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
8914         (speedbar-buffers-line-directory, speedbar-buffer-click):
8915         Mark unused parameters.
8916         (speedbar-tag-file): Remove unused variable `mode'.
8917         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
8919         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
8921         * talk.el (talk): Remove unused variable `display'.
8923         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
8924         (tar-write-region-annotate): Mark unused parameter.
8926         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
8927         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
8928         Declare them, wrapped in `with-no-warnings' to avoid replacing one
8929         warning by another.
8931         * time-stamp.el (time-stamp-string-preprocess):
8932         Remove unused variable `require-padding'.
8934         * tree-widget.el (widget-glyph-enable): Declare.
8935         (tree-widget-action): Mark unused parameter.
8937         * w32-fns.el (x-get-selection): Mark unused parameter.
8938         (autoload-make-program, generated-autoload-file): Declare.
8940         * wdired.el (wdired-revert): Mark unused parameters.
8941         (wdired-xcase-word): Remove unused variable `err'.
8943         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
8944         (whitespace-help-scroll): Remove unused variable `data-help'.
8946         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
8947         (widget-image-insert, widget-after-change, default)
8948         (widget-default-format-handler, widget-default-notify)
8949         (widget-default-prompt-value, widget-info-link-action)
8950         (widget-url-link-action, widget-function-link-action)
8951         (widget-variable-link-action, widget-file-link-action)
8952         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
8953         (widget-field-prompt-internal, widget-field-action, widget-field-match)
8954         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
8955         (widget-insert-button-action, widget-delete-button-action, visibility)
8956         (widget-documentation-link-action, widget-documentation-string-action)
8957         (widget-const-prompt-value, widget-regexp-match, symbol)
8958         (widget-coding-system-prompt-value)
8959         (widget-key-sequence-value-to-external, sexp)
8960         (widget-sexp-value-to-internal, character, vector, cons)
8961         (widget-choice-prompt-value, widget-boolean-prompt-value)
8962         (widget-color--choose-action): Mark unused parameters.
8963         (widget-item-match-inline, widget-choice-match-inline)
8964         (widget-checklist-match, widget-checklist-match-inline)
8965         (widget-group-match): Rename parameter VALUES to VALS.
8966         (widget-field-value-set): Remove unused variable `size'.
8967         (widget-color-action): Remove unused variables `value' and `start'.
8969         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
8970         variable `dir'.  Doc fix.
8971         (windmove-find-other-window): Don't pass it.
8973         * window.el (count-windows): Mark unused parameter.
8974         (bw-adjust-window): Remove unused variable `err'.
8976         * woman.el (woman-file-name): Remove unused variable `default'.
8977         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
8978         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
8979         (global-font-lock-mode): Declare.
8980         (woman-decode-region): Mark unused parameter.
8981         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
8983         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
8984         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
8985         (x-dnd-handle-moz-url): Remove unused variable `title'.
8986         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
8988         * xml.el (xml-parse-tag, xml-parse-attlist):
8989         Remove unused variable `pos'.
8991 2011-04-19  Glenn Morris  <rgm@gnu.org>
8993         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
8994         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8995         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8996         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
8997         * calendar/cal-html.el (cal-html-insert-minical):
8998         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
8999         (calendar-mark-date-pattern):
9000         Prefix "unused" locals.
9002         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
9003         optional argument `style'.
9005         * calendar/appt.el (appt-make-list):
9006         * calendar/cal-china.el (calendar-chinese-date-string):
9007         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
9008         (diary-hebrew-yahrzeit):
9009         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
9010         * calendar/calendar.el (calendar-generate-window):
9011         * calendar/time-date.el (time-to-days):
9012         Remove unused local variables.
9014 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
9016         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
9017         glyphless-char-display table.
9018         (tabulated-list-glyphless-char-display): New var.
9020 2011-04-18  Sam Steingold  <sds@gnu.org>
9022         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
9023         to acknowledgments.
9025 2011-04-17  Glenn Morris  <rgm@gnu.org>
9027         * calendar/diary-lib.el (diary-sexp-entry):
9028         * calendar/holidays.el (holiday-sexp):
9029         Set debug-on-error rather than the removed stack-trace-on-error.
9031 2011-04-16  Glenn Morris  <rgm@gnu.org>
9033         * progmodes/f90.el: Use lexical-binding.
9034         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
9036 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9038         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
9039         (mail-mode): Setup mailalias completion here instead.
9040         * mail/mailalias.el: Use lexical-binding.
9041         (pattern, mailalias-done): Declare dynamic.
9042         (mail-completion-at-point-function): New function, from mail-complete.
9043         (mail-complete): Use it.
9044         (mail-completion-expand): New function.
9045         (mail-get-names): Use it.
9046         (mail-directory, mail-directory-process, mail-directory-stream):
9047         Don't use `pattern' for lexically bound arg.
9049         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
9051         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
9052         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
9053         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
9055         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
9056         (byte-save-window-excursion, byte-temp-output-buffer-setup)
9057         (byte-interactive-p): Define them again, for use when inlining
9058         old code.
9060 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
9062         * loadup.el: Use `string-to-number', not `string-to-int'.
9064 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9066         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
9067         gud-gdb-complete-command.
9068         (gud-gdb-completions): New function, from gud-gdb-complete-command.
9069         (gud-gdb-completion-at-point): New function.
9070         (gud-gdb-completions): Remove.
9072 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
9074         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
9075         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
9076         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
9077         whether `executable-find' is bound.
9079         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
9081 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9083         * minibuffer.el (completion-in-region-mode-predicate)
9084         (completion-in-region-mode--predicate): New vars.
9085         (completion-in-region, completion-in-region--postch)
9086         (completion-in-region-mode): Use them.
9087         (completion--capf-wrapper): Also return the hook function.
9088         (completion-at-point, completion-help-at-point):
9089         Adjust and provide a predicate.
9091         Preserve arg names for advice of subr and lexical functions (bug#8457).
9092         * help-fns.el (help-function-arglist): Consolidate the subr and
9093         new-byte-code cases.  Add argument `preserve-names' to extract names
9094         from the docstring when needed.
9095         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
9096         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
9097         (ad-arglist): Use help-function-arglist's new arg.
9098         (ad-definition-type): Use cond.
9100 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
9102         * autorevert.el (auto-revert-handler):
9103         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
9104         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
9105         Don't quote lambda.
9107         * image-mode.el (image-transform-set-scale):
9108         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
9110 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9112         * net/network-stream.el (network-stream-open-starttls): Only do
9113         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
9114         Upgrades via gnutls-cli are too slow to be done opportunistically.
9116 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
9118         * dframe.el (dframe-current-frame): Remove spurious quote.
9120 2011-04-12  Glenn Morris  <rgm@gnu.org>
9122         * calendar/cal-tex.el (cal-tex-end-document):
9123         Try to automatically use latin1 input if needed.
9125         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
9126         Don't try to cons a mark onto an empty element.
9128 2011-04-11  Leo Liu  <sdl.web@gmail.com>
9130         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
9131         buffers.
9132         (ido-kill-buffer-at-head): Support killing virtual buffers.
9134 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
9136         * minibuffer.el (completion-show-inline-help): New var.
9137         (completion--do-completion, minibuffer-complete)
9138         (minibuffer-force-complete, minibuffer-complete-word):
9139         Inhibit minibuffer messages if completion-show-inline-help is nil.
9141         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
9142         to avoid interference from inline help (Bug#5849).
9144 2011-04-10  Leo Liu  <sdl.web@gmail.com>
9146         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9147         Fix typo.
9149 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
9151         * image-mode.el (image-toggle-display-image): Signal an error if
9152         not in Image mode.
9153         (image-transform-mode, image-transform-resize)
9154         (image-transform-set-rotation): Doc fix.
9155         (image-transform-set-resize): Delete.
9156         (image-transform-set-scale, image-transform-fit-to-height)
9157         (image-transform-fit-to-width): Handle image-toggle-display-image
9158         and image-transform-resize directly.
9160 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
9162         * doc-view.el (doc-view-fit-width-to-window)
9163         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
9164         New functions for fitting the shown image to the Emacs window size.
9165         (doc-view-mode-map): Add bindings for the new functions.
9167 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
9169         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
9170         Fix typo in docstring.
9172 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
9174         * files.el (file-size-human-readable): Produce one digit after
9175         decimal, like "ls -lh" does.
9177         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
9178         the file size representation.
9180         * simple.el (list-processes): If async subprocesses are not
9181         available, error out with a clear error message.
9183 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
9185         * help.el (help-form-show): New function, to be called from C.
9186         Put help-form output in a buffer named differently than *Help*.
9188 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
9190         * files.el (file-size-human-readable): New function.
9192         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
9193         computing the representation inline.  Don't require `cl'.
9195 2011-04-08  Glenn Morris  <rgm@gnu.org>
9197         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
9199         * net/browse-url.el (browse-url-firefox):
9200         Test system-type, not system-configuration.
9202         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
9203         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
9204         Use log-edit-empty-buffer-p.  (Bug#7598)
9206         * net/rlogin.el (rlogin-process-connection-type): Simplify.
9207         (rlogin-mode-map): Initialize in the defvar.
9208         (rlogin): Use ignore-errors.
9210         * replace.el (occur-mode-map): Some fixes for menu items.
9212 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9214         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
9216 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
9218         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
9219         issuing unused warnings.
9221         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
9222         macro directly.
9224         * simple.el: Lisp reimplement of list-processes.  Based on an
9225         earlier reimplementation by Leo Liu, but using tabulated-list.el.
9226         (process-menu-mode): New major mode.
9227         (list-processes--refresh, list-processes):
9228         (process-menu-visit-buffer): New functions.
9230         * files.el (save-buffers-kill-emacs): Don't assume any return
9231         value of list-processes, which is undocumented anyway.
9233 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
9235         * emacs-lisp/tabulated-list.el: New file.
9237         * emacs-lisp/package.el: Use Tabulated List mode.
9238         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
9239         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
9240         table format using Tabulated List mode variables.
9241         (package--push): New macro, replacing package-list-maybe-add.
9242         (package-menu--generate): Use package--push.  Renamed from
9243         package--generate-package-list.
9244         (package-menu-refresh, list-packages): Use it.
9245         (package-menu--print-info): Rename from package-print-package.
9246         Return insertion data instead of inserting it directly.
9247         (package-menu-describe-package, package-menu-execute):
9248         Use tabulated-list-get-id.
9249         (package-menu-mark-delete, package-menu-mark-install)
9250         (package-menu-mark-unmark, package-menu-backup-unmark)
9251         (package-menu-mark-obsolete-for-deletion):
9252         Use tabulated-list-put-tag.
9253         (package--list-packages, package-menu-revert)
9254         (package-menu-get-package, package-menu-get-version)
9255         (package-menu-sort-by-column): Functions deleted.
9256         (package-menu-package-list, package-menu-sort-key): Vars deleted.
9257         (package-menu--status-predicate, package-menu--version-predicate)
9258         (package-menu--name-predicate)
9259         (package-menu--description-predicate): Handle arguments in the
9260         Tabulated List format.
9261         (package-list-packages-no-fetch): Call list-packages.
9263 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
9265         * files.el (after-find-file-from-revert-buffer): Remove variable.
9266         (after-find-file): Don't bind it.
9267         (revert-buffer-in-progress-p): New variable.
9268         (revert-buffer): Bind it.
9269         Pass nil for `after-find-file-from-revert-buffer'.
9271         * saveplace.el (save-place-find-file-hook): Use new variable
9272         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
9274 2011-04-06  Glenn Morris  <rgm@gnu.org>
9276         * Makefile.in (AUTOGEN_VCS): New variable.
9277         (autoloads): Use $AUTOGEN_VCS.
9279         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
9280         * calendar/calendar.el (calendar-mode-map):
9281         Check for toolkit scroll bars.  (Bug#8305)
9283 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
9285         * minibuffer.el (completion-in-region--postch)
9286         (completion-in-region-mode): Remove unnecessary messages.
9288 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
9290         * font-lock.el (font-lock-refresh-defaults):
9291         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
9292         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
9294         * info.el (Info-directory-list, Info-read-node-name-2)
9295         (Info-split-parameter-string): Doc fixes.
9296         (Info-virtual-nodes): Reflow docstring.
9297         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
9298         (Info-apropos-toc-nodes, info-finder, Info-get-token)
9299         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
9300         Fix typos in docstrings.
9301         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
9302         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
9303         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
9304         (Info-restore-desktop-buffer): Mark unused parameters.
9305         (Info-directory-find-file, Info-directory-find-node)
9306         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
9307         (Info-virtual-index-find-node, Info-apropos-find-file)
9308         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
9309         Mark unused parameters; fix typos in docstrings.
9310         (Info-virtual-index): Remove unused local variable `nodename'.
9312 2011-04-05  Deniz Dogan  <deniz@dogan.se>
9314         * net/rcirc.el: Update my e-mail address.
9315         (rcirc-mode-map): Remove M-o binding.
9317 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
9319         * startup.el (command-line): Save the cursor's theme-face
9320         directly, instead of using face-override-spec.
9322         * custom.el (load-theme): Minor optimization in assigning faces.
9324 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
9326         * help-fns.el (describe-variable): Complete all variables having
9327         documentation, including keywords.
9328         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
9330 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
9332         Convert to lexical-binding.
9334         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
9335         (bs--get-marked-string, bs--get-modified-string)
9336         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
9337         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
9338         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
9340         * ehelp.el (electric-help-execute-extended)
9341         (electric-help-ctrl-x-prefix):
9342         * hexl.el (hexl-revert-buffer-function):
9343         * linum.el (linum-after-change, linum-after-scroll):
9344         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
9346         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
9348 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
9350         * epa-dired.el:
9351         * epa-mail.el:
9352         * epa-hook.el:
9353         * epa-file.el:
9354         * epa.el:
9355         * epg.el: Use lexical binding.
9357 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
9359         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
9361         * textmodes/flyspell.el (flyspell-word): Recognize default
9362         dictionary case for flyspell-mark-duplications-exceptions.
9363         Use regexp matching for languages.
9364         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
9365         default dictionary (Bug#7926).
9367 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
9369         * emacs-lisp/package.el (package--with-work-buffer):
9370         Recognize https URLs.
9372         * net/network-stream.el: Move from gnus/proto-stream.el.
9373         Change prefix to network-stream throughout.
9374         (open-protocol-stream): Merge into open-network-stream, leaving
9375         open-protocol-stream as an alias.  Handle nil BUFFER args.
9377         * subr.el (open-network-stream): Move to net/network-stream.el.
9379 2011-04-02  Glenn Morris  <rgm@gnu.org>
9381         * find-dired.el (find-exec-terminator): New option.
9382         (find-ls-option): Test for -ls support.
9383         (find-ls-subdir-switches): Test for -b in find-ls-option.
9384         (find-dired, find-grep-dired): Doc fixes.
9385         (find-dired): Use find-exec-terminator.
9387         * find-dired.el (find-ls-option, find-ls-subdir-switches)
9388         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
9389         (find-name-arg): Remove purecopy.
9391         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
9392         (grep-compute-defaults): Check for `-exec COMMAND +' support.
9393         Set grep-find-use-xargs, grep-find-command, and grep-find-template
9394         accordingly.  Don't add the null-device if not needed.
9396         * files.el (save-some-buffers): Doc fix.
9398 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
9400         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
9402 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
9404         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
9405         Use `dolist' rather than `mapcar'.
9407 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9409         Add lexical binding.
9411         * subr.el (apply-partially): Use new closures rather than CL.
9412         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
9413         (dolist, dotimes): Use slightly different expansion for lexical code.
9414         (functionp): Move to C.
9415         (letrec): New macro.
9416         (with-wrapper-hook): Use it and apply-partially instead of CL.
9417         (eval-after-load): Preserve lexical-binding.
9418         (save-window-excursion, with-output-to-temp-buffer): Turn them
9419         into macros.
9421         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
9423         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
9424         than the arglist.
9425         (help-add-fundoc-usage): Don't add `Not documented'.
9426         (help-function-arglist): Handle closures, subroutines, and new
9427         byte-code-functions.
9428         (help-make-usage): Remove leading underscores.
9429         (describe-function-1): Handle closures.
9430         (describe-variable): Use special-variable-p for completion.
9432         * files.el (lexical-binding): Declare safe.
9434         * emacs-lisp/pcase.el: Don't use destructuring-bind.
9435         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
9436         (pcase): Add `let' pattern.
9437         Change memoization so it actually works.
9438         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
9439         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
9440         <let>: New case.
9442         * emacs-lisp/macroexp.el: Use lexical binding.
9443         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
9444         Don't convert ' to #' without checking that it's indeed quoting
9445         a lambda.
9447         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
9448         Use eval-sexp-add-defvars.
9449         (eval-sexp-add-defvars): New fun.
9451         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
9453         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
9454         Don't autoload.
9455         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
9456         than the internal `byte-compile-lambda'.
9457         (defmethod): Don't hide code under quotes.
9458         (eieio-defmethod): New `code' argument.
9460         * emacs-lisp/eieio-comp.el: Remove.
9462         * emacs-lisp/edebug.el (edebug-eval-defun)
9463         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
9464         (edebug-toggle): Avoid `eval'.
9466         * emacs-lisp/disass.el (disassemble-internal): Handle new
9467         `closure' objects.
9468         (disassemble-1): Handle new byte codes.
9470         * emacs-lisp/cl.el (pushnew): Silence warning.
9472         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
9473         (cl-byte-compile-throw): Remove.
9474         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
9476         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
9477         closures.
9479         * emacs-lisp/cconv.el: New file.
9481         * emacs-lisp/bytecomp.el: Use lexical binding instead of
9482         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
9483         (byte-compile-initial-macro-environment):
9484         Handle declare-function here.
9485         (byte-compile--lexical-environment): New var.
9486         (byte-stack-ref, byte-stack-set, byte-discardN)
9487         (byte-discardN-preserve-tos): New lap codes.
9488         (byte-interactive-p): Don't use any more.
9489         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
9490         New macros.
9491         (byte-compile-lapcode): Use them and handle new lap codes.
9492         (byte-compile-obsolete): Remove.
9493         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
9494         (byte-compile-arglist-warn): Check late def of inlinable funs.
9495         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
9496         since they should have been expanded by now.
9497         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
9498         (byte-compile-from-buffer): Remove unused second arg.
9499         (byte-compile-preprocess): New function.
9500         (byte-compile-toplevel-file-form): New function to distinguish
9501         file-form calls from outside from file-form calls from hunk-handlers.
9502         (byte-compile-file-form): Simplify.
9503         (byte-compile-file-form-defsubst): Remove.
9504         (byte-compile-file-form-defmumble): Simplify now that
9505         byte-compile-lambda always returns a byte-code-function.
9506         (byte-compile): Preprocess.
9507         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
9508         Remove, not used any more.
9509         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
9510         (byte-compile-make-args-desc): New funs.
9511         (byte-compile-lambda): Handle lexical functions.  Always return
9512         a byte-code-function.
9513         (byte-compile-reserved-constants): New var, to make up room for
9514         closed-over variables.
9515         (byte-compile-constants-vector): Obey it.
9516         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
9517         (byte-compile-macroexpand-declare-function): New function.
9518         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
9519         byte-code-functions.
9520         (byte-compile-form): Check obsolescence here.
9521         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
9522         (byte-compile-variable-ref): Remove.
9523         (byte-compile-dynamic-variable-op): New fun.
9524         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9525         (byte-compile-variable-set): New funs.
9526         (byte-compile-discard): Add 2 args.
9527         (byte-compile-stack-ref, byte-compile-stack-set)
9528         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
9529         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
9530         macroexpand-all instead.
9531         (byte-compile-quote-form): Remove.
9532         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
9533         (byte-compile-bind, byte-compile-unbind): New funs.
9534         (byte-compile-let): Handle let* and lexical binding.
9535         (byte-compile-let*): Remove.
9536         (byte-compile-catch, byte-compile-unwind-protect)
9537         (byte-compile-track-mouse, byte-compile-condition-case):
9538         Handle a new :fun-body form, used for lexical scoping.
9539         (byte-compile-save-window-excursion)
9540         (byte-compile-with-output-to-temp-buffer): Remove.
9541         (byte-compile-defun): Simplify.
9542         (byte-compile-stack-adjustment): New fun.
9543         (byte-compile-out): Use it.
9544         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
9546         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
9547         handler any more.
9549         * emacs-lisp/byte-opt.el: Use lexical binding.
9550         (byte-inline-lapcode): Remove (to bytecomp).
9551         (byte-compile-inline-expand): Pay attention to inlining to/from
9552         lexically bound code.
9553         (byte-compile-unfold-lambda): Don't handle byte-code-functions
9554         any more.
9555         (byte-optimize-form-code-walker): Don't handle save-window-excursion
9556         any more and don't call compiler-macros.
9557         (byte-compile-splice-in-already-compiled-code): Remove.
9558         (byte-code): Don't inline any more.
9559         (disassemble-offset): Receive `bytes' as argument rather than via
9560         dynamic scoping.
9561         (byte-compile-tag-number): Declare before first use.
9562         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
9563         `return' even if make-spliceable.
9564         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
9565         obsolete interactive-p.
9566         (byte-optimize-lapcode): Optimize new lap-codes.
9567         Don't trip up on new form of `byte-constant' lap code.
9569         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
9571         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
9573         * custom.el (custom-initialize-default, custom-declare-variable):
9574         Use `defvar'.
9576         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
9577         New variables.
9578         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
9579         (COMPILE_FIRST): Add macroexp and cconv.
9580         * makefile.w32-in: Mirror changes in Makefile.in.
9582         * vc/cvs-status.el:
9583         * vc/diff-mode.el:
9584         * vc/log-edit.el:
9585         * vc/log-view.el:
9586         * vc/smerge-mode.el:
9587         * textmodes/bibtex-style.el:
9588         * textmodes/css.el:
9589         * startup.el:
9590         * uniquify.el:
9591         * minibuffer.el:
9592         * newcomment.el:
9593         * reveal.el:
9594         * server.el:
9595         * mpc.el:
9596         * emacs-lisp/smie.el:
9597         * doc-view.el:
9598         * dired.el:
9599         * abbrev.el: Use lexical binding.
9601 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
9603         * info.el (info-display-manual): New function.
9605 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9607         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
9609 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
9611         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
9612         an entry for that server in rcirc-authinfo.  (Bug#8385)
9614 2011-03-31  Glenn Morris  <rgm@gnu.org>
9616         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
9618         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
9620 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
9622         * progmodes/python.el (python-default-interpreter)
9623         (python-python-command-args, python-jython-command-args)
9624         (python-which-shell, python-which-args, python-which-bufname)
9625         (python-file-queue, python-comint-output-filter-function)
9626         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
9627         variables and functions.
9629 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9631         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
9632         (completion-in-region-mode): New minor mode.
9633         (completion-in-region): Use it.
9634         (completion-in-region--data, completion-in-region-mode-map): New vars.
9635         (completion-in-region--postch): New function.
9636         (completion--capf-misbehave-funs, completion--capf-safe-funs):
9637         New vars.
9638         (completion--capf-wrapper): New function.
9639         (completion-at-point): Use it to track well-behavedness of
9640         hook functions.
9641         (completion-help-at-point): New command.
9643 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
9645         * vc/add-log.el (add-change-log-entry): Don't use whitespace
9646         syntax class to search for whitespace on a single line
9647         (Message-ID: <4D938140.4030905@redhat.com>).
9649 2011-03-30  Leo Liu  <sdl.web@gmail.com>
9651         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
9652         New commands.
9653         (edit-abbrevs-map): Bind them here.
9654         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
9656 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
9658         * allout.el (allout-hide-by-annotation, allout-flag-region):
9659         Reduce possibility of overlay leakage by making them volatile.
9661         * allout-widgets.el (allout-widgets-tally): Define as nil so the
9662         hash is not shared between buffers.  Mode initialization is
9663         responsible for giving it a useful starting value.
9664         (allout-item-span): Reduce possibility of overlay leakage by
9665         making them volatile.
9666         (allout-widgets-count-buttons-in-region): Add diagnostic function
9667         for tracking down button overlay leaks.
9669 2011-03-29  Leo Liu  <sdl.web@gmail.com>
9671         * ido.el (ido-read-internal): Use the default history var
9672         minibuffer-history if no HISTORY is specified.
9674 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
9676         * net/imap.el (imap-shell-open, imap-process-connection-type):
9677         Use imap-process-connection-type for 'shell' streams as well as
9678         Kerberos, SSL, other subprocesses.
9680 2011-03-28  Leo Liu  <sdl.web@gmail.com>
9682         * abbrev.el (abbrev-table-empty-p): New function.
9683         (prepare-abbrev-list-buffer): Place empty abbrev tables after
9684         nonempty ones.  (Bug#5937)
9686 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
9688         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
9690 2011-03-27  Leo Liu  <sdl.web@gmail.com>
9692         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
9693         for foreground and background colors.
9694         (ansi-color-make-color-map): Adapt.
9696 2011-03-25  Leo Liu  <sdl.web@gmail.com>
9698         * midnight.el (midnight-time-float): Remove.  Note it calculates
9699         the microsecond component incorrectly and seconds-to-time does the
9700         same job.
9701         Remove redundant (require 'timer).
9703         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
9704         (ido-completions): Remove unused arguments.  (Bug#8329)
9706 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9708         * minibuffer.el (completion--flush-all-sorted-completions):
9709         Remove itself from hook.
9710         (completion-at-point): Let the functions perform the completion
9711         immediately and return nil or t.
9712         * comint.el (comint-dynamic-complete-functions): Now identical to
9713         completion-at-point-functions.
9714         (comint-dynamic-list-input-ring): Remove unused var `index'.
9715         (comint--match-partial-filename, comint--unquote&expand-filename):
9716         New funs, split from comint-match-partial-filename.
9717         (comint-dynamic-complete): Use completion-at-point.
9718         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
9720 2011-03-24  Drew Adams  <drew.adams@oracle.com>
9722         * thingatpt.el: Support `defun'.
9724 2011-03-23  Leo Liu  <sdl.web@gmail.com>
9726         * abbrevlist.el: Move to obsolete/abbrevlist.el.
9728         * help-mode.el (help-mode-finish): Tweak regexp.
9730 2011-03-23  Glenn Morris  <rgm@gnu.org>
9732         * eshell/esh-opt.el (eshell-eval-using-options):
9733         Do not bind unused local variable `eshell-option-stub'.
9735         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
9737 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
9739         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
9740         keymap variable in `with-no-warnings' to avoid a warning when the
9741         keymap has been already `defconst'ed.
9743 2011-03-22  Leo Liu  <sdl.web@gmail.com>
9745         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
9746         encode all chars in abbrevs; otherwise use emacs-mule or
9747         utf-8-emacs.  (Bug#8308)
9749 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
9751         * simple.el (backward-delete-char-untabify):
9752         Avoid warning about using `delete-backward-char'.
9754         * image.el (image-type-file-name-regexps): Make it variable.
9755         `imagemagick-register-types' modifies it, and the user may want
9756         to add new extensions for known image types.
9757         (imagemagick-register-types): Throw error if not using ImageMagick.
9759 2011-03-22  Leo Liu  <sdl.web@gmail.com>
9761         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
9762         located before rcirc-prompt-end-marker.
9763         (rcirc-complete): Error if point is not after rcirc prompt.
9764         Handle the case when table is nil.
9765         (rcirc-user-authenticated): Define to fix compiler warning.
9767 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
9769         * custom.el (custom--inhibit-theme-enable): Make it affect only
9770         custom-theme-set-variables and custom-theme-set-faces.
9771         (provide-theme): Ignore custom--inhibit-theme-enable.
9772         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
9773         (custom-enabling-themes): Delete variable.
9774         (enable-theme): Accept only loaded themes as arguments.
9775         Ignore the special custom-enabled-themes variable.
9776         (custom-enabled-themes): Forbid themes from setting this.
9777         Eliminate use of custom-enabling-themes.
9778         (custom-push-theme): Quote "changed" custom var entry.
9780 2011-03-21  Leo Liu  <sdl.web@gmail.com>
9782         * ido.el (ido-read-internal): Add ido-selected to history instead
9783         of user input.
9785 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9787         * subr.el (deferred-action-list, deferred-action-function):
9788         Mark obsolete.
9790 2011-03-21  Leo Liu  <sdl.web@gmail.com>
9792         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
9793         change on 2011-02-13 (bug#8309).
9795         * minibuffer.el (read-file-name-function): Change default value.
9796         (read-file-name--defaults): Rename from read-file-name-defaults.
9797         (read-file-name-default): Rename from read-file-name.
9798         (read-file-name): Call read-file-name-function.
9800 2011-03-21  Glenn Morris  <rgm@gnu.org>
9802         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
9803         Doc fixes.
9805 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
9807         * cus-theme.el: Add missing provide statement.
9808         (customize-create-theme): Extract theme value correctly.
9809         (custom-theme-visit-theme): Autoload.
9810         (customize-create-theme): Prompt before inserting default faces.
9812 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
9814         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
9815         units and musical notes.
9817 2011-03-20  Leo Liu  <sdl.web@gmail.com>
9819         * ido.el (ido-read-internal): Use completing-read-default.
9820         (ido-completing-read): Fix compatibility with completing-read.
9822 2011-03-20  Christian Ohler  <ohler@gnu.org>
9824         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
9825         (ert-delete-all-tests): Use `called-interactively-p' rather than
9826         `interactive-p'.
9827         (ert--make-xrefs-region): Respect END.
9829 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
9831         * dired-aux.el (dired-create-directory): Signal an error if the
9832         directory already exists (Bug#8246).
9834         * facemenu.el (list-colors-display): Call list-faces-display
9835         inside with-help-window.
9836         (list-colors-print): Use display property to align the final
9837         column, instead of checking window-width.
9839 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
9841         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
9842         windows-nt systems.
9843         (emerge-protect-metachars): Quote correctly for ms-dos and
9844         windows-nt systems.
9846 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
9848         * info.el (info-initialize): Replace all uses of `:' with
9849         path-separator for compatibility with non-Unix systems.
9850         Cache quoting of path-separator.  (Bug#8258)
9852 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
9854         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
9855         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
9856         (mouse-avoidance-mode): Fix typos in docstrings.
9858 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
9860         * startup.el (package-subdirectory-regexp): Move from package.el.
9861         Omit \\` and \\', and let callers add them.
9863         * emacs-lisp/package.el (package-strip-version)
9864         (package-load-all-descriptors): Add \\` and \\' to
9865         package-subdirectory-regexp before using it.
9866         (package-untar-buffer): New arg DIR; ensure that file untars only
9867         into this expected directory.  Remove superfluous delete-region.
9868         (package-unpack): Caller changed.
9869         (package-tar-file-info): Use package-subdirectory-regexp.
9871 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9873         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
9874         diff-mode-shared-map (bug#8284).
9875         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
9877 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9879         * calendar/time-date.el (format-seconds): Use assoc instead of
9880         assoc-string, since assoc-string doesn't exist in XEmacs.
9882 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
9884         * custom.el (custom-known-themes): Reflow docstring.
9885         (custom-theme-load-path): Fix typo in docstring.
9886         (load-theme): Fix typo in error message.
9887         (custom-available-themes, custom-variable-theme-value):
9888         Use `let', not `let*'.
9890 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
9892         * calc/README: Mention inclusion of musical notes.
9894         * calc/calc-units.el (calc-lu-quant): Rename from
9895         `calc-logunits-quantity'.
9896         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
9897         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
9898         (calc-db): Rename from `calc-dblevel'.
9899         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
9900         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
9901         (calc-np): Rename from `calc-nplevel'.
9902         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
9903         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
9904         (calc-lu-plus): Rename from `calc-logunits-add'.
9905         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
9906         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
9907         (calc-lu-minus): Rename from `calc-logunits-sub'.
9908         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
9909         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
9910         (calc-lu-times): Rename from `calc-logunits-mul'.
9911         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
9912         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
9913         (calc-lu-divide): Rename from `calc-logunits-div'.
9914         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
9915         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
9917         * calc/calc-ext.el (calc-init-extensions): Update the names of the
9918         functions being autoloaded.
9920         * calc/calc.el (calc-lu-power-reference): Rename from
9921         `calc-logunits-power-reference'.
9922         (calc-lu-field-reference): Rename from
9923         `calc-logunits-field-reference'.
9925         * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
9927 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9929         * minibuffer.el (completion-all-sorted-completions):
9930         Use :completion-cycle-penalty text property if present.
9932 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
9934         * allout.el (allout-yank-processing): Adjust for new rebulleting
9935         regime so bullet being yanked is used without prompting the user
9936         for a choice.
9938 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
9940         * startup.el (command-line): Warn the user that _emacs is deprecated.
9942 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
9944         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
9945         (delphi-verbose, delphi-comment-face, delphi-string-face)
9946         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
9947         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
9948         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
9949         (delphi-new-comment-line, delphi-font-lock-defaults)
9950         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
9951         Fix typos in docstrings.
9953 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
9955         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
9956         Invert the roles of character and string values for INSTEAD, so a
9957         string is used for the more common case of a defaulting prompt.
9959 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9961         * progmodes/ruby-mode.el (ruby-backward-sexp):
9962         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
9963         * play/gamegrid.el (gamegrid-make-face):
9964         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
9965         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
9966         * notifications.el (notifications-notify):
9967         * net/xesam.el (xesam-search-engines):
9968         * net/quickurl.el (quickurl-list-insert):
9969         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
9971 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
9973         * startup.el (command-line): Update package subdirectory regexp.
9975 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9977         * allout.el (allout-abbreviate-flattened-numbering)
9978         (allout-mode-deactivate-hook): Fix up obsolescence "date".
9980         * subr.el (read-char-choice): Only show the cursor after the prompt,
9981         not after the answer.
9983 2011-03-15  Kevin Ryde  <user42@zip.com.au>
9985         * help-fns.el (variable-at-point): Skip leading quotes, if any
9986         (bug#8253).
9988 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9990         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
9991         warning message.
9993 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
9995         * shell.el (shell): When called interactively, offer to change the
9996         shell file name on remote hosts.
9998 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10000         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
10001         integration for LDAP parameters.  The host, base, user or binddn,
10002         and secret tokens can be specified in a netrc file, for instance.
10003         This is optional because an `auth-source' parameter must be
10004         specified in the search attributes.
10006 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
10008         * help.el (describe-mode): Link to the mode's definition (bug#8185).
10010 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10012         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
10013         into declaration.  Remove redundant and harmful binding.
10015 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
10017         * files.el (file-ownership-preserved-p): Pass `integer' as an
10018         explicit 2nd argument to `file-attributes'.  If the file's owner
10019         is the Administrators group on Windows, and the current user is
10020         Administrator, consider that a match.
10022         * server.el (server-ensure-safe-dir): Consider server directory
10023         safe on MS-Windows if its owner is the Administrators group while
10024         the current Emacs user is Administrator.  Use `=' to compare
10025         numerical UIDs, since they could be integers or floats.
10027 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
10029         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
10031 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
10033         Sync with Tramp 2.2.1.
10035         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
10037         * net/trampver.el: Update release number.
10039 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10041         * progmodes/compile.el (compilation--previous-directory): Fix up
10042         various nil/dead-marker mismatches (bug#8014).
10043         (compilation-directory-properties, compilation-error-properties):
10044         Don't call it at a position past the one we're about to change.
10046         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
10047         Disable obsolescence warnings in the file that declares it.
10049 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
10051         * allout-widgets.el (allout-widgets-tally):
10052         Initialize allout-widgets-tally as a hash table rather than nil to
10053         prevent mode-line redisplay warnings.  Also, clarify the module
10054         description and fix a comment typo.
10056 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
10058         * help-fns.el (describe-variable): Don't complete keywords.
10059         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
10061 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
10063         * emacs-lisp/package.el (package-version-join): Impose a standard
10064         string representation for pre/alpha/beta version lists.
10065         (package-unpack-single): Standardize the directory name by passing
10066         it through package-version-join.
10067         (package-strip-rcs-id): Accept any version string that does not
10068         signal an error in version-to-list.
10070 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
10072         * simple.el (delete-trailing-whitespace): Return nil for the
10073         benefit of `write-file-functions'.
10075 2011-03-10  Glenn Morris  <rgm@gnu.org>
10077         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
10079         * vc/vc-git.el (vc-git-program): New option.
10080         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
10081         (vc-git--call): Use it.
10083         * eshell/esh-util.el (eshell-condition-case): Doc fix.
10085         * cus-edit.el (Custom-newline): If no button at point, look
10086         for a subgroup button at start-of-line.  (Bug#2298)
10088         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
10090 2011-03-10  Julien Danjou  <julien@danjou.info>
10092         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
10093         `cursor-type' is nil.
10095 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
10097         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
10099 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
10101         * allout.el Summary: Change so yank of distinctive-bullet items
10102         preserves the existing header prefix, rebulleting it if necessary,
10103         rather than replacing it.  This is necessary for proper operation
10104         of cooperative addons like allout-widgets.
10105         (allout-make-topic-prefix, allout-rebullet-heading):
10106         Change SOLICIT arg to INSTEAD, and interpret additionally a string
10107         value as alternate bullet to be used, instead of prompting the user
10108         for a bullet character.
10110 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
10112         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10113         Do not use `tramp-file-name-port', because this returns also
10114         `tramp-default-port'.
10116 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
10118         * net/rcirc.el (rcirc-handler-001): Remove useless
10119         with-rcirc-process-buffer.
10120         (rcirc-check-auth-status): Swap arguments to string-match.
10122 2011-03-09  Glenn Morris  <rgm@gnu.org>
10124         * shell.el (shell-mode):
10125         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
10127         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
10128         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
10130 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
10132         * emacs-lisp/package.el (package-refresh-contents)
10133         (package-menu-execute): Use condition-case-no-debug.
10135 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
10137         * simple.el (shell-command-to-string): Use `process-file'.
10139         * emacs-lisp/package.el (package-tar-file-info): Handle also
10140         remote files.
10142         * emacs-lisp/package-x.el (package-upload-buffer-internal):
10143         Use `equal' for upload base check.
10145 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
10147         * textmodes/texinfo.el (texinfo-environments):
10148         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
10150 2011-03-08  Glenn Morris  <rgm@gnu.org>
10152         * cus-start.el (cursor-in-non-selected-windows):
10153         Fix :set quoting oddness.  (Bug#8192)
10155         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
10156         in some setf expressions.  (Bug#2159)
10158 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
10160         * custom.el (custom-available-themes): Return themes in
10161         alphabetical order.
10163 See ChangeLog.15 for earlier changes.
10165 ;; Local Variables:
10166 ;; coding: utf-8
10167 ;; End:
10169   Copyright (C) 2011-2012  Free Software Foundation, Inc.
10171   This file is part of GNU Emacs.
10173   GNU Emacs is free software: you can redistribute it and/or modify
10174   it under the terms of the GNU General Public License as published by
10175   the Free Software Foundation, either version 3 of the License, or
10176   (at your option) any later version.
10178   GNU Emacs is distributed in the hope that it will be useful,
10179   but WITHOUT ANY WARRANTY; without even the implied warranty of
10180   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10181   GNU General Public License for more details.
10183   You should have received a copy of the GNU General Public License
10184   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.