Fix rcs and sccs create-tag commands.
[emacs.git] / lisp / ChangeLog
blobe35ed8b87cb8b0747a54fdf2a93b8a6afd231ef3
1 2012-01-24  Glenn Morris  <rgm@gnu.org>
3         * vc/vc-rcs.el (vc-rcs-create-tag):
4         * vc/vc-sccs.el (vc-sccs-create-tag):
5         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
7 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
9         * eshell/esh-util.el (eshell-read-hosts-file):
10         Skip comment lines.  (Bug#10549)
12         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
14 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
16         * subr.el (display-delayed-warnings): Doc fix.
17         (collapse-delayed-warnings): New function to collapse identical
18         adjacent warnings.
19         (delayed-warnings-hook): Add it.
21 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
23         * net/tramp.el (tramp-action-login): Set connection property "login-as".
25         * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
26         properties, when "login-as" is set.
28         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
29         (tramp-default-user-alist): Don't add "pscp".
30         (tramp-do-copy-or-rename-file-out-of-band): Use connection
31         property "login-as", if set.  (Bug#10530)
33 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
35         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
36         "plink1" and "psftp".  (Bug#10530)
38 2012-01-21  Kenichi Handa  <handa@m17n.org>
40         * international/mule-cmds.el (prefer-coding-system): Show a
41         warning message if the default value of file-name-coding-system
42         was not changed.
44 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
46         * windmove.el (windmove-reference-loc): Fix
47         windmove-reference-loc miscalculation.
49 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
51         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
52         default unit.
54 2012-01-21  Glenn Morris  <rgm@gnu.org>
56         * international/mule.el (auto-coding-alist): Add .tbz.
58         * files.el (local-enable-local-variables): Doc fix.
59         (inhibit-local-variables-regexps): Rename from
60         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
61         Doc fix.  Add some extensions from auto-coding-alist.
62         (inhibit-local-variables-suffixes):
63         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
64         (inhibit-local-variables-p):
65         New function, extracted from set-auto-mode-1.
66         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
67         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
68         (hack-local-variables): Doc fix.  Make the mode-only case
69         respect enable-local-variables and friends.
70         Respect inhibit-local-variables-regexps for file-locals, but
71         not for directory-locals.
72         (set-visited-file-name):
73         Take account of inhibit-local-variables-regexps.
74         Whether it applies may change as the file name is changed.
75         * jka-cmpr-hook.el (jka-compr-install):
76         * jka-compr.el (jka-compr-uninstall):
77         Update for inhibit-first-line-modes-suffixes name change.
79 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
81         * help-macro.el (make-help-screen): Temporarily restore original
82         binding for minor-mode-map-alist (Bug#10454).
84 2012-01-19  Julien Danjou  <julien@danjou.info>
86         * color.el (color-name-to-rgb): Use the white color to find the max
87         color component value and return correctly computed values.
88         (color-name-to-rgb): Add missing float conversion for max value.
90 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
92         * window.el (window--state-get-1, window-state-get): Do not use
93         special state value for window-persistent-parameters.  Rename
94         argument IGNORE to WRITABLE.  Rewrite doc-string.
95         (window--state-put-2): Reset all window parameters to nil before
96         assigning values of persistent parameters.
98 2012-01-18  Alan Mackenzie  <acm@muc.de>
100         Eliminate sluggishness and hangs in fontification of "semicolon
101         deserts".
103         * progmodes/cc-engine.el (c-state-nonlit-pos-interval): change
104         value 10000 -> 3000.
105         (c-state-safe-place): Reformulate so it doesn't stack up an
106         infinite number of wrong entries in c-state-nonlit-pos-cache.
107         (c-determine-limit-get-base, c-determine-limit): New functions to
108         determine backward search limits disregarding literals.
109         (c-find-decl-spots): Amend commenting.
110         (c-cheap-inside-bracelist-p): New function which detects "={".
112         * progmodes/cc-fonts.el
113         (c-make-font-lock-BO-decl-search-function): Give a limit to a
114         backward search.
115         (c-font-lock-declarations): Fix an occurrence of point being
116         undefined.  Check additionally for point being in a bracelist or
117         near a macro invocation without a semicolon so as to avoid a
118         fruitless time consuming search for a declarator.  Give a more
119         precise search limit for declarators using the new
120         c-determine-limit.
122 2012-01-18  Glenn Morris  <rgm@gnu.org>
124         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
125         (set-auto-mode): Doc fixes.
127 2012-01-17  Glenn Morris  <rgm@gnu.org>
129         * isearch.el (search-nonincremental-instead): Fix doc typo.
131         * dired.el (dired-insert-directory): Handle newlines in directory name.
132         (dired-build-subdir-alist): Unescape newlines in directory name.
134 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
136         * net/tramp.el (tramp-local-end-of-line): New defcustom.
137         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
138         (tramp-action-terminal): Use it.  (Bug#10530)
140 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
142         * minibuffer.el (completion--replace): Strip properties (bug#10062).
144 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
146         * window.el (window-state-ignored-parameters): Remove variable.
147         (window--state-get-1): Rename argument MARKERS to IGNORE.
148         Handle persistent window parameters.  Make copy of clone-of
149         parameter only if requested.  (Bug#10348)
150         (window--state-put-2): Install a window parameter only if it has
151         a non-nil value or an existing parameter shall be overwritten.
153 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
155         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
157 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
159         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
160         don't pass the (nil) value of `upnode' to string-match.
162 2012-01-14  Chong Yidong  <cyd@gnu.org>
164         * startup.el (command-line): Fix X resource class for cursorColor.
165         Fix values recognized by the cursorBlink resource.
167 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
169         * epg.el (epg--make-temp-file): Avoid permission race condition
170         when running on old Emacs versions (bug#10403).
172 2012-01-14  Glenn Morris  <rgm@gnu.org>
174         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
176 2012-01-13  Alan Mackenzie  <acm@muc.de>
178         Fix filling for when filladapt mode is enabled.
180         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
181         c-mask-paragraph, pass in `fill-paragraph' rather than
182         `fill-region-as-paragraph'.  (This is a reversion of a previous
183         change.)
184         * progmodes/cc-mode.el (c-basic-common-init): Make
185         fill-paragraph-handle-comment buffer local and set it to nil.
187 2012-01-13  Glenn Morris  <rgm@gnu.org>
189         * dired.el (dired-switches-escape-p): New function.
190         (dired-insert-directory): Use dired-switches-escape-p.
191         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
193         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
195 2012-01-12  Glenn Morris  <rgm@gnu.org>
197         * mail/sendmail.el (mail-mode): Update paragraph-separate for
198         changes in adaptive-fill-regexp.  (Bug#10276)
200 2012-01-11  Alan Mackenzie  <acm@muc.de>
202         Fix Emacs bug #10463 - put `widen's around the critical spots.
204         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
205         widen around each invocation of c-state-pp-to-literal.  Remove an
206         unused let variable.
208 2012-01-11  Glenn Morris  <rgm@gnu.org>
210         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
211         Doc fix.
213 2012-01-10  Chong Yidong  <cyd@gnu.org>
215         * net/network-stream.el (network-stream-open-starttls):
216         Avoid emitting a confusing error message when the server gives a bad
217         response to the capability command.
219 2012-01-10  Glenn Morris  <rgm@gnu.org>
221         * mail/unrmail.el (unrmail): Tweak previous change.
223 2012-01-09  Chong Yidong  <cyd@gnu.org>
225         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
227 2012-01-08  Alan Mackenzie  <acm@muc.de>
229         Optimise font locking in long enum definitions.
231         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
232         arm to a cond form to handle enums.
233         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
234         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
236 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
238         * files.el (move-file-to-trash): Preserve default file modes on error.
239         (Bug#10401)
241 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243         * faces.el (set-face-attribute): Clarify the meaning of the nil
244         frame (bug#10294).
246         * subr.el (with-selected-frame): Mention that the selected frame
247         is restored (bug#9980).
249         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
250         (bug#9759).
252         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
253         (password-read): Don't autoload unused function.
255 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
257         * progmodes/which-func.el (which-func-mode): Turn into a
258         non-interactive function and mark as obsolete (bug#10428).
260 2012-01-06  Chong Yidong  <cyd@gnu.org>
262         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
263         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
264         functions, along with 1 and -1.
266 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
268         * time.el (display-time-load-average)
269         (display-time-default-load-average): Doc fixes.  See the thread
270         starting at
271         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
272         for the details.
274 2012-01-06  Glenn Morris  <rgm@gnu.org>
276         * mail/unrmail.el (unrmail): Give an explicit error if the input file
277         has no messages.  (Bug#10377)
279         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
280         than Info-edit.  (Bug#10385)
282         * time.el (display-time-load-average, display-time-next-load-average):
283         Doc fixes.
285         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
286         local setting of buffer-read-only to the input buffer.  (Bug#10419)
288         * calendar/calendar.el (calendar-mode):
289         Locally set scroll-margin to 0.  (Bug#10379)
291 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
293         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
295 2012-01-05  Glenn Morris  <rgm@gnu.org>
297         * eshell/em-unix.el (diff-no-select): Autoload it.
298         (eshell/diff): Use diff-no-select.  (Bug#10420)
300 2012-01-05  Chong Yidong  <cyd@gnu.org>
302         * shell.el (shell-dynamic-complete-functions): Revert last change.
303         (shell-command-completion-function): New function.
304         (shell-completion-vars): Use it to implement
305         shell-completion-execonly (Bug#10417).
307         * custom.el (enable-theme): Don't set custom-safe-themes.
309         * cus-theme.el (custom-theme-merge-theme):
310         Ignore custom-enabled-themes and custom-safe-themes.
312 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
314         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
315         first prompt in `sql-interacive-mode'.
316         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
317         keywords.
318         (sql-mode-mysql-font-lock-keywords):  Add ELSEIF keyword.
319         (sql-product-interactive): Bug fix: Set `sql-buffer' in
320         context of original buffer.  Invoke `sql-login-hook'.
322 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
324         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
325         letters in cite-prefix.
327 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
329         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
331 2012-01-03  Chong Yidong  <cyd@gnu.org>
333         * shell.el (shell-dynamic-complete-functions):
334         Put pcomplete-completions-at-point, so as to try
335         comint-filename-completion first (Bug#10417).
337 2012-01-02  Richard Stallman  <rms@gnu.org>
339         * battery.el (battery-status-function):
340         Detect when to use battery-yeeloong-sysfs.
341         (battery-echo-area-format): Add string for Yeeloong.
342         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
343         (battery-yeeloong-sysfs): New function.
345 2012-01-02  Chong Yidong  <cyd@gnu.org>
347         * dirtrack.el (dirtrack-list): Eliminate unused third element.
348         (dirtrack): Merge code for handling relative filenames in prompt
349         from shell-dir-cookie-watcher.
350         (dirtrack-debug-message): New arg to avoid excess format calls.
352         * shell.el (shell-dir-cookie-re): Variable deleted.
353         (shell-dir-cookie-watcher): Function deleted.
354         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
355         with dirtrack-mode.
357 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
359         * term/w32-win.el (dynamic-library-alist) <gnutls>:
360         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
361         libgnutls-26.dll.
363 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
365         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
367 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
369         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
370         headers of non-MIME messages, when rmail-enable-mime is non-nil.
372 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
374         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
375         also for alternative shells.
376         (tramp-open-connection-setup-interactive-shell): Check, whether
377         the shell is a busybox.
378         (tramp-send-command): Don't suppress multiple prompts for
379         busyboxes, it hurts.
381 2011-12-28  Chong Yidong  <cyd@gnu.org>
383         * progmodes/gdb-mi.el (gdb-get-source-file-list)
384         (gdb-get-source-file): Move mode line update to
385         gdb-get-source-file (Bug#10087).
387 2011-12-25  Chong Yidong  <cyd@gnu.org>
389         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
390         gud-gdb-marker-filter without taking it as an argument.
391         (gud-gdb-run-command-fetch-lines): Caller changed.
392         (gud-gdb-completion-function): New variable.
393         (gud-gdb-completion-at-point): Use it.
394         (gud-gdb-completions-1): Split from gud-gdb-completions.
396         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
397         function as separate arguments.
398         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
399         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
400         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
401         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
402         (gdb-stopped, def-gdb-auto-update-trigger)
403         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
404         (gdb-get-changed-registers, gdb-get-main-selected-frame):
405         Callers changed.
406         (gud-gdbmi-completions): New function.
407         (gdb): Use it for generating the completion table.
409 2011-12-24  Alan Mackenzie  <acm@muc.de>
411         Introduce a mechanism to widen the region used in context font
412         locking.  Use this to protect declarations from losing their contexts.
414         * progmodes/cc-langs.el (c-before-font-lock-functions):
415         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
416         (c-before-context-fontification-functions): New defvar, a list of
417         functions to be run just before context (etc.) font locking.
419         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
420         New, functionality extracted from
421         c-neutralize-syntax-in-and-mark-CPP.
422         (c-in-after-change-fontification): New variable.
423         (c-after-change): Set c-in-after-change-fontification.
424         (c-set-fl-decl-start): Rejig its interface, so it can be called
425         from both after-change and context fontifying.
426         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
427         New functions.
428         (c-standard-font-lock-fontify-region-function): New variable.
429         (c-font-lock-fontify-region): New function.
431 2011-12-24  Juri Linkov  <juri@jurta.org>
433         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
434         (Bug#10348)
436 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
438         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
439         existence of source file.  (Bug#10325)
441 2011-12-23  Alan Mackenzie  <acm@muc.de>
443         Fix unstable fontification inside templates.
445         * progmodes/cc-langs.el (c-before-font-lock-functions):
446         Newly created from the singular version.  The (c c++ objc) entry now
447         additionally has c-set-fl-decl-start.  The other languages (apart
448         from AWK) have that as a single entry.
450         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
451         The functionality for "local" declarations has been extracted to
452         c-set-fl-decl-start.
454         * progmodes/cc-mode.el (c-common-init, c-after-change):
455         Changes due to pluralisation of c-before-font-lock-functions.
456         (c-set-fl-decl-start): New function, extracted from
457         c-font-lock-enclosing-decls and enhanced.
459 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
461         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
463 2011-12-22  Juri Linkov  <juri@jurta.org>
465         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
467 2011-12-22  Chong Yidong  <cyd@gnu.org>
469         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
471 2011-12-21  Drew Adams  <drew.adams@oracle.com>
473         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
475 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
477         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
479 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
481         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
482         highlighting and support.  Fix up comments for capitalization.
483         (cfengine-mode-debug): New var.
484         (cfengine3-mode): Change the modeline indicator to "CFE3".
485         (cfengine3-font-lock-keywords): Improve defun highlighting.
486         (cfengine2-actions): Rename from `cfengine-actions'.
487         (cfengine2-font-lock-keywords): Rename from
488         `cfengine-font-lock-keywords'.
489         (cfengine2-imenu-expression): Rename from
490         `cfengine-imenu-expression'.
491         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
492         (cfengine2-beginning-of-defun): Rename from
493         `cfengine-beginning-of-defun'.
494         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
495         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
496         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
497         modeline indicator to "CFE2".
498         (cfengine-mode): Defalias to `cfengine-auto-mode'.
499         (cfengine-mode-abbrevs): Mark obsolete.
501 2011-12-21  Chong Yidong  <cyd@gnu.org>
503         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
504         filename argument.
506 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
508         * window.el (window-normalize-buffer-to-display): Remove.
509         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
511 2011-12-19  Chong Yidong  <cyd@gnu.org>
513         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
514         Don't signal an error in a predicate function; return non-nil.
515         (vc-dir-mark-file): Move the error here.
516         (vc-dir-mark-unmark): If acting on the region, keep going if one
517         of the entries cannot be marked/unmarked.
518         (vc-dir-mark-all-files): If current entry is a directory, mark
519         only child files, as documented.
521 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
523         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
524         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
525         addition.
527 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
529         * term/ns-win.el (ns-get-selection-internal)
530         (ns-store-selection-internal): Declare.
531         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
532         Declare as obsolete.
533         (ns-get-pasteboard, ns-paste-secondary):
534         Use ns-get-selection-internal.
535         (ns-set-pasteboard,  ns-copy-including-secondary):
536         Use ns-store-selection-internal.
538 2011-12-17  Chong Yidong  <cyd@gnu.org>
540         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
541         (vc-deduce-fileset): Doc fix.
543 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
545         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
547 2011-12-13  Sam Steingold  <sds@gnu.org>
549         * man.el (Man-getpage-in-background): When running under a
550         window-system, ignore $MANWIDTH and $COLUMNS.
552 2011-12-15  Kenichi Handa  <handa@m17n.org>
554         * language/ethio-util.el: Change coding tag to utf-8-emacs.
555         (setup-ethiopic-environment-internal): Comment out key-binding for
556         ethio-toggle-punctuation.
558 2011-12-13  Alan Mackenzie  <acm@muc.de>
560         Add the switch statement to AWK Mode.
562         * progmodes/cc-awk (awk-font-lock-keywords): Add "switch", "case",
563         "default" to the keywords regexp.
565         * progmodes/cc-langs (c-label-kwds): Let AWK take the same
566         expression as the rest.
567         (c-nonlabel-token-key): Allow string literals for AWK.
568         Refactor for the other modes.
570         Large brace-block initialisation makes CC Mode slow: Fix.
571         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
572         routines.  Limit backward searching in c-font-lock-enclosing.decl.
574         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
575         pp-state and literal type in addition to the limits.
576         (c-state-safe-place): New defun, extracted from c-state-literal-at.
577         (c-state-literal-at): Use the above new defun.
578         (c-slow-in-literal, c-fast-in-literal): Remove.
579         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
581         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
582         being in a literal.  Add a limit for backward searching.
584         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
585         c-slow-in-literal.
587 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
589         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
591 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
593         * window.el (delete-other-windows): Use correct frame in call to
594         window-with-parameter.
596 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
598         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
599         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
600         (makefile-gmake-statements, makefile-makepp-statements):
601         Use it and add new makepp keywords.
602         (makefile-makepp-font-lock-keywords): Add new patterns.
603         (makefile-match-function-end): Match new [...] and [[...]].
605 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
607         * ses.el (ses-call-printer-return, ses-cell-property-get)
608         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
609         (ses-create-cell-variable, ses-reset-header-string)
610         (ses-cell-set-formula, ses-repair-cell-reference-all)
611         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
612         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
613         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
614         (ses-aset-with-undo, ses-load, ses-truncate-cell)
615         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
616         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
617         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
618         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
619         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
620         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
621         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
622         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
624 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
626         * ses.el: The overall change is to add cell renaming, that is
627         setting fancy names for cell symbols other than name matching
628         "\\`[A-Z]+[0-9]+\\'" regexp .
629         (ses-create-cell-variable): New defun.
630         (ses-relocate-formula): Relocate formulas only for cells the
631         symbols of which are not renamed, i.e. symbols whose names do not
632         match regexp "\\`[A-Z]+[0-9]+\\'".
633         (ses-relocate-all): Relocate values only for cells the symbols of
634         which are not renamed.
635         (ses-load): Create cells variables as the (ses-cell ...) are read,
636         in order to check row col consistency with cell symbol name only
637         for cells that are not renamed.
638         (ses-replace-name-in-formula): New defun.
639         (ses-rename-cell): New defun.
641 2011-12-11  Chong Yidong  <cyd@gnu.org>
643         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
644         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
646 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
648         * window.el (other-window): Fix docstring.
650 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
652         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
653         `from' or `to' address before taking its substring.
654         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
655         encoded name is chopped in the middle of the encoded string, and
656         thus displayed encoded.
658 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
660         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
662 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
664         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
665         to use texinfo-update-node and commands that call it if the
666         Texinfo file uses @node lines without next/prev/up pointers.
667         Correct outdated description about texinfo-master-menu.
668         (texinfo-all-menus-update, texinfo-master-menu)
669         (texinfo-update-node, texinfo-every-node-update)
670         (texinfo-multiple-files-update): Doc fix.  Warn against updating
671         all the @node lines.
672         (texinfo-master-menu): Only call texinfo-update-node if the prefix
673         argument is numeric.  Explain better in the doc string what the
674         function really does.
675         (texinfo-insert-master-menu-list): Improve the error message
676         displayed if there's no menu in the Top node.
677         (Bug#2975)  See also this thread:
678         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
680 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
682         * speedbar.el (speedbar-supported-extension-expressions):
683         Add .adb and .ads, commonly used for Ada source code (bug#10256).
685 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
687         * printing.el (pr-mode-alist):
688         * simple.el (filter-buffer-substring-functions)
689         (completion-list-insert-choice-function):
690         * window.el (window-with-parameter, window-atom-root)
691         (window-sides-slots, window-size-fixed, window-min-delta)
692         (window-max-delta, window--resize-mini-window)
693         (window--resize-child-windows-normal, window-tree)
694         (delete-other-windows, quit-window, split-window)
695         (display-buffer-record-window, special-display-buffer-names)
696         (special-display-regexps, special-display-popup-frame)
697         (same-window-p, split-window-sensibly)
698         (display-buffer-overriding-action, display-buffer-alist)
699         (display-buffer-base-action, display-buffer, switch-to-buffer)
700         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
701         (fit-window-to-buffer, recenter-positions)
702         (mouse-autoselect-window-state, mouse-autoselect-window-select):
703         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
704         and remove unneeded backslashes in docstrings.
706 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
708         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
710         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
711         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
712         end in ".mk".
713         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
714         when reading the makefile (bug#10116).
716 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
718         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
719         (bug#10116).
721 2011-12-06  Glenn Morris  <rgm@gnu.org>
723         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
725 2011-12-06  Chong Yidong  <cyd@gnu.org>
727         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
729 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
731         * textmodes/table.el (table-shorten-cell): Fix typo.
733 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
735         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
737 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
739         * descr-text.el (describe-char): Fix display of strong
740         right-to-left characters and directional embeddings and overrides.
742         * simple.el (what-cursor-position): Fix display of codepoints of
743         strong right-to-left characters.
745 2011-12-05  Chong Yidong  <cyd@gnu.org>
747         * faces.el (read-color): Doc fix.
749 2011-12-05  Glenn Morris  <rgm@gnu.org>
751         * align.el (align--set-marker): Add doc-string.
752         Don't try to move something that is not a marker.  (Bug#10216)
754 2011-12-04  Glenn Morris  <rgm@gnu.org>
756         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
757         overly zealous deletion of trailing whitespace.
759 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
761         * server.el (server-delete-client): On Windows, do not try to delete
762         the only terminal.
763         (server-process-filter): On Windows, treat requests for a tty frame as
764         if they were for a GUI frame if the running server is in GUI mode.
766 2011-12-03  Glenn Morris  <rgm@gnu.org>
768         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
770 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
772         * electric.el: Streamline electric-indent's hook.
773         (electric-indent-chars): Revert to simple list.
774         (electric-indent-functions): New var.
775         (electric-indent-post-self-insert-function): Use it.
777         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
778         there's no inferior buffer (bug#10196).
779         (prolog-consult-compile): Don't use toggle-read-only.
781 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
783         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
784         interrupt.  (Bug#10187)
786 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
788         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
789         (bug#9160).
791         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
792         (bug#10191).
794 2011-12-02  Juri Linkov  <juri@jurta.org>
796         * info.el (Info-search): Display "end of manual" when Isearch
797         reaches the end of single-file Info manual.  (Bug#9918)
799 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
801         * isearch.el (isearch-message-prefix): Run the input method part
802         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
804 2011-12-02  Juri Linkov  <juri@jurta.org>
806         * isearch.el (isearch-occur): Use `word-search-regexp' for
807         `isearch-word'.
808         (isearch-search-and-update): Add condition for `isearch-word' and
809         call `word-search-regexp'.  (Bug#10145)
811 2011-12-01  Glenn Morris  <rgm@gnu.org>
813         * eshell/em-hist.el (eshell-hist-initialize):
814         Handle eshell-history-size nil and HISTSIZE set or unset.
815         (eshell-history-file-name, eshell-history-size): Fix custom type.
817 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
819         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
821 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
823         * progmodes/verilog-mode.el (verilog-pretty-expr):
824         Rework verilog-pretty-expr to handle new assignment operators in system
825         verilog, such as += *= and the like.
826         (verilog-assignment-operator-re): Regular expression to find the
827         assigment operator in a verilog assignment.
828         (verilog-assignment-operation-re): Regular expression to find an
829         assignment statement for pretty-expr.
830         (verilog-in-attribute-p): Query returns true if point is in an
831         attribute context; used to skip these for expression line up from
832         pretty-expr.
833         (verilog-in-parameter-p): Query returns true if point is in an
834         parameter definition context; used to skip these for expression
835         line up from pretty-expr.
836         (verilog-in-parenthesis-p): Query returns true if point is in a
837         parenthetical expression, specifically ( ) but not [ ] or { };
838         used by pretty-expr.
839         (verilog-just-one-space): If there is no space, don't add one.
840         (verilog-get-lineup-indent-2): Specifically skip just attribute
841         contexts for expression lineup, rather than skipping all
842         parenthetical expressions.
843         (verilog-calculate-indent): Fix comment, and fix indent.
844         (verilog-do-indent): Indent declarations in lists (suggested by
845         Joachim Lechner).
846         (verilog-mode-abbrev-table): Populate abbrev mode with the various
847         skeleton items.
848         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
849         by Alain Mellan).
851 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
853         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
854         parameters with embedded comments.  Reported by Ray Stevens.
855         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
856         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
857         Reported by Tim Holt.
858         (verilog-auto): Fix AUTOing a upper module then AUTOing module
859         instantiated by upper module causing wrong expansion until AUTOed a
860         second time.  Reported by K C Buckenmaier.
861         (verilog-diff-auto): Fix showing .* as a difference when
862         `verilog-auto-star-save' off.  Reported by Dan Dever.
863         (verilog-auto-reset, verilog-read-always-signals)
864         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
865         temporary signals in reset list if
866         verilog-auto-reset-blocking-in-non is nil, and match assignment
867         style to each signal's assignment type, bug381.
868         Reported by Thomas Esposito.
869         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
870         (verilog-uvm-statement-re): Support UVM indentation and
871         highlighting, with old OVM keywords only.
872         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
873         Support AUTOTIEOFF creating non-wire data types.
874         Suggested by Jonathan Greenlaw.
875         (verilog-auto-insert-lisp, verilog-delete-to-paren)
876         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
877         (verilog-inject-sense, verilog-read-inst-pins)
878         (verilog-read-sub-decls, verilog-read-sub-decls-line):
879         Fix mismatching parenthesis inside commented out code when deleting
880         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
881         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
882         non-numeric vector width.  Reported by Alex Reed.
883         (verilog-auto-ascii-enum): Add "onehot" option to work around not
884         detecting signals with parameter widths.  Reported by Alex Reed.
885         (verilog-auto-delete-trailing-whitespace):
886         With `verilog-auto-delete-trailing-whitespace' remove trailing
887         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
888         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
889         Fix verilog-scan-cache corruption when running user AUTO expansion
890         hooks that call indentation routines.
891         (verilog-simplify-range-expression): Fix typo ignoring lower case
892         identifiers.
893         (verilog-delete-auto): Fix delete-autos to also remove user created
894         automatics, as long as they start with AUTO.
895         (verilog-batch-diff-auto, verilog-diff-auto)
896         (verilog-diff-function): Add `verilog-diff-auto' and bind to
897         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
898         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
899         (verilog-in-paren-quick, verilog-re-search-backward-quick)
900         (verilog-re-search-forward-quick, verilog-syntax-ppss):
901         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
902         is disabled and its cache will get corrupt, causing AUTOS not to
903         expand.  Instead use only -quick functions.
904         (verilog-scan-region): Fix scanning over escaped quotes.
905         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
906         (verilog-re-search-backward-quick)
907         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
908         related functions now ignore strings, to fix misparsing of strings
909         with magic comments embedded in them.
910         (verilog-read-auto-template):
911         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
912         Reported by Brad Dobbie.
913         (verilog-read-auto-template):
914         Fix 'verilog-auto-inst-template-numbers' with comments.
915         Reported by Brad Dobbie.
916         (verilog-auto-inst, verilog-auto-inst-param)
917         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
918         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
919         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
920         debugging templates without merge conflicts, bug357.
921         Reported by Brad Dobbie.
922         (verilog-read-auto-template):
923         Fix verilog-auto-inst-template-numbers with multiple templates.
924         Reported by Brad Dobbie.
925         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
926         abbrevs so user won't be asked to save.
927         (verilog-read-auto-lisp-present): Fix to start at beginning of
928         buffer in case called outside of verilog-auto.
929         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
930         to "X-2".  Reported by Matthew Myers.
931         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
932         all inputs from module templates.  Reported by Leith Johnson.
933         (verilog-module-inside-filename-p): Fix locating programs as with
934         modules.
935         (verilog-auto-inst-port): Fix vl-width expressions when using
936         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
937         (verilog-decls-get-regs, verilog-decls-get-signals,
938         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
939         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
940         verilog-read-decls): Combine reg and wire structures into one var
941         structure to represent SystemVerilog concepts.
942         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
943         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
944         (verilog-auto-wire-type, verilog-insert-definition):
945         Add verilog-auto-wire-type and AUTOLOGIC to support using
946         SystemVerilog "logic" keyword instead of "wire"/"reg".
947         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
948         to declares outputs that also have assignments (presumably in an
949         ifdef or generate if so there's not a driver conflict).
950         Reported by Matthew Myers.
951         (verilog-auto-declare-nettype, verilog-insert-definition):
952         Add verilog-auto-declare-nettype to fix declarations using
953         `default_nettype none.  Reported by Julian Gorfajn.
954         (verilog-read-always-signals-recurse, verilog-read-decls)
955         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
956         malformed end statement, bug325.  Reported by Joshua Wise and
957         Andrew Drake.
958         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
959         (verilog-inst-comment-re): Fix not deleting Interfaced comment
960         when expanding .* in interfaces, bug320.
961         Reported by Pierre-David Pfister.
962         (verilog-read-module-name): Fix import statements between module
963         name and open parenthesis, bug317.
964         Reported by Pierre-David Pfister.
965         (verilog-simplify-range-expression): Fix simplification of
966         multiplications inside AUTOWIRE connections, bug303.
967         (verilog-auto-inst-port): Support parameter expansion in
968         multidimensional arrays.
969         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
970         after "assert property".  Reported by Julian Gorfajn.
971         (verilog-simplify-range-expression): Fix "couldn't merge" errors
972         with multiplication, bug303.
973         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
974         Reported by Jan Frode Lonnum.
976 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
978         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
979         (hfy-shell-file-name, hfy-shell):
980         * international/fontset.el (x-decompose-font-name): Fix typos.
982 2011-11-29  Ken Brown  <kbrown@cornell.edu>
984         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
985         (gdb-version): Remove defvar.
986         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
987         (gdb-gud-context-command, gdb-non-stop-handler)
988         (gdb-current-context-command, gdb-stopped): Use it.
989         (gdb-init-1): Enable pretty printing here.
990         (gdb-non-stop-handler): Don't enable pretty-printing here.
991         Check to see if the target supports non-stop mode; if not, turn off
992         non-stop mode.  Use the following.
993         (gdb-check-target-async): New defun.
994         (gud-watch, gdb-stopped): Fix whitespace.
995         (gdb-get-source-file): Don't try to display the source file if
996         `gdb-main-file' is nil.
998 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1000         * align.el: Try to generate fewer markers (bug#10047).
1001         (align--set-marker): New macro.
1002         (align-region): Use it.
1004 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1006         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
1008 2011-11-29  Chong Yidong  <cyd@gnu.org>
1010         * indent.el (indent-for-tab-command, indent-according-to-mode):
1011         Doc fix.
1012         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
1014 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
1016         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
1017         aware of remote file names.  (Bug#10124)
1019 2011-11-29  Chong Yidong  <cyd@gnu.org>
1021         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
1023 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1025         * files.el (find-file): Don't use force-same-window (bug#10144).
1026         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
1027         use pop-to-buffer if the selected window can't be used.
1028         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
1030 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
1032         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
1033         special-mode-map.
1035 2011-11-28  Chong Yidong  <cyd@gnu.org>
1037         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
1039 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
1041         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
1042           gdb-get-source-file-list on gdb-create-source-file-list.
1044 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
1046         * whitespace.el (whitespace-newline): Use a different foreground
1047         color for 16-color light-background displays.
1049 2011-11-24  Chong Yidong  <cyd@gnu.org>
1051         * window.el (display-buffer--special-action): Doc fix.
1053 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
1055         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
1056         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
1057         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
1058         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
1059         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
1060         (avl-tree-stack-first):
1061         * emacs-lisp/cconv.el (cconv--analyse-use):
1062         * net/gnutls.el (gnutls-negotiate): Fix typos.
1064 2011-11-24  Glenn Morris  <rgm@gnu.org>
1066         * lpr.el (lpr-windows-system, lpr-lp-system):
1067         * mail/binhex.el (binhex-begin-line):
1068         * progmodes/grep.el (grep-history, grep-find-history):
1069         * textmodes/flyspell.el:
1070         * vc/pcvs-defs.el (cvs-global-menu):
1071         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
1072         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
1073         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
1075         * net/tls.el: Fix case of "GnuTLS".
1077         * paths.el (rmail-file-name): Format doc-string for make-docfile.
1079         * version.el (emacs-build-system): Give it a doc-string.
1081 2011-11-24  Juri Linkov  <juri@jurta.org>
1083         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
1085 2011-11-24  Glenn Morris  <rgm@gnu.org>
1087         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
1088         if called on a non-mime message just toggle the headers.  (Bug#8006)
1090 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1092         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
1093         (allout-lead-with-comment-string, allout-structure-deleted-hook)
1094         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
1095         (allout-rebullet-heading, allout-open-sibtopic)
1096         (allout-toggle-current-subtree-encryption)
1097         (allout-toggle-subtree-encryption, allout-encrypt-string)
1098         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
1099         (allout-distinctive-bullets-string, allout-auto-activation):
1100         * window.el (window-normalize-buffer-to-display):
1101         * progmodes/verilog-mode.el (verilog-batch-indent):
1102         * textmodes/bibtex.el (bibtex-field-braces-opt)
1103         (bibtex-field-strings-opt):
1104         * vc/cvs-status.el (cvs-tree-merge):
1105         Fix typos.
1107 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
1109         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
1110         `non-essential' to t, in order to avoid remote connections.
1112 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
1114         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1115         On MS-DOS and MS-Windows, compare with loaddefs.el
1116         case-insensitively.
1118 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
1120         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
1122 2011-11-23  Glenn Morris  <rgm@gnu.org>
1124         * paths.el (rmail-file-name): Reformat the doc-string so that it
1125         is picked up.
1127         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
1128         (rmail-auto-file): Ignore case in the "special" field names,
1129         as mail-fetch-field does for all others.
1131         * mail/rmail.el (rmail-forward):
1132         * mail/rmailkwd.el (rmail-set-label):
1133         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
1134         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
1136         * mail/rmail.el (rmail-current-message): Doc fix.
1138         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
1140 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1142         * server.el (server-eval-and-print): Allow C-g (bug#6585).
1144 2011-11-22  Glenn Morris  <rgm@gnu.org>
1146         * mail/rmailmm.el (test-rmail-mime-handler)
1147         (test-rmail-mime-bulk-handler)
1148         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
1150 2011-11-21  Juri Linkov  <juri@jurta.org>
1152         * calc/calc.el (calc-read-key-sequence):
1153         Let-bind `input-method-function' to nil.  (Bug#10018)
1155 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1157         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
1158         Tell the caller that the next line needs recomputation, even
1159         though it doesn't start a sexp (bug#10094).
1161 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1163         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
1165 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1167         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1168         Use force-same-window.
1170 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1172         * descr-text.el (describe-char-unicode-data):
1173         * json.el (json-string-escape):
1174         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
1175         (Footnote-unicode, Footnote-style-p):
1176         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
1178 2011-11-20  Chong Yidong  <cyd@gnu.org>
1180         * window.el (replace-buffer-in-windows): Restore interactive spec.
1182 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1184         * electric.el (electric-indent-mode): Fix last change (too optimistic).
1186         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
1187         (byte-compile-global-not-obsolete-vars): New var.
1188         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
1189         Use it.
1190         (byte-compile-warn-obsolete): Align text with the one in *Help*.
1192 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1194         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
1195         * progmodes/pascal.el (electric-pascal-equal):
1196         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
1197         * xml.el (xml-substitute-special): Fix typos.
1199 2011-11-20  Glenn Morris  <rgm@gnu.org>
1201         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
1202         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
1203         Doc fixes.
1204         (rmail-decode-mime-charset): Mark as obsolete.
1206         * mail/rmailsum.el (rmail-message-regexp-p-1):
1207         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
1208         Before using mime functions, check they are set.  (Bug#10077)
1210 2011-11-19  Juri Linkov  <juri@jurta.org>
1212         * info.el (Info-finder-find-node): Use `package--builtins' instead
1213         of `package-alist'.  Use node names formed by the pattern "Keyword "
1214         and the keyword name.
1216 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
1218         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
1220 2011-11-19  Juri Linkov  <juri@jurta.org>
1222         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
1223         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
1224         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
1225         `old-history', `old-history-forward'.  Add let-binding
1226         `window-selected'.  Remove calls to `kill-buffer',
1227         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
1228         before calling `Info-find-node', so `Info-find-node-2' will reread
1229         the Info file.  Restore window positions only when `window-selected'
1230         is non-nil.
1232 2011-11-19  Juri Linkov  <juri@jurta.org>
1234         * isearch.el (isearch-lazy-highlight-new-loop):
1235         Remove condition `(not isearch-error)'.  (Bug#9918)
1237         * misearch.el (multi-isearch-search-fun): Add condition
1238         `(not bound)' to ignore lazy-highlighting search.
1239         Add the search-failed message "end of multi" when the end of
1240         multi-sequence is reached.  Uncapitalize the search-failed
1241         message "Repeat for next buffer".
1243         * info.el (Info-search): Add the search-failed message
1244         "end of the manual" when the end of the manual is reached
1245         in Isearch mode.
1247 2011-11-19  Juri Linkov  <juri@jurta.org>
1249         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
1250         Use non-destructive `remove' instead of `delete' because
1251         `Info-history-list' stored to `Info-isearch-initial-history-list' in
1252         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
1254 2011-11-19  Juri Linkov  <juri@jurta.org>
1256         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
1257         to nil instead of binding `search-ring' and `regexp-search-ring'.
1258         (Bug#9185)
1260 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
1262         * simple.el (line-move): Force movement by logical lines for any
1263         hscrolled window, not only when auto-hscroll-mode is on.
1264         (line-move-visual): Update doc string to that effect.  (Bug#10076)
1266 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
1268         * language/european.el (macintosh): Define as alias for mac-roman.
1270 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
1272         * mail/rmailmm.el (rmail-mime-display-header)
1273         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
1274         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
1275         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
1276         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
1277         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
1278         of a raw aref.
1279         (rmail-mime-entity-segment): To get past the tagline, move forward
1280         2 more lines, to account for the 2 empty lines that precede and
1281         follow the line with the buttons.
1282         (rmail-mime-update-tagline): Move one more line, to get past the
1283         empty line that follows the buttons in the tagline.  (Bug#9520)
1285 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
1287         * window.el (window-max-delta-1, window-min-delta-1)
1288         (window-min-size-1, window-state-get-1, window-state-put-1)
1289         (window-state-put-2): Use "window--" prefix.
1291 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1293         * emacs-lisp/smie.el: Improve warnings and conflict detection.
1294         (smie-warning-count): New var.
1295         (smie-set-prec2tab): Use it.
1296         (smie-bnf->prec2): Improve warnings.  Add docstring.
1297         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
1298         (smie-bnf--set-class): New function.
1299         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
1300         corner case.
1302         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
1303         (compilation-error-properties, compilation-move-to-column):
1304         Handle compilation-first-column while in the target buffer.
1306         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
1307         Don't hardcode point-min==1.
1309         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
1310         (eshell-rewrite-for-command): Remove workaround.
1311         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
1312         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
1313         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
1315         * files-x.el (modify-file-local-variable): Obey commenting conventions.
1317 2011-11-17  Glenn Morris  <rgm@gnu.org>
1319         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1320         Ignore buffer-local generated-autoload-file if it is the same
1321         as the global value.  (Bug#10049)
1323 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
1325         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
1326         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
1327         (reftex-toc-previous-heading, reftex-toc-max-level)
1328         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
1329         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
1330         (reftex-toc-do-promote, reftex-toc-promote-prepare)
1331         (reftex-toc-promote-action, reftex-toc-extract-section-number)
1332         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
1333         (reftex-toc-rename-label, reftex-toc-visit-location)
1334         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
1335         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
1336         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
1337         leaving "*toc*" only for references to the buffer.
1339 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
1341         * window.el (window-resize, delete-window, split-window):
1342         Replace window-splits by window-combination-resize.
1343         * cus-start.el (window-splits): Replace by window-combination-resize.
1345 2011-11-17  Glenn Morris  <rgm@gnu.org>
1347         * progmodes/sh-script.el (sh-font-lock-keywords-var):
1348         Make bash entry derive from sh entry, not shell entry.
1350 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
1352         * net/tramp-cache.el (tramp-flush-file-property): Flush also
1353         properties of linked files.  (Bug#9879)
1355         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
1356         local file name.
1358 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1360         * menu-bar.el (menu-bar-file-menu):
1361         * printing.el (pr-ps-utility):
1362         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
1363         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
1364         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
1365         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
1366         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
1367         (icalendar--convert-cyclic-to-ical)
1368         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
1369         (icalendar--convert-ical-to-diary)
1370         (icalendar--convert-recurring-to-diary)
1371         (icalendar--convert-non-recurring-all-day-to-diary)
1372         (icalendar-import-format-sample):
1373         * progmodes/idlw-shell.el (idlwave-shell-mode):
1374         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
1375         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
1376         (vhdl-ps-print-init): Fix typos.
1378 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
1380         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
1381         FSF and collapse date sequence, obscure author/maintainer email address
1382         better, remove extra version line, track relocation of author's webpage.
1384         * progmodes/python.el (python-pdbtrack-input-prompt)
1385         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
1386         regular python pdb prompts.  Adjustments shamelessly taken exactly as
1387         suggested in EmacsWiki page (tiny change):
1388         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
1390 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1392         * expand.el (expand-pos, expand-index, expand-point):
1393         Remove redundant info from docstring.
1394         (expand-add-abbrevs): Doc fix.
1395         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
1396         (expand-sample-perl-mode-expand-list): Fix typos.
1398         * net/dbus.el (dbus-event-member-name):
1399         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
1400         * term/pc-win.el (msdos-create-frame-with-faces):
1401         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
1403 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
1405         * window.el (split-window, window-state-get-1)
1406         (window-state-put-1, window-state-put-2): Rename occurrences of
1407         window-nest to window-combination-limit.
1408         * cus-start.el (window-nest): Rename to window-combination-limit.
1410 2011-11-16  Chong Yidong  <cyd@gnu.org>
1412         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
1413         regexp (Bug#10033).
1415 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1417         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
1418         `completing-read' will remove *Completions* and will preserve
1419         current-buffer for us.
1420         (tmm-add-prompt): Users of *Completions* will always (re)set its
1421         major mode.
1422         (tmm-old-comp-map): Remove.
1424 2011-11-16  Glenn Morris  <rgm@gnu.org>
1426         * mail/rmailedit.el: Require rmailmm when compiling.
1427         (rmail-old-mime-state): New declaration.
1428         (rmail-edit-current-message): If editing a mime message,
1429         edit the "raw" message from the mbox buffer.
1430         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
1432 2011-11-15  Glenn Morris  <rgm@gnu.org>
1434         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
1435         which wasn't being used.  Add optional arg to force given state.
1436         (rmail-mime): Add optional arg to force given state.
1438 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1440         * allout.el (allout-encryption-plaintext-sanitization-regexps):
1441         * frame.el (display-mm-dimensions-alist):
1442         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
1443         (outline-move-subtree-down):
1444         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
1445         (newsticker--treeview-do-get-node):
1446         * net/quickurl.el (quickurl-list-buffer-name):
1447         * progmodes/dcl-mode.el (dcl-mode):
1448         * progmodes/gdb-mi.el (gdb-mapcar*):
1449         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
1451 2011-11-15  Glenn Morris  <rgm@gnu.org>
1453         * mail/rmail.el (rmail-file-coding-system): It's only ever used
1454         in a boolean sense, so just make it a boolean, and fix the doc.
1455         (rmail-show-mime-function, rmail-mime-feature)
1456         (rmail-require-mime-maybe): Doc fixes.
1457         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
1459         * mail/rmailmm.el (rmail-show-mime): Doc fix.
1461 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1463         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
1464         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
1465         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
1466         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
1468 2011-11-15  Glenn Morris  <rgm@gnu.org>
1470         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
1471         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
1472         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
1473         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
1474         (rmail-mime, rmail-show-mime): Doc fixes.
1476         * term/ns-win.el (mode-line-frame-identification):
1477         Leave it alone.  (Bug#10051)
1479         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
1481         * mail/rmailout.el (rmail-output-to-rmail-buffer):
1482         Handle empty buffers.  (Bug#9978)
1484 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
1486         * international/mule.el (define-charset):
1487         * mail/rmailmm.el (rmail-mime-find-header-encoding):
1488         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
1489         * progmodes/verilog-mode.el (verilog-backward-token):
1490         * textmodes/ispell.el (lookup-words):
1491         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
1493 2011-11-14  Glenn Morris  <rgm@gnu.org>
1495         * progmodes/executable.el
1496         (executable-make-buffer-file-executable-if-script-p):
1497         Handle file-modes returning nil.
1499         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
1500         message - not necessary, and causes problems.  (Bug#9831)
1502         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
1504         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
1506         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
1507         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
1508         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
1510 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
1512         * window.el (window-resize, delete-window): Use window-splits
1513         variable instead of function.
1514         (window-state-get-1, window-state-put-2, window-state-put):
1515         Don't deal with windows' splits status.
1517 2011-11-12  Glenn Morris  <rgm@gnu.org>
1519         * apropos.el (apropos-do-all, apropos-library, apropos-value)
1520         (apropos-documentation): Doc fixes.
1522 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
1524         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
1525         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
1527 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1529         * electric.el (electric-indent-post-self-insert-function): Make it
1530         possible for a char to only indent in some circumstances.
1531         (electric-indent-mode): Simplify.
1533 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
1535         * window.el (windows-with-parameter): Remove unused function.
1536         (windows-at-side): Rename to window-at-side-list.
1537         (window-check, window-atom-check, window-atom-check-1)
1538         (window-side-check, window-size-ignore, window-size-fixed-1)
1539         (window-in-direction-2): Prefix with "window--".
1540         (window-tree-1): Rename to window--subtree, fix doc-string.
1542 2011-11-11  Glenn Morris  <rgm@gnu.org>
1544         * subr.el (eval-after-load): If FILE is already loaded,
1545         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
1547 2011-11-10  Glenn Morris  <rgm@gnu.org>
1549         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
1550         Call svn via vc-svn-command rather than vc-do-command.
1551         (vc-svn-command): Add --non-interactive.  (Bug#9993)
1552         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
1554         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1555         Add toggle-read-only.  (Bug#7292)
1556         * files.el (toggle-read-only): Mention that it should only
1557         be used interactively.  (Bug#10006)
1559 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1561         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1562         Adjust regexp for OCaml warnings.
1564         * electric.el (electric-pair-post-self-insert-function): Let user
1565         turn it off buffer-locally (bug#9932).
1567         * progmodes/python.el (python-beginning-of-statement):
1568         Rewrite (bug#2703).
1570         * progmodes/compile.el: Better handle TABs (bug#9749).
1571         (compilation-internal-error-properties)
1572         (compilation-next-error-function): Obey the target buffer's
1573         compilation-error-screen-columns.
1575 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
1577         * progmodes/meta-mode.el: Remove obsolete comments.
1578         (meta-right-comment-regexp, meta-ignore-comment-regexp):
1579         Fix typos in docstrings.
1581 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
1583         * window.el (window-size-fixed-p): Rewrite doc-string.
1584         (window-resizable-p): Rename to window--resizable-p.  Update callers.
1585         (window--resizable): New function.  Make all callers of
1586         window-resizable call window--resizable instead.
1587         (window-resizable): Rewrite in terms of window--resizable.
1589 2011-11-08  Glenn Morris  <rgm@gnu.org>
1591         * progmodes/delphi.el (delphi-mode-syntax-table):
1592         Let define-derived-mode define a proper syntax table.  (Bug#9994)
1594 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1596         * window.el: Stay away from defsubst.
1597         (window-list-no-nils): Remove.
1598         (window-state-get-1, window-state-get): Use backquote instead.
1600 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1602         * emacs-lisp/find-func.el (find-function-read):
1603         Fix incorrect use of default argument in `completing-read'.
1605 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
1607         * window.el (display-buffer-function, special-display-function):
1608         Mention display-buffer-record-window but do not mention
1609         help-setup parameter in doc-strings.
1610         (window-min-delta): Fix doc-string typo.
1612 2011-11-08  Chong Yidong  <cyd@gnu.org>
1614         * window.el (window-total-height, window-total-width): Doc fix.
1615         (window-body-size): Move from C.
1616         (window-body-height, window-body-width): Move to C.
1618 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1620         * window.el: Make special-display like display-buffer-alist (bug#9532).
1621         (display-buffer--special-action): New function, morphed
1622         from display-buffer--special.
1623         (display-buffer): Use it to handle special-display-buffers at higher
1624         priority (just after display-buffer-alist).
1625         (display-buffer-fallback-action, display-buffer--other-frame-action)
1626         (pop-to-buffer-same-window): Remove display-buffer--special.
1628 2011-11-07  Glenn Morris  <rgm@gnu.org>
1630         * calendar/cal-menu.el (cal-menu-set-date-title):
1631         Do nothing if not in a calendar.  (Bug#9976)
1633 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1635         * files.el (find-file): Always use selected-window.
1637 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
1639         * window.el (window-combinations): Make WINDOW argument
1640         mandatory.  Rewrite doc-string.
1641         (walk-window-subtree, window-atom-check, window-min-delta)
1642         (window-max-delta, window--resize-this-window)
1643         (window--resize-root-window-vertically, window-tree)
1644         (balance-windows, window-state-put): Rewrite doc-strings as to
1645         not mention the term "subwindow".
1646         (window--resize-subwindows-skip-p): Rename to
1647         window--resize-child-windows-skip-p.
1648         (window--resize-subwindows-normal): Rename to
1649         window--resize-child-windows-normal.
1650         (window--resize-subwindows): Rename to
1651         window--resize-child-windows.
1652         (window-or-subwindow-p): Rename to window--in-subtree-p.
1654 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
1656         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
1657         Ensure that mbox format messages end in two newlines (Bug#9974).
1659 2011-11-06  Chong Yidong  <cyd@gnu.org>
1661         * window.el (window-combination-p): Function deleted; its
1662         side-effect is not used in any existing code.
1663         (window-combinations, window-combined-p): Call window-*-child
1664         directly.
1666 2011-11-05  Chong Yidong  <cyd@gnu.org>
1668         * window.el (window-valid-p): Rename from window-any-p.
1669         (window-size-ignore, window-state-get): Callers changed.
1670         (window-normalize-window): Rename from window-normalize-any-window.
1671         New arg LIVE-ONLY, replacing window-normalize-live-window.
1672         (window-normalize-live-window): Delete.
1673         (window-combination-p, window-combined-p, window-combinations)
1674         (walk-window-subtree, window-atom-root, window-min-size)
1675         (window-sizable, window-sizable-p, window-size-fixed-p)
1676         (window-min-delta, window-max-delta, window-resizable)
1677         (window-resizable-p, window-full-height-p, window-full-width-p)
1678         (window-current-scroll-bars, window-point-1, set-window-point-1)
1679         (window-at-side-p, window-in-direction, window-resize)
1680         (adjust-window-trailing-edge, maximize-window, minimize-window)
1681         (window-deletable-p, delete-window, delete-other-windows)
1682         (record-window-buffer, unrecord-window-buffer)
1683         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
1684         (quit-window, split-window, window-state-put)
1685         (set-window-text-height, fit-window-to-buffer)
1686         (shrink-window-if-larger-than-buffer): Callers changed.
1688 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
1690         * mail/rmail.el (rmail-simplified-subject): Decode subject with
1691         rfc2047-decode-string.
1692         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
1693         warnings.
1695         * window.el (window-body-height, window-body-width): Mention in
1696         the doc string that the return values are in frame's canonical
1697         units.  (Bug#9949)
1699 2011-11-03  Alan Mackenzie  <acm@muc.de>
1701         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
1702         change in cc-engine.el.
1704 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1706         * window.el (switch-to-buffer): Use `force-same-window' interactively.
1708 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
1710         * window.el (quit-window): Call unrecord-window-buffer after
1711         showing another buffer in the window.  (Bug#9937)
1712         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1714 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
1716         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
1717         Accept status with more than 9 shelves.  (Bug#9935)
1718         Reported by Colin D Bennett <colin@gibibit.com>.
1720 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
1722         * help.el (with-help-window): Don't reference
1723         temp-buffer-show-specifiers in doc-string.
1725 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
1727         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
1728         menu-item.
1730 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1732         * whitespace.el: New version 13.2.2.
1733         (whitespace-newline-mode): Disable properly.  Reported by Sarah
1734         <EmacsWiki>.
1736 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1738         * net/newst-treeview.el: Remove "Time-stamp".
1739         (newsticker--group-manage-orphan-feeds): Do not call
1740         newsticker--treeview-tree-update.
1741         (newsticker-treeview-update, newsticker-treeview):
1742         Call newsticker--treeview-tree-update if necessary.
1744 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
1746         * window.el (window-iso-combination-p, window-iso-combined-p)
1747         (window-iso-combinations): Remove "iso-" infix.
1748         Suggested by Chong Yidong.
1749         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
1750         (window-max-delta-1, window-resize, window--resize-siblings)
1751         (window--resize-this-window, adjust-window-trailing-edge)
1752         (split-window, balance-windows-1)
1753         (shrink-window-if-larger-than-buffer):
1754         * calendar/calendar.el (calendar-generate-window):
1755         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
1757 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1759         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
1760         in place (bug#9907).
1761         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
1762         (eshell-rewrite-if-command, eshell-rewrite-for-command)
1763         (eshell-structure-basic-command, eshell-rewrite-while-command)
1764         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
1765         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
1766         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
1767         (eshell-do-pipelines-synchronously, eshell-eval-command):
1768         Use backquotes and prefer setq to set.
1769         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
1770         (eshell-macrop): Use functionp.
1771         (eshell-do-eval): Handle multiple expressions in `while' body.
1773 2011-10-30  Chong Yidong  <cyd@gnu.org>
1775         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
1776         instead of set-mark (Bug#9810).
1778 2011-10-30  Chong Yidong  <cyd@gnu.org>
1780         * window.el (split-window-below, split-window-right): Rename from
1781         split-window-above-each-other and split-window-side-by-side
1782         respectively.  All callers changed.
1783         (split-window-sensibly, split-window-sensibly): Use them.
1784         (split-window-keep-point): Doc fix.
1786         * isearch.el: Add isearch-scroll property to split-window-below
1787         and split-window-right.
1789         * follow.el (follow-mode):
1790         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1791         * progmodes/ada-xref.el (ada-gdb-application):
1792         * emulation/vip.el (vip-buffer-in-two-windows):
1793         * image-dired.el (image-dired-dired-with-window-configuration):
1794         * dired-x.el (dired-do-find-marked-files):
1795         * dired.el (dired-pop-to-buffer):
1796         * bs.el (bs--show-with-configuration):
1797         * vc/emerge.el (emerge-setup-windows):
1798         * textmodes/two-column.el (2C-two-columns):
1799         * textmodes/reftex-toc.el (reftex-toc):
1800         * progmodes/gdb-mi.el (gdb-setup-windows):
1801         * progmodes/fortran.el (fortran-window-create):
1802         * net/newst-treeview.el (newsticker--treeview-window-init):
1803         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
1804         * emulation/tpu-edt.el (tpu-gold-map):
1805         * emulation/crisp.el (crisp-mode-map):
1806         * calendar/calendar.el (calendar-basic-setup): Callers changed.
1808 2011-10-29  Chong Yidong  <cyd@gnu.org>
1810         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
1812         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
1814         * textmodes/flyspell.el (flyspell-word): Fix char offset for
1815         forged Ispell output (Bug#7904).
1817         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
1819 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1821         * doc-view.el: Avoid ugly errors about not finding nil.
1822         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1823         (doc-view-dvipdf-program, doc-view-unoconv-program)
1824         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
1825         Avoid nil or absolute file name as default value.
1826         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
1828 2011-10-28  Alan Mackenzie  <acm@muc.de>
1830         * progmodes/cc-defs.el (c-version): -> 5.32.2.
1832 2011-10-28  Alan Mackenzie  <acm@muc.de>
1834         Amend the handling of c-beginning/end-of-defun in nested declaration
1835         scopes.
1837         * progmodes/cc-vars.el (c-defun-tactic): Move here from
1838         cc-langs.el.  Change it to a defcustom.
1840         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
1841         cc-vars.el.
1843         * progmodes/cc-engine.el (c-beginning-of-statement-1):
1844         Prevent "class foo : bar" being spuriously recognized as a label.
1846         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
1847         Add parameter `inclusive' (to include enclosing braces in the region).
1848         (c-widen-to-enclosing-decl-scope): New function.
1849         (c-while-widening-to-decl-block): New macro.
1850         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
1851         outward for defun boundaries, and correspondingly change symbol
1852         `respect-enclosure' to `go-outward'.
1853         (c-declaration-limits): Change algorithm to report only the "innermost"
1854         defun's boundaries.
1856 2011-10-28  Deniz Dogan  <deniz@dogan.se>
1858         * net/rcirc.el (rcirc-mode): Use hard newlines.
1860 2011-10-28  Alan Mackenzie  <acm@muc.de>
1862         Amend to indent and fontify macros "which include their own semicolon"
1863         correctly, using the "virtual semicolon" mechanism.
1865         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
1867         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1868         Recode to scan one line at a time rather than having \n and \r
1869         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
1870         (c-forward-label): Amend for virtual semicolons.
1871         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
1873         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
1874         of the new C macros.
1876         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
1877         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
1878         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
1879         (c-opt-cpp-macro-define): Make into a full language variable.
1880         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
1881         AWK Mode (including \n, \r) removed, no longer needed.
1883         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
1884         Invoke c-make-macro-with-semi-re.
1886         * progmodes/cc-vars.el (c-macro-with-semi-re):
1887         (c-macro-names-with-semicolon): New variables.
1888         (c-make-macro-with-semi-re): New function.
1890 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1892         * vc/log-edit.el: Fill empty field rather than adding new one.
1893         (log-edit-add-field): New function.
1894         (log-edit-insert-changelog): Use it.
1896 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
1898         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
1900 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1902         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
1903         (gdb--check-interpreter): New function.
1904         (gdb): Use it.
1906 2011-10-27  Glenn Morris  <rgm@gnu.org>
1908         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
1909         (least-positive-float, least-negative-float)
1910         (least-positive-normalized-float, least-negative-normalized-float)
1911         (float-epsilon, float-negative-epsilon):
1912         Remove unnecessary declarations.
1914         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
1915         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
1916         (least-positive-float, least-negative-float)
1917         (least-positive-normalized-float, least-negative-normalized-float)
1918         (float-epsilon, float-negative-epsilon): Add doc-strings,
1919         based on those in cl.texi.
1921         * files.el (set-visited-file-name): If the major-mode changed,
1922         reload the local variables.  (Bug#9796)
1924 2011-10-27  Chong Yidong  <cyd@gnu.org>
1926         * subr.el (change-major-mode-after-body-hook): New hook.
1927         (run-mode-hooks): Run it.
1929         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1930         Use change-major-mode-before-body-hook.
1932         * simple.el (fundamental-mode):
1933         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
1934         change introducing fundamental-mode-hook.
1936 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
1938         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
1940 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
1942         * ido.el (ido-file-name-all-completions-1): Do not require
1943         tramp.el explicitly.  (Bug#7583)
1945 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1947         * progmodes/octave-mod.el:
1948         * progmodes/octave-inf.el: Update maintainer.
1950 2011-10-26  Chong Yidong  <cyd@gnu.org>
1952         * subr.el (with-wrapper-hook): Rewrite doc.
1954 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
1956         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
1957         filenames "/method:foo:".  (Bug#9793)
1959 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1961         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
1962         (bug#9865).
1964 2011-10-24  Glenn Morris  <rgm@gnu.org>
1966         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
1968 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
1970         * notifications.el: Add the requirement of a running D-Bus session
1971         bus to the Commentary.
1973 2011-10-24  Juri Linkov  <juri@jurta.org>
1975         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
1976         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
1977         (Bug#9364)
1979 2011-10-24  Juri Linkov  <juri@jurta.org>
1981         * info.el (Info-following-node-name-re): Add newline to the list
1982         of allowed characters for leading space.  (Bug#9824)
1984 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1986         * progmodes/octave-inf.el (inferior-octave-mode-map):
1987         Fix C-c C-h binding.
1988         * progmodes/octave-mod.el (octave-help): Remove.
1990 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
1992         Sync with Tramp 2.2.3.
1994         * net/tramp-cache.el (top): Pacify byte-compiler using
1995         `init-file-user' and `site-run-file'.
1997         * net/trampver.el: Update release number.
1999 2011-10-23  Chong Yidong  <cyd@gnu.org>
2001         * files.el (toggle-read-only): Remove obsolete comment about
2002         version control.
2004         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
2005         for toggle-read-only.  Note that this hasn't called vc-next-action
2006         since 2008-05-02, though it wasn't documented at the time.
2008         * vc/ediff-init.el (ediff-toggle-read-only-function):
2009         Use toggle-read-only.
2011 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
2013         Fix bug #9560, sporadic wrong indentation; improve instrumentation
2014         of c-parse-state.
2016         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
2017         correct faulty logical expression.
2018         (c-parse-state-state, c-record-parse-state-state):
2019         (c-replay-parse-state-state): New defvar/defuns.
2020         (c-debug-parse-state): Use new functions.
2022 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
2024         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
2025         last fix.  Use window-in-direction correctly.
2027 2011-10-21  Chong Yidong  <cyd@gnu.org>
2029         * progmodes/idlwave.el (idlwave-mode):
2030         * progmodes/vera-mode.el (vera-mode): No need to set
2031         require-final-newline; that's done in prog-mode.
2032         Suggested by Stefan Monnier.
2034 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
2036         * mouse.el (mouse-drag-window-above)
2037         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
2038         (mouse-drag-mode-line-1, mouse-drag-header-line)
2039         (mouse-drag-vertical-line-rightward-window): Remove.
2040         (mouse-drag-line): New function.
2041         (mouse-drag-mode-line, mouse-drag-header-line)
2042         (mouse-drag-vertical-line): Call mouse-drag-line.
2043         * window.el (window-at-side-p, windows-at-side): New functions.
2045 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
2047         * tar-mode.el (tar-grind-file-mode):
2048         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
2050 2011-10-21  Chong Yidong  <cyd@gnu.org>
2052         * progmodes/idlwave.el (idlwave-mode):
2053         * progmodes/vera-mode.el (vera-mode):
2054         Use mode-require-final-newline.
2056 2011-10-20  Glenn Morris  <rgm@gnu.org>
2058         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
2060 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
2062         * emulation/cua-base.el (cua-set-mark): Fix case of string.
2064 2011-10-20  Chong Yidong  <cyd@gnu.org>
2066         * emulation/cua-base.el (cua-mode):
2067         * mail/footnote.el (footnote-mode):
2068         * mail/mailabbrev.el (mail-abbrevs-mode):
2069         * net/xesam.el (xesam-minor-mode):
2070         * progmodes/bug-reference.el (bug-reference-mode):
2071         * progmodes/cap-words.el (capitalized-words-mode):
2072         * progmodes/compile.el (compilation-minor-mode)
2073         (compilation-shell-minor-mode):
2074         * progmodes/gud.el (gud-tooltip-mode):
2075         * progmodes/hideif.el (hide-ifdef-mode):
2076         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2077         * progmodes/subword.el (subword-mode):
2078         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2079         * progmodes/which-func.el (which-function-mode):
2080         * term/tvi970.el (tvi970-set-keypad-mode):
2081         * term/vt100.el (vt100-wide-mode):
2082         * textmodes/flyspell.el (flyspell-mode):
2083         * textmodes/ispell.el (ispell-minor-mode):
2084         * textmodes/nroff-mode.el (nroff-electric-mode):
2085         * textmodes/paragraphs.el (use-hard-newlines):
2086         * textmodes/refill.el (refill-mode):
2087         * textmodes/reftex.el (reftex-mode):
2088         * textmodes/rst.el (rst-minor-mode):
2089         * textmodes/sgml-mode.el (html-autoview-mode)
2090         (sgml-electric-tag-pair-mode):
2091         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
2092         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
2093         * emulation/crisp.el (crisp-mode):
2094         * emacs-lisp/eldoc.el (eldoc-mode):
2095         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
2096         minor mode behavior.
2098 2011-10-19  Juri Linkov  <juri@jurta.org>
2100         * descr-text.el (describe-char): Add #x2010 and #x2011 to
2101         the list of hard-coded chars with escape-glyph face.
2103 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2105         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
2107 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
2109         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
2110         running process.
2112 2011-10-19  Glenn Morris  <rgm@gnu.org>
2114         * vc/vc-bzr.el (vc-bzr-after-dir-status):
2115         Ignore ignored files.  (Bug#9726)
2117 2011-10-19  Chong Yidong  <cyd@gnu.org>
2119         Doc fix for minor modes, stating that an omitted argument enables
2120         the mode unconditionally when called from Lisp.
2122         * abbrev.el (abbrev-mode):
2123         * allout.el (allout-mode):
2124         * autoinsert.el (auto-insert-mode):
2125         * autoarg.el (autoarg-mode, autoarg-kp-mode):
2126         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2127         (global-auto-revert-mode):
2128         * battery.el (display-battery-mode):
2129         * composite.el (global-auto-composition-mode)
2130         (auto-composition-mode):
2131         * delsel.el (delete-selection-mode):
2132         * desktop.el (desktop-save-mode):
2133         * dired-x.el (dired-omit-mode):
2134         * dirtrack.el (dirtrack-mode):
2135         * doc-view.el (doc-view-minor-mode):
2136         * double.el (double-mode):
2137         * electric.el (electric-indent-mode, electric-pair-mode):
2138         * emacs-lock.el (emacs-lock-mode):
2139         * epa-hook.el (auto-encryption-mode):
2140         * follow.el (follow-mode):
2141         * font-core.el (font-lock-mode):
2142         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
2143         * help.el (temp-buffer-resize-mode):
2144         * hilit-chg.el (highlight-changes-mode)
2145         (highlight-changes-visible-mode):
2146         * hi-lock.el (hi-lock-mode):
2147         * hl-line.el (hl-line-mode, global-hl-line-mode):
2148         * icomplete.el (icomplete-mode):
2149         * ido.el (ido-everywhere):
2150         * image-file.el (auto-image-file-mode):
2151         * image-mode.el (image-minor-mode):
2152         * iswitchb.el (iswitchb-mode):
2153         * jka-cmpr-hook.el (auto-compression-mode):
2154         * linum.el (linum-mode):
2155         * longlines.el (longlines-mode):
2156         * master.el (master-mode):
2157         * mb-depth.el (minibuffer-depth-indicate-mode):
2158         * menu-bar.el (menu-bar-mode):
2159         * minibuf-eldef.el (minibuffer-electric-default-mode):
2160         * mouse-sel.el (mouse-sel-mode):
2161         * msb.el (msb-mode):
2162         * mwheel.el (mouse-wheel-mode):
2163         * outline.el (outline-minor-mode):
2164         * paren.el (show-paren-mode):
2165         * recentf.el (recentf-mode):
2166         * reveal.el (reveal-mode, global-reveal-mode):
2167         * rfn-eshadow.el (file-name-shadow-mode):
2168         * ruler-mode.el (ruler-mode):
2169         * savehist.el (savehist-mode):
2170         * scroll-all.el (scroll-all-mode):
2171         * scroll-bar.el (scroll-bar-mode):
2172         * server.el (server-mode):
2173         * shell.el (shell-dirtrack-mode):
2174         * simple.el (auto-fill-mode, transient-mark-mode)
2175         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
2176         (line-number-mode, column-number-mode, size-indication-mode)
2177         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
2178         * strokes.el (strokes-mode):
2179         * time.el (display-time-mode):
2180         * t-mouse.el (gpm-mouse-mode):
2181         * tool-bar.el (tool-bar-mode):
2182         * tooltip.el (tooltip-mode):
2183         * type-break.el (type-break-mode-line-message-mode)
2184         (type-break-query-mode):
2185         * view.el (view-mode):
2186         * whitespace.el (whitespace-mode, whitespace-newline-mode)
2187         (global-whitespace-mode, global-whitespace-newline-mode):
2188         * xt-mouse.el (xterm-mouse-mode): Doc fix.
2190         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2191         Fix autogenerated docstring.
2193 2011-10-19  Juri Linkov  <juri@jurta.org>
2195         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
2196         by checking environment variables "DESKTOP_SESSION" and
2197         "XDG_CURRENT_DESKTOP".  (Bug#9779)
2199 2011-10-19  Juri Linkov  <juri@jurta.org>
2201         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
2202         (browse-url-chromium-program, browse-url-chromium-arguments):
2203         New defcustoms.
2204         (browse-url-default-browser): Check for `browse-url-chromium' and
2205         call `browse-url-chromium-program'.
2206         (browse-url-chromium): New command.  (Bug#9779)
2208 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
2210         * facemenu.el (list-colors-duplicates): On Windows, detect more
2211         duplicates by assuming that only colors matching "^System" are
2212         special "system colors".  (Bug#9722)
2214 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2216         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
2217         to distinguish the author from the committer.
2219 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
2221         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
2223 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
2225         * international/mule.el (sgml-html-meta-auto-coding-function):
2226         Add support for detecting encoding in HTML5 specified only as
2227         <meta charset="UTF-8">.  Implementation just makes http-equiv and
2228         content-type parts from HTML4 encoding string optional.  (Bug#9716)
2230 2011-10-18  Glenn Morris  <rgm@gnu.org>
2232         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
2234 2011-10-18  Chong Yidong  <cyd@gnu.org>
2236         * faces.el (cursor): Doc fix.
2238 2011-10-17  Chong Yidong  <cyd@gnu.org>
2240         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
2242 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
2244         * dirtrack.el (dirtrack): Support shell buffers with path
2245         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
2247 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
2249         * json.el: Bump version to 1.3 and note change in History.
2250         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
2252 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2254         * comint.el (comint-insert-input, comint-send-input)
2255         (comint-get-old-input-default, comint-backward-matching-input)
2256         (comint-next-prompt): Use nil instead of `input' for field property of
2257         past user input (bug#114).
2259         * minibuffer.el (completion--replace): Inherit surrounding properties
2260         (bug#114).
2261         (minibuffer-complete-and-exit): Use it.
2263         * comint.el (comint--table-subvert): Quote the all-completions output
2264         (bug#9160).
2266 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
2268         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
2270         * menu-bar.el (menu-bar-file-menu): Add entry for making new
2271         window on right of selected.  (Bug#9350) Reword other window
2272         entries and separate them from frame entries.
2274 2011-10-15  Glenn Morris  <rgm@gnu.org>
2276         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
2277         Doc fixes.
2279 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
2281         * net/network-stream.el (network-stream-open-starttls):
2282         Improve detection of failure due to lack of TLS support.
2284         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
2285         putting the input text in front and in bold.
2287 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2289         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
2291         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
2292         empty buffer.
2294         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
2295         unread-command-events rather than pushing yet-another event.
2297 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
2299         * mail/sendmail.el (sendmail-query-once): Improve the wording of
2300         the explanation of the possible choices.  Make the options passed
2301         to completing-read shorter.
2303 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2305         * textmodes/flyspell.el (flyspell-large-region): Make sure
2306         extended character mode is used if defined (Bug#1339).
2308 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
2310         * simple.el (what-cursor-position): Fix the display of the
2311         character info for LRE, LRO, RLE, and RLO characters by appending
2312         an invisible PDF.
2314 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2316         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
2317         even in case of error; add debug spec; simplify data flow.
2318         (with-timeout-handler): Remove.
2320 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
2322         Fix Bug#6019, Bug#9315.
2324         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
2325         complete `buffer-file-name', the local file name part could look
2326         remotely (for example on VMS).
2328         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
2329         `tramp-run-real-handler'.
2330         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
2331         already quoted by '"'.
2333         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
2334         Let `file-name-handler-alist' be nil, the local file name part
2335         could look remotely (for example on VMS).
2337 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2339         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
2340         from here...
2341         (flyspell-post-command-hook): ...to here.
2343 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2345         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
2346         if not needed.
2347         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
2348         using completion.  Protect against "slow" callers.
2349         Remove the "message hack".
2351 2011-10-11  Juri Linkov  <juri@jurta.org>
2353         * isearch.el (isearch-lazy-highlight-word): New variable.
2354         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2355         Use it.  (Bug#9727)
2357 2011-10-11  Glenn Morris  <rgm@gnu.org>
2359         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
2360         like f90-previous-statement does.
2362 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2364         * eshell/eshell.el (eshell-command): History should be saved
2365         only in interactive use, to avoid error.
2367 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2369         * minibuffer.el (completion-file-name-table): Fix last change,
2370         i.e. ignore normal errors but not the other ones.
2372 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
2374         * window.el (special-display-buffer-names)
2375         (special-display-regexps): Remove some remnants of earlier
2376         changes from doc-strings.
2377         (quit-windows-on): New function.
2379         * vc/vc.el (vc-revert, vc-rollback):
2380         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
2381         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
2382         (Bug#6183) (Bug#7074) (Bug#7447)
2384 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
2386         * window.el (frame-auto-hide-function): Add version tag.
2387         (Bug#9699)
2389 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
2391         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
2392         condition.
2394 2011-10-09  Leo Liu  <sdl.web@gmail.com>
2396         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
2397         (Bug#9701)
2399 2011-10-08  Glenn Morris  <rgm@gnu.org>
2401         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
2402         before the first code statement zero indent.  (Bug#9690)
2404 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
2406         * simple.el (count-words-region): Always count in the region.
2407         Report the number of lines and characters too.
2408         (count-words): New command, which counts in the buffer if the
2409         region is inactive, as count-words-region used to.
2410         (count-words--message): New function.  Handle plurals.
2411         (count-lines-region): Make it an alias for count-words-region.
2413         * bindings.el (esc-map): Replace count-lines-region with
2414         count-words-region.
2416 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
2418         * window.el (window--delete): Delete dedicated frame
2419         unconditionally when argument KILL is non-nil.  (Bug#9699)
2420         (switch-to-buffer): Fix doc-string typo.
2422 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2424         * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
2426 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
2428         * bindings.el ([M-left],[M-right]): Bind to left-word and
2429         right-word respectively.
2431 2011-10-07  Glenn Morris  <rgm@gnu.org>
2433         * cus-start.el (debug-on-quit): Fix custom type.
2435 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437         * subr.el (define-key-after): Clarify that the function is not
2438         useful for non-menu keymaps.
2440         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
2442 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2444         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
2445         in current minibuffer (Fix bug with recursive minibuffers).
2447 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
2449         * progmodes/gdb-mi.el (gdb): Doc fix.
2451 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
2453         * window.el (frame-auto-hide-function): New option replacing
2454         frame-auto-delete.  Suggested by Stefan Monnier.
2455         (window--delete): Call frame-auto-hide-function instead of
2456         investigating frame-auto-delete.
2457         (window-point-1, set-window-point-1): New functions.
2458         (window-in-direction, record-window-buffer, window-state-get-1)
2459         (display-buffer-record-window): Use window-point-1 instead of
2460         window-point.
2461         (set-window-buffer-start-and-point): Use set-window-point-1.
2463 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2465         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
2467 2011-10-05  Glenn Morris  <rgm@gnu.org>
2469         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
2470         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
2472 2011-10-05  Leo Liu  <sdl.web@gmail.com>
2474         * subr.el (read-char-choice): Fix argument to buffer-live-p which
2475         works with buffer object.
2477 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2479         * mpc.el (mpc-tool-bar-map): Add labels.
2481 2011-10-04  Glenn Morris  <rgm@gnu.org>
2483         * calendar/holidays.el (calendar-check-holidays): Doc fix.
2485 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
2487         * window.el (window--delete): New function.
2488         (frame-auto-delete): Resuscitate option.
2489         (bury-buffer, replace-buffer-in-windows)
2490         (quit-window): Rewrite using window--delete.
2491         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2492         Pass display-buffer-mark-dedicated to window--display-buffer-2
2493         (Bug#9639).
2495 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2497         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
2498         returns a list (bug#9554).  Add remote file name completion.
2499         * comint.el (comint--table-subvert): Curry and get quote&unquote
2500         functions as arguments.
2501         (comint--complete-file-name-data): Adjust call accordingly.
2502         * pcomplete.el (pcomplete--table-subvert): Remove.
2503         (pcomplete-completions-at-point): Use comint--table-subvert instead.
2505         * minibuffer.el (completion-table-case-fold): Use currying.
2506         (completion--styles-type, completion--cycling-threshold-type):
2507         New constants.
2508         (completion-styles, completion-category-overrides)
2509         (completion-cycle-threshold): Use them.
2510         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
2511         completion-table-case-fold.
2513 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
2515         * minibuffer.el (completion-category-overrides): Fix type of styles
2516         and add more user friendly tags (bug#9660).
2518 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2520         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
2521         (mule-input-method-string): New widget.
2522         (default-input-method, language-info-custom-alist): Use it.
2524 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2526         * pcomplete.el: Require comint.
2527         (pcomplete--common-suffix): Remove.
2528         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
2529         (pcomplete--table-subvert): Sync with comint--table-subvert.
2530         (pcomplete--entries): Use comint-completion-file-name-table.
2531         * comint.el (comint-unquote-filename): Simplify.
2532         (comint-completion-file-name-table): New function (bug#9616).
2533         (comint--complete-file-name-data): Use it.
2535         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
2536         (pcmpl-gnu-tar-buffer): Remove.
2537         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
2538         around.  Make sure pcomplete-suffix-list is only changed temporarily.
2539         Don't look inside the tar's file if it's too large.
2541 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
2543         * cus-edit.el (custom-mode-map):
2544         * epa.el (epa-key-list-mode-map):
2545         * man.el (Man-mode-map):
2546         * startup.el (splash-screen-keymap):
2547         * simple.el (special-mode-map): Use scroll-up-command and
2548         scroll-down-command.
2550         * progmodes/idlw-help.el (idlwave-help-mode-map):
2551         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
2552         * net/newst-plainview.el (newsticker-mode-map):
2553         * emulation/ws-mode.el (wordstar-mode-map):
2554         * emulation/vi.el (vi-com-map):
2555         * calc/calc-graph.el (calc-graph-show-dumb):
2556         * term/sun.el (terminal-init-sun):
2557         * term/ns-win.el (global-map):
2558         * progmodes/grep.el (grep-mode-map):
2559         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
2560         * mail/rmail.el (rmail-mode-map):
2561         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
2563         * custom.el (custom-safe-themes, load-theme): Treat value of t for
2564         custom-safe-themes as special.
2566 2011-10-01  Julien Danjou  <julien@danjou.info>
2568         * notifications.el (notifications-notify): Fix docstring.
2570 2011-10-01  Per Starbäck  <per@starback.se>
2572         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
2574 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
2576         * startup.el (command-line-1): Fix last fix by inserting
2577         initial-scratch-message into *scratch* before displaying it.
2578         (Bug#9605) and (Bug#9636)
2580 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
2582         * simple.el (line-move): If auto-hscroll-mode is disabled and the
2583         window is hscrolled, move by logical lines.  (Bug#9607)
2584         (line-move-visual): Update the doc string to the above effect.
2586 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
2588         * window.el (display-buffer-record-window): When WINDOW is the
2589         selected window use `point' instead of `window-point'.  (Bug#9626)
2591         * startup.el (command-line-1): Use insert-before-markers when
2592         inserting initial-scratch-message.  (Bug#9605)
2594         * help.el (help-window): Remove variable.
2596 2011-09-29  Glenn Morris  <rgm@gnu.org>
2598         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
2600 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
2602         * descr-text.el (describe-char-categories): Accept category
2603         descriptions more than one line long.
2605 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2607         * simple.el (delete-trailing-whitespace): Fix last change.
2609         * progmodes/perl-mode.el (perl-syntax-propertize-function):
2610         Don't confuse "y => 3" as the beginning of a `y' operation.
2612         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
2613         object has more than 4 slots (bug#9613).
2615 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
2617         * subr.el (with-output-to-temp-buffer):
2618         * net/quickurl.el (quickurl, quickurl-browse-url):
2619         Fix typos in docstrings.
2621 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
2623         * minibuffer.el (completion-styles)
2624         (completion-category-overrides): Cross reference each other in doc
2625         strings.
2627 2011-09-27  Glenn Morris  <rgm@gnu.org>
2629         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
2630         to split-string.  (Bug#9606)
2632 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
2635         (bug#9615).
2637 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
2639         * emacs-lisp/package.el (list-packages): Fix echo area message.
2641 2011-09-27  Leo Liu  <sdl.web@gmail.com>
2643         * ido.el (ido-read-internal): Accept cons cell HIST arg.
2645 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
2647         * net/dbus.el (dbus-unregister-object): Don't release services for
2648         registered signals.  (Bug#9581)
2650 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2652         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
2653         function that picks between cfengine 2 and 3 support
2654         automatically.  Update docs accordingly.
2656 2011-09-22  Kenichi Handa  <handa@m17n.org>
2658         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
2659         ZERO.
2660         (indian-itrans-v5-table-for-tamil): New variable.
2661         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
2663 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
2665         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
2666         that's true if the current command involved collapsing of text.
2667         It's reset to false at the beginning of the next command.
2668         (allout-post-command-business): Move the cursor to the beginning
2669         of entry if the cursor is hidden and collapsing activity just
2670         happened.
2672 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
2674         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
2675         tracking (Bug#9541).
2677 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
2679         * net/newst-reader.el (newsticker-html-renderer)
2680         (newsticker-show-news): Automatically load html rendering package
2681         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
2682         because w3m-fill-column is let-bound" and the error "Symbol's value
2683         as variable is void: w3m-fill-column".
2685 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
2687         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
2688         Release services only if they are defined.  (Bug#9581)
2690 2011-09-23  Richard Stallman  <rms@gnu.org>
2692         * textmodes/paragraphs.el (forward-sentence): For backwards case,
2693         distinguish start of paragraph from start of its text.
2695         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
2697         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
2698         (rmail-generate-viewer-buffer): Put that hook on view buffer.
2699         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
2701 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
2703         * international/mule-diag.el (mule-diag): Insert a newline after
2704         each fontset description.
2706 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2708         * simple.el (delete-trailing-whitespace):
2709         Document last change; simplify.
2711 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
2713         * simple.el (delete-trailing-whitespace): Also delete
2714         extra newlines at the end of the buffer.
2716         * textmodes/picture.el: Make motion commands obey shift-select-mode.
2717         (picture-newline): Use forward-line so as to ignore fields.
2719 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2721         * subr.el (with-wrapper-hook): Fix edebug spec.
2723 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2725         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
2726         (bug#4538).
2728 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
2730         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2731         Fix nasty bug using wrong cached values.
2733 2011-09-23  Alan Mackenzie  <acm@muc.de>
2735         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
2737 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
2739         * window.el (pop-to-buffer): Ensure right window is selected if we
2740         chose another frame.
2742 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
2744         * simple.el (what-cursor-position): Use get-char-property-change
2745         and next-single-char-property-change, to be able to show display
2746         properties that come from overlays as well as text properties.
2748 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
2750         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
2752         * cmuscheme.el (run-scheme, switch-to-scheme):
2753         * cus-edit.el (customize-group, custom-buffer-create)
2754         (customize-browse):
2755         * info.el (info):
2756         * shell.el (shell):
2757         * mail/sendmail.el (mail):
2758         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
2760 2011-09-22  Richard Stallman  <rms@gnu.org>
2762         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
2763         move back only to line beg, don't move back over blank lines.
2765 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
2767         * files.el (copy-directory): Set directory attributes only in case
2768         they could be retrieved from the source directory.  (Bug#9565)
2770 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
2772         * progmodes/hideshow.el (hs-looking-at-block-start-p)
2773         (hs-find-block-beginning, hs-hide-level-recursive):
2774         Ignore strings as well as comments.  (Bug#9502)
2776 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
2778         * progmodes/sql.el (sql-comint-postgres):
2779         Convert port number to a string.  (Bug#9566)
2781 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
2783         * window.el (quit-window): Undedicate window when switching to
2784         previous buffer.  Reported by Thierry Volpiatto
2785         <thierry.volpiatto@gmail.com>.
2786         (special-display-popup-frame): When popping up a new frame reset
2787         its previous buffers to nil.  Simplify code.
2789 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
2791         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
2792         and process filter, as done also in `shell-command'.
2794 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
2796         * window.el (set-window-buffer-start-and-point):
2797         Call set-window-start with NOFORCE argument t.
2798         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2799         (quit-window): Reword doc-string.  Handle new format of
2800         quit-restore parameter.  Don't delete window if it has a
2801         previous buffer we can show instead of the present one.
2802         (display-buffer-record-window): Rewrite using a new format for
2803         the quit-restore window parameter
2804         (special-display-popup-frame, display-buffer-same-window)
2805         (display-buffer-reuse-window, display-buffer-pop-up-frame)
2806         (display-buffer-pop-up-window, display-buffer-use-some-window):
2807         Adapt symbol passed to display-buffer-record-window.
2808         * help.el (help-window-setup): Handle new format of quit-restore
2809         parameter.
2811 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2813         * faces.el (face-list): Fix docstring (bug#9564).
2815         * window.el (display-buffer--action-function-custom-type):
2816         Don't include internal functions in the Custom interface.
2818 2011-09-20  Juri Linkov  <juri@jurta.org>
2820         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
2821         (Info-forward-node, Info-backward-node, Info-next-preorder)
2822         (Info-last-preorder): Use it.  (Bug#9528)
2824 2011-09-20  Juri Linkov  <juri@jurta.org>
2826         * info.el (Info-last-preorder): Visit last menu item only when
2827         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
2829 2011-09-20  Julien Danjou  <julien@danjou.info>
2831         * password-cache.el (password-cache-remove): Remove entries even if the
2832         value is nil, so that password with a nil value (negative caching) is
2833         possible to invalidate.
2835 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
2837         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
2838         all whitespace around breakpoint.  (Bug#9553)
2839         (f90-find-breakpoint): Only break at whitespace inside a comment.
2841 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2843         * minibuffer.el (completion-file-name-table): Keep track of errors.
2844         (completion-table-with-predicate): Handle the case where pred1 is nil.
2845         * pcomplete.el (pcomplete-completions-at-point): Simplify.
2847 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2849         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
2850         (debugger-return-value): Signal an error if the debugging context does
2851         not await any return value.
2853         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
2854         * image-mode.el (image-toggle-display-text)
2855         (image-toggle-display-image): Stay away from evil `intangible'.
2857 2011-09-19  Leo Liu  <sdl.web@gmail.com>
2859         * replace.el (occur-revert-arguments): Make it permanent-local.
2860         (occur-mode): Don't call font-lock-defontify.
2862 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
2864         * net/ldap.el (ldap-search-internal): Don't push empty search
2865         result (Bug#9508).
2867 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2869         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
2871 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
2873         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
2874         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
2876 2011-09-18  Juri Linkov  <juri@jurta.org>
2878         * buff-menu.el (Buffer-menu-mode-map):
2879         * dired.el (dired-mode-map):
2880         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
2881         (lisp-interaction-mode-map):
2882         * emacs-lisp/package.el (package-menu-mode-map):
2883         * epa.el (epa-key-list-mode-map):
2884         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
2885         (menu-bar-options-menu):
2886         * outline.el (outline-mode-menu-bar-map):
2887         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
2888         * vc/vc-dir.el (vc-dir-menu-map):
2889         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
2890         Capitalize non-function content words in menu item strings.
2892         * dired.el (dired-mode-map): Add menu item for
2893         `image-dired-dired-toggle-marked-thumbs'.
2895 2011-09-18  Juri Linkov  <juri@jurta.org>
2897         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
2898         to `isearch-case-fold-search' and restore its original value
2899         after the `isearch-mode' call.
2901 2011-09-18  Juri Linkov  <juri@jurta.org>
2903         * progmodes/grep.el (grep-process-setup): Don't check code for 1
2904         because `zgrep' returns 1 for successful matches (bug#9226).
2906 2011-09-18  Juri Linkov  <juri@jurta.org>
2908         * info.el (Info-extract-menu-node-name): Check the second match
2909         for empty string (second test-case of bug#9528).
2910         (Info-last-preorder): Let-bind `Info-history' to nil to not add
2911         intermediate nodes to the history (first test-case of bug#9528).
2913 2011-09-18  Juri Linkov  <juri@jurta.org>
2915         * info.el (Info-mode-syntax-table): New variable.
2916         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
2918 2011-09-18  Juri Linkov  <juri@jurta.org>
2920         * info.el (Info-file-supports-index-cookies):
2921         Increment line-beginning-position's arg from 3 to 4 because makeinfo
2922         outputs one more line for long file names (bug#4142).
2924 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
2926         * newcomment.el (comment-normalize-vars): If prompting for
2927         comment-start, set comment-start-skip too (Bug#8424).
2929 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
2931         * icomplete.el: Fix previous fix of Bug#5849.
2932         (icomplete-mode): Don't set completion-show-inline-help.
2933         (icomplete-minibuffer-setup): Set completion-show-inline-help
2934         locally during icompletion.
2936 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
2938         * woman.el (woman2-process-escapes): Don't delete unrecognized
2939         escapes (Bug#7843).
2941         * files.el (inhibit-first-line-modes-regexps): Add image files.
2942         (hack-local-variables-prop-line): Return nil for malformed
2943         prop-lines (Bug#9044).
2945 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
2947         * net/tramp.el (top): Don't require 'shell.
2948         (tramp-methods): Fix docstring.
2949         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
2950         Return complete remote file name.  Handle "smb" case.
2951         Use `tramp-tmpdir', if defined for the respective method.
2952         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
2954         * net/tramp-compat.el (top): Require 'shell.
2956         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2957         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
2958         `tramp-current-host'.
2959         (tramp-get-remote-tmpdir): Remove.
2961         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
2962         `tramp-tmpdir' entries.
2963         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
2964         (tramp-smb-handle-file-attributes): Ignore errors.
2965         (tramp-smb-wait-for-output): Check also for process end.
2967 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2969         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
2970         when sending QUIT (bug#9312).
2972 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
2974         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
2975         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
2976         occur-mode-display-occurrence.
2977         (occur-edit-mode): Add usage message.
2978         (occur-cease-edit): New command.
2979         (occur-after-change-function): Use text properties to find the
2980         position of the prefix text.
2981         (occur-engine): Set stickiness of prefix text properties.
2983 2011-09-17  Glenn Morris  <rgm@gnu.org>
2985         * progmodes/etags.el (complete-tag):
2986         Fix call to completion-in-region.  (Bug#9526)
2988 2011-09-17  Juri Linkov  <juri@jurta.org>
2990         * textmodes/ispell.el (ispell-word): Add to the error message
2991         the word, ispell program name and current dictionary (bug#9121).
2992         (ispell-tex-arg-end): Capitalize "error" in the error message.
2994 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
2996         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
2997         check.  (Bug#4251)
2999 2011-09-17  Juri Linkov  <juri@jurta.org>
3001         * window.el (window-safe-min-height, window-safe-min-width):
3002         Fix typos (followup to bug#9522).
3004 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
3006         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
3008 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
3010         * simple.el (line-move): If goal-column is set, move by logical
3011         lines, not by display lines.  (Bug#971)
3012         (next-line, previous-line, goal-column, line-move-visual): Doc fix
3013         to reflect the above change.
3015 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3017         * image.el (imagemagick-register-types): Use regexp-opt.
3019 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
3021         * window.el (display-buffer-base-action): Rename from
3022         display-buffer-default-action.  Make default value empty.
3023         (display-buffer-overriding-action): Convert to defvar.
3024         (display-buffer-fallback-action): New var.
3026 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
3028         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
3029         declaration.
3030         (package--add-to-archive-contents): If there is a duplicate entry
3031         with an older version, remove it.
3032         (package-menu-mark-delete, package-menu-mark-install)
3033         (package-menu-mark-unmark): Make unused args optional.
3034         (package-menu-mark-obsolete-for-deletion):
3035         Use package-menu-get-status instead of a regexp search.
3036         (package-menu-get-status): Use tabulated-list-entry.
3037         (package-menu-mark-upgrades): New command.
3038         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
3039         (package-menu-execute): Do installation before deletion.
3040         (package-menu-refresh, package-menu-execute): Use derived-mode-p
3041         instead of checking major-mode.
3042         (package-menu--find-upgrades): New function.
3044 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3046         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
3047         passwords in the log buffer.
3048         (smtpmail-process-filter): Update the process marker so that the
3049         "broken by peer" status message is inserted in the right place.
3051 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3053         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
3054         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
3055         bibtex-completion-at-point-function.
3056         (bibtex-completion-at-point-function): Use them.
3058         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
3060         * mpc.el (mpc-constraints-tag-lookup): New function.
3061         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
3062         also to browser "album|playlist".
3064 2011-09-14  Juri Linkov  <juri@jurta.org>
3066         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
3067         (isearch-edit-string): Use length of `isearch-string' when
3068         `isearch-fail-pos' returns nil.
3069         (isearch-message): Remove duplicate code and call
3070         `isearch-fail-pos' with arg `t'.
3072 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
3074         * replace.el (occur-mode-goto-occurrence): Don't force using other
3075         window (Bug#9499).
3077         * dired-aux.el (dired-do-chmod): Don't provide initial input.
3079 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
3081         * window.el (display-buffer-window): Remove.
3082         (display-buffer-record-window): Use help-setup window parameter
3083         instead of variable display-buffer-window.
3084         (display-buffer-function, special-display-buffer-names)
3085         (special-display-function): Mention help-setup parameter instead
3086         of display-buffer-window in doc-string.
3087         * help.el (help-window-setup): New argument help-window.
3088         Use help-window-setup parameter instead of display-buffer-window.
3089         Reword some messages.
3090         (with-help-window): Pass window used for displaying the buffer
3091         to help-window-setup.  Don't set display-buffer-window.
3093 2011-09-13  Glenn Morris  <rgm@gnu.org>
3095         * emacs-lisp/debug.el (debugger-make-xrefs):
3096         Preserve point.  (Bug#9462)
3098 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
3100         * window.el (window-deletable-p): Use next-frame.
3102 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
3104         * window.el (window-auto-delete): Remove.
3105         (window-deletable-p): Remove argument FORCE.  Don't deal with
3106         dedication and previous buffers.
3107         (switch-to-prev-buffer): Don't delete window.
3108         (delete-windows-on): Delete a window's frame if and only if the
3109         window is dedicated.
3110         (replace-buffer-in-windows): Delete buffer's window or frame if
3111         and only if window is dedicated.
3112         (quit-window): Handle quit-restore as before last change.
3113         (bury-buffer): Delete window only if window-deletable-p returns t.
3115 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
3117         * window.el (window-deletable-p): Never delete the last frame on a
3118         given terminal.
3120 2011-09-13  Glenn Morris  <rgm@gnu.org>
3122         * help.el (describe-key-briefly): Copy previous standard-output change.
3124 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
3126         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
3128 2011-09-13  Glenn Morris  <rgm@gnu.org>
3130         * emacs-lisp/lisp-mode.el (lisp-indent-function):
3131         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
3133 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
3135         * dired-aux.el (dired-mark-read-string): Don't return default
3136         value on empty input (Bug#9361).
3137         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
3138         Omit initial minibuffer contents.
3139         (dired-do-chmod): Signal an error on empty input.
3140         (dired-mark-read-string): Don't return default on empty input.
3142         * files.el (file-modes-symbolic-to-number): Doc fix.
3144 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3146         * international/mule-cmds.el (ucs-completions): Remove.
3147         (read-char-by-name): Use complete-with-action instead; add metadata.
3149 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3151         * window.el (display-buffer--action-function-custom-type)
3152         (display-buffer--action-custom-type): New vars.
3153         (display-buffer-alist, display-buffer-default-action)
3154         (display-buffer-overriding-action): Add defcustom types.
3156         * frame.el (delete-other-frames): Doc fix (Bug#276).
3158 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3160         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
3162 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3164         Change modes that used same-window-* vars to use switch-to-buffer.
3166         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
3167         Use switch-to-buffer.
3169         * cus-edit.el (customize-group, custom-buffer-create)
3170         (customize-browse, custom-buffer-create-other-window):
3171         Use switch-to-buffer or switch-to-buffer-other-window.
3173         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
3174         (Info-prev, Info-up, Info-speedbar-goto-node)
3175         (info-display-manual): Use switch-to-buffer.
3176         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
3178         * mail/sendmail.el (mail): Use switch-to-buffer.
3179         (mail-recover): Use switch-to-buffer-other-window.
3181         * cmuscheme.el (run-scheme, switch-to-scheme):
3182         * ielm.el (ielm):
3183         * shell.el (shell):
3184         * net/rlogin.el (rlogin):
3185         * net/telnet.el (telnet, rsh):
3186         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
3188 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
3190         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
3192 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
3195         so don't mention it (bug#9301).
3196         (dired-sort-toggle-or-edit): Clarify string further.
3198         * faces.el (face-spec-set-match-display): Make `(type graphic)'
3199         match `x', `w32' and `ns', like the manual says (bug#9029).
3201         * subr.el (eval-after-load): Doc string clarification (bug#9125).
3202         (process-kill-buffer-query-function): Mention the buffer name in
3203         the query.
3205         * image-mode.el (image-next-line): The line parameter is mandatory
3206         (bug#9258).
3208         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
3209         which can be useful (bug#9301).
3211         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
3213         * subr.el (match-string): Mention that the current buffer should
3214         be the same as the search was done in (bug#9282).
3216         * facemenu.el: Disable the remove-* commands if the mark isn't
3217         active (bug#9162).
3219 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
3221         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
3222         of display-buffer.
3223         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
3225         * replace.el (occur-mode-goto-occurrence)
3226         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
3227         and display-buffer.
3229         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
3230         display-buffer.
3232         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
3233         special-display and same-window variables.
3234         (mail-other-window): Use switch-to-buffer-other-window.
3235         (mail-other-frame): USe switch-to-buffer-other-frame.
3237         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
3238         Use display-buffer-other-frame.
3239         (gdb-display-gdb-buffer): Use pop-to-buffer.
3241         * progmodes/gud.el (gud-goto-info): Use info-other-window.
3243         * progmodes/python.el: Don't set same-window-buffer-names.
3245         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
3247         * window.el (display-buffer-alist): Add *Python*.
3249 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
3251         * window.el (display-buffer-alist): Add entry for buffers
3252         previously handled same-window-*.
3253         (display-buffer-alist, display-buffer-default-action)
3254         (display-buffer-overriding-action): Mark as risky.
3255         (display-buffer-alist): Document action function changes.
3256         (display-buffer--same-window-action)
3257         (display-buffer--other-frame-action): New variables.
3258         (switch-to-buffer, display-buffer-other-frame): Use them.
3259         (display-buffer): Rename reuse-frame entry to reusable-frames.
3260         (display-buffer-reuse-selected-window): Function deleted.
3261         (display-buffer-reuse-window): Handle reusable-frames alist entry.
3262         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
3263         (display-buffer-special): New function.
3264         (display-buffer--maybe-pop-up-frame-or-window): Rename from
3265         display-buffer-reuse-or-pop-window.  Split off special-display
3266         part into display-buffer-special.
3267         (display-buffer-use-some-window): Don't perform any special
3268         pop-up-frames handling.
3269         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
3270         (display-buffer--maybe-same-window): Rename from
3271         display-buffer-maybe-same-window.
3273         * info.el: Don't set same-window-regexps.
3274         (info-setup): New function.
3275         (info-other-window, info): Call it.
3277         * cus-edit.el: Don't set same-window-regexps.
3278         (customize-group): New argument.
3279         (customize-group-other-window): Use it.
3280         (customize-face, customize-face-other-window): Likewise.
3281         (custom-buffer-create-other-window): Use pop-to-buffer directly.
3283         * net/rlogin.el:
3284         * net/telnet.el:
3285         * progmodes/gud.el: Don't set same-window-regexps.
3287         * cmuscheme.el:
3288         * ielm.el:
3289         * shell.el:
3290         * mail/sendmail.el:
3291         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
3293 2011-09-10  Juri Linkov  <juri@jurta.org>
3295         * isearch.el (isearch-edit-string): Remove obsolete mention of
3296         `C-w' (`isearch-yank-word-or-char') from docstring.
3297         (isearch-query-replace): Fix typo in docstring (bug#9466).
3299 2011-09-10  Juri Linkov  <juri@jurta.org>
3301         * paren.el (show-paren-function): Don't show escaped parens.
3302         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
3304 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3306         * mail/sendmail.el (mml-to-mime, mml-attach-file)
3307         (mm-default-file-encoding): Remove autoload forms, they are
3308         replaced with autoload cookies in mml.el and mm-encode.el.
3309         (mail-add-attachment): New command.
3310         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
3311         (mail-mode): Mention mail-insert-file and mail-add-attachment in
3312         the doc string.
3313         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
3315 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
3317         * simple.el (count-words-region): Use buffer if there's no region
3318         (bug#9429).
3320 2011-09-09  Juri Linkov  <juri@jurta.org>
3322         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
3323         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
3324         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
3326 2011-09-09  Alan Mackenzie  <acm@muc.de>
3328         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
3329         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
3331 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
3333         Fix for Savannah bug#9392.
3334         * simple.el (mail-encode-mml): New defvar.
3336         * mail/rmail.el (mail-encode-mml): Add a defvar.
3337         (rmail-enable-mime-composing): Default to t.
3338         (rmail-forward): Use MIME method of forwarding only if both
3339         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
3340         Set mail-encode-mml non-nil if the MIME method was used.
3342         * mail/sendmail.el (mml-to-mime): Add autoload form.
3343         (mail-encode-mml): Add a defvar.
3344         (mail-mode): Make mail-encode-mml buffer-local and initialize it
3345         to nil.
3346         (mail-send): If mail-encode-mml is non-nil, run the outgoing
3347         message through mml-to-mime, and reset mail-encode-mml to nil.
3349 2011-09-09  Glenn Morris  <rgm@gnu.org>
3351         * woman.el (woman-if-body): When processing an .el block,
3352         do not delete the next .el block as well.  (Bug#9447)
3353         (woman-special-characters): Add oq, cq, and hy characters.
3355 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
3357         * window.el (window-deletable-p): Make sure window is live before
3358         invoking window-prev-buffers.
3360 2011-09-08  Leo Liu  <sdl.web@gmail.com>
3362         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
3364 2011-09-08  Juri Linkov  <juri@jurta.org>
3366         * progmodes/compile.el (compilation-environment): Make it
3367         a defcustom (bug#8340).
3369 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
3371         * window.el (frame-auto-delete): Rename to window-auto-delete.
3372         Make it control auto-deletion of windows and/or frames.
3373         (window-deletable-p): New argument FORCE.  Rewrite conditions
3374         for deleting window/frame.  (Bug#9419)
3375         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
3376         Rewrite handling of case when window/frame can be deleted.
3377         (delete-windows-on): Call window-deletable-p with new FORCE
3378         argument t.  (Bug#9456)
3380 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
3382         * help-mode.el (help-mode): Restore autoload.
3384 2011-09-07  Juri Linkov  <juri@jurta.org>
3386         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
3387         `compilation-environment'.  Set buffer-local
3388         `compilation-environment' to `thisenv' later after (funcall mode).
3389         (Bug#8340)
3391         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
3392         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
3393         instead of replacing its value.  (Bug#8340)
3395 2011-09-07  Juri Linkov  <juri@jurta.org>
3397         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
3398         based on text properties put by `grep-filter' instead of matching
3399         escape sequences.
3400         (grep-mode): Set buffer-local `compilation-error-screen-columns'
3401         to the value of `grep-error-screen-columns' (bug#9438).
3403 2011-09-07  Juri Linkov  <juri@jurta.org>
3405         * simple.el (next-error-highlight, next-error-highlight-no-select):
3406         Doc fix (bug#9432).
3408 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
3410         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3411         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
3413 2011-09-07  Leo Liu  <sdl.web@gmail.com>
3415         * net/rcirc.el (rcirc-mode): Conditionally initialize
3416         rcirc-input-ring.
3418 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3420         * emacs-lisp/find-func.el (find-function-C-source): Only set
3421         find-function-C-source-directory after checking that we found a source
3422         file there (bug#9440).
3424 2011-09-06  Alan Mackenzie  <acm@muc.de>
3426         * isearch.el (isearch-other-meta-char): Wherever a key list is
3427         unread, "unread" the prefix arg, too.  This fixes bug #8901.
3429 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
3431         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
3433 2011-09-05  Juri Linkov  <juri@jurta.org>
3435         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
3437 2011-09-05  Juri Linkov  <juri@jurta.org>
3439         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
3440         keeping point where processing of grep matches begins, and
3441         continue to delete remaining escape sequences from the same point.
3442         (grep-filter): Make leading zero optional in "0?1;31m" because
3443         git-grep emits "\033[1;31m" escape sequences unlike expected
3444         "\033[01;31m" as GNU Grep does (bug#9408).
3445         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
3447 2011-09-05  Juri Linkov  <juri@jurta.org>
3449         * subr.el (y-or-n-p): Capitalize "yes".
3451 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
3453         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
3454         `tramp-cache-unload-hook' where appropriate.
3455         (tramp-methods): Rename `tramp-remote-sh' to
3456         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
3457         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
3459         * net/tramp-sh.el (top): Don't require 'shell.
3460         (tramp-methods): Add `tramp-remote-shell' and
3461         `tramp-remote-shell-args' entries.
3462         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
3463         (tramp-sh-handle-shell-command): Remove.
3464         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3465         Use `tramp-remote-shell'.
3467 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
3469         * mail/sendmail.el (sendmail-query-once-function): Delete.
3470         (sendmail-query-once): Save directly to send-mail-function.
3471         Update message-send-mail-function too.
3473         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
3475 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
3477         * progmodes/python.el (python-mode-map): Use correct function to
3478         start python interpreter from menu-bar (as reported by Geert
3479         Kloosterman).
3480         (inferior-python-mode-map): Fix typo.
3481         (python-shell-map): Remove.
3483 2011-09-03  Deniz Dogan  <deniz@dogan.se>
3485         * net/rcirc.el (rcirc-print): Simplify code for
3486         rcirc-scroll-show-maximum-output.  There is no need to walk
3487         through all windows to find the right one.
3489 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
3491         * help.el (help-return-method): Doc fix.
3493 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
3495         * window.el (window-deletable-p): Don't return a non-nil value
3496         when there's a buffer that was shown in the window before.
3497         (Bug#9419)
3498         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3499         Set window's previous buffers to nil.
3501 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
3503         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
3504         newline before and after the tag line, so it doesn't interfere
3505         with determining the paragraph direction of bidirectional text.
3507 2011-09-03  Leo Liu  <sdl.web@gmail.com>
3509         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
3511 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
3513         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
3514         (pop-to-buffer): Change interactive spec.  Pass second argument
3515         directly to display-buffer.
3516         (display-buffer): Fix interactive spec.  Use functionp to
3517         distinguish between a function and a list of functions.
3519         * abbrev.el (edit-abbrevs):
3520         * arc-mode.el (archive-extract):
3521         * autoinsert.el (auto-insert):
3522         * bookmark.el (bookmark-bmenu-list):
3523         * files.el (find-file):
3524         * view.el (view-buffer):
3525         * progmodes/compile.el (compilation-goto-locus):
3526         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
3528 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
3530         * window.el (display-buffer-alist): Doc fix.
3531         (display-buffer): Add docstring.  Don't treat
3532         display-buffer-default specially.
3533         (display-buffer-reuse-selected-window)
3534         (display-buffer-same-window, display-buffer-maybe-same-window)
3535         (display-buffer-reuse-window, display-buffer-pop-up-frame)
3536         (display-buffer-pop-up-window)
3537         (display-buffer-reuse-or-pop-window)
3538         (display-buffer-use-some-window): New functions.
3539         (display-buffer-default-action): Use them.
3540         (display-buffer-default): Delete.
3541         (pop-to-buffer-1): Fix choice of actions.
3543 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3545         * minibuffer.el (completion--insert-strings): Don't get confused by
3546         completion entries that end with an LF char.
3548 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
3550         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
3552 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
3554         * window.el (display-buffer): Restore interactive spec.
3555         (display-buffer-same-window, display-buffer-other-window):
3556         New functions.
3557         (pop-to-buffer-1): New function.  Use the above.
3558         (pop-to-buffer, pop-to-buffer-same-window): Use it.
3559         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
3561         * view.el (view-buffer-other-window, view-buffer-other-frame):
3562         Just use pop-to-buffer.
3564 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3566         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
3568 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
3570         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
3572 2011-08-31  Richard Stallman  <rms@gnu.org>
3574         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
3575         of the separation of rmail-view-buffer from rmail-buffer.
3576         If you say no to "replace original", the decrypt is in the
3577         view buffer.  If you say yes, the decrypt goes into the
3578         rmail buffer also.
3580 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
3582         * window.el (display-buffer-window): Rewrite doc-string.
3583         (display-buffer-record-window): New function.
3584         (display-buffer-macro-specifiers)
3585         (display-buffer-even-window-sizes, display-buffer-set-height)
3586         (display-buffer-set-width, display-buffer-in-window)
3587         (display-buffer-reuse-window, display-buffer-split-specifiers)
3588         (display-buffer-side-specifiers, display-buffer-split-window-1)
3589         (display-buffer-split-window, display-buffer-split-atom-window)
3590         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
3591         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
3592         (display-buffer-other-window-means-other-frame)
3593         (display-buffer-normalize-special)
3594         (display-buffer-normalize-default)
3595         (display-buffer-normalize-argument)
3596         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
3597         (display-buffer-normalize-specifiers, display-buffer-frame)
3598         (display-buffer-same-window, display-buffer-same-frame)
3599         (display-buffer-other-window)
3600         (display-buffer-same-frame-other-window)
3601         (display-buffer-other-frame, pop-to-buffer-same-window)
3602         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
3603         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
3604         (switch-to-buffer-same-frame)
3605         (switch-to-buffer-other-window-same-frame)
3606         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
3607         (display-buffer-alist-set-1, display-buffer-alist-set-2)
3608         (display-buffer-alist-set): Remove.
3609         (display-buffer-function, special-display-buffer-names)
3610         (special-display-regexps, special-display-function):
3611         In doc-string refer to display-buffer-window and quit-restore
3612         parameter.
3613         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
3614         (special-display-frame-alist, special-display-popup-frame)
3615         (same-window-buffer-names, same-window-regexps, same-window-p)
3616         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3617         (split-window-preferred-function, split-height-threshold)
3618         (split-width-threshold, window-splittable-p)
3619         (split-window-sensibly, window--try-to-split-window)
3620         (window--frame-usable-p, even-window-heights)
3621         (window--even-window-heights, window--display-buffer-1)
3622         (window--display-buffer-2, display-buffer-other-frame):
3623         Restore old Emacs 23 code, order and doc-strings where applicable.
3624         (display-buffer-default, display-buffer-assq-regexp): New functions.
3625         (display-buffer-alist): Rewrite doc-string.
3626         (display-buffer-default-action)
3627         (display-buffer-overriding-action): New variables.
3628         (display-buffer, switch-to-buffer): Rewrite.
3629         (pop-to-buffer): Restore Emacs 23 behavior but use
3630         window-normalize-buffer-to-display.
3631         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
3632         Restore Emacs 23 behavior but use
3633         window-normalize-buffer-to-switch-to.
3634         (pop-to-buffer-same-window): Rewrite.
3635         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
3636         Rewrite using Emacs 23 options.
3638 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
3640         * net/tramp.el (tramp-root-regexp): Remove.
3641         (tramp-completion-file-name-regexp-unified)
3642         (tramp-completion-file-name-regexp-separate)
3643         (tramp-completion-file-name-regexp-url): Don't use leading volume
3644         letter on win32 systems.  (Bug#5303, Bug#9311)
3645         (tramp-drop-volume-letter): Simplify definition.
3646         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3648 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3650         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
3651         (bug#9356).
3653 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
3655         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
3657 2011-08-29  Juri Linkov  <juri@jurta.org>
3659         * isearch.el (isearch-done): Don't display message "Mark saved"
3660         when arg `edit' is non-nil to prevent its flicker in the echo area.
3662 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
3664         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
3665         obsolete packages for deletion.
3667 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
3669         * help-mode.el (help-mode-map): Add special-mode-map to parent.
3670         (help-mode): Derive help-mode from special-mode.  Don't invoke
3671         view-mode from help-mode.
3672         (help-xref-override-view-map): Remove.
3673         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
3674         view-mode is not used anymore.
3676 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
3678         * server.el (server-port): Doc fix.
3680         * cus-theme.el (custom-theme-choose-mode): Inherit from
3681         special-mode (Bug#9124).
3682         (custom-theme-choose-mode-map): Add special-mode to parent.
3684 2011-08-28  Alan Mackenzie  <acm@muc.de>
3686         * progmodes/cc-fonts.el
3687         (c-make-font-lock-BO-decl-search-function): New function.
3688         (c-basic-matchers-after - "Fontify the clauses after various
3689         keywords"): Extract the three keyword lists for the 3 erroneous
3690         constructs from the list of four, and use the new function above
3691         in place of an old one.
3693 2011-08-28  Deniz Dogan  <deniz@dogan.se>
3695         * net/rcirc.el (rcirc-insert-prev-input)
3696         (rcirc-insert-next-input): Remove unused argument.
3698 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3700         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
3702 2011-08-27  Alan Mackenzie  <acm@muc.de>
3704         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
3705         handle function pointer parameters properly.
3707 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
3709         * window.el (display-buffer-reuse-window): Fix case where
3710         selected window was reused with non-nil OTHER-WINDOW argument.
3711         (Bug#9381)
3713 2011-08-27  Deniz Dogan  <deniz@dogan.se>
3715         * net/rcirc.el (rcirc-check-auth-status): Adding support for
3716         oftc's NickServ messages.
3718 2011-08-27  Glenn Morris  <rgm@gnu.org>
3720         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
3722 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
3724         * emacs-lisp/package.el (package-install): Call package-initialize
3725         if called interactively.
3727 2011-08-26  Leo Liu  <sdl.web@gmail.com>
3729         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
3731 2011-08-25  Juri Linkov  <juri@jurta.org>
3733         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3734         `search-whitespace-regexp' (bug#9364).
3736 2011-08-25  Juri Linkov  <juri@jurta.org>
3738         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
3739         `regexp-search-ring' to their global values to protect from
3740         updating by `read-from-minibuffer' (bug#9185).
3742 2011-08-25  Juri Linkov  <juri@jurta.org>
3744         * textmodes/ispell.el (ispell-command-loop): Add newline
3745         at the end of the "Use option `i'..." line.
3747 2011-08-25  Juri Linkov  <juri@jurta.org>
3749         * battery.el (display-battery-mode): If `battery-status-function'
3750         or `battery-mode-line-format' is nil, display the message and set
3751         `display-battery-mode' to nil (bug#9363).
3753 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
3755         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
3756         bidi-string-mark-left-to-right; they are unnecessary now.
3758 2011-08-25  Deniz Dogan  <deniz@dogan.se>
3760         * net/quickurl.el: Documentation typo fixes.
3762 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
3764         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
3766 2011-08-25  Glenn Morris  <rgm@gnu.org>
3768         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3770         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
3771         (smtpmail-via-smtp): Handle nil response from smtp.
3773 2011-08-24  Juri Linkov  <juri@jurta.org>
3775         * proced.el (proced-marked): Inherit from `error' instead of
3776         `font-lock-warning-face'.
3778         * ibuffer.el (ibuffer-marked-face): Change default face from
3779         `font-lock-warning-face' to `warning'.
3780         (ibuffer-deletion-face): Change default face from
3781         `font-lock-type-face' to `error'.
3783         * battery.el (battery-update): Use the face `error' instead of
3784         `font-lock-warning-face' (bug#6117).
3786 2011-08-24  Juri Linkov  <juri@jurta.org>
3788         * faces.el (success): Change face color from "Green3" to
3789         "ForestGreen" on light background (bug#9353).
3791 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
3793         * window.el (quit-window): Rename from quit-restore-window.
3794         Use same arglist as old quit-window.
3795         (frame-auto-delete): Doc fix.
3797         * view.el (view-mode-exit): Use quit-window.
3799 2011-08-24  Juri Linkov  <juri@jurta.org>
3801         * isearch.el (isearch-ring-adjust1): Start visiting previous
3802         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
3803         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
3804         for empty search string (when the last search string is reused
3805         automatically) to adjust the isearch ring to the last element and
3806         prepare the correct index for further M-p commands (bug#9185).
3808 2011-08-24  Kenichi Handa  <handa@m17n.org>
3810         * international/ucs-normalize.el: If decomposition property of
3811         CHAR is the default one (i.e. a list of CHAR itself), treat it as
3812         nil.
3813         (nfd, nfkd): Likewise.
3815 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3817         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
3818         from process filters aren't reliably transmitted to the surrounding
3819         accept-process-output.
3820         (mpc-proc-check): New function.
3821         (mpc-proc-sync): Use it (bug#8293)
3823 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3825         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
3826         Add compatibility functions (bug#9313).
3828 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
3830         * cus-start.el (all): Add entry for bidi-paragraph-direction.
3832         * international/uni-bidi.el: Regenerated.
3834 2011-08-23  Kenichi Handa  <handa@m17n.org>
3836         * international/charprop.el:
3837         * international/uni-bidi.el:
3838         * international/uni-category.el:
3839         * international/uni-combining.el:
3840         * international/uni-comment.el:
3841         * international/uni-decimal.el:
3842         * international/uni-decomposition.el:
3843         * international/uni-digit.el:
3844         * international/uni-lowercase.el:
3845         * international/uni-mirrored.el:
3846         * international/uni-name.el:
3847         * international/uni-numeric.el:
3848         * international/uni-old-name.el:
3849         * international/uni-titlecase.el:
3850         * international/uni-uppercase.el: Regenerate.
3852 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
3854         * help.el (help-window-setup): Fix message displayed when other
3855         window is reused.  (Bug#9341)
3857 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3859         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
3860         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
3862         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
3863         Mark obsolete.
3864         * shell.el (shell-parse-pcomplete-arguments): New function.
3865         (shell-completion-vars): Use it instead (bug#9160).
3867 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3869         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
3870         strings and comments (bug#9333).
3872         * emacs-lisp/debug.el (debug-arglist): New function.
3873         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
3874         (debug-on-entry-1): Handle interpreted closures (bug#9120).
3876 2011-08-22  Juri Linkov  <juri@jurta.org>
3878         * progmodes/compile.el (compilation-mode-font-lock-keywords):
3879         Revert regexp that highlights output switches to its old
3880         pre-2010-10-28 value and remove one `?' from it (bug#9319).
3882         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
3883         to check for empty output (bug#9226).
3885 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
3887         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
3888         symbol-constituent as the default, as that stops font-lock from
3889         working properly (Bug#8843).
3891 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3893         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
3894         `coding-system-for-*' around the process open call to avoid
3895         auth-source side effects.
3896         (smtpmail-try-auth-methods): Expand the secret password.
3897         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
3898         probe hangs.
3900 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
3902         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
3904         * emacs-lisp/find-func.el (find-function-noselect): New arg
3905         lisp-only.
3907         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
3908         signal an error for built-in functions (Bug#6664).
3910 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3912         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
3913         (smtpmail-try-auth-methods): Use it.
3915 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
3917         * font-lock.el (font-lock-fontify-region)
3918         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
3919         (font-lock-default-unfontify-buffer)
3920         (font-lock-default-fontify-region)
3921         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
3923         * progmodes/compile.el (compilation-error-properties):
3924         Fix confusion between file struct and message struct (Bug#9319).
3925         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
3926         `ant' regexp.
3928         * net/browse-url.el (browse-url-firefox): Don't call
3929         browse-url-firefox-sentinel unless using -remote (Bug#9328).
3931 2011-08-20  Glenn Morris  <rgm@gnu.org>
3933         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
3935         * tutorial.el (tutorial--default-keys): Update some default bindings.
3937         * files.el (hack-local-variables): Fully ignore case for "mode:".
3939 2011-08-20  Alan Mackenzie  <acm@muc.de>
3941         Resolve invalid use of a regexp in regexp-opt.
3943         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
3944         detection for a java annotation.
3946         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
3947         detection for a java annotation.
3949         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
3950         handling for java.
3951         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
3953 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
3955         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
3956         (Bug#9274).
3958 2011-08-20  Alan Mackenzie  <acm@muc.de>
3960         Fontify CPP expressions correctly when starting in the middle of
3961         such a construct.  Mainly for when jit-lock etc. starts a chunk
3962         here.
3964         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
3965         variable.
3966         (c-make-font-lock-search-form): New function, extracted from
3967         c-make-font-lock-search-function.
3968         (c-make-font-lock-search-function): Use the above function.
3969         (c-make-font-lock-context-search-function): New function.
3970         (c-cpp-matchers): Enhance the preprocessor expression case with
3971         the above function
3972         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
3973         which takes an expression.
3975         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
3977 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
3979         * window.el (display-buffer-reuse-window)
3980         (display-buffer-pop-up-window): Don't reuse or split a side
3981         window.
3983 2011-08-19  Glenn Morris  <rgm@gnu.org>
3985         * files.el (hack-local-variables-prop-line, hack-local-variables):
3986         Downcase "Mode:".  (Bug#9331)
3988 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
3990         * international/characters.el: Add L and R categories.
3992         * subr.el (bidi-string-mark-left-to-right): Rename from
3993         string-mark-left-to-right.  Use category search.
3995         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
3997 2011-08-18  Juri Linkov  <juri@jurta.org>
3999         * faces.el (error, warning, success): New faces with definitions
4000         copied from old default values of `font-lock-warning-face',
4001         `compilation-warning', `compilation-info' (bug#6117).
4003         * font-lock.el (font-lock-warning-face): Inherit from `error'.
4005         * progmodes/compile.el (compilation-error): Inherit from `error'.
4006         (compilation-warning): Inherit from `warning'.
4007         (compilation-info): Inherit from `success'.
4009         * dired.el (dired-marked): Inherit from `warning'.
4010         (dired-flagged): Inherit from `error'.
4012 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4014         * mail/smtpmail.el (auth-source): Require to avoid problems with
4015         binding variables (bug#9298).  Also clean up some unused
4016         autoloads.
4018         * net/network-stream.el (network-stream-open-starttls):
4019         Support using starttls.el without using gnutls-cli.
4021 2011-08-17  Juri Linkov  <juri@jurta.org>
4023         * progmodes/grep.el (rgrep): Handle the case when
4024         `grep-find-command' is a cons cell (bug#9278).
4026 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
4028         * window.el (display-buffer-pop-up-frame): Run frame creation
4029         function with BUFFER current (as special-display-popup-frame
4030         does).  Reported by Drew Adams.
4032 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
4034         * epa-mail.el: Simplify GnuPG group expansion using
4035         epg-expand-group.
4036         (epa-mail-group-alist, epa-mail-group-modtime)
4037         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
4038         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
4039         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
4040         Remove.
4042 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
4044         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
4046 2011-08-16  Alan Mackenzie  <acm@muc.de>
4048         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
4049         Correct, to avoid the inside of macros.
4051 2011-08-16  Richard Stallman  <rms@gnu.org>
4053         * epa-mail.el: Handle GnuPG group definitions.
4054         (epa-mail-group-alist, epa-mail-group-modtime)
4055         (epa-mail-gnupg-conf-file): New variables.
4056         (epa-mail-parse-groups, epa-mail-sync-groups)
4057         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
4058         (epa-mail-expand-recipients): New functions.
4059         (epa-mail-encrypt): Call epa-mail-expand-recipients.
4061         * mail/rmail.el (rmail-epa-decrypt): New command.
4063         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
4064         Don't bind buffer-read-only, just inhibit-read-only.
4065         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
4066         (epa-decrypt-armor-in-region): Make error message clearer.
4068 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4070         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
4071         and "a2b" to "ab" for `prefix'.
4073 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
4075         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
4076         filter groups.
4077         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
4078         Fourquet (Bug#8804).
4080 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
4082         * startup.el (argi): Declare as global variable (bug#9275).
4084 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
4086         * subr.el (string-mark-left-to-right): Search the entire string
4087         for RTL script, not just the terminating character.  Doc fix.
4089 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4091         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
4092         New function.
4093         (js--regexp-literal, js-syntax-propertize-function): Remove.
4094         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
4095         (js-mode-map): Don't rebind electric keys.
4096         (js-insert-and-indent): Remove.
4097         (js-mode): Setup electric-layout and electric-indent instead.
4099         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
4101 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
4103         * epa.el (epa-progress-callback-function): Fix the logic of
4104         displaying progress.
4105         * epa-file.el (epa-file-insert-file-contents): Make progress
4106         display more user-friendly.
4107         (epa-file-write-region): Ditto.
4109 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
4111         * subr.el (string-mark-left-to-right): New function.
4113         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
4114         Use string-mark-left-to-right.
4115         (list-buffers-noselect): Caller changed.
4117         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4118         Use string-mark-left-to-right.
4119         (tabulated-list-print): Recenter after moving point.
4121 2011-08-10  Juri Linkov  <juri@jurta.org>
4123         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
4124         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
4125         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
4127 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
4129         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
4130         (Bug#7554).
4132 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
4134         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
4135         character.  (Bug#6594)
4137 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
4139         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
4140         (image-dired--with-db-file): New macro.
4141         (image-dired-write-tags, image-dired-remove-tag)
4142         (image-dired-create-gallery-lists, image-dired-write-comments)
4143         (image-dired-get-comment, image-dired-mark-tagged-files)
4144         (image-dired-list-tags, image-dired-gallery-generate): Use it.
4145         (image-dired-gallery-generate): Use insert-file-contents.
4147         * time.el (display-time-world-list, display-time-world-display):
4148         * time-stamp.el (time-stamp-string):
4149         * vc/add-log.el (add-change-log-entry): Use setenv instead of
4150         set-time-zone-rule (Bug#7337).
4152 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
4154         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
4155         (epg-error-to-string, epg-errors-to-string): New function.
4156         (epg-wait-for-completion): Reverse errors list.
4157         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
4158         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
4159         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
4160         (epg-sign-keys, epg-generate-key-from-file)
4161         (epg-generate-key-from-string): Format errors by using
4162         epg-errors-to-string (bug#9255).
4163         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
4165 2011-08-07  Juri Linkov  <juri@jurta.org>
4167         * faces.el (list-faces-display): Remove extra angle bracket
4168         from `help-mode-map'.
4170         * info.el (Info-history-toc-nodes): Doc fix.
4172         * longlines.el (longlines-mode): Doc fix.
4174 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4176         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
4177         of statements and in a few more cases (bug#9183).
4179         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
4180         New functions.
4181         (cl-transform-lambda): Use them (bug#9239).
4183 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
4185         * window.el (display-buffer-same-window)
4186         (display-buffer-same-frame, display-buffer-other-window)
4187         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
4188         (pop-to-buffer-other-window)
4189         (pop-to-buffer-same-frame-other-window)
4190         (pop-to-buffer-other-frame): Make them defuns.
4191         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
4193 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4195         * subr.el (make-composed-keymap): Move from C.  Change calling
4196         convention, and improve docstring to bring attention to a subtle point.
4197         * minibuffer.el (completing-read-default): Adjust accordingly.
4199 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
4201         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4202         (tramp-open-shell): Use `tramp-shell-quote-argument'.
4204         * net/trampver.el: Update release number.
4206 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4208         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
4209         "in" (bug#9190).
4211 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4213         * mail/sendmail.el (sendmail-query-once): Restore the current
4214         buffer after querying (bug#9074).
4216         * dired.el (dired-flagged): Use different faces for marked and
4217         flagged files (bug#6117).
4219         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
4220         (bug#4433).
4222         * ido.el (ido-mode): Switch off the message if called
4223         non-interactively.
4225         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
4226         before 587, since it appears that that's more likely to work for
4227         more people.
4229         * cus-edit.el (custom-file): When running under emacs -q, always
4230         refuse to save the customizations, even if the .emacs file doesn't
4231         exist.
4233         * info.el: Remove the `Info-beginning-of-buffer' function
4234         (bug#8325).
4236         * net/network-stream.el (network-stream-open-starttls):
4237         Use `starttls-available-p' to see whether starttls.el can be used.
4239 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
4241         * window.el (display-buffer-in-window): Don't set dedicated status
4242         of window here (Bug#9215).
4243         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
4244         (display-buffer-pop-up-side-window)
4245         (display-buffer-in-side-window): Set dedicated status of window here.
4247 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4249         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
4250         before binding generated-autoload-file.
4252 2011-08-01  Deniz Dogan  <deniz@dogan.se>
4254         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
4256 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
4258         Sync with Tramp 2.2.2.
4260         * net/trampver.el: Update release number.
4262 2011-07-30  Juri Linkov  <juri@jurta.org>
4264         * dired-aux.el (dired-touch-initial): Remove function.
4265         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
4266         current time, and `default' to the last modification time of the
4267         current marked file (bug#6887).
4269 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
4271         * simple.el (goto-line): Use string-to-number to provide a
4272         numeric argument to read-number (bug#9163).
4274 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
4276         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
4277         connection process, it could be nil.
4279 2011-07-27  Leo Liu  <sdl.web@gmail.com>
4281         Simplify url handling in rcirc-mode.
4283         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
4284         (rcirc-browse-url-at-mouse): Remove.
4285         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
4287 2011-07-26  Alan Mackenzie  <acm@muc.de>
4289         Fontify bitfield declarations properly.
4291         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
4292         (c-symbol-chars): Now exported as a lang variable.
4293         (c-not-primitive-type-keywords): New lang variable.
4295         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
4296         QT keyword "more" to prevent "more slots: ...." being spuriously
4297         parsed as a bitfield declaration.
4299         * progmodes/cc-engine.el (c-beginning-of-statement-1):
4300         Refactor and enhance to handle bitfield declarations.
4301         (c-punctuation-in): New function.
4302         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
4303         declarations properly.
4305 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
4307         * calendar/icalendar.el (icalendar--all-events): Take care of
4308         multiple vcalendars in a single file.
4309         (icalendar--convert-float-to-ical): Checkdoc fixes.
4311 2011-07-25  Deniz Dogan  <deniz@dogan.se>
4313         * image.el (insert-image): Clarifying docstring.
4315 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
4317         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
4318         `tramp-send-command-and-check' if there is no error.
4319         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
4321 2011-07-22  Alan Mackenzie  <acm@muc.de>
4323         Prevent cc-langs.elc being loaded at run time.
4325         * progmodes/cc-mode.el: Remove two autoload forms which loaded
4326         cc-langs.
4328         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
4329         "(require 'cc-langs)".  Quote a form so it will evaluate at
4330         (cc-mode's) compilation time.
4332 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
4334         * net/tramp.el (tramp-file-name-handler): Avoid recursive
4335         loading.  (Bug#9114)
4337 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
4339         * window.el (display-buffer-pop-up-window)
4340         (display-buffer-pop-up-side-window)
4341         (display-buffer-in-side-window): Call display-buffer-set-height
4342         and display-buffer-set-width after setting the new window's
4343         buffer so `fit-window-to-buffer' and friends work on the right buffer.
4345 2011-07-20  Sam Steingold  <sds@gnu.org>
4347         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
4348         (etags-tags-included-tables): Call `convert-standard-filename' on
4349         the file names contained in TAGS so that windows Emacs can handle
4350         TAGS files created by cygwin ctags.
4352 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
4355         which apparently didn't work.
4357 2011-07-19  Roland Winkler  <winkler@gnu.org>
4359         * proced.el (proced-send-signal): For *Marked Processes* buffer
4360         put point at beginning of buffer.
4362 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
4364         * proced.el (proced-format): Make header lines align with the text
4365         (bug#1779).
4367 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4369         * view.el (view-buffer): Allow running in `special' modes if we're
4370         visiting a file (bug#8615).
4372 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
4374         * window.el (display-buffer-alist-of-strings-p)
4375         (display-buffer-alist-set-1, display-buffer-alist-set-2):
4376         New functions.
4377         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
4378         more accurately.
4380 2011-07-18  Alan Mackenzie  <acm@muc.de>
4382         Fontify declarators properly when, e.g., a jit-lock chunk begins
4383         inside a declaration.
4385         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
4387         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4388         New function.
4389         (c-complex-decl-matchers): Insert reference to
4390         c-font-lock-enclosing-decls.
4392         * progmodes/cc-engine.el (c-backward-single-comment):
4393         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
4394         to nil around calls to (forward-comment -1).
4396 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4398         * image.el (put-image): Doc typo fix.
4400         * progmodes/etags.el (tags-search): Doc typo fix.
4402         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
4403         password if we get errors 550 to 554.
4405 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4407         * net/gnutls.el (gnutls-log-level): Remove.
4409         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
4410         indentation character (bug#6380).
4412         * files.el (buffer-offer-save): Made permanently local (bug#6241).
4414         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
4415         to clarify what the problem is (bug#4291).
4417         * simple.el (current-kill): Clarify what
4418         `interprogram-paste-function' does (bug#7500).
4419         (auto-fill-mode): Document `auto-fill-function' in relation to
4420         `auto-fill-mode' (bug#2470).
4422 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
4424         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
4425         method if slot is read-only (bug#9035).
4427 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
4429         * frame.el (select-frame-set-input-focus): New argument NORECORD.
4430         * window.el (pop-to-buffer): Select window used even if it was
4431         selected before, see discussion of (Bug#8615), (Bug#6954).
4432         Pass argument NORECORD on to select-frame-set-input-focus.
4434 2011-07-15  Glenn Morris  <rgm@gnu.org>
4436         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
4437         Respect help-form.
4439 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
4441         * net/gnutls.el (gnutls-min-prime-bits): New variable.
4442         (gnutls-negotiate): Use it.
4444 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4446         * net/gnutls.el (gnutls-negotiate):
4447         Upcase `gnutls-algorithm-priority'.
4449 2011-07-15  Glenn Morris  <rgm@gnu.org>
4451         * jka-compr.el (jka-compr-verbose): Move from here...
4452         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
4453         Add missing :version tag.
4454         * info.el: No need to require jka-compr when compiling.
4456 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4458         * net/gnutls.el (gnutls-algorithm-priority): New variable.
4459         (gnutls-negotiate): Use it.
4461         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
4463         * info.el (Info-beginning-of-buffer): New command.
4464         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
4465         announcing `b' as the key (bug#8325).
4466         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
4468         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
4470         * international/mule-cmds.el
4471         (describe-specified-language-support): Make the error message
4472         clearer (bug#8905).
4474         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
4476         * isearch.el (isearch-barrier): Add a doc string, since it's
4477         mentioned in a function doc string (bug#8678).
4479 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
4481         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
4482         buffer argument (Bug#9083) and self-identifying label argument.
4484 2011-07-15  Glenn Morris  <rgm@gnu.org>
4486         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
4488 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4490         * man.el (Man-fontify-manpage): Fix message when formatting the
4491         man page (bug#7929).
4493 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
4495         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
4496         argument LRM; if non-nil, append an invisible LRM character to the
4497         buffer name.
4498         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
4499         last argument non-nil, when formatting buffer names.
4500         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
4501         paragraph direction.
4503 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4505         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
4506         the man page name (bug#7929).
4508         * image.el (put-image): Mention the `put-image' overlay property
4509         (bug#7834).
4511         * scroll-bar.el (set-scroll-bar-mode): Mention that
4512         `scroll-bar-mode' lists the values (bug#7772).
4514         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
4515         command (bug#7729).
4517         * rect.el (apply-on-rectangle): Return the point after the last
4518         operation.
4519         (string-rectangle): Go to the point after the last operation
4520         (bug#7522).
4522         * printing.el (pr-toggle-region): Clarify the documentation
4523         slightly (bug#7493).
4525         * time.el (display-time-update):
4526         Allow `display-time-mail-function' to return nil (bug#7158).
4527         Fix suggested by Detlev Zundel.
4529         * vc/diff.el (diff): Clarify the order the file names are read
4530         (bug#7111).
4532         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
4533         the doc string (bug#7015).
4535         * font-lock.el (font-lock-maximum-decoration): Mention what
4536         numeric levels mean (bug#6935).
4538         * startup.el (initial-buffer-choice): Don't mention the `none'
4539         selection, which is against policy.
4541 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
4543         * window.el (display-buffer-normalize-special):
4544         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
4546 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
4548         * subr.el (version<, version<=, version=): Mention "-CVS" and
4549         "-12345" alpha version numbers.
4551 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
4553         * bindings.el: Add advertised binding for set-mark-command
4554         (Bug#5772).
4556 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
4558         * bindings.el (mode-line-other-buffer):
4559         * bookmark.el (bookmark-bmenu-2-window):
4560         * bs.el (bs-cycle-next, bs-cycle-previous):
4561         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
4562         switch-to-buffer.
4564         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
4565         Delete.
4567 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
4569         * follow.el (follow-debug-message, follow-redisplay):
4570         * jka-cmpr-hook.el (with-auto-compression-mode):
4571         Fix typos in docstrings.
4573 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4575         * subr.el (with-silent-modifications): Clarify somewhat what the
4576         macro inhibits (bug#6525).
4578         * simple.el (eval-expression): Note what it does if called
4579         interactively (bug#6495).
4581 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
4583         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
4584         Use pop-to-buffer buffer-or-name if it is nil.
4586         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4587         Remove switch-to-buffer.
4589 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4591         * files.el (make-directory): Clarify that an error will be raised
4592         if there's an error (bug#6397).
4594         * startup.el (initial-buffer-choice): Add `none' as a choice
4595         (bug#6234).
4597         * subr.el (add-hook): Clarify section about buffer-local hooks
4598         (bug#6218).
4600         * dired.el (dired-flagged): Clarify doc string (bug#6117).
4602 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
4604         * tabify.el (untabify): Preserve the current column so that point
4605         doesn't move (bug#6032).
4607 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4609         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
4610         Rewrite to avoid awkward possessive "s" (bug#5986).
4612 2011-07-13  Glenn Morris  <rgm@gnu.org>
4614         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
4615         (dired-insert-directory): Give a message the first time
4616         if ls is found not to support --dired.
4618 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4620         * simple.el (toggle-truncate-lines): Clarify what is toggled
4621         (bug#5580).  Text by Drew Adams.
4623 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
4625         * simple.el (blink-matching-open): Make the error message from the
4626         last change less verbose.
4628 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
4630         * font-lock.el (font-lock-comment-face): Use the high contrast
4631         "yellow" color for font-lock-comment-face on low color terminals
4632         using a dark background color (bug#4221).
4634 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4636         * dired.el (dired-insert-set-properties): Make the doc string
4637         reflect what it does now (bug#5325).
4639         * simple.el (blink-matching-open): Say that we were unable to find
4640         the match within the limit, if we're limited (bug#5122).
4642         * international/mule-cmds.el (prefer-coding-system): Add an
4643         example (bug#4869).
4645         * progmodes/etags.el (tags-search): Document `file-list-form'
4646         (bug#4731).
4648 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
4650         * net/browse-url.el (browse-url-default-browser)
4651         (browse-url-browser-function): Make the default browser choice a
4652         bit more logical (bug#4300).  Also clean up the doc string.
4654 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
4656         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
4657         binary endings (bug#4440).
4659 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4661         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
4662         which can be pretty annoying (bug#8971).
4664         * jka-compr.el (jka-compr-verbose): New variable, and use
4665         throughout (bug#8971).
4667         * info.el (Info-find-file): Fall back on the installation
4668         directory if we can't find the info node anywhere else.
4670 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
4672         * vc/vc.el (vc-revert-file):
4673         Don't set file time-stamp in the past.  (Bug#5181)
4675 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4677         * files.el (after-find-file): Give a better error message when
4678         trying to find a symlink that points to a file that doesn't exist
4679         (bug#4398).
4681         * progmodes/cc-vars.el: Remove (probably) misleading comment
4682         (bug#4396).
4684 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
4686         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
4688 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
4690         * mouse-sel.el: Hack restoring functionality, while keeping
4691         compatibility with 2010-07-03 changes to mouse selection.
4692         (mouse-sel-primary-overlay): New var.
4693         (mouse-sel-selection-alist): Use it.
4694         (mouse-sel-mode): Doc fix; remove points that are default features
4695         of mouse.el.
4697 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
4699         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4700         Fix previous fix (bug#2490).
4702 2011-07-12  Roland Winkler  <winkler@gnu.org>
4704         * textmodes/bibtex.el (bibtex-initialize):
4705         Use pop-to-buffer-same-window.
4706         (bibtex-search-entries): Fix interactive call.
4708 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4710         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4711         Fontise bytecomp Error lines more correctly (bug#2490).
4712         Fix suggested by Johan Bockgård.
4714         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
4716         * dired-x.el (dired-guess-default): Use `delete-dups'.
4718 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
4720         * dired.el (dired-mark-prompt):
4721         * dired-aux.el (dired-read-shell-command): Doc fix.
4723 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4725         * mail/sendmail.el (sendmail-query-once):
4726         Use `customize-save-variable' unconditionally, now that it works under
4727         emacs -Q.
4729         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4731         * cus-edit.el (custom-file): Take an optional no-error variable.
4732         (customize-save-variable): Set the variable, and give a warning if
4733         running under "emacs -q".
4735 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
4737         * loadhist.el (unload-feature-special-hooks):
4738         Add `auto-coding-functions', `fill-nobreak-predicate' and
4739         `find-directory-functions' (bug#5327).
4741 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4743         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
4745         * cus-edit.el (custom-guess-name-alist): -alist variables should
4746         use the `alist' type (bug#3120).  Suggested by Drew Adams.
4748         * printing.el: Add documentation to all the `pr-toggle-' commands.
4750 2011-07-11  Leo Liu  <sdl.web@gmail.com>
4752         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
4753         backends where it makes sense (bug#2623).
4755 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757         * dired-x.el (dired-guess-default): Remove duplicate shell command
4758         entries (bug#2028).
4759         (dired-guess-default): Fix grammar in doc string (bug#2028).
4760         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
4762         * subr.el (remove-duplicates): New conveniency function.
4764 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4766         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
4767         (bug#1526).
4769 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
4771         * window.el (display-buffer-normalize-default): Don't invert
4772         meaning of even-window-heights.  Reported by Eli Zaretskii
4773         <eliz@gnu.org>.
4775 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
4777         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
4779 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
4781         * window.el (display-buffer): Fix arguments to
4782         display-buffer-reuse-window in last change.
4784         * faces.el (link): Use a less saturated blue on light backgrounds.
4786         * startup.el (fancy-startup-text, fancy-about-text)
4787         (fancy-startup-tail): Use font-lock faces, for background safety.
4789 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
4791         * emulation/viper-cmd.el (viper-change-state-to-vi):
4792         Limit triggering of abbrev expansion (Bug#9038).
4794 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
4796         * window.el (display-buffer-default-specifiers): Remove.
4797         (display-buffer-macro-specifiers): Remove default specifiers.
4798         (display-buffer-alist): Default to nil.
4799         (display-buffer-reuse-window): New optional argument other-window.
4800         (display-buffer-pop-up-window): Allow splitting internal
4801         windows.  Check whether a live window was created.
4802         (display-buffer-other-window-means-other-frame)
4803         (display-buffer-normalize-arguments): Rename to
4804         display-buffer-normalize-argument and rewrite.  Set the
4805         other-window specifier.
4806         (display-buffer-normalize-special): New function.
4807         (display-buffer-normalize-options): Rename to
4808         display-buffer-normalize-default and rewrite.
4809         (display-buffer-normalize-options-inhibit): Remove.
4810         (display-buffer-normalize-specifiers): Rewrite.
4811         (display-buffer): Process other-window specifier and call
4812         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
4813         more faithfully.
4814         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4815         (display-buffer-alist-set): Don't handle 'unset default values.
4816         (display-buffer-in-window, display-buffer-alist-set):
4817         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
4818         <tassilo@member.fsf.org>.
4820 2011-07-09  Leo Liu  <sdl.web@gmail.com>
4822         * register.el (insert-register): Restore accidental change on
4823         2011-06-26.  (Bug#9028)
4825 2011-07-09  Glenn Morris  <rgm@gnu.org>
4827         * subr.el (remq): Handle the empty list.  (Bug#9024)
4829 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
4831         * mail/sendmail.el (send-mail-function): No longer delay custom
4832         initialization.
4833         * custom.el (custom-initialize-delay): Doc fix.
4835 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4837         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
4839 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
4841         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
4842         human-friendly prompt.
4844 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4846         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
4847         provided by a particular plugin.
4849 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4851         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
4852         save customizations (with "emacs -Q"), just set the variable
4853         instead of erroring out.
4855         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4857 2011-07-08  Juri Linkov  <juri@jurta.org>
4859         * arc-mode.el (archive-zip-expunge, archive-zip-update)
4860         (archive-zip-update-case): Use 7z if found by `executable-find'.
4861         The order of searching the available programs is the same as in
4862         `archive-zip-extract' (bug#8968).
4864 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
4866         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
4867         (menu-bar-options-menu): Tweak descriptions.
4869 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4871         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
4872         menu items into verb phrases (bug#1421).  Also refill to fit under
4873         80 columns.
4875 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
4877         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
4878         (Info-read-node-name): Doc fix (Bug#1084).
4880         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
4881         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
4882         (end-of-sexp, beginning-of-sexp)
4883         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
4884         (forward-symbol, forward-same-syntax, word-at-point)
4885         (sentence-at-point): Doc fix (Bug#1144).
4887 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4889         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
4890         should cover it (bug#1281).
4892         * cus-edit.el (custom-show): Mark as obsolete.
4894         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
4895         negotiation fails, then possibly try again with a non-encrypted
4896         connection (bug#9017).
4898         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
4899         be used.
4901 2011-07-07  Richard Stallman  <rms@gnu.org>
4903         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
4904         property, and handle its changed format.
4905         Look for the correct line number.
4906         Use file's line contents (but not past first =) to find
4907         correct line in message.
4909 2011-07-07  Kenichi Handa  <handa@m17n.org>
4911         * international/characters.el (build-unicode-category-table):
4912         Delete it.
4913         (unicode-category-table): Set it by unicode-property-table-internal.
4915         * international/mule-cmds.el (char-code-property-alist): Move to
4916         to src/chartab.c.
4917         (get-char-code-property): Call unicode-property-table-internal to
4918         load a file.  Call get-unicode-property-internal where necessary.
4919         (put-char-code-property): Call unicode-property-table-internal to
4920         load a file.  Call put-unicode-property-internal where necessary.
4921         put-unicode-property-internal where necessary.
4922         (char-code-property-description):
4923         Call unicode-property-table-internal to load a file.
4925         * international/charprop.el:
4926         * international/uni-bidi.el:
4927         * international/uni-category.el:
4928         * international/uni-combining.el:
4929         * international/uni-comment.el:
4930         * international/uni-decimal.el:
4931         * international/uni-decomposition.el:
4932         * international/uni-digit.el:
4933         * international/uni-lowercase.el:
4934         * international/uni-mirrored.el:
4935         * international/uni-name.el:
4936         * international/uni-numeric.el:
4937         * international/uni-old-name.el:
4938         * international/uni-titlecase.el:
4939         * international/uni-uppercase.el: Regenerate.
4941         * loadup.el: Load international/charprop.el before
4942         international/characters.
4944 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
4946         * window.el (next-buffer, previous-buffer): Signal an error if
4947         called from a minibuffer window.
4949         * bindings.el: Revert 2011-07-04 change.
4951 2011-07-06  Richard Stallman  <rms@gnu.org>
4953         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
4954         (rmail-mime-insert-bulk, rmail-mime-insert-text):
4955         Treat markers like ints.
4956         (rmail-mime-entity): Doc fix.
4958 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4960         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
4961         defcustom again for backwards compatibility.
4963         * simple.el (shell-command-on-region): Fill.
4965         * dired-aux.el (dired-kill-line): Add a doc string.
4967         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
4968         to "\\sw\\|\\s_" (bug#358).
4970         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
4971         (dired-unmark-backward): Ditto.
4972         (dired-flag-backup-files): Ditto.
4974         * dired-x.el (dired-mark-sexp): Ditto.
4976 2011-07-06  Richard Stallman  <rms@gnu.org>
4978         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
4979         (rmail-mime-entity): New arg TRUNCATED.
4980         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
4981         New functions.
4982         (rmail-mime-save): Warn if entity is truncated.
4983         (rmail-mime-toggle-hidden): Likewise, for showing.
4984         (rmail-mime-process-multipart): Record when an entity is truncated.
4986         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
4987         if ENTITY is a string.
4989 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4991         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
4992         of faces when `M-C-x'-ing their definitions (bug#8378).
4993         Also clean up the code slightly.
4995         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
4996         because that makes the colors go away.
4998         * mail/sendmail.el (send-mail-function): Change the default to
4999         `sendmail-query-once'.
5000         (sendmail-query-once): Add an autoload cookie.
5002         * net/network-stream.el (network-stream-open-starttls): Try using
5003         a plain connection even if the server offered STARTTLS, and we
5004         kinda wanted to use it, if Emacs doesn't have any STARTTLS
5005         capability.  This should make smtpmail.el work in slightly more
5006         configurations.
5008 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
5010         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
5011         New defun.
5012         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
5014 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
5016         * progmodes/sql.el: Version 3.0
5017         (sql-product-alist): Add product :completion-object,
5018         :completion-column, and :statement attributes.
5019         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
5020         (sql-mode-syntax-table): Mark all punctuation.
5021         (sql-font-lock-keywords-builder): Temporarily remove fallback on
5022         ansi keywords.
5023         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
5024         (sql-mode-oracle-font-lock-keywords): Improve.
5025         (sql-oracle-show-reserved-words): New function for development.
5026         (sql-product-font-lock): Simplify for source code buffers.
5027         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
5028         New functions.
5029         (sql-highlight-product): Set product specific syntax table.
5030         (sql-mode-map): Add statement movement functions.
5031         (sql-ansi-statement-starters, sql-oracle-statement-starters):
5032         New variable.
5033         (sql-statement-regexp, sql-beginning-of-statement)
5034         (sql-end-of-statement, sql-signum): New functions.
5035         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
5036         (sql-show-sqli-buffer): Bug fix.
5037         (sql-interactive-mode): Store connection data as buffer local.
5038         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
5039         with sql-interactive-mode.
5040         (sql-save-connection): Save buffer local settings.
5041         (sql-connection-menu-filter): Change menu entry name.
5042         (sql-product-interactive): Bug fix.
5043         (sql-preoutput-hold): New variable.
5044         (sql-interactive-remove-continuation-prompt): Bug fixes.
5045         (sql-debug-redirect): New variable.
5046         (sql-str-literal): New function.
5047         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
5048         Redesign.
5049         (sql-oracle-save-settings, sql-oracle-restore-settings)
5050         (sql-oracle-list-all, sql-oracle-list-table): New functions.
5051         (sql-completion-object, sql-completion-column)
5052         (sql-completion-sqlbuf): New variables.
5053         (sql-build-completions-1, sql-build-completions)
5054         (sql-try-completion): New functions.
5055         (sql-read-table-name): Use them.
5056         (sql-contains-names): New buffer local variable.
5057         (sql-list-all, sql-list-table): Use it.
5058         (sql-oracle-completion-types): New variable.
5059         (sql-oracle-completion-object, sql-sqlite-completion-object)
5060         (sql-postgres-completion-object): New functions.
5062 2011-07-06  Glenn Morris  <rgm@gnu.org>
5064         * window.el (pop-to-buffer): Doc fix.
5066 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
5068         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
5070 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
5072         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
5074         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
5076 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
5078         * button.el (button): Inherit from link face.  Suggested by Dan
5079         Nicolaescu.
5081 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5083         * progmodes/gdb-mi.el: Fit in 80 columns.
5084         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
5085         switch-to-buffer.
5087         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
5088         if imenu is simply not configured (bug#8941).
5090 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
5092         * allout.el (allout-post-undo-hook): New allout outline-change
5093         event hook to signal undo activity.
5094         (allout-post-command-business): Run allout-post-undo-hook if an
5095         undo just occurred.
5096         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
5097         * allout-widgets.el (allout-widgets-after-undo-function):
5098         Ensure the integrity of the current item's decoration after it has been
5099         in the vicinity of an undo.
5100         (allout-widgets-mode): Include allout-widgets-after-undo-function
5101         on the new allout-post-undo-hook.
5103 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5105         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
5106         Let define-derived-mode define it.
5107         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
5108         cycles of abbrev-table inheritance (bug#8998).
5110 2011-07-05  Roland Winkler  <winkler@gnu.org>
5112         * textmodes/bibtex.el: Add support for biblatex.
5113         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
5114         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
5115         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
5116         (bibtex-entry-alist, bibtex-field-alist): New variables.
5117         (bibtex-entry-field-alist): Obsolete alias for
5118         bibtex-BibTeX-entry-alist.
5119         (bibtex-entry-alist, bibtex-field-alist): New widgets.
5120         (bibtex-set-dialect): New command.
5121         (bibtex-entry-type, bibtex-entry-head)
5122         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
5123         Bind via bibtex-set-dialect.
5124         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
5125         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
5126         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
5127         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
5128         Define via bibtex-set-dialect.
5129         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
5130         Obey bibtex-no-opt-remove-re.
5131         (bibtex-vec-push, bibtex-vec-incr): New functions.
5132         (bibtex-format-entry, bibtex-field-list)
5133         (bibtex-print-help-message, bibtex-validate)
5134         (bibtex-search-entries): Use new format of bibtex-entry-alist.
5136 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5138         * progmodes/compile.el (compilation-goto-locus):
5139         * net/tramp-cmds.el (tramp-append-tramp-buffers):
5140         * bs.el (bs-cycle-next, bs-cycle-previous):
5141         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
5142         * bindings.el (mode-line-other-buffer):
5143         * autoinsert.el (auto-insert):
5144         * arc-mode.el (archive-extract):
5145         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
5147 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5149         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
5150         Fix check of `emacs-lock-unlockable-modes'.
5151         Coerce true values of `emacs-lock--try-unlocking' to t.
5153 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5155         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
5156         * emacs-lock.el: New file.
5158 2011-07-05  Julien Danjou  <julien@danjou.info>
5160         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
5161         than `boundp' to check if face is set.
5163 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5165         * register.el (registerv-make):
5166         * window.el (window-min-height): Fix typos in docstrings.
5168 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
5170         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
5171         Update doc string.
5173 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
5175         * server.el (server-execute): Catch quit and call
5176         `server-return-error' to pass the error back to emacsclient and
5177         close the connection (bug#8942).
5179 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
5181         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
5182         insecure exception for current topic.  Also note that auto-saves
5183         are handled differently.
5185         (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
5186         State variables for tracking auto-save inhibition situation.
5188         (allout-write-contents-hook-handler): Rename from
5189         'allout-write-file-hook-handler', and describe how it depends on
5190         write-contents-functions sensitivity to non-nil value to prevent
5191         file write.
5193         (allout-auto-save-hook-handler): Remove.  auto-save does not check
5194         this in individual buffers, only in the starting buffer, so this
5195         is not the right way for us to inhibit auto-save in a buffer
5196         according to its condition.
5198         (allout-mode): Use new allout-write-contents-hook-handler, and
5199         only with write-contents-functions.  Remove auto-save provisions -
5200         they're implemented elsewhere.
5202         (allout-before-change-handler): If undo is in progress, note that
5203         for attention of allout-post-command-business.
5205         (allout-post-command-business): If the command we're following was
5206         an undo, check for change in the status of encrypted items and
5207         adjust auto-save inhibitions accordingly.
5209         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
5210         according to whether there are or aren't any plain-text topics
5211         pending encryption.
5213         (allout-inhibit-auto-save-info-for-decryption):
5214         Adjust buffer-saved-size and some allout state to inhibit auto-saves
5215         if there are plain-text topics pending encryption.
5217         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
5218         buffer-saved-size and some allout state to not inhibit auto-saves
5219         if there are no longer any plain-text topics pending encryption.
5221         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
5222         No longer provide for exemption of the current topic.
5224 2011-07-04  Juri Linkov  <juri@jurta.org>
5226         Add 7z operations to delete and save changed members (bug#8968).
5227         * arc-mode.el (archive-7z-expunge, archive-7z-update):
5228         New defcustoms.
5229         (archive-7z-write-file-member): New function.
5230         (archive-7z-summarize): Fix the number of dashes in the
5231         listing output.
5233 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5235         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
5236         (bug#8958).
5238 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
5240         * bindings.el: Ignore next-buffer and previous-buffer in
5241         minibuffer-local-map.
5243         * font-lock.el (font-lock-builtin-face): Change light background
5244         color to dark slate blue (Bug#6693).
5246 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5248         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
5250 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5252         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
5253         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5254         Add switch-to-buffer.
5256 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5258         * isearch.el (isearch-search-fun-function): Clarify further the
5259         meaning of the function returned.
5261 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
5263         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
5265         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
5266         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
5267         Use it.
5268         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
5269         `tramp-default-remote-path' does not exist.
5270         (tramp-send-command-and-read): New optional argument NOERROR.
5271         (tramp-open-connection-setup-interactive-shell)
5272         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
5273         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
5274         (tramp-process-sentinel): Flush also process' connection property.
5275         (tramp-sh-handle-start-file-process): Do not set process
5276         sentinel.  It is done now ...
5277         (tramp-maybe-open-connection): ... here.  (Bug#8929)
5279 2011-07-04  MON KEY  <monkey@sandpframing.com>
5281         * play/animate.el (animate-string): Doc fixes and allow changing
5282         the buffer name (bug#5417).
5284 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5286         * play/animate.el (animation-buffer-name): Rename from *animate*.
5288 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
5290         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
5291         This is simpler and helps future-proof the code.
5292         (timer-until): Use time-subtract and float-time.
5293         (timer--time-less-p): Use time-less-p.
5295 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
5297         * type-break.el (timep): Use the value of `float-time' to avoid a
5298         byte-compiler warning.
5300         * server.el (server-eval-and-print): Return any result, even nil.
5302 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5304         * type-break.el: Accept time formats that the builtins accept.
5305         (timep, type-break-time-difference): Accept any format that
5306         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
5307         This is simpler and helps future-proof the code.
5308         (type-break-time-difference): Round rather than ignoring
5309         subseconds components.
5311 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5313         * info.el (Info-apropos-matches): Make non-interactive, since it
5314         doesn't seem to do anything useful as a command (bug#8829).
5316 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
5318         * frame.el (frame-background-mode, frame-set-background-mode):
5319         Move from faces.el.
5320         (frame-default-terminal-background): New function.
5322         * custom.el (custom-push-theme): Don't record faces in `changed'
5323         theme; this doesn't work correctly for per-frame face settings.
5324         (disable-theme): Use face-set-after-frame-default to reset faces.
5325         (custom--frame-color-default): New function.
5327 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5329         * dired.el (dired-flagging-regexp): Remove unused variable
5330         (bug#8769).
5332 2011-03-29  Kevin Ryde  <user42@zip.com.au>
5334         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5335         `perl-Test2' extend to match possible "fail #N" rep count
5336         (bug#8377).
5338 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5340         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
5341         `smtpmail-via-smtp' now returns the error instead of nil.
5343         * isearch.el (isearch-search-fun-function): Clarify the doc string
5344         (bug#8101).
5346 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
5348         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
5349         unnecessary spaces (bug#8987).
5351 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5353         * net/network-stream.el (open-network-stream): Use the
5354         :end-of-capability command thoughout.
5356 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5358         * net/network-stream.el (open-network-stream): Add the
5359         :end-of-capability command parameter, used by pop3.el.
5361 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5363         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
5365         * fringe.el (fringe-query-style): Remove redundant text " (type ?
5366         for list)" (bug#6475).
5368         * files.el (file-expand-wildcards): Ignore non-readable
5369         sub-directories while trying to find matches instead of signaling
5370         an error (bug#6297).
5372         * man.el (Man-reference-regexp): Allow matching possible
5373         word-wrapped references (bug#6289).
5375         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
5376         for consistency with the other vc buffers (bug#6197).
5377         (vc-checkin): Ditto.
5379         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
5381         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
5383 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5385         * custom.el (defcustom): Clarify that :set is only used in the
5386         Customize user interface (bug#6089).
5388         * progmodes/flymake.el (flymake-mode): If the buffer isn't
5389         associated with a file, refuse to run instead of erroring out
5390         (bug#6084).
5392         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
5393         the doc string, since it appears that using `fill-column' always
5394         controls the width (bug#7845).
5396         * simple.el (shell-command-on-region): Say where the error output
5397         went if `shell-command-default-error-buffer' is set (bug#6857).
5399 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
5401         * allout.el (allout-yank-processing): Adjust cursor position for
5402         backwards-deleted space.
5404         (allout-rebullet-heading): Register changes with
5405         allout-exposure-changed-hook, so the modified topic is properly
5406         decorated.
5408 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5410         * minibuffer.el (completion-in-region): Document PREDICATE
5411         (bug#7136).
5413         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
5414         of keyword/argument pairs (bug#6904).
5416         * replace.el (multi-occur):
5417         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5419 2011-07-02  Drew Adams  <drew.adams@oracle.com>
5421         * dired.el (dired-mark-if): Make the message about whether it's
5422         marking or unmarking clearer (bug#8523).
5424 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5426         * disp-table.el (display-table-print-array): New function.
5427         (describe-display-table): Use it to print the vectors more pretty
5428         (Bug#8859).
5430 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
5432         * window.el (window-state-get-1): Don't assign clone numbers.
5433         Add clone-of item to list of window parameters.
5434         (window-state-put-2): Don't process clone numbers.
5435         (display-buffer-alist): Fix doc-string.
5437 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5439         * subr.el (remq): Don't allocate if it's not needed.
5440         (keymap--menu-item-binding, keymap--menu-item-with-binding)
5441         (keymap--merge-bindings): New functions.
5442         (keymap-canonicalize): Use them to refine the canonicalization.
5443         * minibuffer.el (minibuffer-local-completion-map)
5444         (minibuffer-local-must-match-map): Move initialization from C.
5445         (minibuffer-local-filename-completion-map): Move initialization from C;
5446         don't inherit from anything here.
5447         (minibuffer-local-filename-must-match-map): Make obsolete.
5448         (completing-read-default): Use make-composed-keymap to combine
5449         minibuffer-local-filename-completion-map with either
5450         minibuffer-local-must-match-map or
5451         minibuffer-local-filename-completion-map.
5453 2011-07-01  Glenn Morris  <rgm@gnu.org>
5455         * type-break.el (type-break-time-sum): Use dolist.
5457         * textmodes/flyspell.el (flyspell-word-search-backward):
5458         Replace CL function.
5460 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5462         * mouse.el (mouse--strip-first-event): New function.
5463         (function-key-map): Use it to map fringe clicks to normal clicks
5464         by default.
5466         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
5467         (vc-bzr-revision-completion-table): Add support for annotate and date.
5469         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
5470         inherit from parent.
5472 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5474         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
5475         (dired-show-file-type): Doc fixup (bug#8818).
5477         * dired.el (dired-mode): Fix up the doc string as suggested by
5478         Drew Adams (bug#8817).
5480         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
5481         cookie, since the manual says that it should be possible to add
5482         this function to `find-file-hook' (bug#8709).
5484 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
5486         * progmodes/cfengine.el: Moved all cfengine3.el functionality
5487         here.  Noted Ted Zlatanov as the maintainer.
5488         (cfengine-common-settings, cfengine-common-syntax): New functions
5489         to set up common things between `cfengine-mode' and
5490         `cfengine3-mode'.
5491         (cfengine3-mode): New mode.
5492         (cfengine3-defuns cfengine3-defuns-regex
5493         (cfengine3-class-selector-regex cfengine3-category-regex)
5494         (cfengine3-vartypes cfengine3-font-lock-keywords)
5495         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
5496         (cfengine3-indent-line): Add from cfengine3.el.
5498 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
5500         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
5502         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
5504 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
5506         * window.el (same-window-buffer-names, same-window-regexps)
5507         (same-window-p, special-display-frame-alist)
5508         (special-display-popup-frame, special-display-function)
5509         (special-display-buffer-names, special-display-regexps)
5510         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
5511         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5512         (split-window-preferred-function, split-height-threshold)
5513         (split-width-threshold, even-window-heights)
5514         (display-buffer-mark-dedicated, window-splittable-p)
5515         (split-window-sensibly, window-safely-shrinkable-p):
5516         Un-obsolete.
5517         (display-buffer): Don't spread args with function specifier
5518         because special-display-popup-frame won't like it.
5520 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5522         Time-stamp simplifications and fixes.
5523         These improve accuracy slightly, and future-proof the code
5524         against some potential changes to current-time format.
5526         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
5527         by using time-since and float-time.
5529         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
5530         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
5531         + NNN microseconds".
5533         * type-break.el (type-break-time-sum): Rewrite using time-add.
5535         * play/hanoi.el (hanoi-current-time-float): Remove.
5536         All uses replaced by float-time.
5538         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
5539         This yields a more-accurate answer.
5540         (rng-time-to-float): Remove; no longer needed.
5542         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
5544         * calendar/timeclock.el (timeclock-seconds-to-time):
5545         Defalias to seconds-to-time, since they're the same thing.
5547         * emacs-lisp/elp.el (elp-elapsed-time):
5548         * emacs-lisp/benchmark.el (benchmark-elapse):
5549         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
5551 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5553         * window.el (bury-buffer): Don't iconify the only frame.
5554         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
5555         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
5557 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
5559         * eshell/em-smart.el (eshell-smart-display-navigate-list):
5560         Add mouse-yank-primary.
5562 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
5564         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
5566 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5568         * emacs-lisp/find-func.el (find-library--load-name): New fun.
5569         (find-library-name): Use it to find relative load names when provided
5570         absolute file name (bug#8803).
5572 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5574         * textmodes/flyspell.el (flyspell-word): Consider words that
5575         differ only in case as potential doublons (bug#5687).
5577         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
5578         Remove two rather uninteresting debugging-like messages to make
5579         debbugs.el more silent.
5581         * comint.el (comint-password-prompt-regexp): Accept "Response" as
5582         a password-like phrase.
5584 2011-06-30  Mastake YAMATO  <yamato@redhat.com>
5586         * progmodes/cc-guess.el: New file.
5588         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
5590         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
5591         derived from `c-basic-common-init'.
5593         * progmodes/cc-mode.el (top-level): Require cc-guess.
5594         (c-basic-common-init): Use `cc-choose-style-for-mode'.
5596 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
5598         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
5600 2011-06-30  Alan Mackenzie  <acm@muc.de>
5602         * progmodes/cc-engine.el (c-guess-continued-construct):
5603         Correct the handling of template-args-cont, particularly for when font
5604         lock is disabled.  Name this case as "CASE G".
5606 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
5608         * allout.el (allout-yank-processing): Fix injection of extra space
5609         between bullet and non-whitespace character in first topic when
5610         pasting, ensuring that the actual spacing in the pasted topic
5611         following the bullet char is preserved.  This extra space was
5612         causing pasted encrypted topics to get a decrypted status even
5613         when the content was actually still encrypted.  Now the decryption
5614         status from before the paste is preserved.
5616         (allout-flag-region): Set all allout overlays so they evaporate
5617         when reduced to zero length (evanescent), to prevent overlay
5618         leakage.
5620 2011-06-30  Glenn Morris  <rgm@gnu.org>
5622         * w32-fns.el (w32-charset-info-alist): Declare.
5624         * find-dired.el (find-grep-options): Simplify.
5626         * term/ns-win.el (ns-set-resource): Declare.
5628         * ses.el (row, col): Declare dynamic variables honestly.
5630         * textmodes/reftex-parse.el (index-tags): Declare.
5632 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
5634         * cus-edit.el (customize-push-and-save): New function.
5636         * files.el (hack-local-variables-confirm): Use it.
5638         * custom.el (load-theme): New arg NO-CONFIRM.
5639         Use customize-push-and-save (Bug#8720).
5640         (custom-enabled-themes): Doc fix.
5642         * cus-theme.el (customize-create-theme)
5643         (custom-theme-merge-theme): Callers to load-theme changed.
5645 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5647         * thingatpt.el (thing-at-point-short-url-regexp): Require that
5648         short URLs have at least one dot in them (bug #7614).
5650         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
5651         nil, because using a pty is apparently too slow (bug #895).
5653 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5655         * mail/sendmail.el (sendmail-query-once): New function.
5656         (sendmail-query-once-function): New variable.
5658 2011-06-29  Glenn Morris  <rgm@gnu.org>
5660         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
5662         * ses.el (top-level): Require cl when compiling.
5663         (ses-set-localvars): Fix error statement.
5664         Call it at compile time to silence a storm of warnings.
5666 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
5668         * window.el (normalize-live-buffer): Rename to
5669         window-normalize-buffer.
5670         (normalize-live-frame): Rename to window-normalize-frame.
5671         (normalize-any-window): Rename to window-normalize-any-window.
5672         (normalize-live-window): Rename to window-normalize-live-window.
5673         (make-window-atom): Rename to window-make-atom.
5674         (window-resize-reset): Rename to window--resize-reset.
5675         (window-resize-reset-1): Rename to window--resize-reset-1.
5676         (resize-mini-window): Rename to window--resize-mini-window.
5677         (resize-subwindows-skip-p): Rename to
5678         window--resize-subwindows-skip-p.
5679         (resize-subwindows-normal): Rename to
5680         window--resize-subwindows-normal.
5681         (resize-subwindows): Rename to window--resize-subwindows.
5682         (resize-other-windows): Rename to window--resize-siblings.
5683         (resize-this-window): Rename to window--resize-this-window.
5684         (resize-root-window): Rename to window--resize-root-window.
5685         (resize-root-window-vertically): Rename to
5686         window--resize-root-window-vertically.
5687         (normalize-buffer-to-display): Rename to
5688         window-normalize-buffer-to-display.
5689         (normalize-buffer-to-switch-to): Rename to
5690         window-normalize-buffer-to-switch-to.
5691         Correspondingly update all callers of the functions listed
5692         above.
5693         (display-buffer-alist, display-buffer-normalize-arguments)
5694         (display-buffer-normalize-options, display-buffer)
5695         (display-buffer-alist-set): Use "function" instead of
5696         "fun-with-args".
5698 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
5700         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
5701         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
5702         debbugs.gnu.org.  Mention acknowledgment email.
5704 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5706         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
5707         buffer multibyteness, since it shouldn't matter.
5709 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
5711         * window.el (display-buffer-in-side-window): Handle dedicated
5712         windows as in display-buffer-reuse-window.
5713         (display-buffer-normalize-alist): Use value of override
5714         specifier.
5715         (display-buffer-normalize-specifiers): Use value of
5716         other-window-means-other-frame specifier.
5717         (display-buffer-alist): Rewrite some texts in widgets.
5718         (display-buffer): Spread arguments when calling function
5719         specified by fun-with-args.
5721 2011-06-28  Deniz Dogan  <deniz@dogan.se>
5723         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5724         Unnest `let'.
5726         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
5727         selectors (Bug#5732).
5728         (css-proprietary-nmstart-re): Use `regexp-opt'.
5730 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
5732         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
5733         (eshell-ls-date-format): New defcustom.
5734         (eshell-ls-file): Use it.
5736 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5738         * help-fns.el (describe-variable): Fix message for terminal-local vars.
5740 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5742         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
5743         (ange-ftp-make-tmp-name): New arg.
5744         (ange-ftp-file-local-copy): Use it.
5746 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
5748         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
5749         no-conversion (Bug#8870).
5751 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
5753         * window.el (window-right, window-left, window-child)
5754         (window-child-count, window-last-child)
5755         (window-iso-combination-p, walk-window-tree-1)
5756         (window-atom-check-1, window-tree-1, delete-window)
5757         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
5758         new naming conventions - window-vchild, window-hchild,
5759         window-next and window-prev are now called window-top-child,
5760         window-left-child, window-next-sibling and window-prev-sibling
5761         respectively.
5762         (resize-window-reset): Rename to window-resize-reset.
5763         (resize-window-reset-1): Rename to window-resize-reset-1.
5764         (resize-window): Rename to window-resize.
5765         (window-min-height, window-min-width)
5766         (resize-mini-window, resize-this-window, resize-root-window)
5767         (resize-root-window-vertically, adjust-window-trailing-edge)
5768         (enlarge-window, shrink-window, maximize-window)
5769         (minimize-window, delete-window, quit-restore-window)
5770         (split-window, balance-windows, balance-windows-area-adjust)
5771         (balance-windows-area, window-state-put-2)
5772         (display-buffer-even-window-sizes, display-buffer-set-height)
5773         (display-buffer-set-width, set-window-text-height)
5774         (fit-window-to-buffer): Rename all "resize-window" prefixed
5775         calls to use the "window-resize" prefix convention.
5776         (display-buffer-alist): Fix symbol for label specifier.
5777         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
5778         corresponding specifier.
5779         Reported by Juanma Barranquero <lekktu@gmail.com>.
5781 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5783         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
5784         convention.
5785         (ses-call-printer): Does not pass an empty string to formatter when the
5786         cell is empty to keep from barking printer Calc math-format-value.
5788 2011-06-27  Richard Stallman  <rms@gnu.org>
5790         * battery.el (battery-mode-line-limit): New variable.
5791         (battery-update): Handle it.
5793         * mail/rmailmm.el (rmail-mime-process-multipart):
5794         Handle truncated messages.
5796 2011-06-27  Glenn Morris  <rgm@gnu.org>
5798         * progmodes/flymake.el (flymake-err-line-patterns):
5799         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
5801 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5803         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
5804         (ses--clean-!, ses--clean-_): New functions.
5805         (ses-range): Add configurability of readout order, and conversion
5806         to Calc vector.
5808         * ses.el (ses-repair-cell-reference-all): New function.
5809         (ses-cell-symbol): Set macro as safe, so that it can be used in
5810         formulas.
5812         * ses.el: Update cycle detection algorithm.
5813         (ses-localvars): Add ses--Dijkstra-attempt-nb and
5814         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
5815         (ses-set-localvars): New function.
5816         (ses-make-cell): Add property-list as a cell element.
5817         (ses-cell-property-get-fun, ses-cell-property-get)
5818         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
5819         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
5820         New functions.
5821         (ses-cell-property-set, ses-cell-property-pop)
5822         (ses-cell-property-get-handle): New macro.
5823         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
5824         New aliases, used for code readability.
5825         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
5826         cycle detection.
5827         (ses-self-reference-early-detection): New defcustom.
5828         (ses-formula-references): Robustify against self-referring cells.
5829         (ses-mode): Use ses-set-localvars.
5830         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
5831         before lauching the update processing.
5832         (ses-initialize-Dijkstra-attempt): New function.
5833         (ses-recalculate-cell): Update for cycle detection based on
5834         Dijkstra algorithm.
5836         * ses.el: Fix commenting and indenting convention.
5838 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5840         * bs.el (bs-cycle-next): Complete last change.
5842 2011-06-27  Drew Adams  <drew.adams@oracle.com>
5844         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
5846 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5848         * net/network-stream.el (network-stream-open-starttls):
5849         Don't re-get capabilities unless we've reestablished connection.
5850         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
5852         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
5853         to binary to possibly avoid line encoding issues on Windows (among
5854         other things).
5856 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5858         * net/network-stream.el (open-network-stream): Return an :error
5859         saying what the problem was, if possible.
5861         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
5862         server.
5864         * net/network-stream.el (network-stream-open-starttls): If we
5865         wanted to use STARTTLS, and the server offered it, but we weren't
5866         able to because we had no STARTTLS support, then close the connection.
5867         (open-network-stream): Return an :error element, if present.
5869 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
5871         * hl-line.el (hl-line-sticky-flag): Doc fix.
5872         (global-hl-line-sticky-flag): New option (Bug#8323).
5873         (global-hl-line-highlight): Obey it.
5875         * vc/vc.el (vc-revert-show-diff): Default to t.
5877 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
5879         * allout-widgets.el (allout-widgets-post-command-business):
5880         Stop decorating intermediate isearch matches.  They're not being
5881         undecorated when an isearch is continued past, and isearch
5882         automatically collapses them.  This leads to "widget leaks", where
5883         decorated items accumulate in collapsed areas.  Lines with lots of
5884         hidden widgets can slow down cursor travel, substantially.
5885         Too much complicated machinery would be needed to ensure undecoration,
5886         so we're doing without this nicety.
5888         (allout-widgets-tally-string): Don't try to do a hash-table-count
5889         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
5890         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
5891         *Messages* when allout-widgets-maintain-tally is t.
5893 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
5895         * window.el (display-buffer-normalize-argument): Rename to
5896         display-buffer-normalize-arguments.  Handle special meaning of
5897         LABEL argument.  Respect special-display-function when popping up
5898         a new frame.  Fix code searching for a window showing the buffer
5899         on another frame.
5900         (display-buffer-normalize-specifiers):
5901         Call display-buffer-normalize-arguments.
5902         (display-buffer-in-window): Don't undedicate the window if its
5903         buffer remains the same.
5904         Reported by Drew Adams <drew.adams@oracle.com>.
5905         (display-buffer-alist): Add choice for same-window macro
5906         specfier.
5907         (display-buffer): Mention special meaning of LABEL argument in
5908         doc-string.  Fix quoting.  Don't pop up a new frame even as
5909         fallback.
5911 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
5913         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
5914         avoid deleting the current window in some cases (bug#8911).
5916 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
5918         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
5919         (Bug#8934)
5921 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5923         * net/network-stream.el (network-stream-open-starttls):
5924         Use built-in TLS support if `gnutls-available-p' is true.
5925         (network-stream-open-tls): Ditto.
5927 2011-06-26  Leo Liu  <sdl.web@gmail.com>
5929         * register.el (registerv): New struct.
5930         (registerv-make): New function.
5931         (jump-to-register, describe-register-1, insert-register):
5932         Support the jump-func, print-func and insert-func slot of a registerv
5933         struct.  (Bug#8415)
5935 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
5937         * vc/vc.el (vc-revert-show-diff): New defcustom.
5938         (vc-diff-internal): New arg specifying diff buffer.
5939         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
5940         reuse an existing *vc-diff* buffer (Bug#8927).
5942         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
5944 2011-06-26  Glenn Morris  <rgm@gnu.org>
5946         * progmodes/f90.el (f90-critical-indent): New option.
5947         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
5948         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
5949         (f90-mode): Doc fix.
5950         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
5951         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
5952         (f90-beginning-of-block, f90-next-block, f90-indent-region)
5953         (f90-match-end): Handle block, critical.
5955 2011-06-25  Glenn Morris  <rgm@gnu.org>
5957         * calendar/diary-lib.el (diary-included-files): Doc fix.
5958         (diary-include-files): New function, extracted from
5959         diary-include-other-diary-files and diary-mark-included-diary-files.
5960         (diary-include-other-diary-files, diary-mark-included-diary-files):
5961         Just call diary-include-files.
5962         (diary-mark-entries): Reset diary-included-files on first call.
5964         * calendar/diary-lib.el (diary-mark-entries)
5965         (diary-mark-included-diary-files):
5966         Visit included diary-files in temp buffers.
5968         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
5969         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
5970         (f90-start-block-re, f90-imenu-generic-expression)
5971         (f90-looking-at-program-block-start, f90-no-block-limit):
5972         Add support for submodules.
5974         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
5975         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
5977 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
5979         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
5980         buffer-file-type before setting its value, to avoid disastrous
5981         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
5983 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
5985         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
5987         * ses.el (ses-unload-function):
5988         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
5990         * proced.el (proced-unload-function):
5991         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
5993 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
5995         * server.el (server-create-window-system-frame): Add parameters arg.
5996         (server-process-filter): Doc fix.  Handle frame-parameters.
5998 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
6000         Fix bug#8730, bug#8781.
6002         * loadhist.el (unload--set-major-mode): New function.
6003         (unload-feature): Use it.
6005         * progmodes/python.el (python-after-info-look): Add autoload cookie.
6006         (python-unload-function): New function.
6008 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6010         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
6012 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
6014         * net/browse-url.el (browse-url-firefox-program): Add icecat to
6015         the candidates list.
6017 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
6019         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
6021 2011-06-23  Richard Stallman  <rms@gnu.org>
6023         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
6024         (rmail-variables): Set next-error-move-function.
6025         (rmail-what-message): Take argument POS.
6026         (rmail-next-error-move): New function.
6028 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6030         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
6031         messages for adjacent non-terminals.
6033 2011-06-23  Richard Stallman  <rms@gnu.org>
6035         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
6036         (rmail-show-message-1): Preserve buffer modified flag.
6037         (rmail-start-mail): Don't specify use of rmail-mail-return;
6038         that's done by mail-bury now.
6039         (rmail-mail-return): Handle arg NEWBUF.
6041 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
6043         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
6044         SIZE is a number.
6046 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
6048         * window.el (get-lru-window, get-mru-window)
6049         (get-largest-window): Never return a minibuffer window.
6050         (display-buffer-pop-up-window): Fix a bug that could lead to
6051         reusing the minibuffer window.
6052         (display-buffer): Pass original specifier argument to
6053         display-buffer-function instead of the normalized one.
6054         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
6056 2011-06-22  Leo Liu  <sdl.web@gmail.com>
6058         * minibuffer.el (completing-read-function)
6059         (completing-read-default): Move from minibuf.c
6061 2011-06-22  Richard Stallman  <rms@gnu.org>
6063         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
6064         to Rmail even if not started by a special Rmail command.
6066         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
6067         Copy the buffer currently showing just one message.
6069 2011-06-22  Roland Winkler  <winkler@gnu.org>
6071         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
6072         (bibtex-clean-entry): First delete the old key so that a
6073         customized algorithm for generating the new key does not get
6074         confused by the old key.
6075         (bibtex-url): Obey regexp of first step.
6076         (bibtex-search-entries): Do not use add-to-list with local
6077         list-var.
6079 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6081         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
6082         stored a user name, then query for the password first, instead of
6083         waiting for SMTP to give an error message and the trying again.
6085 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
6087         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
6088         BUFFER in call-process.
6090 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6092         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
6093         QUIT twice.
6094         (smtpmail-try-auth-methods): Require user name and password from
6095         auth-source.
6097 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
6099         * window.el (display-buffer-default-specifiers)
6100         (display-buffer-alist): Remove entries for pop-up-frame-alist.
6101         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6102         (split-window): Normalize SIDE argument (Bug#8916).
6104         * frame.el (pop-up-frame-alist, pop-up-frame-function)
6105         (special-display-frame-alist, special-display-popup-frame):
6106         Remove duplicate declarations.  These are now in window.el.
6108 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6110         * mail/smtpmail.el (smtpmail-via-smtp):
6111         Set :use-starttls-if-possible so that we always use STARTTLS if the
6112         server supports it.  SMTP servers that support STARTTLS commonly
6113         require it.
6115         * net/network-stream.el (network-stream-open-starttls): Support
6116         upgrading to STARTTLS always, even if we don't have built-in support.
6117         (open-network-stream): Add the :always-query-capabilities keyword.
6119         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
6120         upgrades with `open-network-stream', and rely solely on
6121         auth-source for all credentials.  Big changes throughout the file,
6122         but in particular:
6123         (smtpmail-auth-credentials): Remove.
6124         (smtpmail-starttls-credentials): Remove.
6125         (smtpmail-via-smtp): Check for servers saying they want AUTH after
6126         MAIL FROM, too.
6128         * net/network-stream.el (network-stream-open-starttls):
6129         Provide support for client certificates both for external and built-in
6130         STARTTLS.
6131         (auth-source): Require.
6132         (open-network-stream): Document the :client-certificate keyword.
6133         (network-stream-certificate): Change cert-cert to cert and
6134         cert-key to key.
6136 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
6138         * net/tramp-cache.el (top): Don't load the persistency file when
6139         "emacs -Q" has been called.
6141 2011-06-21  Tim Harper  <timcharper@gmail.com>
6143         * term/ns-win.el (ns-initialize-window-system):
6144         Set application-specific `ApplePressAndHoldEnabled' system
6145         resource to NO as it is not yet supported by the NS port.
6147 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
6149         * misc.el (list-dynamic-libraries--refresh): Compute header here...
6150         (list-dynamic-libraries): ...not here.
6152 2011-06-21  Leo Liu  <sdl.web@gmail.com>
6154         * subr.el (sha1): Implement sha1 using secure-hash.
6156 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
6158         * window.el (display-buffer-alist): In default value do not
6159         enforce searching a window on any but the selected frame.
6160         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6161         (display-buffer-select-window): Remove function.
6162         (display-buffer-in-window): When a window on another frame gets
6163         reused, do not select it any more but just raise its frame if
6164         necessary (Bug#8851) and (Bug#8856).
6165         (display-buffer-normalize-options): Handle pop-up-frames related
6166         options more faithfully.
6167         (pop-to-buffer): Don't rely on `display-buffer' selecting the
6168         window if it is on another frame.
6169         (display-buffer-alist, display-buffer-default-specifiers):
6170         Don't make new frame unsplittable by default.
6171         (display-buffer-normalize-argument): Fix doc-string typo and use
6172         'same-frame-other-window instead of 'other-window when associating
6173         with display-buffer-macro-specifiers.
6175 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
6177         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
6178         New functions.
6179         (5x5-mode-map, 5x5-mode-menu): Bind them.
6180         (5x5-draw-grid): Tweak the solver's rendering.
6182 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6184         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
6185         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
6187 2011-06-21  Drew Adams  <drew.adams@oracle.com>
6189         * menu-bar.el: Use function variable instead of switch-to-buffer.
6190         (menu-bar-select-buffer-function): New variable.
6191         (menu-bar-update-buffers): Use it (bug#8876).
6193 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6195         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
6196         variable's status.
6198 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
6200         * x-dnd.el (x-dnd-version-from-flags)
6201         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
6202         and long as number (Bug#8899).
6203         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
6205 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6207         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
6208         (completion-try-completion, completion-all-completions): Compute the
6209         metadata argument if it's missing; make it optional (bug#8795).
6211         * wid-edit.el: Use lex-bind and move towards completion-at-point.
6212         (widget-complete): Use new :completion-function property.
6213         (widget-completions-at-point): New function.
6214         (default): Use :completion-function instead of :complete.
6215         (widget-default-completions): Rename from widget-default-complete;
6216         Rewrite.
6217         (widget-string-complete, widget-file-complete, widget-color-complete):
6218         Remove functions.
6219         (file, symbol, function, variable, coding-system, color):
6220         * international/mule-cmds.el (default-input-method, charset)
6221         (language-info-custom-alist):
6222         * cus-edit.el (face): Use new property :completions.
6224         * progmodes/pascal.el (pascal-completions-at-point): New function.
6225         (pascal-mode): Use it.
6226         (pascal-mode-map): Use completion-at-point.
6227         (pascal-toggle-completions): Make obsolete.
6228         (pascal-complete-word, pascal-show-completions):
6229         * progmodes/octave-mod.el (octave-complete-symbol):
6230         Redefine as obsolete alias.
6231         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
6232         Signal absence of completion info for old Octave,
6233         (inferior-octave-complete): Redefine as obsolete alias.
6234         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
6235         (meta-completions-at-point): Rename from meta-complete-symbol and
6236         adapt it for use on completion-at-point-functions.
6237         (meta-common-mode): Use it.
6238         (meta-looking-at-backward, meta-match-buffer): Remove.
6239         (meta-complete-symbol): Redefine as obsolete alias.
6240         (meta-common-mode-map): Use completion-at-point.
6241         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
6242         (makefile-mode-map): Use completion-at-point.
6243         (makefile-completions-at-point): Rename from makefile-complete and
6244         adapt it for use on completion-at-point-functions.
6245         (makefile-mode): Use it.
6246         (makefile-complete): Redefine as obsolete alias.
6248 2011-06-20  Deniz Dogan  <deniz@dogan.se>
6250         * net/rcirc.el: Delete trailing whitespaces once and for all.
6252 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
6254         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
6256 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
6258         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
6260         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
6262 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
6264         * window.el (display-buffer-other-window-means-other-frame):
6265         Call display-buffer-normalize-alist.
6266         (display-buffer-normalize-specifiers-1): Rename to
6267         display-buffer-normalize-argument.  New argument other-frame.
6268         Rewrite.
6269         (display-buffer-normalize-specifiers-2): Rename to
6270         display-buffer-normalize-options.
6271         (display-buffer-normalize-alist-1): New function.
6272         (display-buffer-normalize-specifiers-3): Rename to
6273         display-buffer-normalize-alist.
6274         Call display-buffer-normalize-alist-1.
6275         (display-buffer-normalize-options-inhibit): New variable.
6276         (display-buffer-normalize-specifiers): Rewrite calling
6277         display-buffer-normalize-alist,
6278         display-buffer-normalize-argument, and
6279         display-buffer-normalize-options.  Don't call the latter if
6280         display-buffer-normalize-options-inhibit is non-nil.
6281         (frame-auto-delete): New option.
6282         (window-deletable-p): Use frame-auto-delete.
6283         (window-list-no-nils, window-state-ignored-parameters)
6284         (window-state-get-1, window-state-get, window-state-put-list)
6285         (window-state-put-1, window-state-put-2, window-state-put):
6286         New functions.
6287         (display-buffer-normalize-options): Move special-display-p group
6288         after pop-up-frame group (Bug#8851) and (Bug#8856).
6290 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
6292         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
6293         groups (Bug#8776).
6294         (rx-submatch-n): New function.
6295         (rx): Document it.
6297         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
6298         (Bug#8768).
6300         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
6302         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
6304         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
6305         anytime existing face settings are present (Bug#8889).
6307         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
6308         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
6309         Remove unused argument.
6311 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
6313         * window.el (display-buffer-default-specifiers):
6314         Remove pop-up-frame.  Add pop-up-window-min-height,
6315         pop-up-window-min-width, and another reuse-window specifier
6316         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
6317         (display-buffer-normalize-specifiers-2):
6318         Handle split-height-threshold and split-width-threshold also when
6319         pop-up-windows is unset.  Add a reuse-window specifier for the
6320         case popping up a new window fails.
6321         (special-display-popup-frame): Remove double quoting.
6322         (display-buffer-normalize-specifiers-1): Fix thinko.
6324 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6326         * shell.el (shell-completion-vars): Set pcomplete-termination-string
6327         according to comint-completion-addsuffix.
6329         * pcomplete.el: Convert to lexical binding and fix bug#8819.
6330         (pcomplete-suffix-list): Mark as obsolete.
6331         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
6332         pcomplete-seen in the closure.
6333         (pcomplete-comint-setup): Setup completion-at-point as well.
6334         (pcomplete--entries): New function.
6335         (pcomplete--env-regexp): New var.
6336         (pcomplete-entries): Rewrite to work with partial-completion and
6337         without relying on pcomplete-suffix-list.
6338         (pcomplete-pare-list): Remove, unused.
6340 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
6342         * window.el (display-buffer-alist): Set pop-up-window-min-height
6343         and pop-up-window-min-width in default value.  Reported by
6344         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
6345         other-window-means-other-frame.
6346         (display-buffer-macro-specifiers): Comment out entry for
6347         other-window specifier.
6348         (display-buffer-other-window-means-other-frame): New function.
6349         (display-buffer-normalize-specifiers-1): New arguments
6350         buffer-name and label.  Treat other-window case specially.
6351         (display-buffer-normalize-specifiers-2): Treat other-window case
6352         specially.
6353         (display-buffer-normalize-specifiers-3): New function.
6354         (display-buffer-normalize-specifiers):
6355         Call display-buffer-normalize-specifiers-3.
6357 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
6359         * window.el (same-window-p): Fix two typos introduced when
6360         adding with-no-warnings.
6361         (display-buffer-normalize-specifiers-1): Don't check
6362         pop-up-frames for 'unset initialization.
6363         (display-buffer-normalize-specifiers-2): Major rewrite using
6364         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
6365         (pop-up-frames, display-buffer-reuse-frames)
6366         (display-buffer-mark-dedicated): Don't initialize to 'unset.
6367         Suggested by David Engster <deng@randomsample.de>.
6368         (even-window-heights): Initialize to 'unset.
6369         (display-buffer-alist-set): Handle new 'unset initializations.
6370         (display-buffer-macro-specifiers): Don't pop up a new frame in the
6371         other window case.
6373 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
6375         * window.el (display-buffer-normalize-specifiers-1):
6376         Respect current value of pop-up-frames for most reasonable values of
6377         second argument of display-buffer (Bug#8865).
6378         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
6379         (switch-to-buffer-other-window-same-frame)
6380         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
6381         Adams (Bug#8875).
6382         (display-buffer): Don't check noninteractive when calling
6383         display-buffer-pop-up-frame.
6384         (display-buffer-pop-up-frame): Never pop up a frame in
6385         noninteractive mode (Bug#8857).
6386         (enlarge-window, shrink-window): Don't report an error when the
6387         window can't be resized as requested (Bug#8862).
6389 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6391         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
6393         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
6395         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
6397 2011-06-15  Alan Mackenzie  <acm@muc.de>
6399         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
6400         for declarators, disable knr checking to speed up for normal files.
6401         2: Refactor, replacing a sequence of nested if forms by a cond form.
6403 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6405         * net/network-stream.el (open-network-stream): Add the keyword
6406         :always-query-capabilities for the case where you want to force a
6407         `plain' network connection, but the protocol still requires the
6408         capabilitiy command (i.e., SMTP and EHLO).
6410         * subr.el (process-live-p): Rename from `process-alive-p' for
6411         consistency with other `-live-p' functions.
6413 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6415         * window.el (same-window-buffer-names, same-window-regexps)
6416         (special-display-frame-alist, special-display-popup-frame)
6417         (special-display-function, special-display-buffer-names)
6418         (special-display-regexps, pop-up-frame-alist)
6419         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
6420         (pop-up-windows, split-window-preferred-function)
6421         (split-height-threshold, split-width-threshold, even-window-heights)
6422         (display-buffer-mark-dedicated): Don't encourage the use of
6423         display-buffer-alist from Elisp code.
6425 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
6427         * progmodes/python.el (python-mode): Derive from prog-mode.
6428         * progmodes/ps-mode.el (ps-mode):
6429         * progmodes/mixal-mode.el (mixal-mode):
6430         * progmodes/cfengine.el (cfengine-mode):
6431         * progmodes/ld-script.el (ld-script-mode): Likewise.
6433 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
6435         * window.el (display-buffer-alist): Trim default value to avoid
6436         popping up a new frame (Bug#8857) or reusing an arbitrary window
6437         on another frame.
6438         (display-buffer): Do not fall back on popping up a new frame in
6439         batch mode (Bug#8857).
6441 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
6443         * cus-theme.el (describe-theme-1): Use custom-theme-p.
6444         (custom-theme-summary): New function.
6445         (customize-themes): Use it.
6447 2011-06-13  Glenn Morris  <rgm@gnu.org>
6449         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
6451 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
6453         * help.el (help-window): Remove variable.
6454         (help-window-point-marker, temp-buffer-max-height)
6455         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
6456         (help-print-return-message): Don't set help-window.
6457         (resize-temp-buffer-window): Rewrite cod eand doc-string.
6458         (help-window-setup-finish): Remove.
6459         (help-window-display-message, help-window-setup)
6460         (with-help-window): Major rewrite based on new
6461         display-buffer-window variable.
6463         * help-mode.el (help-mode-finish): Remove help-window related
6464         code.
6466         * view.el (view-exits-all-viewing-windows): Remove reference to
6467         view-return-to-alist in doc-string.
6468         (view-return-to-alist): Make obsolete.
6469         (view-buffer): Call pop-to-buffer-same-window and remove
6470         undo-window code.
6471         (view-buffer-other-window): Call pop-to-buffer-other-window and
6472         simplify code.  Ignore second argument.
6473         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
6474         simplify code.  Ignore second argument.
6475         (view-return-to-alist-update): Make obsolete.
6476         (view-mode-enter): Rename second argument to QUIT-RESTORE.
6477         Rewrite using quit-restore window parameters.
6478         (view-mode-exit): Rename second argument to EXIT-ONLY.
6479         Rewrite using quit-restore-window.
6480         (View-exit, View-exit-and-edit, View-leave, View-quit)
6481         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
6482         appropriate arguments.
6483         (view-end-message): Use quit-restore window parameter.
6485         * window.el (display-buffer-function): Rewrite doc-string.
6486         (display-buffer-window, display-buffer-alist): New variables.
6487         (display-buffer-split-specifiers)
6488         (display-buffer-side-specifiers)
6489         (display-buffer-macro-specifiers): New constants.
6490         (display-buffer-even-window-sizes, display-buffer-set-height)
6491         (display-buffer-set-width, display-buffer-select-window)
6492         (display-buffer-in-window, display-buffer-reuse-window)
6493         (display-buffer-split-window-1, display-buffer-split-window)
6494         (display-buffer-split-atom-window, display-buffer-pop-up-window)
6495         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
6496         (display-buffer-in-side-window, normalize-buffer-to-display)
6497         (display-buffer-normalize-specifiers-1)
6498         (display-buffer-normalize-specifiers-2)
6499         (display-buffer-normalize-specifiers, display-buffer-frame):
6500         New functions.
6501         (display-buffer): Major rewrite.
6502         (display-buffer-other-window, display-buffer-other-frame)
6503         (pop-to-buffer, switch-to-buffer-other-window)
6504         (switch-to-buffer-other-frame): Rewrite.
6505         (display-buffer-same-window, display-buffer-same-frame)
6506         (display-buffer-same-frame-other-window)
6507         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6508         (pop-to-buffer-other-window)
6509         (pop-to-buffer-same-frame-other-window)
6510         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
6511         (switch-to-buffer-other-window-same-frame): New functions.
6512         (same-window-p, special-display-p): Rewrite disabling warnings.
6513         Make obsolete.
6514         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6515         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
6516         Make obsolete
6517         (same-window-buffer-names, same-window-regexps)
6518         (special-display-frame-alist, special-display-popup-frame)
6519         (special-display-function, special-display-buffer-names)
6520         (special-display-regexps, pop-up-frame-alist)
6521         (pop-up-frame-function, split-window-preferred-function)
6522         (split-height-threshold, split-width-threshold)
6523         (even-window-heights): Make obsolete.
6525 2011-06-12  Glenn Morris  <rgm@gnu.org>
6527         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
6528         Misc simplifications.
6530 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
6532         * window.el (window-safely-shrinkable-p): Restore function which
6533         was inadvertently removed in change from 2011-06-11.  Declare as
6534         obsolete.
6536         * calendar/calendar.el (calendar-generate-window):
6537         Use window-iso-combined-p instead of combination of one-window-p and
6538         window-safely-shrinkable-p.
6540 2011-06-12  Glenn Morris  <rgm@gnu.org>
6542         * progmodes/fortran.el (fortran-mode-syntax-table):
6543         * progmodes/f90.el (f90-mode-syntax-table):
6544         Set % to punctuation.  (Bug#8820)
6545         (f90-find-tag-default): Remove, no longer needed.
6547 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
6549         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
6551 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
6553         * image.el (image-animated-p): Return animation delay in seconds.
6554         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
6555         (image-animate-timeout): Remove DELAY argument.  Don't assume
6556         every subimage has the same delay; get it from image-animated-p.
6557         (image-animate): Caller changed.
6559 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
6561         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
6562         to ignored backtrace functions.
6564 2011-06-11  Glenn Morris  <rgm@gnu.org>
6566         * calendar/appt.el (appt-disp-window-function): Doc fix.
6567         (appt-check): Handle overlapping appointments.  (Bug#8337)
6569 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
6571         * window.el (window-tree-1, window-tree): New functions, moving
6572         the latter to window.el.
6573         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6574         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6575         (bw-refresh-edges): Remove.
6576         (balance-windows-1, balance-windows-2): New functions.
6577         (balance-windows): Rewrite in terms of window tree functions,
6578         balance-windows-1 and balance-windows-2.
6579         (bw-adjust-window): Remove.
6580         (balance-windows-area-adjust): New function with functionality of
6581         bw-adjust-window but using resize-window.
6582         (set-window-text-height): Rewrite doc-string.
6583         Use normalize-live-window and resize-window.
6584         (enlarge-window-horizontally, shrink-window-horizontally):
6585         Rename argument to DELTA.
6586         (window-buffer-height): New function.
6587         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
6588         Rewrite using new window resize routines.
6589         (kill-buffer-and-window, mouse-autoselect-window-select):
6590         Use ignore-errors instead of condition-case.
6591         (quit-window): Call delete-frame instead of delete-windows-on
6592         for the only buffer on frame.
6594 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
6596         * loadup.el (top-level): Load window before files for the sake
6597         of replace-buffer-in-windows.
6599         * files.el (read-buffer-to-switch)
6600         (switch-to-buffer-other-window)
6601         (switch-to-buffer-other-frame, display-buffer-other-frame):
6602         Move to window.el.
6604         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
6605         (previous-buffer): Move to window.el.
6607         * bindings.el (unbury-buffer): Move to window.el.
6609         * window.el (delete-other-windows-vertically): Move after
6610         definition of delete-other-windows.
6611         (other-window, delete-windows-on, replace-buffer-in-windows):
6612         Move here from window.c.
6613         (record-window-buffer, unrecord-window-buffer)
6614         (set-window-buffer-start-and-point, switch-to-prev-buffer)
6615         (switch-to-next-buffer): New functions.
6616         (get-next-valid-buffer, last-buffer, next-buffer): Move here
6617         from simple.el.  Call switch-to-next-buffer.
6618         (previous-buffer): Move here from simple.el.
6619         Call switch-to-prev-buffer.
6620         (bury-buffer): Move here from buffer.c.  Switch to previous
6621         buffer when window cannot be deleted.
6622         (unbury-buffer): Move here from bindings.el.
6623         (ctl-x-map): Move binding for other-window from window.c to
6624         here.
6625         (read-buffer-to-switch, switch-to-buffer-other-window)
6626         (switch-to-buffer-other-frame): Move here from files.el.
6627         (normalize-buffer-to-switch-to): New functions.
6628         (switch-to-buffer): Move here from buffer.c.
6629         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
6631 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
6633         * window.el (window-min-height, window-min-width): Move here
6634         from window.c.  Add defcustoms and rewrite doc-strings.
6635         (resize-mini-window, resize-window): New functions.
6636         (adjust-window-trailing-edge, enlarge-window, shrink-window):
6637         Move here from window.c.
6638         (maximize-window, minimize-window): New functions.
6639         (delete-window, delete-other-windows, split-window): Move here
6640         from window.c.
6641         (window-split-min-size): New function.
6642         (split-window-keep-point): Mention split-window-above-each-other
6643         instead of split-window-vertically.
6644         (split-window-above-each-other, split-window-vertically):
6645         Rename split-window-vertically to split-window-above-each-other
6646         and provide defalias for old definition.
6647         (split-window-side-by-side, split-window-horizontally):
6648         Rename split-window-horizontally to split-window-side-by-side
6649         and provide defalias for the old definition.
6650         (ctl-x-map): Move bindings for delete-window,
6651         delete-other-windows and enlarge-window here from window.c.
6652         Replace bindings for split-window-vertically and
6653         split-window-horizontally by bindings for
6654         split-window-above-each-other and split-window-side-by-side.
6656         * cus-start.el (all): Remove entries for window-min-height and
6657         window-min-width.  Add entries for window-splits and
6658         window-nest.
6660 2011-06-09  Glenn Morris  <rgm@gnu.org>
6662         * calendar/appt.el (appt-mode-line): New function.
6663         (appt-check, appt-disp-window): Use it.
6665         * files.el (hack-one-local-variable-eval-safep):
6666         Allow minor-modes with explicit +/-1 arguments.
6668 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
6670         * term/xterm.el (xterm): Add defgroup.
6671         (xterm-extra-capabilities): Add defcustom to supply known xterm
6672         capabilities, skip querying them, or query them (default).
6673         (terminal-init-xterm): Use it.
6674         (terminal-init-xterm-modify-other-keys): New function to set up
6675         modifyOtherKeys support to simplify `terminal-init-xterm'.
6677 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
6679         * window.el (resize-window-reset, resize-window-reset-1)
6680         (resize-subwindows-skip-p, resize-subwindows-normal)
6681         (resize-subwindows, resize-other-windows, resize-this-window)
6682         (resize-root-window, resize-root-window-vertically)
6683         (window-deletable-p, window-or-subwindow-p)
6684         (frame-root-window-p): New functions.
6686 2011-06-09  Glenn Morris  <rgm@gnu.org>
6688         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
6689         (ange-ftp-get-files): Use it.
6691 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
6693         * mail/sendmail.el (mail-recover-1, mail-recover):
6694         * files.el (recover-file, recover-session):
6695         Handle dired-listing-switches not being just a single short option.
6697 2011-06-09  Glenn Morris  <rgm@gnu.org>
6699         * calendar/appt.el (appt-display-message, appt-disp-window):
6700         Handle lists of appointments.
6702 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
6704         * window.el (one-window-p): Move down in code.
6705         Rewrite doc-string.
6706         (window-current-scroll-bars): Rewrite doc-string.
6707         Normalize live window argument.
6708         (walk-windows, get-window-with-predicate, count-windows):
6709         Rewrite doc-string.  Use window-list-1.
6710         (window-in-direction-2, window-in-direction, get-mru-window):
6711         New functions.
6713 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
6715         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
6716         Doc fix (Bug#8713).
6718 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
6720         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
6722 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
6724         * loadhist.el (unload-feature-special-hooks):
6725         Add `comint-output-filter-functions'.
6727 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
6729         * calendar/appt.el (appt-check): Move some initializations into the let.
6731 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
6733         * window.el (window-height): Defalias to window-total-height.
6734         (window-width): Defalias to window-body-width.
6736 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
6738         * image-mode.el (image-toggle-animation): New command.
6739         (image-mode-map): Bind it to RET.
6740         (image-mode): Update message.
6741         (image-toggle-display-image): Avoid a spurious cache flush.
6742         (image-transform-rotation): Doc fix.
6743         (image-transform-properties): Return quickly in the normal case.
6744         (image-animate-loop): Rename from image-animate-max-time.
6746         * image.el (image-animate-max-time): Move to image-mode.el.
6747         (create-animated-image): Remove unnecessary function.
6748         (image-animate): Rename from image-animate-start.  New arg.
6749         (image-animate-stop): Remove; just use image-animate-timer.
6750         (image-animate-timer): Use car-safe.
6751         (image-animate-timeout): Rename argument.
6753 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
6755         * window.el (get-lru-window, get-largest-window): Move here from
6756         window.c.  Rename first argument to ALL-FRAMES.
6757         Rephrase doc-strings.
6758         (get-buffer-window-list): Rewrite using window-list-1.
6759         Rephrase doc-string.
6760         (window-safe-min-height, window-safe-min-width): New constants.
6761         (window-size-ignore, window-min-size, window-min-size-1)
6762         (window-sizable, window-sizable-p, window-size-fixed-1)
6763         (window-size-fixed-p, window-min-delta-1, window-min-delta)
6764         (window-max-delta-1, window-max-delta, window-resizable)
6765         (window-resizable-p, window-total-height, window-total-width)
6766         (window-body-width): New functions.
6767         (window-full-height-p, window-full-width-p): Rewrite using
6768         window-total-size.
6769         (window-body-height): Rewrite using window-body-size.
6771 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
6773         * window.el (window-right, window-left, window-child)
6774         (window-child-count, window-last-child, window-any-p)
6775         (normalize-live-buffer, normalize-live-frame)
6776         (normalize-any-window, normalize-live-window)
6777         (window-iso-combination-p, window-iso-combined-p)
6778         (window-iso-combinations)
6779         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
6780         (windows-with-parameter, window-with-parameter)
6781         (window-atom-root, make-window-atom, window-atom-check-1)
6782         (window-atom-check, window-side-check, window-check):
6783         New functions.
6784         (ignore-window-parameters, window-sides, window-sides-vertical)
6785         (window-sides-slots): New variables.
6786         (window-size-fixed): Move down in code.  Minor doc-string fix.
6788 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
6790         * comint.el (comint-dynamic-complete-as-filename)
6791         (comint-dynamic-complete-filename): Correctly call
6792         completion-in-region.
6794 2011-06-05  Deniz Dogan  <deniz@dogan.se>
6796         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
6797         in last change.
6799 2011-06-05  Deniz Dogan  <deniz@dogan.se>
6801         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
6802         (rcirc): Use it to prompt for encryption.
6804 2011-06-05  Roland Winkler  <winkler@gnu.org>
6806         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
6807         (bibtex-search-entries): New command bound to C-c C-a.
6808         (bibtex-display-entries): New function.
6810 2011-06-05  Roland Winkler  <winkler@gnu.org>
6812         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
6813         (bibtex-insert-kill): After yanking insert newline if necessary.
6814         (bibtex-initialize): Call bibtex-string-files-init only once.
6815         (bibtex-mode): Do not call easy-menu-add.
6816         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
6817         (bibtex-yank): Set arg properly if nil.
6819 2011-06-05  Roland Winkler  <winkler@gnu.org>
6821         * textmodes/bibtex.el (bibtex-search-entry-globally):
6822         New variable.
6823         (bibtex-search-entry): Use it.
6825 2011-06-05  Roland Winkler  <winkler@gnu.org>
6827         * textmodes/bibtex.el (bibtex-entry-format): New option
6828         sort-fields.
6829         (bibtex-format-entry, bibtex-reformat): Honor this option.
6830         (bibtex-parse-entry): Return fields in proper order.
6832 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
6834         * doc-view.el (doc-view-remove-if): Move computation of result out
6835         of `dolist' to silence misleading lexical-binding warning.
6837 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
6839         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
6840         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
6842 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
6844         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
6845         "SunOS 5.10".
6847 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
6849         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
6850         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
6851         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
6852         (tramp-parse-putty):
6853         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
6854         (tramp-completion-function-alist-ssh)
6855         (tramp-completion-function-alist-telnet)
6856         (tramp-completion-function-alist-su)
6857         (tramp-completion-function-alist-putty): Set `tramp-autoload'
6858         cookie.
6860         * net/tramp-ftp.el:
6861         * net/tramp-sh.el:
6862         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
6863         load "tramp.el" `tramp-set-completion-function'.
6865 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6867         * shell.el: Require and use pcomplete.
6868         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
6869         (shell-completion-vars): Set pcomplete-default-completion-function.
6871 2011-06-04  Deniz Dogan  <deniz@dogan.se>
6873         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
6874         `memq' (Bug#8799).
6876 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6878         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
6880 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
6882         * bs.el (bs--mark-unmark, bs--nth-wrapper):
6883         * mpc.el (mpc-select-extend, mpc-songpointer-context):
6884         * vc/log-view.el (log-view-beginning-of-defun):
6885         * vc/smerge-mode.el (smerge-apply-resolution-patch)
6886         (smerge-refine-forward, smerge-refine-chopup-region):
6887         Silence warning for unused `dotimes' counter variables.
6889 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6891         * net/tramp.el (tramp-with-progress-reporter): Rename from
6892         with-progress-reporter.  Use `declare'.
6893         * net/tramp-smb.el:
6894         * net/tramp-sh.el:
6895         * net/tramp-gvfs.el: Update all uses.
6897 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
6899         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
6900         buffer isn't killed before making it current.
6902 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6904         Silence various byte-compiler warnings.
6905         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
6906         `access-type' and new obsolescence format.
6907         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
6908         new format.
6909         (byte-compile-check-variable): New `access-type' argument.
6910         Only warn if the access-type is obsolete.
6911         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
6912         (byte-compile-variable-set): Adjust callers.
6913         * help-fns.el (describe-variable): Adjust to new obsolescence format.
6914         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
6915         setting it as obsolete.
6916         * simple.el (minibuffer-completing-symbol):
6917         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
6918         access as obsolete.
6919         * minibuffer.el (minibuffer-completing-file-name): Don't make it
6920         obsolete yet.
6921         * international/quail.el (quail-mouse-choose-completion): Remove unused
6922         code referring to obsolete var.
6923         (quail-choose-completion-string): Remove.
6924         * server.el (server-clients-with, server-kill-buffer-query-function)
6925         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
6926         * proced.el (proced-send-signal):
6927         * emacs-lisp/lisp.el (lisp-complete-symbol):
6928         Replace completion-annotate-function with completion-extra-properties.
6930 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6932         * simple.el (goto-line): Use read-number.
6933         (overriding-map-is-bound): Remove.
6934         (saved-overriding-map): Change default.
6935         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
6936         Take the map as argument.
6937         (universal-argument, negative-argument, digit-argument): Use it.
6938         (restore-overriding-map): Adjust.
6939         (do-auto-fill): Use fill-forward-paragraph.
6940         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
6942         * minibuffer.el (minibuffer-inactive-mode-map): New var.
6943         (minibuffer-inactive-mode): New major mode.
6944         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
6945         the *Messages* buffer" hack.
6946         (mouse-popup-menubar): Don't burp if the event is a normal key.
6948         Miscellaneous tweaks.
6949         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
6950         lexical scoping as in subr.el's dolist and dotimes.
6951         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
6952         Silence compiler warning.
6953         * thingatpt.el (forward-whitespace): Trivial coding style fix.
6954         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
6955         * international/ccl.el (ccl-compile): Trivial simplification.
6956         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
6957         * emacs-lisp/testcover.el (testcover-end): Remove spurious
6958         `printflag' argument.
6959         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6960         Purecopy the whole obsolescence data.
6962 2011-06-01  Leo Liu  <sdl.web@gmail.com>
6964         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
6965         improve doc-string as suggested by Marco Pessotto
6966         <melmothx@gmail.com>.
6967         (rcirc-print): Fix last change.
6969 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6971         * minibuffer.el (complete-with-action): Return nil for the metadata and
6972         boundaries of non-functional tables.
6973         (completion-table-dynamic): Return nil for the metadata.
6974         (completion-table-with-terminator): Add default case, using
6975         complete-with-action.
6976         (completion--metadata): New function.
6977         (completion-all-sorted-completions, minibuffer-completion-help): Use it
6978         to try and avoid pathological performance problems.
6979         (completion--embedded-envvar-table): Return `category' metadata.
6981 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6983         * subr.el (process-alive-p): New tiny convenience function.
6985 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6987         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
6988         content but also its previous major mode.
6990 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
6992         * emacs-lisp/debug.el (debug): Restore the previous content of the
6993         *Backtrace* buffer when we exit with C-M-c.
6995 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6997         * minibuffer.el: Add metadata method to completion tables.
6998         (completion-category-overrides): New defcustom.
6999         (completion-metadata, completion--field-metadata)
7000         (completion-metadata-get, completion--styles)
7001         (completion--cycle-threshold): New functions.
7002         (completion-try-completion, completion-all-completions):
7003         Add `metadata' argument to choose completion-styles.
7004         (completion--do-completion): Use metadata to choose cycling.
7005         (completion-all-sorted-completions): Use metadata for sorting.
7006         Remove :completion-cycle-penalty which is not needed any more.
7007         (completion--try-word-completion): Add `metadata' argument.
7008         (minibuffer-completion-help): Check metadata for annotation function
7009         and sorting.
7010         (completion-file-name-table): Return `category' metadata.
7011         (minibuffer-completing-file-name): Make obsolete.
7012         * simple.el (minibuffer-completing-symbol): Make obsolete.
7013         * icomplete.el (icomplete-completions): Pass new `metadata' param to
7014         completion-try-completion.
7016 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7018         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
7020 2011-05-30  Leo Liu  <sdl.web@gmail.com>
7022         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
7023         (rcirc-print): Decode all incoming messages (bug#8744).
7024         (rcirc-decode-coding-system): Allow value nil for automatic coding
7025         system detection.
7027 2011-06-01  Glenn Morris  <rgm@gnu.org>
7029         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
7031 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
7033         * image.el (image-animate-max-time): Allow nil and t values.
7034         Default to nil.
7035         (create-animated-image): Doc fix.
7036         (image-animate-start): Remove second arg; just use
7037         image-animate-max-time.
7038         (image-animate-timeout): Doc fix.  Args changed.
7040         * image-mode.el (image-toggle-display-image): Ensure that the
7041         image spec passed to the animate timer is the same object as in
7042         the buffer's display property (Bug#6981).
7043         (image-transform-properties): Doc fix.
7045         * image.el (image-animate-max-time): Default to nil.
7047 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
7049         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
7050         entire buffer list (Bug#8184).
7052 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
7054         * image.el (imagemagick-types-inhibit)
7055         (imagemagick-register-types): Doc fix.
7057 2011-05-29  Deniz Dogan  <deniz@dogan.se>
7059         * net/rcirc.el (rcirc): Use the user's stored encryption method by
7060         default.
7062 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
7064         * select.el: Don't perform clipboard-manager saving in hooks;
7065         leave the hooks empty.
7067 2011-05-28  Leo Liu  <sdl.web@gmail.com>
7069         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
7070         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
7071         (occur-edit-mode): New major mode (Bug#8463).
7072         (occur-after-change-function): New function.
7073         (occur-engine): Give Occur tags a read-only property.
7075 2011-05-28  Kevin Ryde  <user42@zip.com.au>
7077         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
7079 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
7081         * bindings.el (help-echo): Make the initial non-indicator dash
7082         empty on graphical terminals (Bug#7295).
7084         * files.el (auto-mode-alist): Move config rule after the
7085         in-stripping one (Bug#8547).
7087         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
7089         * startup.el (normal-splash-screen): Remove gratuitous mode-line
7090         setting (Bug#8740).
7092 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
7094         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
7095         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
7096         (Bug#8539).
7098 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
7100         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
7102 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
7104         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
7105         (hs-hide-block-at-point, hs-find-block-beginning)
7106         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
7107         (Bug#8279).
7109 2011-05-28  Glenn Morris  <rgm@gnu.org>
7111         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
7113 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
7115         * help-fns.el (describe-function-1): If the function is a derived
7116         major mode, print the parent mode.
7118         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
7119         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
7121 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7123         * minibuffer.el (completion--capf-wrapper): Check applicability before
7124         returning non-nil for non-exclusive completion data.
7125         * progmodes/etags.el (tags-completion-at-point-function):
7126         * info-look.el (info-lookup-completions-at-point): Mark as
7127         non-exclusive.
7128         (info-complete): Adjust accordingly.
7130         * info-look.el: Convert to lexical-binding and completion-at-point.
7131         (info-lookup-completions-at-point): New function.
7132         (info-complete): Use it and completion-in-region.
7134 2011-05-28  Drew Adams  <drew.adams@oracle.com>
7136         * isearch.el: Let M-e start with point at the first mismatched char.
7137         (isearch-fail-pos): New function.
7138         (isearch-edit-string): Use it.
7140 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
7142         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7144 2009-11-23  Toby Cubitt  <toby-predictive@dr-qubit.org>
7146         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
7147         traversal functions for avl-trees.
7148         (avl-tree--stack): New struct.
7149         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
7150         (avl-tree-enter): Add optional `updatefun' arg.
7151         (avl-tree--do-enter): Add optional `updatefun' arg.
7152         Change return value.
7153         (avl-tree-delete): Add optional `test' and `nilflag' args.
7154         (avl-tree--do-delete): Add `test' and `nilflag' args.
7155         Change return value.
7156         (avl-tree-member): Add optional `nilflag'
7157         (avl-tree-member-p): New function.
7158         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
7159         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
7160         (avl-tree-stack-empty-p): New functions.
7162 2009-11-23  Toby Cubitt  <toby-predictive@dr-qubit.org>
7164         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
7165         avl-tree--del-balance1 and make it work both ways.
7166         (avl-tree--del-balance2): Remove.
7167         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
7168         make it work both ways.
7169         (avl-tree--enter-balance2): Remove.
7170         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
7171         New macros.
7172         (avl-tree--mapc, avl-tree-map): Add direction argument.
7174 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
7176         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
7178 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
7180         * select.el: Support clipboard managers with built-in function
7181         x-clipboard-manager-save, via delete-frame-functions and
7182         kill-emacs-hook.
7183         (xselect-convert-to-targets): Add MULTIPLE target to list.
7184         (xselect-convert-to-save-targets): New function.
7186 2011-05-27  Kenichi Handa  <handa@m17n.org>
7188         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
7189         let-binding rfc2047-encode-encoded-words to nil.
7191 2011-05-27  Glenn Morris  <rgm@gnu.org>
7193         * mail/emacsbug.el: Don't require url-util.
7195         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
7197         * files.el (set-auto-mode):
7198         Also respect mode: entries at the end of the file.  (Bug#8586)
7200 2011-05-26  Glenn Morris  <rgm@gnu.org>
7202         * files.el (hack-local-variables-prop-line, hack-local-variables):
7203         Downcase mode names, as seems to be traditional.
7204         (hack-local-variables, hack-local-variables-apply): Doc fixes.
7206         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
7207         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
7209 2011-05-25  Julien Danjou  <julien@danjou.info>
7211         * textmodes/rst.el (rst-define-level-faces): Do not define face
7212         symbol if it is already defined.
7214 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
7216         * play/5x5.el (5x5-new-game, 5x5-randomize):
7217         Reset 5x5-solver-output to nil when a new grid is cast.
7218         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
7219         these debugging traces, as defmacro breaks the compiled code.
7221 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
7223         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7225 2011-05-24  Leo Liu  <sdl.web@gmail.com>
7227         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
7228         (vc-bzr-sha1): Adapt.
7230         * sha1.el: Remove.  Function `sha1' is now builtin.
7232         * bindings.el: Provide sha1 feature.
7234 2011-05-24  Kenichi Handa  <handa@m17n.org>
7236         * mail/sendmail.el: Require `rfc2047'.
7237         (mail-insert-from-field): Do not perform RFC2047 encoding.
7238         (mail-encode-header): New function.
7239         (sendmail-send-it): Set buffer-file-coding-system of the work
7240         buffer to the return value of select-message-coding-system.
7241         Call mail-encode-header.
7243         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
7245 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
7247         * mail/supercite.el (sc-default-cite-frame):
7248         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7250 2011-05-24  Glenn Morris  <rgm@gnu.org>
7252         * progmodes/python.el (brm-menu): Declare.
7254         * emulation/viper.el (viper-set-hooks): Declare.
7256         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
7257         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
7258         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
7259         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
7260         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
7261         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
7263 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7265         Add an :exit-function for completion-at-point.
7267         * minibuffer.el (completion--done): New fun.
7268         (completion--do-completion): Use it.  New arg `expect-exact'.
7269         (minibuffer-complete, minibuffer-complete-word): Don't output message,
7270         since completion--do-completion does it for us now.
7271         (minibuffer-force-complete): Use completion--done and
7272         completion--replace.  Handle sole-completion case with more care.
7273         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
7274         (completion-extra-properties): New var.
7275         (completion-annotate-function): Make obsolete.
7276         (minibuffer-completion-help): Adjust accordingly.
7277         Use completion-list-insert-choice-function.
7278         (completion-at-point, completion-help-at-point):
7279         Bind completion-extra-properties.
7280         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
7281         * simple.el (completion-list-insert-choice-function): New var.
7282         (completion-setup-function): Preserve it.
7283         (choose-completion): Pay attention to it, shuffle the code a bit.
7284         (choose-completion-string): New arg `insert-function'.
7286         * textmodes/bibtex.el: Convert to lexical binding.
7287         (bibtex-mode-map): Use completion-at-point.
7288         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
7289         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
7290         (bibtex-complete): Define as obsolete alias.
7291         (bibtex-complete-internal): Remove.
7292         (bibtex-format-entry): Remove unused sub-group in regexp.
7293         * shell.el (shell--command-completion-data)
7294         (shell-environment-variable-completion):
7295         * pcomplete.el (pcomplete-completions-at-point):
7296         * comint.el (comint--complete-file-name-data): Use :exit-function
7297         instead of completion-table-with-terminator so it also works for
7298         choose-completion.
7300 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7302         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
7304         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
7305         (bug#8710).
7307         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
7309 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
7311         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
7312         customization variable and implement: If non-nil, auto-fill will
7313         be inhibited while on topic's header line.
7315 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
7317         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
7318         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
7319         always have a solution in grid size = 5 cases.
7320         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
7321         (5x5-solver-output, 5x5-log-buffer): New vars.
7322         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
7323         Make these variables buffer local to achieve 5x5 multi-session-ness.
7324         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
7325         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
7326         (5x5-solve-suggest): New funs.
7327         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
7328         randomize a grid so that we ensure that there is always a solution.
7329         (5x5-make-random-grid): Allow other movement than flipping.
7331 2011-05-23  Kevin Ryde  <user42@zip.com.au>
7333         * emacs-lisp/advice.el (ad-read-advised-function):
7334         Use `function-called-at-point' as the default, if it has
7335         advice and passes PREDICATE.
7337 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7339         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
7340         byte-compile-lambda if it's actually a lambda.
7342         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
7343         Fix function quoting.  Use backquote better.
7345 2011-05-22  Yuanle Song  <sylecn@gmail.com>
7347         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
7348         matching (Bug#8516).
7350 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
7352         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
7353         different face (Bug#8178).
7355 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
7357         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
7358         defface (Bug#8144).
7360 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7362         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
7363         funcall as well (bug#8712).  Warn when performing those conversions.
7364         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
7366         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
7368 2011-05-22  Glenn Morris  <rgm@gnu.org>
7370         * files.el (hack-local-variables-prop-line): Small simplifications.
7371         (hack-local-variables, hack-local-variables-prop-line):
7372         If MODE-ONLY, return the mode, rather than just `t'.
7374 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7376         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
7378 2011-05-21  Glenn Morris  <rgm@gnu.org>
7380         * files.el (hack-local-variables-prop-line, hack-local-variables):
7381         If only interested in the mode, don't bother doing the other stuff.
7383         * image-mode.el (image-after-revert-hook):
7384         Redraw all frames on which the image is visible.  (Bug#8567)
7386         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
7388         * wid-edit.el (widget-checklist-match-inline):
7389         Fix 2011-04-19 change.  (Bug#8649)
7391 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7393         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
7394         Also allow singlespace after single-letter capitals followed by a dot.
7396         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
7397         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
7399 2011-05-20  Nix  <nix@esperi.org.uk>
7401         * files.el (basic-save-buffer-2):
7402         Fix handling of break-hardlink-on-save with non-existent files.
7404 2011-05-19  Deniz Dogan  <deniz@dogan.se>
7406         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
7407         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
7409 2011-05-19  Glenn Morris  <rgm@gnu.org>
7411         * progmodes/f90.el (f90-type-def-re):
7412         Handle "type, bind(c)".  (Bug#8691)
7414         * emacs-lisp/autoload.el (batch-update-autoloads):
7415         Set autoload-excludes by parsing loadup.el rather than Makefiles.
7417 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
7419         * net/tramp.el (tramp-process-actions): Set "first-password-request"
7420         property for the correct connection in case of multihops.
7422 2011-05-18  Glenn Morris  <rgm@gnu.org>
7424         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
7425         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
7427         Rationalize calendar handling of day and month abbrev-arrays.
7428         * calendar/calendar.el (calendar-customized-p): New function.
7429         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
7430         (calendar-day-name-array, calendar-month-name-array): Doc fix.
7431         Add :set function.
7432         (calendar-abbrev-length, calendar-day-abbrev-array)
7433         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
7434         (calendar-day-abbrev-array, calendar-month-abbrev-array):
7435         Elements may no longer be nil.
7436         (calendar-day-name, calendar-month-name):
7437         Update for changed nature of abbrev arrays.
7438         * calendar/diary-lib.el (diary-name-pattern):
7439         Update for changed nature of abbrev arrays.
7440         (diary-mark-entries-1): Update calendar-make-alist calls.
7441         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
7442         * calendar/cal-html.el (cal-html-day-abbrev-array):
7443         Simply inherit from calendar-day-abbrev-array.
7445 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7447         * progmodes/grep.el (grep-mode): Disable default
7448         compilation-directory-matcher setting (bug#8684).
7450 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
7452         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
7453         instead of "head" and "tail".  There were problems with SunOS 5.9,
7454         and it performs better.
7456 2011-05-17  Glenn Morris  <rgm@gnu.org>
7458         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
7460         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7461         Replace obsolete function.
7463         * shell.el (pcomplete-parse-arguments-function): Declare.
7465         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
7466         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
7467         (appt-check): Doc fixes.
7468         (appt-disp-window-function, appt-delete-window-function):
7469         Remove needless special case in custom :type.
7470         (appt-display-count): Default to 0, not nil.
7471         (appt-check): Reset appt-display-count to 0, not nil.
7473 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
7475         * progmodes/python.el (python-font-lock-keywords):
7476         Add the Python 3.X keyword "nonlocal" (bug#8639).
7478 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7480         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
7482 2011-05-16  Kevin Ryde  <user42@zip.com.au>
7484         * info-look.el (makefile-automake-mode): New setups, looking in
7485         automake manual, then makefile-mode.
7486         (makefile-mode): Remove automake manual, have it just in
7487         makefile-automake-mode since there's various things different or
7488         not relevant to plain make.
7489         (makefile-mode): Remove "other-modes" non-existent automake-mode,
7490         believe a hypothetical automake-mode would go to makefile-mode,
7491         not the other way around.
7493 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
7495         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
7496         hunk-end tags (Bug#8672).
7498         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
7499         vc-annotate-show-diff-revision-at-line (Bug#8671).
7501 2011-05-14  Glenn Morris  <rgm@gnu.org>
7503         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
7504         in the middle of an existing one with multiple authors.  (Bug#8645)
7505         (change-log-font-lock-keywords): Also handle multiple author lines
7506         with leading tabs.  (Bug#8644)
7508         * calendar/appt.el (appt-check): Rename some local variables.
7509         Some simplification/reordering.
7511         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
7512         (feedmail-sendmail-f-doesnt-sell-me-out)
7513         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7514         (feedmail-debug-sit-for, feedmail-queue-express-hook)
7515         (feedmail-queue-runner-message-sender): Set :version.
7516         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
7517         (bbdb-dwim-net-address, vm-mail): Declare.
7518         (feedmail-binmail-gnulinuxish-template):
7519         Rename from feedmail-binmail-linuxish-template.
7520         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
7521         Use insert-buffer-substring.
7523 2011-05-14  Bill Carpenter  <bill@carpenter.org>
7525         * mail/feedmail.el (feedmail-patch-level): Increase.
7526         (feedmail-debug): New custom group.
7527         (feedmail-confirm-outgoing-timeout)
7528         (feedmail-sendmail-f-doesnt-sell-me-out)
7529         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7530         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
7531         (feedmail-sender-line, feedmail-from-line)
7532         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
7533         (feedmail-spray-this-address)
7534         (feedmail-spray-address-fiddle-plex-list)
7535         (feedmail-queue-use-send-time-for-date)
7536         (feedmail-queue-use-send-time-for-message-id)
7537         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
7538         (feedmail-buffer-eating-function):
7539         Doc fixes.
7540         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
7541         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
7542         (feedmail-message-action-scroll-down): New functions.
7543         (feedmail-queue-directory, feedmail-queue-draft-directory):
7544         Use expand-file-name.
7545         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
7546         Remove C-v help entry.
7547         (feedmail-queue-buffer-file-name): New variable.
7548         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
7549         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
7550         (feedmail-message-action-send-strong, feedmail-message-action-edit)
7551         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
7552         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
7553         (feedmail-message-action-toggle-spray)
7554         (feedmail-run-the-queue-no-prompts)
7555         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
7556         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
7557         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
7558         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
7559         (feedmail-envelope-deducer, feedmail-fiddle-from)
7560         (feedmail-fiddle-sender, feedmail-default-date-generator)
7561         (feedmail-fiddle-date, feedmail-fiddle-message-id)
7562         (feedmail-fiddle-spray-address)
7563         (feedmail-fiddle-list-of-spray-fiddle-plexes)
7564         (feedmail-fiddle-list-of-fiddle-plexes)
7565         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
7566         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
7567         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
7568         Change default.  Doc fix.
7569         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
7570         (feedmail-binmail-linuxish-template): New constant.
7571         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
7572         Respect feedmail-sendmail-f-doesnt-sell-me-out.
7573         (feedmail-send-it): Add debug call.
7574         Use feedmail-queue-buffer-file-name, and
7575         feedmail-send-it-immediately-wrapper.
7576         (feedmail-message-action-send): Add debug call.
7577         Use feedmail-send-it-immediately-wrapper.
7578         (feedmail-queue-express-to-queue): Add debug call.
7579         Run feedmail-queue-express-hook.
7580         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
7581         (feedmail-message-action-help-blat):
7582         Rename from feedmail-queue-send-edit-prompt-help-first.
7583         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
7584         Check line-endings.  Handle errors better.
7585         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
7586         Doc fix.  Add debug call.
7587         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
7588         Use feedmail-queue-send-edit-prompt-inner.
7589         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
7590         (feedmail-queue-send-edit-prompt-inner): New function, extracted
7591         from feedmail-queue-send-edit-prompt.
7592         (feedmail-queue-send-edit-prompt-help)
7593         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
7594         (feedmail-tidy-up-slug): Add debug call.
7595         Respect feedmail-queue-slug-suspect-regexp.
7596         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
7597         (feedmail-dump-message-to-queue): Add debug call.
7598         Expand queue-directory.
7599         (feedmail-dump-message-to-queue): Change message slightly.
7600         Use feedmail-say-chatter.
7601         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
7602         (feedmail-send-it-immediately-wrapper): New function.
7603         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
7604         Insert empty string rather than newline.  Handle full-frame case.
7605         Use catch/throw.  Use feedmail-say-chatter.
7606         (feedmail-fiddle-from): Try mail-host-address.
7607         (feedmail-default-message-id-generator): Doc fix.
7608         Bind system-time-locale.  Handle missing end.
7609         (feedmail-fiddle-x-mailer): Add debug call.
7610         Handle feedmail-x-mailer-line being nil.
7611         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
7612         Add debug call.  Use buffer-substring-no-properties.
7613         (feedmail-say-debug, feedmail-say-chatter): New functions.
7614         (feedmail-find-eoh): Give an explicit error.
7616 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
7618         * net/newst-treeview.el (newsticker-treeview-face): Change default
7619         family from helvetica to sans.
7620         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
7621         etc/images/newsticker.
7623         * net/newst-reader.el (newsticker-feed-face): Change default
7624         family from helvetica to sans.
7626         * net/newst-plainview.el (newsticker-new-item-face)
7627         (newsticker-old-item-face, newsticker-immortal-item-face)
7628         (newsticker-obsolete-item-face, newsticker-date-face)
7629         (newsticker-statistics-face): Change default family from
7630         helvetica to sans.
7631         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
7632         etc/images/newsticker.
7634         * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
7635         (newsticker--process-auto-mark-filter-match): : Tell user about
7636         auto-marking.
7638 2011-05-13  Didier Verna  <didier@xemacs.org>
7640         Common Lisp indentation improvements on defmethod and lambda-lists.
7641         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
7642         TODO entries.
7643         (lisp-lambda-list-keyword-parameter-indentation)
7644         (lisp-lambda-list-keyword-parameter-alignment)
7645         (lisp-lambda-list-keyword-alignment): New customizable user options.
7646         (lisp-indent-defun-method): Improve docstring.
7647         (extended-loop-p): Fix comment.
7648         (lisp-indent-lambda-list-keywords-regexp): New variable.
7649         (lisp-indent-lambda-list): New function.
7650         (lisp-indent-259): Use it.
7651         (lisp-indent-defmethod): Support for more than one
7652         method qualifier and properly indent methods lambda-lists.
7653         (defgeneric): Provide a missing common-lisp-indent-function property.
7655 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7657         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
7658         bounds for the empty string (bug#8667).
7660 2011-05-13  Glenn Morris  <rgm@gnu.org>
7662         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
7664         * mail/sendmail.el (sendmail-program): Try executable-find first.
7665         (sendmail-send-it): `sendmail-program' cannot be unbound.
7667         * calendar/appt.el (appt-make-list): Simplify.
7668         (appt-time-msg-list): Doc fix.
7669         (appt-check): Change mode-line message at the time of the appointment.
7671 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
7673         * progmodes/ld-script.el (ld-script-keywords)
7674         (ld-script-builtins): Update keywords list.
7676 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7678         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
7680         * shell.el (shell-completion-vars): New function.
7681         (shell-mode):
7682         * simple.el (read-shell-command): Use it.
7683         (blink-matching-open): No need for " [...]" in minibuffer-message.
7685 2011-05-12  Glenn Morris  <rgm@gnu.org>
7687         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
7688         (appt-check): Simplify.
7690 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
7692         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
7693         literal "/dev/null".
7695 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7697         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
7698         Fix typo.
7700 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
7702         * progmodes/which-func.el (which-function):
7703         Use add-log-current-defun instead of add-log-current-defun-function,
7704         which might not be defined (Bug#8260).
7706 2011-05-12  Glenn Morris  <rgm@gnu.org>
7708         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
7709         Let byte-compile-initial-macro-environment always take precedence.
7711 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7713         * net/rcirc.el: Add support for SSL/TLS connections.
7714         (rcirc-server-alist): New field `encryption'.
7715         (rcirc): Check `encryption' settings.
7716         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
7717         Merge make-local-variable into `set'.
7718         (rcirc--connection-open-p): New function.
7719         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
7720         the process is not a network process (e.g. running gnutls-cli).
7721         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7722         Make rcirc-(en|de)code-coding-system local here.
7723         (rcirc-mode): Merge make-local-variable into `set'.
7724         (rcirc-parent-buffer): Make permanent buffer-local.
7725         (rcirc-multiline-minor-mode): Don't do it here.
7726         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
7727         there's no server buffer.
7729 2011-05-11  Glenn Morris  <rgm@gnu.org>
7731         * newcomment.el (comment-kill): Prefix "unused" local.
7733         * term/w32console.el (get-screen-color): Declare.
7735         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7736         Handle symbol elements of byte-compile-initial-macro-environment.
7738 2011-05-10  Leo Liu  <sdl.web@gmail.com>
7740         * bookmark.el (bookmark-bmenu-mode-map):
7741         Bind bookmark-bmenu-search to `/'.
7743         * mail/footnote.el: Convert to utf-8 encoding.
7744         (footnote-unicode-string, footnote-unicode-regexp): New variable.
7745         (Footnote-unicode): New function.
7746         (footnote-style-alist): Add unicode style to the list.
7747         (footnote-style): Doc fix.
7749 2011-05-10  Jim Meyering  <meyering@redhat.com>
7751         Fix doubled-word typos.
7752         * international/quail.el (quail-insert-kbd-layout): and and -> and
7753         * kermit.el: and and -> and
7754         * net/ldap.el (ldap-search-internal): to to -> to
7755         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
7756         * progmodes/js.el (js-mode): and and -> and
7757         * textmodes/artist.el (artist-move-to-xy): at at -> at
7758         (artist-draw-region-trim-line-endings): if if -> if
7759         And Safetyc -> Safety.
7760         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
7762 2011-05-10  Glenn Morris  <rgm@gnu.org>
7763             Stefan Monnier  <monnier@iro.umontreal.ca>
7765         * files.el (hack-one-local-variable-eval-safep):
7766         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
7768 2011-05-10  Glenn Morris  <rgm@gnu.org>
7770         * calendar/diary-lib.el (diary-list-entries-hook)
7771         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
7772         (diary-nongregorian-marking-hook, diary-list-entries)
7773         (diary-include-other-diary-files, diary-mark-entries)
7774         (diary-mark-included-diary-files): Doc fixes.
7776 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
7778         * misc.el: Require tabulated-list.el during compilation.
7780 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
7782         * progmodes/compile.el (compilation-start):
7783         Run compilation-filter-hook for the async case too.
7784         (compilation-filter-hook): Doc fix.
7786 2011-05-09  Deniz Dogan  <deniz@dogan.se>
7788         * wdired.el: Remove outdated installation comment.  Fix usage
7789         comment.
7791 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
7793         * misc.el: Implement new command `list-dynamic-libraries'.
7794         (list-dynamic-libraries--loaded-only-p): New variable.
7795         (list-dynamic-libraries--refresh): New function.
7796         (list-dynamic-libraries): New command.
7798 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
7800         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7801         Fix the ant regexp to handle end-line and end-column info from jikes.
7802         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
7803         higher priority to avoid clobbering by gnu.
7805 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
7807         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
7808         if the face has existing theme settings (Bug#8454).
7810 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
7812         * progmodes/perl-mode.el (perl-imenu-generic-expression):
7813         Only match variables declared via `my' or `our' (Bug#8261).
7815         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
7816         special file names `.' and `..' (Bug#8259).
7818 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
7820         * progmodes/grep.el (grep-mode-font-lock-keywords):
7821         Remove buffer-changing entries.
7822         (grep-filter): New function.
7823         (grep-mode): Add it to compilation-filter-hook.
7825         * progmodes/compile.el (compilation-filter-hook)
7826         (compilation-filter-start): New defvars.
7827         (compilation-filter): Call compilation-filter-hook prior to
7828         updating the process mark.
7830 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7832         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
7834 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
7836         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
7837         mailclient-send-it even if window-system is nil.  (Bug#8595)
7839         * term/w32console.el (terminal-init-w32console):
7840         Call get-screen-color and use its output to set the frame
7841         background-mode.  (Bug#8597)
7843 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7845         Make bytecomp.el understand that defmethod defines funs (bug#8631).
7846         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
7847         New functions.
7848         (defgeneric, eieio--defmethod): Use them.
7849         (eieio-defgeneric): Remove.
7850         (defmethod): Call defgeneric in a way visible to the byte-compiler.
7852 2011-05-07  Glenn Morris  <rgm@gnu.org>
7854         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
7855         Use let rather than let*.
7856         (timeclock-find-discrep): Remove unused local.
7858         * calendar/diary-lib.el (diary-comment-start): Doc fix.
7860         * calendar/appt.el (appt-time-msg-list): Doc fix.
7862 2011-05-06  Noah Friedman  <friedman@splode.com>
7864         * apropos.el (apropos-print-doc): Only use
7865         emacs-lisp-docstring-fill-column when it is bound to an integer,
7866         per that variable's documentation.
7868 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7870         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
7871         and warnings are not silently discarded (e.g. use -d instead of -P).
7873 2011-05-06  Glenn Morris  <rgm@gnu.org>
7875         * calendar/appt.el (appt-message-warning-time): Doc fix.
7876         (appt-warning-time-regexp): New option.
7877         (appt-make-list): Respect appt-message-warning-time.
7879         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
7880         New options.
7881         (diary-add-to-list): Strip comments from the displayed string.
7882         (diary-mode): Set comment-start and comment-end.
7884         * vc/diff-mode.el (smerge-refine-subst): Declare.
7885         (diff-refine-hunk): Don't require smerge-mode when compiling.
7887 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
7889         * simple.el (list-processes): Return nil as the docstring says.
7891 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
7893         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
7894         to "".
7895         (ange-ftp-write-region, ange-ftp-insert-file-contents)
7896         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
7897         determining of binary transfer.  (Bug#7383)
7899 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
7901         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7902         Fix port computation bug.  (Bug#8618)
7904 2011-05-05  Glenn Morris  <rgm@gnu.org>
7906         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
7908         * simple.el (shell-dynamic-complete-functions)
7909         (comint-dynamic-complete-functions): Declare.
7911         * net/network-stream.el (gnutls-negotiate):
7912         * simple.el (tabulated-list-print): Fix declarations.
7914         * progmodes/gud.el (syntax-symbol, syntax-point):
7915         Remove unnecessary and incorrect declarations.
7917         * emacs-lisp/check-declare.el (check-declare-scan):
7918         Handle byte-compile-initial-macro-environment in bytecomp.el
7920 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7922         Fix earlier half-done eieio-defmethod change (bug#8338).
7923         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
7924         Streamline and change calling convention.
7925         (defmethod): Adjust accordingly and simplify.
7926         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
7927         new eieio--defmethod.
7928         (slot-boundp): Minor CSE simplification.
7930 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
7932         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
7933         (glasses-make-readable): Use glasses-separate-capital-groups.
7935 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
7937         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
7938         (warning-series): Doc fix.
7939         (display-warning): Don't try to create the buffer if we just found it.
7941 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
7943         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
7944         (autoload-find-generated-file): New function.
7945         (generate-file-autoloads): Bind generated-autoload-file to
7946         buffer-file-name.
7947         (update-file-autoloads, update-directory-autoloads):
7948         Use autoload-find-generated-file.  If called interactively, prompt for
7949         output file (Bug#7989).
7950         (batch-update-autoloads): Doc fix.
7952 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
7954         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
7956 2011-05-04  Glenn Morris  <rgm@gnu.org>
7958         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
7959         function, so it follows changes in calendar-date-style.
7960         (diary-fancy-date-matcher): New function.
7961         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
7962         (diary-fancy-font-lock-fontify-region-function):
7963         Use diary-fancy-date-pattern as a function.
7965         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
7966         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
7968 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
7970         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
7971         instead of positional arguments.  Allow :keylist and :crlfiles
7972         arguments.
7973         (open-gnutls-stream): Call it.
7975         * net/network-stream.el (network-stream-open-starttls): Adjust to
7976         call `gnutls-negotiate' with :process and :hostname arguments.
7978 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7980         * minibuffer.el (completion--message): New function.
7981         (completion--do-completion, minibuffer-complete)
7982         (minibuffer-force-complete, minibuffer-complete-word): Use it.
7983         (completion--do-completion): Don't ignore completion-auto-help when in
7984         icomplete-mode.
7986         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
7987         internal encoding (e.g. tibetan zero is not whitespace).
7988         (global-whitespace-mode): Prefer save-current-buffer.
7989         (whitespace-trailing-regexp): Remove useless save-match-data.
7990         (whitespace-empty-at-bob-regexp): Minor simplification.
7992 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
7994         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
7996 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7998         * textmodes/ispell.el (ispell-add-per-file-word-list):
7999         Use `concat' to create string for insertion.
8001 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8003         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
8004         Avoid open-line which runs post-self-insert-hook.
8005         (bibtex-fill-entry): Remove unused `end' var.
8007 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
8009         * textmodes/ispell.el (ispell-add-per-file-word-list):
8010         Protect against `nil' value of `comment-start' (Bug#8579).
8012 2011-05-03  Leo Liu  <sdl.web@gmail.com>
8014         * isearch.el (isearch-yank-pop): New command.
8015         (isearch-mode-map): Bind it to `M-y'.
8016         (isearch-forward): Mention it.
8018 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8020         * simple.el (minibuffer-complete-shell-command): Remove.
8021         (minibuffer-local-shell-command-map): Use completion-at-point.
8022         (read-shell-command): Setup completion vars here instead.
8023         (read-expression-map): Bind TAB to symbol completion.
8025         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
8026         error directly rather via storing it into `results'.
8028 2011-05-02  Leo Liu  <sdl.web@gmail.com>
8030         * vc/diff.el: Fix description.
8032 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8034         * server.el (server-eval-at): New function.
8036 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8038         * net/network-stream.el (open-network-stream): Take a :nowait
8039         parameter and pass it on to `make-network-process'.
8040         (network-stream-open-plain): Ditto.
8042 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
8044         * faces.el (face-spec-set-match-display): Don't match toolkit
8045         options on terminal frames.
8047 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8049         * progmodes/pascal.el: Use lexical binding.
8050         (pascal-mode-map): Remove author preferences.
8052         * pcomplete.el (pcomplete-std-complete): Don't abuse
8053         completion-at-point.
8055 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
8057         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
8058         removing code that has been dead since 1991 or so.
8060         * startup.el (command-line): When warning about "_emacs", use a
8061         delayed warning to allow the user to filter it out.
8063 2011-04-28  Deniz Dogan  <deniz@dogan.se>
8065         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
8066         user has not joined.
8068 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8070         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
8071         aren't any completions at point.
8073 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
8075         * subr.el (display-delayed-warnings): New function.
8076         (delayed-warnings-hook): New variable.
8078 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8080         * minibuffer.el (completion-at-point, completion-help-at-point):
8081         Don't presume that a given completion-at-point-function will always
8082         use the same calling convention.
8084         * pcomplete.el (pcomplete-completions-at-point):
8085         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
8086         pcomplete-seen is non-nil.
8087         (pcomplete-comint-setup): Also recognize the new comint/shell
8088         completion functions.
8089         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
8090         pcomplete-seen is non-nil.
8092 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
8094         * calendar/icalendar.el (diary-lib): Add require statement.
8095         (icalendar--create-uid): Read out a uid from a text-property on
8096         the first character in the entry.  This allows for code to add its
8097         own uid to the entry.
8098         (icalendar--convert-float-to-ical): Add export of
8099         `diary-float'-entries save for those with the optional DAY
8100         argument.
8102 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
8104         * subr.el (shell-quote-argument): Use alternate escaping strategy
8105         when we spot a variable reference in a string.
8107 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
8109         * cus-start.el (all): Define customization for debug-on-event.
8111 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
8113         * subr.el (shell-quote-argument): Escape correctly under Windows.
8115 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8117         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
8119 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
8121         * net/tramp.el (tramp-process-actions): Add POS argument.
8122         Delete region between POS and (pos).
8124         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8125         Use `nil' position in `tramp-process-actions' call.
8126         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
8128         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
8129         position in `tramp-process-actions' call.
8131         * net/trampver.el: Update release number.
8133 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8135         * custom.el (defcustom): Obey lexical-binding.
8137         Fix octave-inf completion problems reported by Alexander Klimov.
8138         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
8139         Inherit from octave-mode-syntax-table.
8140         (inferior-octave-mode): Set info-lookup-mode.
8141         (inferior-octave-completion-at-point): New function.
8142         (inferior-octave-complete): Use it and completion-in-region.
8143         (inferior-octave-dynamic-complete-functions): Use it as well, and use
8144         comint-filename-completion.
8145         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
8146         symbol elements which shouldn't be word elements.
8147         (octave-font-lock-keywords, octave-beginning-of-defun)
8148         (octave-function-header-regexp): Adjust regexps accordingly.
8149         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
8151 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
8153         * net/gnutls.el (gnutls-errorp): Declare before first use.
8155 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
8157         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
8158         verify-error, and verify-hostname-error parameters.  Check whether
8159         default trustfile exists before going to use it.  Add missing
8160         argument to gnutls-message-maybe call.  Return value.
8161         Reported by Claudio Bley <claudio.bley@gmail.com>.
8162         (open-gnutls-stream): Add usage example.
8164         * net/network-stream.el (network-stream-open-starttls): Give host
8165         parameter to `gnutls-negotiate'.
8166         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8167         * subr.el (shell-quote-argument): Escape correctly under Windows.
8169 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
8171         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8172         Use correct match group (bug#8438).
8174 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
8176         * emacs-lisp/package.el (package-built-in-p): Fix typo.
8177         (package-menu--generate): New arg specifying packages to show.
8178         (package-menu-refresh, package-menu-execute, list-packages):
8179         Callers changed.
8180         (package-show-package-list): New function, replacing deleted
8181         package--list-packages (renamed because it is non-internal).
8183         * finder.el (finder-list-matches): Use package-show-package-list
8184         instead of deleted package--list-packages.
8186         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
8187         Based on a previous implementation by Juanma Barranquero (Bug#8366).
8188         (vc-annotate-mode-map): Bind it to RET.
8190 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
8192         * progmodes/etags.el (next-file): Don't use set-buffer to change
8193         buffers (Bug#8478).
8195 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
8197         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
8199         * apropos.el (apropos-label-face): Avoid variable-pitch face.
8200         (apropos-accumulator): Doc fix.
8201         (apropos-function, apropos-macro, apropos-command)
8202         (apropos-variable, apropos-face, apropos-group, apropos-widget)
8203         (apropos-plist): Add face property.
8204         (apropos-symbols-internal): Fix indentation.
8205         (apropos-print): Simplify help, and recognize apropos-multi-type.
8206         (apropos-print-doc): Use button-type-get to extract the button's
8207         face property.  Fill docstring (Bug#8352).
8209 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
8211         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
8213         * play/mpuz.el (mpuz-silent): Doc fix.
8214         (mpuz-mode-map): Use mapc.
8215         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
8216         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
8217         Fix typos in docstrings.
8219         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
8220         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
8222         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
8224 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
8226         * minibuffer.el (completion--do-completion): Avoid the "Next char
8227         not unique" prompt if icomplete-mode is enabled (Bug#5849).
8229         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
8230         mouse-2 into unread-command-events, it is interpreted correctly.
8232         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
8233         (image-toggle-display): Doc fix.
8235 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
8237         * textmodes/page.el (what-page): Use line-number-at-pos to
8238         calculate line number (Bug#6825).
8240 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
8242         * eshell/esh-mode.el (find-tag-interactive): Declare function.
8243         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
8244         Pass argument NO-DEFAULT to `find-tag-interactive'.
8246 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
8248         Lexical-binding cleanup.
8250         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
8251         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
8252         * progmodes/ada-prj.el (ada-prj-initialize-values)
8253         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
8254         (ada-prj-show-value):
8255         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
8256         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
8257         (antlr-invalidate-context-cache, antlr-options-menu-filter)
8258         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
8259         * progmodes/bug-reference.el (bug-reference-push-button):
8260         * progmodes/fortran.el (fortran-line-length):
8261         * progmodes/glasses.el (glasses-change):
8262         * progmodes/octave-mod.el (octave-fill-paragraph):
8263         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
8264         (python-pdbtrack-grub-for-buffer, python-sentinel):
8265         * progmodes/sql.el (sql-save-connection):
8266         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
8267         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
8268         Mark unused parameters.
8270         * progmodes/compile.el (compilation--flush-directory-cache)
8271         (compilation--flush-parse, compile-internal): Mark unused parameters.
8272         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
8273         (compilation-next-error-function): Remove unused variable `timestamp'.
8275         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
8276         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
8278         * progmodes/dcl-mode.el (dcl-end-of-command):
8279         Remove unused variable `start'.
8280         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
8281         (dcl-option-value-basic, dcl-option-value-offset)
8282         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
8283         Mark unused parameters.
8284         (dcl-save-local-variable): Remove unused variable `val'.
8285         (mode): Declare.
8287         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
8288         Mark unused parameters.
8289         (delphi-ignore-changes): Move before first use.
8290         (delphi-charset-token-at): Remove unused variable `start'.
8291         (delphi-else-start): Remove unused variable `if-count'.
8292         (delphi-comment-block-start, delphi-comment-block-end):
8293         Remove unused variable `kind'.
8294         (delphi-indent-line): Remove unused variable `new-point'.
8296         * progmodes/ebrowse.el (ebrowse-files-list)
8297         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
8298         Mark unused parameters.  Don't quote `lambda'.
8299         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
8300         Don't quote `lambda'.
8301         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
8302         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
8303         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
8304         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
8305         Use `ignore-errors'.
8306         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
8307         (ebrowse-view/find-file-and-search-pattern)
8308         (ebrowse-view/find-member-declaration/definition):
8309         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
8310         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
8311         Rename parameter PREFIX-ARG to PREFIX.
8312         (ebrowse-tags-read-name): Remove unused variables `start' and
8313         `member-info'.
8314         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
8315         to `tags-file'.
8317         * progmodes/etags.el (local-find-tag-hook): Declare.
8318         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
8319         Mark unused parameters.
8321         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
8322         (executable-interpret): Mark unused parameter.
8324         * progmodes/flymake.el (flymake-process-sentinel)
8325         (flymake-after-change-function)
8326         (flymake-create-temp-with-folder-structure)
8327         (flymake-get-include-dirs-dot): Mark unused parameters.
8328         (flymake-safe-delete-directory): Remove unused variable `err'.
8330         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
8331         (speedbar-timer-fn, speedbar-line-text)
8332         (speedbar-change-expand-button-char, speedbar-delete-subblock)
8333         (speedbar-center-buffer-smartly): Declare functions.
8334         (gdb-find-watch-expression): Remove unused variable `array'.
8335         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
8336         (gdb-starting): Mark unused parameters.
8337         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
8338         (gdb-table-string): Remove unused variable `res'.
8339         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
8340         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
8341         (gdb-display-buffer): Remove unused variable `cur-size'.
8343         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
8344         allow lexical-binding compilation.
8345         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
8346         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
8347         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
8348         Mark unused parameters.
8349         (gud-gdb-marker-filter): Remove unused variable `match'.
8350         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
8351         lambda expressions and funcall them, instead of using `fset'.
8353         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
8354         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
8356         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
8357         variable `header-beg'; use `let'.
8359         * progmodes/icon.el (indent-icon-exp): Remove unused variables
8360         `restart', `last-sexp' and `at-do'.
8362         * progmodes/js.el (js--debug): Mark unused parameter.
8363         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
8364         (js--splice-into-items): Remove unused variable `item'.
8365         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
8367         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
8368         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
8369         (makefile-complete): Remove unused variable `try'.
8370         (makefile-fill-paragraph, makefile-match-function-end):
8371         Mark unused parameters.
8373         * progmodes/octave-inf.el (inferior-octave-complete):
8374         Remove unused variable `proc'.
8375         (inferior-octave-output-digest): Mark unused parameter.
8377         * progmodes/perl-mode.el (perl-calculate-indent):
8378         Remove unused variable `err'.
8380         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
8381         (prolog-indent-line): Mark unused parameters.
8382         (prolog-indent-line): Remove unused variable `beg'.
8384         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
8385         (reporter-dont-compact-list): Declare.
8387         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
8388         Remove unused variable `char'.
8389         (sh-debug): Mark unused parameter.
8390         (sh-get-indent-info): Remove unused variable `start'.
8391         (sh-calculate-indent): Remove unused variable `var'.
8393         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
8394         (simula-electric-keyword): Remove unused variable `null'.
8395         (simula-search-backward, simula-search-forward): Remove unused
8396         variables `begin' and `end'.
8398         * progmodes/vera-mode.el (vera-guess-basic-syntax):
8399         Remove unused variable `pos'.
8400         (vera-electric-tab, vera-comment-uncomment-region):
8401         Mark unused parameters.
8402         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
8404 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
8406         * emacs-lisp/package.el (package--builtins, package-alist)
8407         (package-load-descriptor, package-built-in-p, package-activate)
8408         (define-package, package-installed-p)
8409         (package-compute-transaction, package-buffer-info)
8410         (package--push): Doc fix.  Distinguish more clearly between
8411         version strings and version lists.
8413 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
8415         Lexical-binding cleanup.
8417         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
8418         (5x5-make-mutate-best):
8419         * play/fortune.el (fortune-in-buffer):
8420         * play/gomoku.el (gomoku-init-display):
8421         * play/solitaire.el (solitaire, solitaire-do-check):
8422         * play/tetris.el (tetris-default-update-speed-function):
8423         Mark unused parameters.
8425         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
8426         (bubbles--shift): Remove unused variable `char-org'.
8427         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
8428         (bubbles--show-images): Remove unused variable `char'.
8430         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
8431         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
8432         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
8433         (decipher-analyze-buffer): Use ?\s.
8434         (decipher-make-checkpoint): Remove unused variable `mapping'.
8436         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
8438         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
8439         Remove unused variable `result'; use `let'.
8441         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
8442         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
8443         (gametree-children-shown-p, gametree-compute-reduced-score):
8444         Use `ignore-errors'.
8446         * play/handwrite.el (ps-lpr-switches): Declare.
8447         (handwrite): Remove unused variables `pmin' and `lastp'.
8449         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
8451         * play/landmark.el (landmark-init-display)
8452         (landmark-update-naught-weights): Mark unused parameters.
8453         (landmark-y): Remove unused variable `noise'.  Simplify.
8454         (landmark-human-plays): Remove unused variable `score'.
8456         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
8457         (mpuz-try-proposal): Remove unused variable `game'.
8459         * play/zone.el (life-patterns): Declare.
8461 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
8463         * vc/vc.el (ediff-vc-internal): Declare function.
8465 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8467         * shell.el: Use lexical-binding and std completion UI.
8468         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
8469         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
8470         comint-preoutput-filter-functions rather than on
8471         comint-output-filter-functions.
8472         (shell-command-completion, shell--command-completion-data)
8473         (shell-filename-completion, shell-environment-variable-completion)
8474         (shell-c-a-p-replace-by-expanded-directory): New functions.
8475         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
8476         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
8477         (shell-dynamic-complete-environment-variable): Use them.
8478         (shell-dynamic-complete-as-environment-variable)
8479         (shell-dynamic-complete-as-command): Remove.
8480         (shell-match-partial-variable): Match past point.
8481         * comint.el: Clean up use of completion-at-point-functions.
8482         (comint-completion-at-point): New function.
8483         (comint-mode): Use it completion-at-point-functions.
8484         (comint-dynamic-complete): Make it obsolete.
8485         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
8486         (comint-c-a-p-replace-by-expanded-history): New function.
8487         (comint-dynamic-complete-functions)
8488         (comint-replace-by-expanded-history): Use it.
8489         * minibuffer.el (completion-table-with-terminator): Allow dynamic
8490         termination strings.  Try harder to avoid second try-completion.
8491         (completion-in-region-mode-map): Disable bindings that don't work yet.
8493         * comint.el: Use lexical-binding.  Require CL.
8494         (comint-dynamic-complete-functions): Use comint-filename-completion.
8495         (comint-completion-addsuffix): Tweak custom type.
8496         (comint-filename-completion, comint--common-suffix)
8497         (comint--common-quoted-suffix, comint--table-subvert)
8498         (comint--complete-file-name-data): New functions.
8499         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
8500         (comint-dynamic-list-filename-completions): Use them.
8501         (comint-dynamic-simple-complete): Make obsolete.
8503         * minibuffer.el (completion-in-region-mode):
8504         Keep completion-in-region-mode--predicate global.
8505         (completion-in-region--postch):
8506         Assume completion-in-region-mode--predicate is not null.
8508         * progmodes/flymake.el (flymake-start-syntax-check-process):
8509         Obey `dir'.  Simplify.
8511         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
8512         we're in VC after all.
8514 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
8516         * vc/vc.el (vc-diff-build-argument-list-internal)
8517         (vc-version-ediff, vc-ediff): New commands.
8518         (vc-version-diff): Use vc-diff-build-argument-list-internal.
8520 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8522         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
8523         add sanity check.
8525         * obsolete/erc-hecomplete.el: Make obsolete.
8526         * obsolete/: Standardize obsolescence info in the header.
8528 2011-04-20  Glenn Morris  <rgm@gnu.org>
8530         * calendar/solar.el (solar-horizontal-coordinates):
8531         Use the longitude argument rather than `calendar-longitude'.
8532         (solar-date-next-longitude): Remove unused locals.
8534 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8536         * whitespace.el: New version 13.2.1.
8538 2011-04-20  felix  <EmacsWiki>  (tiny change)
8540         * whitespace.el (global-whitespace-mode): Keep highlight when
8541         switching between major modes on a file.
8543 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8545         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
8546         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
8547         multi-line comments as well.
8549 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
8551         Lexical-binding cleanup.
8553         * arc-mode.el (archive-mode-revert):
8554         * cmuscheme.el (scheme-interactively-start-process):
8555         * custom.el (custom-initialize-delay):
8556         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
8557         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
8558         * emacs-lock.el (emacs-lock-clear-sentinel):
8559         * ezimage.el (defezimage):
8560         * follow.el (follow-avoid-tail-recenter):
8561         * fringe.el (set-fringe-mode-1):
8562         * generic-x.el (bat-generic-mode-compile):
8563         * help-mode.el (help-info-variable, help-do-xref)
8564         (help-mode-revert-buffer):
8565         * help.el (view-emacs-todo):
8566         * iswitchb.el (iswitchb-completion-help):
8567         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
8568         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
8569         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
8570         * locate.el (locate-update):
8571         * longlines.el (longlines-encode-region)
8572         (longlines-after-change-function):
8573         * outline.el (outline-isearch-open-invisible):
8574         * ps-def.el (declare-function, charset-dimension, char-width)
8575         (encode-char):
8576         * ps-mule.el (ps-mule-plot-string):
8577         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
8578         (recentf-edit-list-select, recentf-edit-list-validate)
8579         (recentf-open-files-action):
8580         * rect.el (delete-whitespace-rectangle-line)
8581         (rectangle-number-line-callback):
8582         * register.el (window-configuration-to-register)
8583         (frame-configuration-to-register):
8584         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
8585         * select.el (xselect-convert-to-string, xselect-convert-to-length)
8586         (xselect-convert-to-targets, xselect-convert-to-delete)
8587         (xselect-convert-to-filename, xselect-convert-to-charpos)
8588         (xselect-convert-to-lineno, xselect-convert-to-colno)
8589         (xselect-convert-to-os, xselect-convert-to-host)
8590         (xselect-convert-to-user, xselect-convert-to-class)
8591         (xselect-convert-to-name, xselect-convert-to-integer)
8592         (xselect-convert-to-atom, xselect-convert-to-identity):
8593         * subr.el (declare, ignore, process-kill-without-query)
8594         (text-clone-maintain):
8595         * terminal.el (te-get-char, te-tic-sentinel):
8596         * tool-bar.el (tool-bar-make-keymap):
8597         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
8598         * type-break.el (type-break-mode, type-break-noninteractive-query):
8599         * view.el (View-back-to-mark):
8600         * wid-browse.el (widget-browse-action, widget-browse-widget)
8601         (widget-browse-widgets, widget-browse-sexp):
8602         * widget.el (define-widget-keywords):
8603         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
8604         Mark unused parameters.
8606         * align.el (align-adjust-col-for-rule): Mark unused parameter.
8607         (align-areas): Remove unused variable `look'.
8608         (align-region): Remove unused variables `real-end' and `pos-list'.
8610         * apropos.el (apropos-score-doc): Remove unused variable `i'.
8612         * bindings.el (mode-line-modified, mode-line-remote):
8613         Mark unused parameters.
8614         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
8616         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
8617         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
8619         * comint.el (comint-history-isearch-pop-state)
8620         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
8621         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
8622         (comint-substitute-in-file-name): Doc fix.
8624         * completion.el (cmpl-statistics-block): Mark unused parameter.
8625         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
8626         (save-completions-to-file, load-completions-from-file):
8627         Remove unused local variable `e'.
8629         * composite.el (compose-chars): Remove unused variable `len'.
8630         (lgstring-insert-glyph): Remove unused variable `g'.
8631         (compose-glyph-string): Remove unused variables `ascent',
8632         `descent', `lbearing' and `rbearing'.
8633         (compose-glyph-string-relative): Remove unused variables
8634         `lbearing', `rbearing' and `wadjust'.
8635         (compose-gstring-for-graphic): Remove unused variables `header',
8636         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
8637         (compose-gstring-for-terminal): Remove unused variables `header'
8638         and `nchars'.  Use `let', not `let*'.
8640         * cus-edit.el (Custom-set, Custom-save, custom-reset)
8641         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
8642         (Custom-buffer-done, custom-buffer-create-internal)
8643         (custom-browse-visibility-action, custom-browse-group-tag-action)
8644         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
8645         (widget-magic-mouse-down-action, custom-toggle-parent)
8646         (custom-add-parent-links, custom-toggle-hide-variable)
8647         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
8648         (custom-toggle-hide-face, face, hook, custom-group-link-action)
8649         (custom-face-menu-create, custom-variable-menu-create, get)
8650         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
8651         (custom-reset-standard-save-and-update): Remove unused variable `value'.
8652         (customize-apropos): Remove unused variable `tests'.
8653         (custom-group-value-create): Remove unused variable `hidden-p'.
8654         (sort-fold-case): Declare.
8656         * cus-theme.el (custom-reset-standard-faces-list)
8657         (custom-reset-standard-variables-list): Declare.
8658         (customize-create-theme, custom-theme-revert, custom-theme-write)
8659         (custom-theme-choose-mode, customize-themes, custom-theme-save):
8660         Mark unused parameters.
8662         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
8664         * delim-col.el (delimit-columns-max): Move defvar before first use.
8666         * descr-text.el (describe-char-categories): Don't quote `lambda'.
8667         (describe-char): Don't quote `lambda'.  Mark unused parameter.
8669         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
8670         (auto-insert): Declare.
8671         (desktop-restore-file-buffer): Rename desktop-* parameters;
8672         mark unused ones.
8673         (desktop-create-buffer): Rename desktop-* parameters and bind them.
8674         (desktop-buffer): Rename desktop-* parameters.
8676         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8677         (dframe-reposition-frame-xemacs, dframe-help-echo)
8678         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
8679         Mark unused parameters.
8681         * dired-aux.el (backup-extract-version-start, overwrite-query)
8682         (overwrite-backup-query, rename-regexp-query)
8683         (rename-non-directory-query): Declare.
8684         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
8685         (dired-add-entry): Remove unused variable `orig-file-name'.
8686         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
8687         Use parameter PRESERVE-TIME instead of accessing dynamic variable
8688         `dired-copy-preserve-time' directly.
8689         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
8690         (dired-insert-subdir-newpos): Rename unused variable `pos'.
8692         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
8693         (dired-virtual-revert, dired-make-relative-symlink):
8694         Mark unused parameters.
8695         (manual-program): Declare.
8696         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
8697         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
8698         wrapped in `with-no-warnings' to avoid replacing one warning by another.
8700         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
8702         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
8704         * echistory.el (electric-history-in-progress, Helper-return-blurb):
8705         Declare.
8707         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
8709         * electric.el (Electric-command-loop): Rename parameter
8710         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
8712         * expand.el (expand-in-literal): Remove unused variable `here'.
8714         * facemenu.el (facemenu-add-new-color):
8715         Remove unused variable `docstring'.
8717         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
8718         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
8719         (face-attr-construct): Mark unused parameter.  Doc fix.
8720         (read-color): Remove unused variable `hex-string'.
8722         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
8723         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
8724         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
8725         (display-buffer-other-frame): Remove unused variable `old-window'.
8726         (kill-buffer-hook): Declare.
8727         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
8728         Mark unused parameters.
8729         (after-find-file): Pass 1 to `auto-save-mode', not t.
8731         * files-x.el (auto-insert): Declare.
8732         (modify-file-local-variable-prop-line): Remove unused variable `val'.
8734         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
8735         variable `buf'.  Mark unused parameter.
8736         (find-lisp-insert-directory): Mark unused parameter.
8738         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
8739         (format-encode-region): Remove unused variables `cur-buf' and `result'.
8740         (format-common-tail): Remove, unused.
8741         (format-deannotate-region): Remove unused variable `loc'.
8742         (format-annotate-region): Remove unused variable `p'.
8743         (format-annotate-single-property-change): Remove unused variables
8744         `default' and `tail'.
8746         * forms.el (read-file-filter): Declare.
8747         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
8749         * frame.el (frame-creation-function-alist): Mark unused parameter.
8750         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
8752         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
8753         Remove unused parameters.
8754         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
8755         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
8757         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
8758         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
8759         (hfy-prepare-tag-map): Mark unused parameters.
8760         (htmlfontify-buffer): Use `called-interactively-p'.
8762         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
8763         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
8764         (ibuffer-do-occur): Mark unused parameters.
8765         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
8766         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
8768         * ibuffer.el: Don't quote `lambda'.
8769         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
8770         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
8771         Mark unused parameters.
8773         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
8774         (ido-completing-read): Mark unused parameters.
8775         (ido-copy-current-word): Mark unused parameters;
8776         remove unused variable `name'.
8777         (ido-sort-merged-list): Remove unused parameter `dirs'.
8779         * ielm.el (ielm-input-sender): Mark unused parameter.
8780         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
8781         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
8782         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
8783         `ielm-string' as a dynamic variable accessible from the IELM prompt.
8784         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
8786         * image-dired.el (image-dired-display-thumbs): Remove unused
8787         variables `curr-file' and `count'.
8788         (image-dired-remove-tag): Remove unused variable `start'.
8789         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
8790         variable `curr-file'
8791         (image-dired-rotate-original): Remove unused variable `temp-file'.
8792         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
8793         Remove unused variable `file'.
8794         (image-dired-gallery-generate): Remove unused variable `curr'.
8795         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
8797         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
8799         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
8801         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
8803         * isearch.el (minibuffer-history-symbol): Declare.
8804         (isearch-edit-string): Remove unused variable `err'.
8805         (isearch-message-prefix, isearch-message-suffix):
8806         Mark unused parameters.
8808         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
8810         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
8812         * makesum.el (double-column): Remove unused variable `cnt'.
8814         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
8815         (ido-ignore-item-temp-list): Declare.
8817         * mouse-drag.el (mouse-drag-throw): Remove unused variables
8818         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
8819         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
8820         (mouse-drag-drag): Remove unused variables `mouse-delta' and
8821         `mouse-col-delta'.
8823         * mouse-sel.el (mouse-extend-internal):
8824         Remove unused variable `orig-window-frame'.
8826         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
8827         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
8828         Move declarations before first use.
8829         (pcomplete-opt): Mark unused parameters; doc fix.
8831         * proced.el (proced-revert): Mark unused parameter.
8832         (proced-send-signal): Remove unused variable `err'.
8834         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
8835         Rename parameter PREFIX-ARG to ARG.
8836         (ps-basic-plot-string, ps-basic-plot-whitespace):
8837         Mark unused parameters.
8839         * replace.el (replace-count): Define.
8840         (occur-revert-function): Mark unused parameters.
8841         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
8842         (isearch-case-fold-search, isearch-string): Declare.
8843         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
8844         bind `case-fold-search'.  Remove unused variables `beg' and `end',
8845         and simplify.
8846         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
8847         COUNT and bind `replace-count'.
8848         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
8849         to COUNT.
8851         * savehist.el (print-readably, print-string-length): Declare.
8853         * shadowfile.el (shadow-expand-cluster-in-file-name):
8854         Remove unused variable `cluster'.
8855         (shadow-copy-file): Remove unused variable `i'.
8856         (shadow-noquery, shadow-clusters, shadow-site-cluster)
8857         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
8858         (shadow-define-literal-group, shadow-define-regexp-group)
8859         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
8861         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
8862         (shell): Use `called-interactively-p'.
8863         (shell-directory-tracker): Remove unused variable `chdir-failure'.
8865         * simple.el (compilation-context-lines, comint-file-name-quote-list)
8866         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
8867         (delete-backward-char): Remove unused variable `ocol'.
8868         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
8869         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
8870         (event-apply-hyper-modifier, event-apply-shift-modifier)
8871         (event-apply-control-modifier, event-apply-meta-modifier):
8872         Mark unused parameters.
8873         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
8874         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
8876         * speedbar.el (speedbar-ignored-directory-expressions)
8877         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
8878         (speedbar-find-file, speedbar-dir-follow)
8879         (speedbar-directory-buttons-follow, speedbar-tag-find)
8880         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
8881         (speedbar-buffers-line-directory, speedbar-buffer-click):
8882         Mark unused parameters.
8883         (speedbar-tag-file): Remove unused variable `mode'.
8884         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
8886         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
8888         * talk.el (talk): Remove unused variable `display'.
8890         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
8891         (tar-write-region-annotate): Mark unused parameter.
8893         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
8894         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
8895         Declare them, wrapped in `with-no-warnings' to avoid replacing one
8896         warning by another.
8898         * time-stamp.el (time-stamp-string-preprocess):
8899         Remove unused variable `require-padding'.
8901         * tree-widget.el (widget-glyph-enable): Declare.
8902         (tree-widget-action): Mark unused parameter.
8904         * w32-fns.el (x-get-selection): Mark unused parameter.
8905         (autoload-make-program, generated-autoload-file): Declare.
8907         * wdired.el (wdired-revert): Mark unused parameters.
8908         (wdired-xcase-word): Remove unused variable `err'.
8910         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
8911         (whitespace-help-scroll): Remove unused variable `data-help'.
8913         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
8914         (widget-image-insert, widget-after-change, default)
8915         (widget-default-format-handler, widget-default-notify)
8916         (widget-default-prompt-value, widget-info-link-action)
8917         (widget-url-link-action, widget-function-link-action)
8918         (widget-variable-link-action, widget-file-link-action)
8919         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
8920         (widget-field-prompt-internal, widget-field-action, widget-field-match)
8921         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
8922         (widget-insert-button-action, widget-delete-button-action, visibility)
8923         (widget-documentation-link-action, widget-documentation-string-action)
8924         (widget-const-prompt-value, widget-regexp-match, symbol)
8925         (widget-coding-system-prompt-value)
8926         (widget-key-sequence-value-to-external, sexp)
8927         (widget-sexp-value-to-internal, character, vector, cons)
8928         (widget-choice-prompt-value, widget-boolean-prompt-value)
8929         (widget-color--choose-action): Mark unused parameters.
8930         (widget-item-match-inline, widget-choice-match-inline)
8931         (widget-checklist-match, widget-checklist-match-inline)
8932         (widget-group-match): Rename parameter VALUES to VALS.
8933         (widget-field-value-set): Remove unused variable `size'.
8934         (widget-color-action): Remove unused variables `value' and `start'.
8936         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
8937         variable `dir'.  Doc fix.
8938         (windmove-find-other-window): Don't pass it.
8940         * window.el (count-windows): Mark unused parameter.
8941         (bw-adjust-window): Remove unused variable `err'.
8943         * woman.el (woman-file-name): Remove unused variable `default'.
8944         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
8945         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
8946         (global-font-lock-mode): Declare.
8947         (woman-decode-region): Mark unused parameter.
8948         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
8950         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
8951         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
8952         (x-dnd-handle-moz-url): Remove unused variable `title'.
8953         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
8955         * xml.el (xml-parse-tag, xml-parse-attlist):
8956         Remove unused variable `pos'.
8958 2011-04-19  Glenn Morris  <rgm@gnu.org>
8960         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
8961         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8962         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8963         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
8964         * calendar/cal-html.el (cal-html-insert-minical):
8965         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
8966         (calendar-mark-date-pattern):
8967         Prefix "unused" locals.
8969         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
8970         optional argument `style'.
8972         * calendar/appt.el (appt-make-list):
8973         * calendar/cal-china.el (calendar-chinese-date-string):
8974         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
8975         (diary-hebrew-yahrzeit):
8976         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
8977         * calendar/calendar.el (calendar-generate-window):
8978         * calendar/time-date.el (time-to-days):
8979         Remove unused local variables.
8981 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
8983         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
8984         glyphless-char-display table.
8985         (tabulated-list-glyphless-char-display): New var.
8987 2011-04-18  Sam Steingold  <sds@gnu.org>
8989         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
8990         to acknowledgments.
8992 2011-04-17  Glenn Morris  <rgm@gnu.org>
8994         * calendar/diary-lib.el (diary-sexp-entry):
8995         * calendar/holidays.el (holiday-sexp):
8996         Set debug-on-error rather than the removed stack-trace-on-error.
8998 2011-04-16  Glenn Morris  <rgm@gnu.org>
9000         * progmodes/f90.el: Use lexical-binding.
9001         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
9003 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9005         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
9006         (mail-mode): Setup mailalias completion here instead.
9007         * mail/mailalias.el: Use lexical-binding.
9008         (pattern, mailalias-done): Declare dynamic.
9009         (mail-completion-at-point-function): New function, from mail-complete.
9010         (mail-complete): Use it.
9011         (mail-completion-expand): New function.
9012         (mail-get-names): Use it.
9013         (mail-directory, mail-directory-process, mail-directory-stream):
9014         Don't use `pattern' for lexically bound arg.
9016         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
9018         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
9019         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
9020         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
9022         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
9023         (byte-save-window-excursion, byte-temp-output-buffer-setup)
9024         (byte-interactive-p): Define them again, for use when inlining
9025         old code.
9027 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
9029         * loadup.el: Use `string-to-number', not `string-to-int'.
9031 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9033         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
9034         gud-gdb-complete-command.
9035         (gud-gdb-completions): New function, from gud-gdb-complete-command.
9036         (gud-gdb-completion-at-point): New function.
9037         (gud-gdb-completions): Remove.
9039 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
9041         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
9042         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
9043         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
9044         whether `executable-find' is bound.
9046         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
9048 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9050         * minibuffer.el (completion-in-region-mode-predicate)
9051         (completion-in-region-mode--predicate): New vars.
9052         (completion-in-region, completion-in-region--postch)
9053         (completion-in-region-mode): Use them.
9054         (completion--capf-wrapper): Also return the hook function.
9055         (completion-at-point, completion-help-at-point):
9056         Adjust and provide a predicate.
9058         Preserve arg names for advice of subr and lexical functions (bug#8457).
9059         * help-fns.el (help-function-arglist): Consolidate the subr and
9060         new-byte-code cases.  Add argument `preserve-names' to extract names
9061         from the docstring when needed.
9062         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
9063         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
9064         (ad-arglist): Use help-function-arglist's new arg.
9065         (ad-definition-type): Use cond.
9067 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
9069         * autorevert.el (auto-revert-handler):
9070         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
9071         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
9072         Don't quote lambda.
9074         * image-mode.el (image-transform-set-scale):
9075         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
9077 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9079         * net/network-stream.el (network-stream-open-starttls): Only do
9080         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
9081         Upgrades via gnutls-cli are too slow to be done opportunistically.
9083 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
9085         * dframe.el (dframe-current-frame): Remove spurious quote.
9087 2011-04-12  Glenn Morris  <rgm@gnu.org>
9089         * calendar/cal-tex.el (cal-tex-end-document):
9090         Try to automatically use latin1 input if needed.
9092         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
9093         Don't try to cons a mark onto an empty element.
9095 2011-04-11  Leo Liu  <sdl.web@gmail.com>
9097         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
9098         buffers.
9099         (ido-kill-buffer-at-head): Support killing virtual buffers.
9101 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
9103         * minibuffer.el (completion-show-inline-help): New var.
9104         (completion--do-completion, minibuffer-complete)
9105         (minibuffer-force-complete, minibuffer-complete-word):
9106         Inhibit minibuffer messages if completion-show-inline-help is nil.
9108         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
9109         to avoid interference from inline help (Bug#5849).
9111 2011-04-10  Leo Liu  <sdl.web@gmail.com>
9113         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9114         Fix typo.
9116 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
9118         * image-mode.el (image-toggle-display-image): Signal an error if
9119         not in Image mode.
9120         (image-transform-mode, image-transform-resize)
9121         (image-transform-set-rotation): Doc fix.
9122         (image-transform-set-resize): Delete.
9123         (image-transform-set-scale, image-transform-fit-to-height)
9124         (image-transform-fit-to-width): Handle image-toggle-display-image
9125         and image-transform-resize directly.
9127 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
9129         * doc-view.el (doc-view-fit-width-to-window)
9130         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
9131         New functions for fitting the shown image to the Emacs window size.
9132         (doc-view-mode-map): Add bindings for the new functions.
9134 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
9136         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
9137         Fix typo in docstring.
9139 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
9141         * files.el (file-size-human-readable): Produce one digit after
9142         decimal, like "ls -lh" does.
9144         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
9145         the file size representation.
9147         * simple.el (list-processes): If async subprocesses are not
9148         available, error out with a clear error message.
9150 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
9152         * help.el (help-form-show): New function, to be called from C.
9153         Put help-form output in a buffer named differently than *Help*.
9155 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
9157         * files.el (file-size-human-readable): New function.
9159         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
9160         computing the representation inline.  Don't require `cl'.
9162 2011-04-08  Glenn Morris  <rgm@gnu.org>
9164         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
9166         * net/browse-url.el (browse-url-firefox):
9167         Test system-type, not system-configuration.
9169         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
9170         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
9171         Use log-edit-empty-buffer-p.  (Bug#7598)
9173         * net/rlogin.el (rlogin-process-connection-type): Simplify.
9174         (rlogin-mode-map): Initialize in the defvar.
9175         (rlogin): Use ignore-errors.
9177         * replace.el (occur-mode-map): Some fixes for menu items.
9179 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9181         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
9183 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
9185         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
9186         issuing unused warnings.
9188         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
9189         macro directly.
9191         * simple.el: Lisp reimplement of list-processes.  Based on an
9192         earlier reimplementation by Leo Liu, but using tabulated-list.el.
9193         (process-menu-mode): New major mode.
9194         (list-processes--refresh, list-processes):
9195         (process-menu-visit-buffer): New functions.
9197         * files.el (save-buffers-kill-emacs): Don't assume any return
9198         value of list-processes, which is undocumented anyway.
9200 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
9202         * emacs-lisp/tabulated-list.el: New file.
9204         * emacs-lisp/package.el: Use Tabulated List mode.
9205         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
9206         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
9207         table format using Tabulated List mode variables.
9208         (package--push): New macro, replacing package-list-maybe-add.
9209         (package-menu--generate): Use package--push.  Renamed from
9210         package--generate-package-list.
9211         (package-menu-refresh, list-packages): Use it.
9212         (package-menu--print-info): Rename from package-print-package.
9213         Return insertion data instead of inserting it directly.
9214         (package-menu-describe-package, package-menu-execute):
9215         Use tabulated-list-get-id.
9216         (package-menu-mark-delete, package-menu-mark-install)
9217         (package-menu-mark-unmark, package-menu-backup-unmark)
9218         (package-menu-mark-obsolete-for-deletion):
9219         Use tabulated-list-put-tag.
9220         (package--list-packages, package-menu-revert)
9221         (package-menu-get-package, package-menu-get-version)
9222         (package-menu-sort-by-column): Functions deleted.
9223         (package-menu-package-list, package-menu-sort-key): Vars deleted.
9224         (package-menu--status-predicate, package-menu--version-predicate)
9225         (package-menu--name-predicate)
9226         (package-menu--description-predicate): Handle arguments in the
9227         Tabulated List format.
9228         (package-list-packages-no-fetch): Call list-packages.
9230 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
9232         * files.el (after-find-file-from-revert-buffer): Remove variable.
9233         (after-find-file): Don't bind it.
9234         (revert-buffer-in-progress-p): New variable.
9235         (revert-buffer): Bind it.
9236         Pass nil for `after-find-file-from-revert-buffer'.
9238         * saveplace.el (save-place-find-file-hook): Use new variable
9239         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
9241 2011-04-06  Glenn Morris  <rgm@gnu.org>
9243         * Makefile.in (AUTOGEN_VCS): New variable.
9244         (autoloads): Use $AUTOGEN_VCS.
9246         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
9247         * calendar/calendar.el (calendar-mode-map):
9248         Check for toolkit scroll bars.  (Bug#8305)
9250 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
9252         * minibuffer.el (completion-in-region--postch)
9253         (completion-in-region-mode): Remove unnecessary messages.
9255 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
9257         * font-lock.el (font-lock-refresh-defaults):
9258         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
9259         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
9261         * info.el (Info-directory-list, Info-read-node-name-2)
9262         (Info-split-parameter-string): Doc fixes.
9263         (Info-virtual-nodes): Reflow docstring.
9264         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
9265         (Info-apropos-toc-nodes, info-finder, Info-get-token)
9266         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
9267         Fix typos in docstrings.
9268         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
9269         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
9270         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
9271         (Info-restore-desktop-buffer): Mark unused parameters.
9272         (Info-directory-find-file, Info-directory-find-node)
9273         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
9274         (Info-virtual-index-find-node, Info-apropos-find-file)
9275         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
9276         Mark unused parameters; fix typos in docstrings.
9277         (Info-virtual-index): Remove unused local variable `nodename'.
9279 2011-04-05  Deniz Dogan  <deniz@dogan.se>
9281         * net/rcirc.el: Update my e-mail address.
9282         (rcirc-mode-map): Remove M-o binding.
9284 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
9286         * startup.el (command-line): Save the cursor's theme-face
9287         directly, instead of using face-override-spec.
9289         * custom.el (load-theme): Minor optimization in assigning faces.
9291 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
9293         * help-fns.el (describe-variable): Complete all variables having
9294         documentation, including keywords.
9295         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
9297 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
9299         Convert to lexical-binding.
9301         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
9302         (bs--get-marked-string, bs--get-modified-string)
9303         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
9304         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
9305         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
9307         * ehelp.el (electric-help-execute-extended)
9308         (electric-help-ctrl-x-prefix):
9309         * hexl.el (hexl-revert-buffer-function):
9310         * linum.el (linum-after-change, linum-after-scroll):
9311         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
9313         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
9315 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
9317         * epa-dired.el:
9318         * epa-mail.el:
9319         * epa-hook.el:
9320         * epa-file.el:
9321         * epa.el:
9322         * epg.el: Use lexical binding.
9324 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
9326         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
9328         * textmodes/flyspell.el (flyspell-word): Recognize default
9329         dictionary case for flyspell-mark-duplications-exceptions.
9330         Use regexp matching for languages.
9331         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
9332         default dictionary (Bug#7926).
9334 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
9336         * emacs-lisp/package.el (package--with-work-buffer):
9337         Recognize https URLs.
9339         * net/network-stream.el: Move from gnus/proto-stream.el.
9340         Change prefix to network-stream throughout.
9341         (open-protocol-stream): Merge into open-network-stream, leaving
9342         open-protocol-stream as an alias.  Handle nil BUFFER args.
9344         * subr.el (open-network-stream): Move to net/network-stream.el.
9346 2011-04-02  Glenn Morris  <rgm@gnu.org>
9348         * find-dired.el (find-exec-terminator): New option.
9349         (find-ls-option): Test for -ls support.
9350         (find-ls-subdir-switches): Test for -b in find-ls-option.
9351         (find-dired, find-grep-dired): Doc fixes.
9352         (find-dired): Use find-exec-terminator.
9354         * find-dired.el (find-ls-option, find-ls-subdir-switches)
9355         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
9356         (find-name-arg): Remove purecopy.
9358         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
9359         (grep-compute-defaults): Check for `-exec COMMAND +' support.
9360         Set grep-find-use-xargs, grep-find-command, and grep-find-template
9361         accordingly.  Don't add the null-device if not needed.
9363         * files.el (save-some-buffers): Doc fix.
9365 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
9367         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
9369 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
9371         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
9372         Use `dolist' rather than `mapcar'.
9374 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9376         Add lexical binding.
9378         * subr.el (apply-partially): Use new closures rather than CL.
9379         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
9380         (dolist, dotimes): Use slightly different expansion for lexical code.
9381         (functionp): Move to C.
9382         (letrec): New macro.
9383         (with-wrapper-hook): Use it and apply-partially instead of CL.
9384         (eval-after-load): Preserve lexical-binding.
9385         (save-window-excursion, with-output-to-temp-buffer): Turn them
9386         into macros.
9388         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
9390         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
9391         than the arglist.
9392         (help-add-fundoc-usage): Don't add `Not documented'.
9393         (help-function-arglist): Handle closures, subroutines, and new
9394         byte-code-functions.
9395         (help-make-usage): Remove leading underscores.
9396         (describe-function-1): Handle closures.
9397         (describe-variable): Use special-variable-p for completion.
9399         * files.el (lexical-binding): Declare safe.
9401         * emacs-lisp/pcase.el: Don't use destructuring-bind.
9402         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
9403         (pcase): Add `let' pattern.
9404         Change memoization so it actually works.
9405         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
9406         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
9407         <let>: New case.
9409         * emacs-lisp/macroexp.el: Use lexical binding.
9410         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
9411         Don't convert ' to #' without checking that it's indeed quoting
9412         a lambda.
9414         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
9415         Use eval-sexp-add-defvars.
9416         (eval-sexp-add-defvars): New fun.
9418         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
9420         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
9421         Don't autoload.
9422         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
9423         than the internal `byte-compile-lambda'.
9424         (defmethod): Don't hide code under quotes.
9425         (eieio-defmethod): New `code' argument.
9427         * emacs-lisp/eieio-comp.el: Remove.
9429         * emacs-lisp/edebug.el (edebug-eval-defun)
9430         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
9431         (edebug-toggle): Avoid `eval'.
9433         * emacs-lisp/disass.el (disassemble-internal): Handle new
9434         `closure' objects.
9435         (disassemble-1): Handle new byte codes.
9437         * emacs-lisp/cl.el (pushnew): Silence warning.
9439         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
9440         (cl-byte-compile-throw): Remove.
9441         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
9443         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
9444         closures.
9446         * emacs-lisp/cconv.el: New file.
9448         * emacs-lisp/bytecomp.el: Use lexical binding instead of
9449         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
9450         (byte-compile-initial-macro-environment):
9451         Handle declare-function here.
9452         (byte-compile--lexical-environment): New var.
9453         (byte-stack-ref, byte-stack-set, byte-discardN)
9454         (byte-discardN-preserve-tos): New lap codes.
9455         (byte-interactive-p): Don't use any more.
9456         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
9457         New macros.
9458         (byte-compile-lapcode): Use them and handle new lap codes.
9459         (byte-compile-obsolete): Remove.
9460         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
9461         (byte-compile-arglist-warn): Check late def of inlinable funs.
9462         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
9463         since they should have been expanded by now.
9464         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
9465         (byte-compile-from-buffer): Remove unused second arg.
9466         (byte-compile-preprocess): New function.
9467         (byte-compile-toplevel-file-form): New function to distinguish
9468         file-form calls from outside from file-form calls from hunk-handlers.
9469         (byte-compile-file-form): Simplify.
9470         (byte-compile-file-form-defsubst): Remove.
9471         (byte-compile-file-form-defmumble): Simplify now that
9472         byte-compile-lambda always returns a byte-code-function.
9473         (byte-compile): Preprocess.
9474         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
9475         Remove, not used any more.
9476         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
9477         (byte-compile-make-args-desc): New funs.
9478         (byte-compile-lambda): Handle lexical functions.  Always return
9479         a byte-code-function.
9480         (byte-compile-reserved-constants): New var, to make up room for
9481         closed-over variables.
9482         (byte-compile-constants-vector): Obey it.
9483         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
9484         (byte-compile-macroexpand-declare-function): New function.
9485         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
9486         byte-code-functions.
9487         (byte-compile-form): Check obsolescence here.
9488         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
9489         (byte-compile-variable-ref): Remove.
9490         (byte-compile-dynamic-variable-op): New fun.
9491         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9492         (byte-compile-variable-set): New funs.
9493         (byte-compile-discard): Add 2 args.
9494         (byte-compile-stack-ref, byte-compile-stack-set)
9495         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
9496         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
9497         macroexpand-all instead.
9498         (byte-compile-quote-form): Remove.
9499         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
9500         (byte-compile-bind, byte-compile-unbind): New funs.
9501         (byte-compile-let): Handle let* and lexical binding.
9502         (byte-compile-let*): Remove.
9503         (byte-compile-catch, byte-compile-unwind-protect)
9504         (byte-compile-track-mouse, byte-compile-condition-case):
9505         Handle a new :fun-body form, used for lexical scoping.
9506         (byte-compile-save-window-excursion)
9507         (byte-compile-with-output-to-temp-buffer): Remove.
9508         (byte-compile-defun): Simplify.
9509         (byte-compile-stack-adjustment): New fun.
9510         (byte-compile-out): Use it.
9511         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
9513         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
9514         handler any more.
9516         * emacs-lisp/byte-opt.el: Use lexical binding.
9517         (byte-inline-lapcode): Remove (to bytecomp).
9518         (byte-compile-inline-expand): Pay attention to inlining to/from
9519         lexically bound code.
9520         (byte-compile-unfold-lambda): Don't handle byte-code-functions
9521         any more.
9522         (byte-optimize-form-code-walker): Don't handle save-window-excursion
9523         any more and don't call compiler-macros.
9524         (byte-compile-splice-in-already-compiled-code): Remove.
9525         (byte-code): Don't inline any more.
9526         (disassemble-offset): Receive `bytes' as argument rather than via
9527         dynamic scoping.
9528         (byte-compile-tag-number): Declare before first use.
9529         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
9530         `return' even if make-spliceable.
9531         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
9532         obsolete interactive-p.
9533         (byte-optimize-lapcode): Optimize new lap-codes.
9534         Don't trip up on new form of `byte-constant' lap code.
9536         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
9538         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
9540         * custom.el (custom-initialize-default, custom-declare-variable):
9541         Use `defvar'.
9543         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
9544         New variables.
9545         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
9546         (COMPILE_FIRST): Add macroexp and cconv.
9547         * makefile.w32-in: Mirror changes in Makefile.in.
9549         * vc/cvs-status.el:
9550         * vc/diff-mode.el:
9551         * vc/log-edit.el:
9552         * vc/log-view.el:
9553         * vc/smerge-mode.el:
9554         * textmodes/bibtex-style.el:
9555         * textmodes/css.el:
9556         * startup.el:
9557         * uniquify.el:
9558         * minibuffer.el:
9559         * newcomment.el:
9560         * reveal.el:
9561         * server.el:
9562         * mpc.el:
9563         * emacs-lisp/smie.el:
9564         * doc-view.el:
9565         * dired.el:
9566         * abbrev.el: Use lexical binding.
9568 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
9570         * info.el (info-display-manual): New function.
9572 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9574         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
9576 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
9578         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
9579         an entry for that server in rcirc-authinfo.  (Bug#8385)
9581 2011-03-31  Glenn Morris  <rgm@gnu.org>
9583         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
9585         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
9587 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
9589         * progmodes/python.el (python-default-interpreter)
9590         (python-python-command-args, python-jython-command-args)
9591         (python-which-shell, python-which-args, python-which-bufname)
9592         (python-file-queue, python-comint-output-filter-function)
9593         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
9594         variables and functions.
9596 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9598         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
9599         (completion-in-region-mode): New minor mode.
9600         (completion-in-region): Use it.
9601         (completion-in-region--data, completion-in-region-mode-map): New vars.
9602         (completion-in-region--postch): New function.
9603         (completion--capf-misbehave-funs, completion--capf-safe-funs):
9604         New vars.
9605         (completion--capf-wrapper): New function.
9606         (completion-at-point): Use it to track well-behavedness of
9607         hook functions.
9608         (completion-help-at-point): New command.
9610 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
9612         * vc/add-log.el (add-change-log-entry): Don't use whitespace
9613         syntax class to search for whitespace on a single line
9614         (Message-ID: <4D938140.4030905@redhat.com>).
9616 2011-03-30  Leo Liu  <sdl.web@gmail.com>
9618         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
9619         New commands.
9620         (edit-abbrevs-map): Bind them here.
9621         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
9623 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
9625         * allout.el (allout-hide-by-annotation, allout-flag-region):
9626         Reduce possibility of overlay leakage by making them volatile.
9628         * allout-widgets.el (allout-widgets-tally): Define as nil so the
9629         hash is not shared between buffers.  Mode initialization is
9630         responsible for giving it a useful starting value.
9631         (allout-item-span): Reduce possibility of overlay leakage by
9632         making them volatile.
9633         (allout-widgets-count-buttons-in-region): Add diagnostic function
9634         for tracking down button overlay leaks.
9636 2011-03-29  Leo Liu  <sdl.web@gmail.com>
9638         * ido.el (ido-read-internal): Use the default history var
9639         minibuffer-history if no HISTORY is specified.
9641 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
9643         * net/imap.el (imap-shell-open, imap-process-connection-type):
9644         Use imap-process-connection-type for 'shell' streams as well as
9645         Kerberos, SSL, other subprocesses.
9647 2011-03-28  Leo Liu  <sdl.web@gmail.com>
9649         * abbrev.el (abbrev-table-empty-p): New function.
9650         (prepare-abbrev-list-buffer): Place empty abbrev tables after
9651         nonempty ones.  (Bug#5937)
9653 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
9655         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
9657 2011-03-27  Leo Liu  <sdl.web@gmail.com>
9659         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
9660         for foreground and background colors.
9661         (ansi-color-make-color-map): Adapt.
9663 2011-03-25  Leo Liu  <sdl.web@gmail.com>
9665         * midnight.el (midnight-time-float): Remove.  Note it calculates
9666         the microsecond component incorrectly and seconds-to-time does the
9667         same job.
9668         Remove redundant (require 'timer).
9670         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
9671         (ido-completions): Remove unused arguments.  (Bug#8329)
9673 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9675         * minibuffer.el (completion--flush-all-sorted-completions):
9676         Remove itself from hook.
9677         (completion-at-point): Let the functions perform the completion
9678         immediately and return nil or t.
9679         * comint.el (comint-dynamic-complete-functions): Now identical to
9680         completion-at-point-functions.
9681         (comint-dynamic-list-input-ring): Remove unused var `index'.
9682         (comint--match-partial-filename, comint--unquote&expand-filename):
9683         New funs, split from comint-match-partial-filename.
9684         (comint-dynamic-complete): Use completion-at-point.
9685         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
9687 2011-03-24  Drew Adams  <drew.adams@oracle.com>
9689         * thingatpt.el: Support `defun'.
9691 2011-03-23  Leo Liu  <sdl.web@gmail.com>
9693         * abbrevlist.el: Move to obsolete/abbrevlist.el.
9695         * help-mode.el (help-mode-finish): Tweak regexp.
9697 2011-03-23  Glenn Morris  <rgm@gnu.org>
9699         * eshell/esh-opt.el (eshell-eval-using-options):
9700         Do not bind unused local variable `eshell-option-stub'.
9702         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
9704 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
9706         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
9707         keymap variable in `with-no-warnings' to avoid a warning when the
9708         keymap has been already `defconst'ed.
9710 2011-03-22  Leo Liu  <sdl.web@gmail.com>
9712         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
9713         encode all chars in abbrevs; otherwise use emacs-mule or
9714         utf-8-emacs.  (Bug#8308)
9716 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
9718         * simple.el (backward-delete-char-untabify):
9719         Avoid warning about using `delete-backward-char'.
9721         * image.el (image-type-file-name-regexps): Make it variable.
9722         `imagemagick-register-types' modifies it, and the user may want
9723         to add new extensions for known image types.
9724         (imagemagick-register-types): Throw error if not using ImageMagick.
9726 2011-03-22  Leo Liu  <sdl.web@gmail.com>
9728         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
9729         located before rcirc-prompt-end-marker.
9730         (rcirc-complete): Error if point is not after rcirc prompt.
9731         Handle the case when table is nil.
9732         (rcirc-user-authenticated): Define to fix compiler warning.
9734 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
9736         * custom.el (custom--inhibit-theme-enable): Make it affect only
9737         custom-theme-set-variables and custom-theme-set-faces.
9738         (provide-theme): Ignore custom--inhibit-theme-enable.
9739         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
9740         (custom-enabling-themes): Delete variable.
9741         (enable-theme): Accept only loaded themes as arguments.
9742         Ignore the special custom-enabled-themes variable.
9743         (custom-enabled-themes): Forbid themes from setting this.
9744         Eliminate use of custom-enabling-themes.
9745         (custom-push-theme): Quote "changed" custom var entry.
9747 2011-03-21  Leo Liu  <sdl.web@gmail.com>
9749         * ido.el (ido-read-internal): Add ido-selected to history instead
9750         of user input.
9752 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9754         * subr.el (deferred-action-list, deferred-action-function):
9755         Mark obsolete.
9757 2011-03-21  Leo Liu  <sdl.web@gmail.com>
9759         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
9760         change on 2011-02-13 (bug#8309).
9762         * minibuffer.el (read-file-name-function): Change default value.
9763         (read-file-name--defaults): Rename from read-file-name-defaults.
9764         (read-file-name-default): Rename from read-file-name.
9765         (read-file-name): Call read-file-name-function.
9767 2011-03-21  Glenn Morris  <rgm@gnu.org>
9769         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
9770         Doc fixes.
9772 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
9774         * cus-theme.el: Add missing provide statement.
9775         (customize-create-theme): Extract theme value correctly.
9776         (custom-theme-visit-theme): Autoload.
9777         (customize-create-theme): Prompt before inserting default faces.
9779 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
9781         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
9782         units and musical notes.
9784 2011-03-20  Leo Liu  <sdl.web@gmail.com>
9786         * ido.el (ido-read-internal): Use completing-read-default.
9787         (ido-completing-read): Fix compatibility with completing-read.
9789 2011-03-20  Christian Ohler  <ohler@gnu.org>
9791         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
9792         (ert-delete-all-tests): Use `called-interactively-p' rather than
9793         `interactive-p'.
9794         (ert--make-xrefs-region): Respect END.
9796 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
9798         * dired-aux.el (dired-create-directory): Signal an error if the
9799         directory already exists (Bug#8246).
9801         * facemenu.el (list-colors-display): Call list-faces-display
9802         inside with-help-window.
9803         (list-colors-print): Use display property to align the final
9804         column, instead of checking window-width.
9806 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
9808         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
9809         windows-nt systems.
9810         (emerge-protect-metachars): Quote correctly for ms-dos and
9811         windows-nt systems.
9813 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
9815         * info.el (info-initialize): Replace all uses of `:' with
9816         path-separator for compatibility with non-Unix systems.
9817         Cache quoting of path-separator.  (Bug#8258)
9819 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
9821         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
9822         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
9823         (mouse-avoidance-mode): Fix typos in docstrings.
9825 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
9827         * startup.el (package-subdirectory-regexp): Move from package.el.
9828         Omit \\` and \\', and let callers add them.
9830         * emacs-lisp/package.el (package-strip-version)
9831         (package-load-all-descriptors): Add \\` and \\' to
9832         package-subdirectory-regexp before using it.
9833         (package-untar-buffer): New arg DIR; ensure that file untars only
9834         into this expected directory.  Remove superfluous delete-region.
9835         (package-unpack): Caller changed.
9836         (package-tar-file-info): Use package-subdirectory-regexp.
9838 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9840         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
9841         diff-mode-shared-map (bug#8284).
9842         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
9844 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9846         * calendar/time-date.el (format-seconds): Use assoc instead of
9847         assoc-string, since assoc-string doesn't exist in XEmacs.
9849 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
9851         * custom.el (custom-known-themes): Reflow docstring.
9852         (custom-theme-load-path): Fix typo in docstring.
9853         (load-theme): Fix typo in error message.
9854         (custom-available-themes, custom-variable-theme-value):
9855         Use `let', not `let*'.
9857 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
9859         * calc/README: Mention inclusion of musical notes.
9861         * calc/calc-units.el (calc-lu-quant): Rename from
9862         `calc-logunits-quantity'.
9863         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
9864         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
9865         (calc-db): Rename from `calc-dblevel'.
9866         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
9867         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
9868         (calc-np): Rename from `calc-nplevel'.
9869         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
9870         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
9871         (calc-lu-plus): Rename from `calc-logunits-add'.
9872         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
9873         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
9874         (calc-lu-minus): Rename from `calc-logunits-sub'.
9875         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
9876         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
9877         (calc-lu-times): Rename from `calc-logunits-mul'.
9878         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
9879         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
9880         (calc-lu-divide): Rename from `calc-logunits-div'.
9881         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
9882         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
9884         * calc/calc-ext.el (calc-init-extensions): Update the names of the
9885         functions being autoloaded.
9887         * calc/calc.el (calc-lu-power-reference): Rename from
9888         `calc-logunits-power-reference'.
9889         (calc-lu-field-reference): Rename from
9890         `calc-logunits-field-reference'.
9892         * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
9894 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9896         * minibuffer.el (completion-all-sorted-completions):
9897         Use :completion-cycle-penalty text property if present.
9899 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
9901         * allout.el (allout-yank-processing): Adjust for new rebulleting
9902         regime so bullet being yanked is used without prompting the user
9903         for a choice.
9905 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
9907         * startup.el (command-line): Warn the user that _emacs is deprecated.
9909 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
9911         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
9912         (delphi-verbose, delphi-comment-face, delphi-string-face)
9913         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
9914         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
9915         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
9916         (delphi-new-comment-line, delphi-font-lock-defaults)
9917         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
9918         Fix typos in docstrings.
9920 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
9922         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
9923         Invert the roles of character and string values for INSTEAD, so a
9924         string is used for the more common case of a defaulting prompt.
9926 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9928         * progmodes/ruby-mode.el (ruby-backward-sexp):
9929         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
9930         * play/gamegrid.el (gamegrid-make-face):
9931         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
9932         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
9933         * notifications.el (notifications-notify):
9934         * net/xesam.el (xesam-search-engines):
9935         * net/quickurl.el (quickurl-list-insert):
9936         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
9938 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
9940         * startup.el (command-line): Update package subdirectory regexp.
9942 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9944         * allout.el (allout-abbreviate-flattened-numbering)
9945         (allout-mode-deactivate-hook): Fix up obsolescence "date".
9947         * subr.el (read-char-choice): Only show the cursor after the prompt,
9948         not after the answer.
9950 2011-03-15  Kevin Ryde  <user42@zip.com.au>
9952         * help-fns.el (variable-at-point): Skip leading quotes, if any
9953         (bug#8253).
9955 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9957         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
9958         warning message.
9960 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
9962         * shell.el (shell): When called interactively, offer to change the
9963         shell file name on remote hosts.
9965 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9967         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
9968         integration for LDAP parameters.  The host, base, user or binddn,
9969         and secret tokens can be specified in a netrc file, for instance.
9970         This is optional because an `auth-source' parameter must be
9971         specified in the search attributes.
9973 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
9975         * help.el (describe-mode): Link to the mode's definition (bug#8185).
9977 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9979         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
9980         into declaration.  Remove redundant and harmful binding.
9982 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
9984         * files.el (file-ownership-preserved-p): Pass `integer' as an
9985         explicit 2nd argument to `file-attributes'.  If the file's owner
9986         is the Administrators group on Windows, and the current user is
9987         Administrator, consider that a match.
9989         * server.el (server-ensure-safe-dir): Consider server directory
9990         safe on MS-Windows if its owner is the Administrators group while
9991         the current Emacs user is Administrator.  Use `=' to compare
9992         numerical UIDs, since they could be integers or floats.
9994 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
9996         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
9998 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
10000         Sync with Tramp 2.2.1.
10002         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
10004         * net/trampver.el: Update release number.
10006 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10008         * progmodes/compile.el (compilation--previous-directory): Fix up
10009         various nil/dead-marker mismatches (bug#8014).
10010         (compilation-directory-properties, compilation-error-properties):
10011         Don't call it at a position past the one we're about to change.
10013         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
10014         Disable obsolescence warnings in the file that declares it.
10016 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
10018         * allout-widgets.el (allout-widgets-tally):
10019         Initialize allout-widgets-tally as a hash table rather than nil to
10020         prevent mode-line redisplay warnings.  Also, clarify the module
10021         description and fix a comment typo.
10023 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
10025         * help-fns.el (describe-variable): Don't complete keywords.
10026         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
10028 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
10030         * emacs-lisp/package.el (package-version-join): Impose a standard
10031         string representation for pre/alpha/beta version lists.
10032         (package-unpack-single): Standardize the directory name by passing
10033         it through package-version-join.
10034         (package-strip-rcs-id): Accept any version string that does not
10035         signal an error in version-to-list.
10037 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
10039         * simple.el (delete-trailing-whitespace): Return nil for the
10040         benefit of `write-file-functions'.
10042 2011-03-10  Glenn Morris  <rgm@gnu.org>
10044         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
10046         * vc/vc-git.el (vc-git-program): New option.
10047         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
10048         (vc-git--call): Use it.
10050         * eshell/esh-util.el (eshell-condition-case): Doc fix.
10052         * cus-edit.el (Custom-newline): If no button at point, look
10053         for a subgroup button at start-of-line.  (Bug#2298)
10055         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
10057 2011-03-10  Julien Danjou  <julien@danjou.info>
10059         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
10060         `cursor-type' is nil.
10062 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
10064         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
10066 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
10068         * allout.el Summary: Change so yank of distinctive-bullet items
10069         preserves the existing header prefix, rebulleting it if necessary,
10070         rather than replacing it.  This is necessary for proper operation
10071         of cooperative addons like allout-widgets.
10072         (allout-make-topic-prefix, allout-rebullet-heading):
10073         Change SOLICIT arg to INSTEAD, and interpret additionally a string
10074         value as alternate bullet to be used, instead of prompting the user
10075         for a bullet character.
10077 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
10079         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10080         Do not use `tramp-file-name-port', because this returns also
10081         `tramp-default-port'.
10083 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
10085         * net/rcirc.el (rcirc-handler-001): Remove useless
10086         with-rcirc-process-buffer.
10087         (rcirc-check-auth-status): Swap arguments to string-match.
10089 2011-03-09  Glenn Morris  <rgm@gnu.org>
10091         * shell.el (shell-mode):
10092         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
10094         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
10095         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
10097 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
10099         * emacs-lisp/package.el (package-refresh-contents)
10100         (package-menu-execute): Use condition-case-no-debug.
10102 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
10104         * simple.el (shell-command-to-string): Use `process-file'.
10106         * emacs-lisp/package.el (package-tar-file-info): Handle also
10107         remote files.
10109         * emacs-lisp/package-x.el (package-upload-buffer-internal):
10110         Use `equal' for upload base check.
10112 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
10114         * textmodes/texinfo.el (texinfo-environments):
10115         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
10117 2011-03-08  Glenn Morris  <rgm@gnu.org>
10119         * cus-start.el (cursor-in-non-selected-windows):
10120         Fix :set quoting oddness.  (Bug#8192)
10122         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
10123         in some setf expressions.  (Bug#2159)
10125 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
10127         * custom.el (custom-available-themes): Return themes in
10128         alphabetical order.
10130 See ChangeLog.15 for earlier changes.
10132 ;; Local Variables:
10133 ;; coding: utf-8
10134 ;; End:
10136   Copyright (C) 2011-2012  Free Software Foundation, Inc.
10138   This file is part of GNU Emacs.
10140   GNU Emacs is free software: you can redistribute it and/or modify
10141   it under the terms of the GNU General Public License as published by
10142   the Free Software Foundation, either version 3 of the License, or
10143   (at your option) any later version.
10145   GNU Emacs is distributed in the hope that it will be useful,
10146   but WITHOUT ANY WARRANTY; without even the implied warranty of
10147   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10148   GNU General Public License for more details.
10150   You should have received a copy of the GNU General Public License
10151   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.