Merge from emacs-23
[emacs.git] / lisp / ChangeLog
blobaa4a479e1e2d72acc9b8209cb67dce6a18edb3d9
1 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
3         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
5         * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
7         * time.el (display-time-day-and-date): Remove spurious * in docstring.
8         (display-time-world-buffer-name, display-time-world-mode-map):
9         Fix typos in docstrings.
11 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
13         * image-mode.el (image-display-size): New function.
14         (image-forward-hscroll, image-next-line, image-eol, image-eob)
15         (image-mode-fit-frame): Use it (Bug#6639).
17 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
19         * dired.el (dired-buffers-for-dir): Handle list values of
20         dired-directory (Bug#6636).
22 2010-07-26  Sam Steingold  <sds@gnu.org>
24         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
25         Do not call `x-get-selection' the second time, reuse the value.
27 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
29         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
30         which consist of control chars only.  Suggested by Richard
31         Stallman.
33 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
35         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
36         exists before passing an error to find-file-not-found-functions
37         (bug#6723).
39 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
41         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
42         Remove leading nil element, adjust values.
43         (tetris-shapes, tetris-shape-scores):
44         Change representation of shapes and remove some redundancy.
45         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
46         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
47         Adjust for working with new representation of shapes.
48         (tetris-shape-rotations): New function.
49         (tetris-move-bottom, tetris-move-left, tetris-move-right)
50         (tetris-rotate-prev, tetris-rotate-next):
51         Adjust for working with the new version of tetris-test-shape.
53 2010-07-23  Markus Triska  <markus.triska@gmx.at>
55         * progmodes/ps-mode.el: Use comint (bug#5954).
56         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
57         (ps-mode-other-newline): Simplify.
58         (ps-run-mode): Derive from comint-mode instead of
59         fundamental-mode, yielding input history etc.
60         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
61         (ps-run-send-string): Adapt for comint-mode.
62         (ps-run-newline): Remove now unneeded function.
64 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
66         * net/tramp.el (tramp-methods): Move hostname to the end in all
67         plink `tramp-login-args'.
69 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
71         * net/tramp.el (tramp-open-shell): New defun.
72         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
73         Use it.
75 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
77         * net/tramp.el (tramp-file-name-regexp-unified)
78         (tramp-completion-file-name-regexp-unified): On W32 systems, do
79         not regard the volume letter as remote filename.  (Bug#5447)
81 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
83         * custom.el (custom-declare-variable): Give a clearer error message
84         when the docstring is missing (bug#6476).
86 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
88         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
89         (sql-login-params): New widget definition.
90         (sql-oracle-login-params, sql-mysql-login-params)
91         (sql-solid-login-params, sql-sybase-login-params)
92         (sql-informix-login-params, sql-ingres-login-params)
93         (sql-ms-login-params, sql-postgres-login-params)
94         (sql-interbase-login-params, sql-db2-login-params)
95         (sql-linter-login-params): Use it.
96         (sql-sqlite-login-params): Use it; Define "database" parameter as
97         a file name.
98         (sql-sqlite-program): Change to "sqlite3".
99         (sql-comint-sqlite): Make sure database name is complete.
100         (sql-for-each-login): New function.
101         (sql-connect, sql-save-connection): Use it.
102         (sql-get-login-ext): New function.
103         (sql-get-login): Use it.
104         (sql-make-alternate-buffer-name): Handle :file parameters.
106 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
108         * dired.el (dired-no-confirm): Document value t and fix defcustom to
109         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
111 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
113         * dired.el (dired-mode-map): Use command remapping (bug#6632).
115 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
117         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
119 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
121         * net/tramp.el (tramp-get-ls-command)
122         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
123         instead of "/".
125 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
127         * progmodes/sql.el: Version 2.3.
128         (sql-connection-alist): Changed keys from symbols to strings;
129         enhanced the widget definition.
130         (sql-mode-menu): Added submenu to select connections.
131         (sql-interactive-mode-menu): Added "Save Connection" item.
132         (sql-add-product): Fixed menu item.
133         (sql-get-product-feature): Improved error handling.
134         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
135         (sql-make-alternate-buffer-name): Simplified.
136         (sql-product-interactive): Handle missing product.
137         (sql-connect): Support string keys, minor improvements.
138         (sql-save-connection): New function.
139         (sql-connection-menu-filter): New function.
141 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
143         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
144         (tramp-open-connection-setup-interactive-shell): Apply
145         workaround for IRIX64 bug.  Move argument of last
146         `tramp-send-command' where it belongs to.
148 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
150         * net/tramp.el (tramp-perl-file-attributes)
151         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
152         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
153         front of `login-args'.
155 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
157         * time.el (display-time-world-mode): Define with `define-derived-mode'.
158         Set `show-trailing-whitespace' to nil.
159         (display-time-world-display): Simplify.
161 2010-07-18  Alan Mackenzie  <acm@muc.de>
163         Enhance `c-file-style' in file/directory local variables.
164         * progmodes/cc-mode.el (c-count-cfss): New function.
165         (c-before-hack-hook): Call `c-set-style' differently according to
166         whether c-file-style was set in file or directory local
167         variables.
169 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
171         * progmodes/sql.el: Version 2.2.
172         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
173         defcustom :safe keyword rather than putting safe-local-variable
174         property.
175         (sql-password): Use defcustom :risky keyword rather than putting
176         risky-local-variable property.
177         (sql-oracle-login-params, sql-sqlite-login-params)
178         (sql-solid-login-params, sql-sybase-login-params)
179         (sql-informix-login-params, sql-ingres-login-params)
180         (sql-ms-login-params, sql-postgres-login-params)
181         (sql-interbase-login-params, sql-db2-login-params)
182         (sql-linter-login-params): Add `port' option.
183         (sql-get-product-feature): Added NO-INDIRECT parameter.
184         (sql-comint-oracle, sql-comint-sybase)
185         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
186         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
187         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
188         (sql-comint-linter): Renamed sql-connect-* functions to
189         sql-comint-*.
190         (sql-product-alist, sql-mode-menu): Renamed as above and
191         :sqli-connect-func to :sqli-comint-func.
192         (sql-connection): New variable.
193         (sql-interactive-mode): Set it.
194         (sql-connection-alist): New variable.
195         (sql-connect): New function.
196         (sql--alt-buffer-part, sql--alt-if-not-empty)
197         (sql-make-alternate-buffer-name): Improved alternative buffer name.
199 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
201         * image-mode.el (image-bookmark-make-record): Do not set context
202         in an image (Bug#6650).
204 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
206         * simple.el (select-active-region): New function.
207         (push-mark-command, set-mark, activate-mark)
208         (handle-shift-selection): Use it.
209         (deactivate-mark): Don't check for size of region.
211         * mouse.el (mouse-drag-track): Use select-active-region.
213 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
215         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
216         "--dired" stronger.
218 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
220         * term/x-win.el (x-select-enable-primary): Change default to nil.
221         (x-select-enable-clipboard): Add :version keyword.
223         * mouse.el (mouse-drag-copy-region):
224         * simple.el (select-active-regions): Likewise.
226 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
228         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
229         (vc-coding-system-for-diff): Use it to decide whether to inherit
230         from the file the EOL format for reading the diffs of that file.
231         (Bug#4451)
233 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
235         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
236         unibyte, so compressed attachments are not compressed again.
238 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
240         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
241         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
242         (tramp-find-shell): Simplify setting connection property.
243         (tramp-get-ls-command): Make test for "--color=never" stronger.
245 2010-07-15  Simon South  <ssouth@member.fsf.org>
247         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
248         blocks within record declarations (i.e. variant parts) correctly.
250 2010-07-15  Simon South  <ssouth@member.fsf.org>
252         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
253         over literal tokens when parsing so newlines aren't "absorbed" by
254         single-line comments.  Corrects the indentation of case blocks
255         that have a comment on the first line.
257 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
259         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
260         by Drew Adams (Bug#5504).
262 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
264         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
265         now that Unicode is used (Bug#6594).
267 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
269         * term/x-win.el (x-select-enable-clipboard): Default to t.
270         (x-initialize-window-system): Don't overwrite Paste menu item.
272         * simple.el (select-active-regions): Default to t.
273         (push-mark-command): Don't overwrite primary with empty string.
275         * mouse.el: Bind mouse-2 to mouse-yank-primary.
276         (mouse-drag-copy-region): Default to nil.
278         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
279         Cut/Copy/Paste menu bar items.
281 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
283         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
284         Patch applied by Karl Fogel.
286         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
287         and `bookmark-current-buffer' if they have been already set in
288         another buffer (e.g gnus-art).
290 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
291             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
293         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
295         * bookmark.el (bookmark-make-record-default): Allow unneeded
296         information to be omitted from the record.
298         Adjust declarations and calls:
300         * info.el (bookmark-make-record-default): Adjust declaration.
301         (Info-bookmark-make-record): Adjust call.
303         * woman.el (bookmark-make-record-default): Adjust declaration.
304         (woman-bookmark-make-record): Adjust call.
306         * man.el (bookmark-make-record-default): Adjust declaration.
307         (Man-bookmark-make-record): Adjust call.
309         * image-mode.el (bookmark-make-record-default): Adjust declaration.
311         * doc-view.el (bookmark-make-record-default): Adjust declaration.
313 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
315         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
316         This is also from Thierry Volpiatto's patch in bug #6444.  However,
317         because it was extraneous to the functional change in that patch,
318         and causes a re-indendation, I am committing it separately.
320 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
322         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
323         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
324         Patch applied by Karl Fogel (Bug#6444).
326 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
328         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
330 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
332         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
333         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
334         (ns-alternatives-map): Change S-tab binding to backtab
335         (bug#6616).
337         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
338         under ns.
340 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
342         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
343         (Bug#5806)
345         * language/tv-util.el (tai-viet-re): Remove format.
347 2010-07-12  Kenichi Handa  <handa@m17n.org>
349         * language/hebrew.el: Remove no-byte-compile declaration.
350         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
351         composition-function-table for 3-character looking back.
352         (hebrew-font-get-precomposed): New function.
353         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
355 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
357         * mouse.el (mouse-drag-track): Handle select-active-regions
358         (Bug#6612).
360 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
362         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
363         empty argument to gvfs-copy.
365 2010-07-10  Glenn Morris  <rgm@gnu.org>
367         * calendar/calendar.el (calendar-week-end-day): New function.
368         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
369         Respect calendar-week-start-day.  (Bug#6606)
370         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
371         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
372         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
373         respect calendar-week-start-day.
375 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
377         * simple.el (use-region-p): Doc fix (Bug#6607).
379 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
381         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
382         regexps for cucumber and ruby.
384 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
386         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
387         (epa-file-insert-file-contents): Hack to prevent
388         find-file from opening empty buffer when decryption failed
389         (bug#6568).
391 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
393         * textmodes/ispell.el (ispell-alternate-dictionary):
394         Use file-readable-p.
395         Return nil if no word-list is found at default locations.
396         (ispell-complete-word-dict): Default to nil.
397         (ispell-command-loop): Use 'word-list' when using lookup-words.
398         (lookup-words): Use ispell-complete-word-dict or
399         ispell-alternate-dictionary.  Check for word-list availability
400         and handle errors if needed with better messages (Bug#6539).
401         (ispell-complete-word): Use ispell-complete-word-dict or
402         ispell-alternate-dictionary.
404 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
406         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
407         builtins (BufferError, BytesWarning, WindowsError; callables
408         bin, bytearray, bytes, format, memoryview, next, print; __package__).
410 2010-07-07  Glenn Morris  <rgm@gnu.org>
412         * play/zone.el (top-level): Do not require timer, tabify, or cl.
413         (zone-shift-left): Ignore intangibility, and any errors from
414         forward-char.
415         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
416         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
417         deleting, and copying text properties.
418         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
419         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
420         to point-max is hard.
421         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
422         (zone-fill-out-screen): Ignore intangibility.
424 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
426         * menu-bar.el (menu-bar-mode):
427         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
428         if it has been set.
430         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
431         word/line selection (Bug#6565).
433 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
435         * net/dbus.el (dbus-send-signal): Declare function.
437 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
439         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
440         (dbus-register-property): New optional argument EMITS-SIGNAL.
441         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
443 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
445         * mouse.el (mouse-drag-overlay): Variable deleted.
446         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
447         (mouse--remap-link-click-p): New function.
448         (mouse-drag-track): Handle dragging by using temporary Transient
449         Mark mode, instead of a special overlay.
450         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
451         mouse-show-mark.
453         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
454         deleted.
456 2010-07-02  Juri Linkov  <juri@jurta.org>
458         * autoinsert.el (auto-insert-alist): Fix readability
459         by using dotted pair notation for lambda.
461 2010-07-02  Juri Linkov  <juri@jurta.org>
463         * faces.el (read-face-name): Rename arg `string-describing-default'
464         to `default'.  Doc fix.  Display the default value in quotes
465         in the prompt.  With empty input, return the `default' arg,
466         unless the default value is a string (in which case return nil).
467         (describe-face): Replace the string `default' arg of `read-face-name'
468         with the symbol `default'.
470 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
472         * emulation/viper-cmd.el (viper-delete-backward-char)
473         (viper-del-backward-char-in-insert)
474         (viper-del-backward-char-in-replace, viper-change)
475         (viper-backward-indent): Replace delete-backward-char with
476         delete-char (Bug#6552).
478 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
480         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
482 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
484         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
485         argument passed to frame-creation-function (Bug#5378).
487         * faces.el (x-handle-named-frame-geometry)
488         (x-handle-reverse-video, x-create-frame-with-faces)
489         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
490         separately consult default-frame-alist.  It is now passed as the
491         PARAMETER argument.
493 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
495         * startup.el (command-line): Don't call tool-bar-setup in a
496         tty-only build.
498 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
500         * ruler-mode.el (ruler--save-header-line-format): New fun.
501         (ruler-mode): Use it as a setter function, so as not to overwrite
502         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
504 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
506         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
507         (vc-root-diff, vc-print-root-log, vc-log-incoming)
508         (vc-log-outgoing): Use it.
509         (vc-diff-internal): Set diff-vc-backend.
511         * vc/diff-mode.el (diff-vc-backend): New var.
513 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
515         * dynamic-setting.el (font-setting-change-default-font): Remove
516         call to message.
518 2010-06-28  Kenichi Handa  <handa@m17n.org>
520         * international/quail.el (quail-insert-kbd-layout): Fix the
521         showing of untranslated characters.
523 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
525         * simple.el (delete-active-region): New option.
526         (delete-backward-char): Implement in Lisp.
527         (delete-forward-char): New command.
529         * mouse.el (mouse-region-delete-keys): Deleted.
530         (mouse-show-mark): Simplify.
532         * bindings.el (global-map): Bind delete and DEL, the former to
533         delete-forward-char.
535 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
537         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
538         (ruby-mode): Bind indent-line-function (Bug#5119).
540 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
542         * startup.el (command-line): Recognize "0" X resource value.
544 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
546         * startup.el (command-line): Use X resources to set the value of
547         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
549         * menu-bar.el (menu-bar-mode):
550         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
551         Set init-value to t.
553         * frame.el (frame-notice-user-settings): Don't change
554         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
555         vice versa (Bug#2249).
557 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
559         * w32-fns.el (w32-convert-standard-filename): Doc fix.
561 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
563         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
564         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
566         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
567         default directories are expanded (Bug#6143).
569 2010-06-24  Juri Linkov  <juri@jurta.org>
571         * minibuffer.el (completions-format): Change default from nil to
572         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
574 2010-06-24  Juri Linkov  <juri@jurta.org>
576         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
577         buffer-locally to lambda that re-runs the vc diff command.
578         (Bug#6447)
580 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
582         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
583         echo area is in use (Bug#3412).
585 2010-06-22  Glenn Morris  <rgm@gnu.org>
587         * textmodes/texinfmt.el (texinfo-format-region)
588         (texinfo-raise-lower-sections, texinfo-format-separate-node)
589         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
590         (texinfo-format-option, texinfo-noindent):
591         Use line-beginning-position and line-end-position.
593         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
594         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
595         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
596         utf-8 characters.
598 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
600         * play/zone.el (zone-fall-through-ws): Fix next-line ->
601         forward-line fallout.
603 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
605         * mouse.el (mouse-appearance-menu): Add docstring.
607         * help.el (describe-key): Print up-event using key-description.
609 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
611         * net/zeroconf.el (zeroconf-resolve-service)
612         (zeroconf-service-resolver-handler): Use
613         `dbus-byte-array-to-string'.
614         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
616 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
618         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
620 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
622         Avoid displaying files with a nil state in vc-dir.
623         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
624         cases that cause insertion.
625         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
626         with a nil state.
628 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
630         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
632 2010-06-29  Leo  <sdl.web@gmail.com>
634         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
636 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
638         * generic-x.el (bat-generic-mode): Fix regexp for command line
639         switches (Bug#5719).
641 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
643         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
644         of nconc to avoid pure storage error (Bug#6239).
646 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
648         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
649         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
650         bindings of bookmark-automatically-show-annotations (Bug#6515).
652 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
654         * arc-mode.el (archive-zip-extract): Don't quote the file name on
655         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
657 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
659         * comint.el (make-comint, make-comint-in-buffer): Mention return
660         value in the docstrings.  (Bug#6498)
662 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
664         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
665         since it is not present when using some non-default switches.
667 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
669         * simple.el (compose-mail): Fix doc string to refer to
670         `compose-mail-user-agent-warnings', instead of to the
671         nonexistent `compose-mail-check-user-agent'.
673 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
675         Fix an indentation bug:
677         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
678         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
679         of existing values.
681         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
682         (c-clear->-pair-props-if-match-before): now return t when they've
683         cleared properties, nil otherwise.
684         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
685         by taking account of the existing value.
687         * progmodes/cc-defs.el
688         (c-clear-char-property-with-value-function): Fix this to clear the
689         property rather than overwriting it with nil.
691 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
693         * emacs-lisp/package.el (package-print-package): Add link to
694         package description via describe-package.
695         (describe-package-1): List package requirements.  Add button to
696         perform installation.
697         (package-menu-describe-package): New command.
699         * help-mode.el (help-package): New button type.
701 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
703         * emacs-lisp/package.el: Move package-list-packages binding to
704         menu-bar.el.
705         (describe-package, describe-package-1, package--dir): New funs.
706         (package-activate-1): Use package--dir.
708         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
710         * help-mode.el (help-package-def): New button type.
712         * menu-bar.el: Move package-list-packages binding here from
713         package.el.
715 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
717         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
719 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
721         * emacs-lisp/edebug.el (edebug-read-list):
722         Phase out old-style backquotes.
724 2010-06-17  Juri Linkov  <juri@jurta.org>
726         * help-mode.el (help-mode): Set buffer-local variable
727         revert-buffer-function to help-mode-revert-buffer.
728         (help-mode-revert-buffer): New function.
730         * info.el (Info-revert-find-node): Check for major-mode Info-mode
731         before popping to "*info*" (like in other Info functions).
732         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
733         old-history-forward.  Pop to old-buffer-name or "*info*" to
734         recreate the killed buffer.  Set Info-history-forward from
735         old-history-forward.
736         (Info-breadcrumbs-depth): Add :group and :version.
738 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
740         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
742 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
744         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
745         for languages like Portuguese with pt_{BR,PT} and no plain pt.
747 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
749         * emacs-lisp/package.el (package-menu-mode-map):
750         Move initialization into declaration.
752         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
754 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
756         * emacs-lisp/package.el (package-archive-base): Point to
757         elpa.gnu.org.
758         (package-enable, package-load-list): New defcustoms.
759         (package-user-dir, package-directory-list): Turn into defcustoms.
760         Don't include package-user-dir in package-directory-list.
761         (package--builtins-base): Don't include Emacs as a "package".
762         (package-subdirectory-regexp): New var.
763         (package-load-all-descriptors, package-compute-transaction)
764         (package-download-transaction): Obey package-load-list.
765         (package-activate-1): Rename from package-do-activate.
766         (package-list-packages-internal): Check package-load-list.
767         (package-load-descriptor, package-generate-autoloads)
768         (package-unpack, package-unpack-single)
769         (package--read-archive-file, package-delete): Use
770         expand-file-name.
772         * emacs-lisp/package-x.el: New file.  Package uploading
773         functionality split out from package.el.
775         * startup.el (command-line): Load packages after reading init
776         file.
778 2010-06-17  Tom Tromey  <tromey@redhat.com>
780         * emacs-lisp/package.el: New file.
782 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
784         Fix vc-annotate for renamed files when using Git.
785         * vc-git.el (vc-git-find-revision): Deal with empty results from
786         ls-files.  Doe not pass the object as a file name to cat-file, it
787         is not a file name.
788         (vc-git-annotate-command): Pass the file name using -- to avoid
789         ambiguity with the revision.
790         (vc-git-previous-revision): Pass a relative file name.
792 2010-06-22  Glenn Morris  <rgm@gnu.org>
794         * progmodes/js.el (js-mode-map): Use standard capitalization and
795         ellipses for menu entries.
797         * wid-edit.el (widget-complete): Doc fix.
799 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
801         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
803 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
805         Fix annotating other revisions for renamed files in vc-annotate.
806         * vc-annotate.el (vc-annotate): Add an optional argument for the
807         VC backend.  Use it when non-nil.
808         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
809         (Bug#6487)
811         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
812         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
813         Do not pass the file name to the 'previous-revision call when we
814         don't want a file diff.  (Bug#6489)
816 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
818         Fix finding revisions for renamed files in vc-annotate.
819         * vc.el (vc-find-revision): Add an optional argument for
820         the VC backend.  Use it when non-nil.
821         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
822         backend to vc-find-revision.  (Bug#6487)
824 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
826         Fix reading file names in Git annotate buffers.
827         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
828         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
830 2010-06-20  Alan Mackenzie  <acm@muc.de>
832         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
833         in file local variables, set it first.
835 2010-06-19  Glenn Morris  <rgm@gnu.org>
837         * descr-text.el (describe-char-unicode-data): Insert separating
838         space when needed.  (Bug#6422)
840         * progmodes/idlwave.el (idlwave-action-and-binding):
841         Fix typo in 2009-12-03 change.  (Bug#6450)
843 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
845         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
846         handling for `lambda' (misunderstanding).
848 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
850         * calc/calc-poly.el (math-accum-factors): Make sure that
851         constants aren't distributed after they are factored out.
853 2010-06-16  Juri Linkov  <juri@jurta.org>
855         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
856         `list-colors-print'.  (Bug#6332)
858         * subr.el (read-quoted-char): Fix up last change (bug#6290).
860 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
862         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
863         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
865         * font-lock.el (font-lock-major-mode): Rename from
866         font-lock-mode-major-mode to distinguish it from
867         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
868         (font-lock-set-defaults):
869         * font-core.el (font-lock-default-function): Adjust users.
870         (font-lock-mode): Don't set it at all.
872 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
874         * vc-annotate.el (vc-annotate): Use vc-read-revision.
876 2010-06-16  Glenn Morris  <rgm@gnu.org>
878         * calendar/appt.el (appt-time-msg-list): Doc fix.
879         (appt-check): Let-bind appt-warn-time.
880         (appt-add): Make the 3rd argument optional.
881         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
882         Only add WARNTIME to the output list if non-nil.
884 2010-06-16  Ivan Kanis  <apple@kanis.eu>
886         * calendar/appt.el (appt-check): Let the 3rd element of
887         appt-time-msg-list specify the warning time.
888         (appt-add): Add new argument with the warning time.  (Bug#5176)
890 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
892         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
893         older than version 1.6.  (Bug#6361)
895 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
897         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
898         used by cl-do-arglist.  (Bug#6408)
900 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
902         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
903         portuguese casechars/not-casechars for missing 'çÇ'.
904         Suggested by Rolando Pereira (bug#6434).
906 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
908         * facemenu.el (list-colors-sort): Doc fix.
910 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
912         * progmodes/sql.el (sql-connect-mysql): Fix typo.
914 2010-06-14  Juri Linkov  <juri@jurta.org>
916         Add sort option `list-colors-sort'.  (Bug#6332)
917         * facemenu.el (color-rgb-to-hsv): New function.
918         (list-colors-sort): New defcustom.
919         (list-colors-sort-key): New function.
920         (list-colors-display): Doc fix.  Sort list according to the option
921         `list-colors-sort'.
922         (list-colors-print): Add HSV values to `help-echo' property of
923         RGB strings.
925 2010-06-14  Juri Linkov  <juri@jurta.org>
927         * compare-w.el: Move to the "vc" subdirectory.
929 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
931         * image-mode.el (image-mode-map): Remap left-char and right-char.
933         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
935 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
937         * term/common-win.el (x-colors): Add all the color names defined
938         in rgb.txt (Bug#6332).
940         * facemenu.el (list-colors-print): Don't print extra names if it
941         will overflow the window width.
943         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
944         change (Bug#6343).
946 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
948         * files.el (make-directory): Doc fix (bug#6396).
950 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
952         * net/tramp.el (tramp-remote-process-environment): Protect version
953         string by apostroph.
954         (tramp-shell-prompt-pattern): Do not use a shy group in case of
955         XEmacs.
956         (tramp-file-name-for-operation): Add `call-process-region'.
957         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
959         * net/tramp-compat.el (top): Do not autoload
960         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
961         only when `start-file-process' is not bound.
962         (tramp-advice-file-expand-wildcards): Do not use
963         `tramp-handle-file-remote-p'.
964         (tramp-compat-make-temp-file): Handle the case, that
965         `make-temp-file' has no third argument EXTENSION.
967 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
969         * makefile.w32-in (WINS_BASIC): Include new directory vc.
971         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
973 2010-06-11  Juri Linkov  <juri@jurta.org>
975         * finder.el (finder-known-keywords): Add keyword "vc"
976         for version control.
978         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
979         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
980         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
981         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
983 2010-06-11  Juri Linkov  <juri@jurta.org>
985         Move version control related files to the "vc" subdirectory.
986         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
987         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
988         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
989         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
990         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
991         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
992         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
993         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
994         Move files to the "vc" subdirectory.
996 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
998         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
999         (Bug#6367).
1001 2010-06-11  Stephen Eglen  <stephen@gnu.org>
1003         * shell.el: Bind `shell-resync-dirs' to M-RET.
1005 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
1007         * notifications.el: Move file from lisp/net, because it is
1008         supposed to talk locally to the user.
1010 2010-06-10  Julien Danjou  <julien@danjou.info>
1012         * net/notifications.el (notifications-on-action-signal)
1013         (notifications-on-closed-signal): Pass notification id as first
1014         argument to the callback functions.  Add docstrings.
1015         (notifications-notify): Fix docstring.
1017 2010-06-10  Glenn Morris  <rgm@gnu.org>
1019         * emacs-lisp/authors.el (authors-ignored-files)
1020         (authors-valid-file-names): Add some files.
1022 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1024         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1025         merge conflict, giving preference to the emacs-23 version of the code.
1027 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1029         * emacs-lisp/advice.el (ad-compile-function):
1030         Define warning-suppress-types before we let-bind it (bug#6275).
1032         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1033         declare it, make it buffer-local and permanent-local (bug#6324).
1034         (vc-resynch-window): Adjust name.
1035         * vc-hooks.el (vc-find-file-hook): Adjust name.
1037 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
1039         * net/notifications.el (notifications-notify): Fix docstring.
1041 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1043         Update to Unicode 6.0.0 beta.
1044         * international/charprop.el: Update copyright.
1045         * international/mule-cmds.el (ucs-names): Update character ranges.
1046         * international/uni-bidi.el:
1047         * international/uni-category.el:
1048         * international/uni-combining.el:
1049         * international/uni-comment.el:
1050         * international/uni-decimal.el:
1051         * international/uni-decomposition.el:
1052         * international/uni-digit.el:
1053         * international/uni-lowercase.el:
1054         * international/uni-mirrored.el:
1055         * international/uni-name.el:
1056         * international/uni-numeric.el:
1057         * international/uni-old-name.el:
1058         * international/uni-titlecase.el:
1059         * international/uni-uppercase.el: Regenerate.
1061 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1063         * emacs-lisp/smie.el (comment-string-strip): Declare function.
1064         (smie-precs-precedence-table): Fix typo in docstring.
1066         * vc-mtn.el (log-edit-extract-headers): Declare function.
1068         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1070         * net/notifications.el (dbus-register-signal): Declare function.
1071         (notifications-notify): Fix typos and reflow docstring.
1073 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1075         Improve VC create/retrieve tag/branch.
1076         * vc.el (vc-create-tag): Do not read the directory name for VCs
1077         with repository revision granularity.  Adjust the tag/branch
1078         prompt.  Reset VC properties.
1079         (vc-retrieve-tag): Do not read the directory name for VCs
1080         with repository revision granularity.  Reset VC properties.
1082 2010-06-09  Julien Danjou  <julien@danjou.info>
1084         * net/notifications.el: New file.
1086 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1088         Add optional support for resetting VC properties.
1089         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1090         call vc-file-clearprops when true.
1091         (vc-resynch-buffer): Add new optional argument, pass it down.
1092         (vc-resynch-buffers-in-directory): Likewise.
1094         Improve support for special markup in the VC commit message.
1095         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1096         * vc-hg.el (vc-hg-checkin): Add support for Date:.
1097         * vc-git.el (vc-git-checkin):
1098         * vc-bzr.el (vc-bzr-checkin): Likewise.
1100 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1102         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1103         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1105 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
1107         * iimage.el: Remove images as soon as the underlying text is modified.
1108         (iimage-modification-hook): New function.
1109         (iimage-mode-buffer): Use it.
1111 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1113         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1114         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
1115         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
1116         (smie-indent-keyword): Add handling of open-paren keywords.
1117         (smie-indent-comment-continue): Don't assume comment-continue.
1119 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
1121         * window.el (pop-to-buffer): Remove the conditional that
1122         compares new-window and old-window, so it will reselect
1123         the selected window unconditionally.
1124         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1126 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1128         * emacs-lisp/smie.el (smie-indent-offset-after)
1129         (smie-indent-forward-token, smie-indent-backward-token): New functions.
1130         (smie-indent-after-keyword): Use them.
1131         (smie-indent-fixindent): Only applies to the indentation of the BOL.
1132         (smie-indent-keyword): Tweak the black magic.
1133         (smie-indent-comment-continue): Strip comment-continue before use.
1134         (smie-indent-functions): Indent comments before keywords.
1136 2010-06-06  Juri Linkov  <juri@jurta.org>
1138         * isearch.el (isearch-lazy-highlight-search): Fix looping
1139         by checking for empty match.  This syncs this loop with the
1140         similar loop in `isearch-search'.  (Bug#6362)
1142 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
1144         * net/dbus.el (dbus-register-method): Declare function.
1145         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1146         (dbus-introspect): Doc fix.
1147         (dbus-event-bus-name, dbus-introspect-get-interface)
1148         (dbus-introspect-get-argument): Reflow docstrings.
1150 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
1152         vc-log-incoming/vc-log-outgoing fixes for Git.
1153         * vc-git.el (vc-git-log-view-mode): Fix font lock for
1154         incoming/outgoing logs.
1155         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1156         instead of vc-git-compute-remote.
1157         (vc-git-compute-remote): Remove.
1159 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
1161         * term/common-win.el (x-colors): Add "dark green" and "dark
1162         turquoise" (Bug#6332).
1164 2010-06-04  Juri Linkov  <juri@jurta.org>
1166         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1167         Instead of setting `replace' to t and replacing the same string
1168         with itself, don't do certain actions when
1169         kill-do-not-save-duplicates is non-nil and string is equal to car
1170         of kill-ring: don't call menu-bar-update-yank-menu, don't push
1171         interprogram-paste strings to kill-ring, and don't push the input
1172         argument `string' to kill-ring.
1173         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1175 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1177         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1179 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
1181         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1182         (tramp-gvfs-handler-mounted-unmounted)
1183         (tramp-gvfs-connection-mounted-p): Handle default-location.
1185         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1186         move files to trash.
1188 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1190         * international/mule-cmds.el (nonascii-insert-offset)
1191         (nonascii-translation-table): Add obsolescence information.
1193         * international/mule.el (make-translation-table-from-vector): Doc fix.
1195 2010-06-03  Eric Ludlam  <zappo@gnu.org>
1197         * cedet/semantic/lex-spp.el
1198         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1199         invalid values during save, just save a nil (Bug#6324).
1201 2010-06-03  Glenn Morris  <rgm@gnu.org>
1203         * desktop.el (desktop-clear-preserve-buffers):
1204         Add "*Warnings*" buffer.  (Bug#6336)
1206 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
1208         vc-log-incoming/vc-log-outgoing improvements for Git.
1209         * vc-git.el (vc-git-log-outgoing): Use the same format as the
1210         short log.
1211         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
1213         Add bindings for vc-log-incoming and vc-log-outgoing.
1214         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1215         and vc-log-outgoing.
1216         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1217         and vc-log-outgoing.
1219 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1221         * net/rcirc.el (rcirc-sort-nicknames): Remove.
1222         (rcirc-handler-366): Always sort nicknames.
1224 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
1226         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1228 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1230         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1232 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1234         * net/rcirc.el (rcirc-sort-nicknames): Change default.
1235         (rcirc-sort-nicknames-join): Avoid setq.
1237 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1239         * net/rcirc.el (rcirc-sort-nicknames): New custom.
1240         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1241         (rcirc-handler-366): Use them.
1243 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1245         Split smie-indent-calculate into more manageable chunks.
1246         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1247         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1248         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1249         (smie-indent-exps): Extract from smie-indent-calculate.
1250         (smie-indent-functions): New var.
1251         (smie-indent-functions): Use them.
1253 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1255         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1256         (smie-indent-calculate): Simplify and cleanup.
1258 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
1260         * net/tramp-gvfs.el (top): Require url-util.
1261         (tramp-gvfs-mount-point): Remove.
1262         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1263         New defuns.
1264         (with-tramp-dbus-call-method): Format trace message.
1265         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1266         Implement backup call, when operation on local files fails.
1267         Use progress reporter.  Flush properties of changed files.
1268         (tramp-gvfs-handle-make-directory): Make more traces.
1269         (tramp-gvfs-url-file-name): Hexify file name in url.
1270         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1271         into account for the resulting file name.
1272         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1273         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
1274         (tramp-gvfs-handler-mounted-unmounted)
1275         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1276         attribute "default_location".  Set "prefix" property.
1277         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1278         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1279         exists.  Raise an error, if not (due to a corresponding answer
1280         "no" in interactive questions, for example).
1282 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
1284         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1286 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
1288         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1289         right-*.  (Bug#6265)
1291 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
1293         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1294         * vc-git.el (vc-git-compute-remote): New function.
1295         (vc-git-log-outgoing): Use it instead of hard coding a value.
1296         (vc-git-log-incoming): New function.
1298         Improve state updating for VC tag commands.
1299         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1300         to update the state of all buffers in the directory.
1302         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1304 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1306         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1307         `file-directory-p' to the filename part rather than to the whole text.
1309 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
1311         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1312         (bug#6231).
1314 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1316         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1318 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1320         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1322 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1324         * subr.el (momentary-string-display): Just use read-event to read
1325         the exit event (Bug#6238).
1327 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
1329         * international/mule.el (define-coding-system): Doc fix (bug#6313).
1331 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1333         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1334         Suggested by Eli Zaretskii <eliz@gnu.org>.
1336 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1338         * minibuffer.el (completion-file-name-table): Don't return a boundary
1339         past the end of `string' (bug#6299).
1340         (completion--file-name-table): Delegate to completion-file-name-table
1341         for the `boundaries' case.
1343 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1345         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1346         movement commands.
1348         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1349         `path-separator', but maintain compatibility with Emacs 20.2.
1351 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1353         * server.el (server-process-filter): Receive parent-id argument
1354         from emacsclient.
1355         (server-create-window-system-frame): New arg.  Pass parent-id as
1356         frame parameter.
1358 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
1360         Bidi-sensitive word movement with arrow keys.
1361         * subr.el (right-arrow-command, left-arrow-command): Move to
1362         bindings.el.
1364         * bindings.el (right-char, left-char): Move from subr.el and
1365         rename from right-arrow-command and left-arrow-command.
1366         (right-word, left-word): New functions.
1367         (global-map) <right>: Bind to right-char.
1368         (global-map) <left>: Bind to left-char.
1369         (global-map) <C-right>: Bind to right-word.
1370         (global-map) <C-left>: Bind to left-word.
1372         * ls-lisp.el (ls-lisp-classify-file): New function.
1373         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1374         (ls-lisp-classify): Call ls-lisp-classify-file.
1375         (insert-directory): Remove blanks from switches.
1377 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1379         * ansi-color.el: Delete unused escape sequences (Bug#6085).
1380         (ansi-color-drop-regexp): New constant.
1381         (ansi-color-apply, ansi-color-filter-region)
1382         (ansi-color-apply-on-region): Delete unrecognized control sequences.
1383         (ansi-color-apply): Build string list before calling concat.
1385 2010-05-28  Juri Linkov  <juri@jurta.org>
1387         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1388         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1389         (Bug#5270)
1391 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1393         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1394         to ignored backtrace functions.
1395         (with-progress-reporter): Expand docstring.
1396         (tramp-handle-delete-file): Implement TRASH argument.
1397         (tramp-get-remote-trash): New defun.
1399 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1401         * net/tramp-compat.el (tramp-compat-delete-file): Use
1402         `symbol-value' for backward compatibility.
1404         * net/tramp.el (tramp-handle-make-symbolic-link)
1405         (tramp-handle-load)
1406         (tramp-do-copy-or-rename-file-via-buffer)
1407         (tramp-do-copy-or-rename-file-directly)
1408         (tramp-do-copy-or-rename-file-out-of-band)
1409         (tramp-handle-process-file, tramp-handle-call-process-region)
1410         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1411         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1412         (tramp-delete-temp-file-function): Use `delete-file' instead
1413         of `tramp-compat-delete-file'.
1415         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1416         (tramp-fish-handle-make-symbolic-link)
1417         (tramp-fish-handle-process-file): Use `delete-file' instead
1418         of `tramp-compat-delete-file'.
1420         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1421         `delete-file' instead of `tramp-compat-delete-file'.
1423         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1424         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1425         `tramp-compat-delete-file'.
1427         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1428         `delete-file' instead of `tramp-compat-delete-file'.
1430         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1431         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1432         (tramp-smb-handle-write-region): Use `delete-file' instead of
1433         `tramp-compat-delete-file'.
1434         (tramp-smb-handle-delete-directory): Use 'trash as arg.
1436 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1438         * dired.el (dired-delete-file): New arg TRASH.
1439         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
1440         (dired-do-flagged-delete, dired-do-delete): Use trash.
1442         * speedbar.el (speedbar-item-delete): Allow trashing.
1444         * files.el (delete-directory): New arg TRASH.
1446         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1447         (ange-ftp-rename-remote-to-remote)
1448         (ange-ftp-rename-local-to-remote)
1449         (ange-ftp-rename-remote-to-local, ange-ftp-load)
1450         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1451         `delete-file'.
1452         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1453         allow trashing.
1455         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1456         handle new TRASH arg of `delete-file'.
1458         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1459         (tramp-handle-make-symbolic-link, tramp-handle-load)
1460         (tramp-do-copy-or-rename-file-via-buffer)
1461         (tramp-do-copy-or-rename-file-directly)
1462         (tramp-do-copy-or-rename-file-out-of-band)
1463         (tramp-handle-process-file, tramp-handle-call-process-region)
1464         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1465         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1466         (tramp-delete-temp-file-function): Use null TRASH arg in
1467         tramp-compat-delete-file call.
1469         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1470         (tramp-fish-handle-delete-file)
1471         (tramp-fish-handle-make-symbolic-link)
1472         (tramp-fish-handle-process-file): Use null TRASH arg in
1473         `tramp-compat-delete-file' call.
1475         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
1476         arg in `tramp-compat-delete-file' call.
1478         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1479         (tramp-gvfs-handle-write-region): Use null TRASH arg in
1480         `tramp-compat-delete-file' call.
1482         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
1483         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
1484         `tramp-compat-delete-file' call.
1486         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1487         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1488         (tramp-smb-handle-write-region): Use null TRASH arg in
1489         tramp-compat-delete-file call.
1490         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
1491         (tramp-smb-handle-delete-file): Rename arg.
1493         * diff.el (diff-sentinel):
1494         * epg.el (epg--make-temp-file, epg-decrypt-string)
1495         (epg-verify-string, epg-sign-string, epg-encrypt-string):
1496         * jka-compr.el (jka-compr-partial-uncompress)
1497         (jka-compr-call-process, jka-compr-write-region):
1498         * server.el (server-sentinel): Remove optional arg from
1499         delete-file, reverting 2010-05-03 change.
1501 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1503         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
1504         font-lock-constant-face, not obsolete font-lock-reference-face.
1506 2010-05-27  Kenichi Handa  <handa@m17n.org>
1508         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
1509         element of GSTRING is nil.
1511 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1513         * emacs-lisp/smie.el (smie-forward-token-function)
1514         (smie-backward-token-function): New vars.
1515         (smie-backward-sexp, smie-forward-sexp)
1516         (smie-indent-hanging-p, smie-indent-calculate): Use them.
1517         (smie-default-backward-token): Rename from smie-backward-token and
1518         skip comments.
1519         (smie-default-forward-token): Rename from smie-forward-token and
1520         skip comments.
1521         (smie-next-sexp): Handle nil results from next-token.
1522         (smie-indent-calculate): Add a new case for special `fixindent' comments.
1524 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1526         * progmodes/verilog-mode.el (verilog-type-font-keywords):
1527         Use font-lock-constant-face, not obsolete font-lock-reference-face.
1529 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
1531         * htmlfontify.el (hfy-face-resolve-face): New function.
1532         (hfy-face-to-style): Use it (Bug#6279).
1534 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1536         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
1537         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
1539 2010-05-26  Glenn Morris  <rgm@gnu.org>
1541         * emulation/edt.el (edt-load-keys): Use locate-library.
1543 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
1545         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
1546         (log-edit-changelog-entries): Doc fix.
1547         (log-edit-changelog-insert-entries): Args changed.
1548         Rename relative filenames in ChangeLog entries.  Delete tabs.
1549         (log-edit-insert-changelog-entries): Reorganize return value of
1550         `log-edit-changelog-entries' to pass filenames to
1551         log-edit-changelog-insert-entries.
1553 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1555         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
1556         `image-dired-dired-insert-marked-thumbs' to
1557         `image-dired-dired-toggle-marked-thumbs'.
1559         * image-dired.el: Require cl when compiling.
1560         (image-dired-dired-toggle-marked-thumbs): Rename from
1561         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
1562         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
1563         to 'no-dir.  Skip files whose names don't match
1564         `image-file-name-regexp'.  When file has a thumbnail overlay,
1565         delete it.  (Bug#5270)
1567 2010-05-25  Juri Linkov  <juri@jurta.org>
1569         * image-mode.el (image-mode): Add image-after-revert-hook to
1570         after-revert-hook.
1571         (image-after-revert-hook): New function.  (Bug#5669)
1573 2010-05-25  Juri Linkov  <juri@jurta.org>
1575         * image.el (image-animated-p): When delay between animated images
1576         is 0, set it to 10 (0.1 sec).  (Bug#6258)
1578 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1580         * net/tramp.el (tramp-handle-insert-directory): Don't use
1581         `forward-word', its default syntax could be changed.
1583 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
1585         * net/tramp.el (tramp-progress-reporter-update): New defun.
1586         (with-progress-reporter): Use it.
1587         (tramp-process-actions):
1588         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
1589         current message, in order to let progress reporter continue
1590         afterwards.  (Bug#6257)
1592 2010-05-25  Glenn Morris  <rgm@gnu.org>
1594         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
1595         Add :version.
1597 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1599         * net/rcirc.el (rcirc-default-user-name): Change to "user".
1600         (rcirc-default-full-name): Change to "unknown".
1601         (rcirc-user-name-history): Add variable.
1603 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1604             Jonathan Rockway  <jon@jrock.us>
1606         * net/rcirc.el (rcirc-server-alist): Add :pass.
1607         (rcirc): When prompting for connection parameters, also prompt for
1608         username and password.
1609         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
1610         value to server when connecting.
1612 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1614         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
1615         (smie-merge-prec2s): Pass the tables as separate args.
1616         (smie-bnf-precedence-table): Adjust call accordingly.
1617         (smie-prec2-levels): Set levels at the end.
1619         Replace Lisp calls to delete-backward-char by delete-char.
1620         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
1621         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
1622         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
1623         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
1624         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
1625         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
1626         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
1627         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
1628         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
1629         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
1630         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
1631         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
1632         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
1633         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
1634         delete-backward-char by calls to delete-char.
1636 2010-05-25  Kenichi Handa  <handa@m17n.org>
1638         * language/hebrew.el (hebrew-shape-gstring): New function.
1639         Register it in composition-function-table for all Hebrew combining
1640         characters.
1642 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1644         * epa.el (epa--select-keys): Don't explicitly delete the window since
1645         that can fail (e.g. sole window in frame).  Use dedication instead.
1647 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
1649         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1651 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
1653         * image.el (image-refresh): Define as an alias for image-flush.
1655         * image-mode.el (image-toggle-display-image): Caller changed.
1657 2010-05-21  Juri Linkov  <juri@jurta.org>
1659         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
1660         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
1661         whitespace, call wildcard-to-regexp on substrings and concat them
1662         with "\\|".  (Bug#6114)
1664 2010-05-21  Alan Mackenzie  <acm@muc.de>
1666         * progmodes/cc-engine.el (c-parse-state-get-strategy):
1667         Replace parameter `here' with `here-' and `here-plus', which sandwich
1668         any pertinent CPP construct.
1669         (c-remove-stale-state-cache-backwards): Fix a bug which happens
1670         when doing (c-parse-state) in a CPP construct: Exclude any "new"
1671         CPP construct from taking part in the scanning.
1673 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
1675         * net/tramp.el (tramp-do-copy-or-rename-file)
1676         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
1677         Tune `with-progress-reporter' messages.
1678         (tramp-handle-vc-registered):
1679         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
1680         (tramp-fish-handle-insert-file-contents)
1681         (tramp-fish-maybe-open-connection):
1682         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1683         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
1684         (tramp-imap-handle-insert-file-contents)
1685         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1687 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
1689         * add-log.el (change-log-font-lock-keywords):
1690         Highlight all authors in multi-author entries.
1692         * smerge-mode.el (smerge-refine-ignore-whitespace)
1693         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
1694         Fix typos in docstrings.
1695         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
1697 2010-05-21  Glenn Morris  <rgm@gnu.org>
1699         * progmodes/fortran.el (fortran-mode):
1700         * progmodes/f90.el (f90-mode): Derive from prog-mode.
1702         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
1703         having a relative path in src/Makefile.in.
1705 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1707         * help-mode.el (help-make-xrefs): For Info node links turn
1708         newlines into spaces.  Link node names with newlines are matched
1709         by help-xref-info-regexp and buttonized, this change ensures they
1710         can be followed successfully with RET.  (Bug#6206)
1712 2010-05-20  Juri Linkov  <juri@jurta.org>
1714         * locate.el (locate): Use pop-to-buffer instead of
1715         switch-to-buffer-other-window.  (Bug#6204)
1717 2010-05-20  Juri Linkov  <juri@jurta.org>
1719         * replace.el (replace-highlight): Fix lazy-highlighting
1720         for `M-s w str M-% str RET'.
1722 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
1724         * isearch.el (isearch-yank-word-or-char): Pull next subword
1725         when `subword-mode' is activated.  (Bug#6220)
1727 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
1729         * isearch.el (isearch-update-post-hook): New hook.
1730         (isearch-update): Use the new hook.  (Bug#6225)
1732 2010-05-20  Juri Linkov  <juri@jurta.org>
1734         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
1735         [f1], [help], and (char-to-string help-char) instead of "\C-h".
1736         (Bug#6222)
1738 2010-05-20  Juri Linkov  <juri@jurta.org>
1740         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
1741         (Bug#6223)
1743 2010-05-20  Juri Linkov  <juri@jurta.org>
1745         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
1746         FILE-NAME to read from the minibuffer when called interactively
1747         with prefix argument instead of using buffer-file-name.
1748         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
1750         * dired.el: Update autoloads.
1752 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
1754         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
1755         nxml-finish-element, for consistency with SGML mode.
1757         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
1758         octave-close-block.
1760 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
1762         * composite.el: Require cl when compiling.
1763         (reference-point-alist, compose-gstring-for-graphic)
1764         (compose-gstring-for-terminal): Fix typos in docstrings.
1766 2010-05-19  Juri Linkov  <juri@jurta.org>
1768         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
1769         set-window-parameter.
1771 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1773         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
1774         where appropriate.
1775         (tramp-maybe-open-connection): Use it.
1777 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
1779         * simple.el (move-end-of-line): Make sure we are at line beginning
1780         before backing up to end of previous line.
1782 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1784         * password-cache.el (password-cache-remove): Fix docstring.
1786         * net/secrets.el: Autoload the widget functions.
1787         (secrets-search-items, secrets-create-item)
1788         (secrets-get-attributes, secrets-expand-item): Attributes will be
1789         stored on the password database without leading ":", as all other
1790         clients do as well.
1791         (secrets-mode): Fix docstring.
1792         (secrets-show-secrets): Provide it as autoloaded command only when
1793         D-Bus support is available.  Check existence of Secret Service API.
1795 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1797         * indent.el (indent-region): Deactivate region (bug#6200).
1799 2010-05-19  Glenn Morris  <rgm@gnu.org>
1801         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
1803 2010-05-19  Kenichi Handa  <handa@m17n.org>
1805         * composite.el: Register compose-gstring-for-graphic in
1806         composition-function-table only for combining characters (Mn, Mc, Me).
1808 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
1810         * calc/calc-trail.el (calc-trail-isearch-forward)
1811         (calc-trail-isearch-backward): Ensure that the new window
1812         point is set correctly.
1814 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1816         * subr.el (read-quoted-char): Resolve modifiers after key
1817         remapping (bug#6212).
1819 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
1821         Add visualization code for secrets.
1822         * net/secrets.el (secrets-mode): New major mode.
1823         (secrets-show-secrets, secrets-show-collections)
1824         (secrets-expand-collection, secrets-expand-item)
1825         (secrets-tree-widget-after-toggle-function)
1826         (secrets-tree-widget-show-password): New defuns.
1828 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1830         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
1831         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
1832         handled in smie-next-sexp.
1833         (smie-indent-calculate): Provide a starting indentation (so the
1834         recursion is well-founded ;-).
1836         Fix handling of non-associative equal levels.
1837         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
1838         when it's not needed.
1839         (smie-op-left, smie-op-right): New functions.
1840         (smie-next-sexp): New function, extracted from smie-backward-sexp.
1841         Better handle equal levels to distinguish the associative case from
1842         the "multi-keyword construct" case.
1843         (smie-backward-sexp, smie-forward-sexp): Use it.
1845 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
1847         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
1849         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
1850         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
1852 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1854         Provide a simple generic indentation engine and use it for Prolog.
1855         * emacs-lisp/smie.el: New file.
1856         * progmodes/prolog.el (prolog-smie-op-levels)
1857         (prolog-smie-indent-rules): New var.
1858         (prolog-mode-variables): Use them to configure SMIE.
1859         (prolog-indent-line, prolog-indent-level): Remove.
1861 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
1863         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
1864         order before computing the averages.
1866 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
1868         * calc/calc-vec.el (calc-histogram):
1869         (calcFunc-histogram): Allow vectors as inputs.
1870         (math-vector-avg): New function.
1872         * calc/calc-ext.el (math-group-float): Have the number of digits
1873         being grouped depend on the radix (Bug#6189).
1875 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
1877         * version.el (emacs-copyright, emacs-version): Don't define here,
1878         now that emacs.c defines it.
1880 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
1882         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
1883         "Describe Language Environment" menu item.
1885         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
1887         Bidi-sensitive movement with arrow keys.
1888         * subr.el (right-arrow-command, left-arrow-command): New functions.
1890         * bindings.el (global-map): Bind them to right and left arrow keys.
1892         Don't override standard definition of convert-standard-filename.
1893         * files.el (convert-standard-filename): Call
1894         w32-convert-standard-filename and dos-convert-standard-filename on
1895         the corresponding systems.
1897         * w32-fns.el (w32-convert-standard-filename): Rename from
1898         convert-standard-filename.  Doc fix.
1900         * dos-fns.el (dos-convert-standard-filename): Doc fix.
1901         (convert-standard-filename): Don't defalias.
1902         (register-name-alist, make-register, register-value)
1903         (set-register-value, intdos): Obsolete aliases for the
1904         corresponding dos-* functions and variables.
1905         (dos-intdos): Add a doc string.
1907 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
1909         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
1910         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
1911         (math-compose-tex-func):
1912         * calc/calccomp.el (math-compose-expr):
1913         * calc/calc-ext.el (math-format-flat-expr-fancy):
1914         * calc/calc-store.el (calc-read-var-name):
1915         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
1917         * calc/calc.el (var-π, var-φ, var-γ): New variables.
1918         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
1919         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
1920         (math-standard-units): Add units.
1922 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1924         * progmodes/asm-mode.el (asm-mode):
1925         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
1927         * pcomplete.el (pcomplete-completions-at-point): New function,
1928         extracted from pcomplete-std-complete.
1929         (pcomplete-std-complete): Use it.
1931 2010-05-15  Glenn Morris  <rgm@gnu.org>
1933         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1934         Remove references to CVS, RCS and Old directories.
1936 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
1938         * calc/calc-bin.el (math-format-twos-complement): Group digits when
1939         appropriate.
1941 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1943         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
1944         (sh-mode-syntax-table): Give it a default value instead.
1945         (sh-header-marker): Make buffer-local.
1946         (sh-mode): Move make-local-variable to the corresponding setq.
1947         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
1948         Use complete-with-action.
1950         * simple.el (prog-mode): New (abstract) major mode.
1951         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
1952         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
1954 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
1956         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
1957         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
1958         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
1959         (sql-make-alternate-buffer-name, sql-placeholders-filter)
1960         (sql-escape-newlines-filter, sql-input-sender)
1961         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
1963 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
1965         Add TeX open-block and close-block keybindings to SGML, and vice versa.
1967         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
1968         latex-open-block and C-c / to latex-close-block.
1970         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
1971         and C-c C-e to sgml-close-tag.
1973 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
1975         * net/tramp.el (with-progress-reporter): Create reporter object
1976         only when the message would be displayed.  Handle nested calls.
1977         (tramp-handle-load, tramp-handle-file-local-copy)
1978         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1979         (tramp-maybe-send-script, tramp-find-shell):
1980         Use `with-progress-reporter'.
1981         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
1982         Fix message text.
1984         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1985         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1986         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1987         Use `with-progress-reporter'.
1989 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
1991         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
1992         process everytime when spellchecking from the minibuffer (bug#6143).
1994 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1996         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
1998         * dos-fns.el: Add "dos-" prefix for namespace control.
1999         (convert-standard-filename): Define as alias for
2000         dos-convert-standard-filename but only if applicable.
2002 2010-05-12  Alan Mackenzie  <acm@muc.de>
2004         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2005         Push the mark at the start of these functions when appropriate.
2007 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2009         * minibuffer.el (completion-cycle-threshold): New custom var.
2010         (completion--do-completion): Use it.
2011         (minibuffer-complete): Use cycling if appropriate.
2013 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
2015         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
2016         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2018 2010-05-11  Juri Linkov  <juri@jurta.org>
2020         * scroll-all.el (scroll-all-check-to-scroll):
2021         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2023 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2025         * iimage.el (iimage-mode-map): Move initialization into declaration.
2026         (iimage-mode-buffer): Use with-silent-modifications.
2027         Simplify calling convention.  Adjust callers.
2028         (iimage-mode): Don't run hook redundantly.
2030         * minibuffer.el (completion-pcm--pattern->regex):
2031         Fix last change (bug#6160).
2033 2010-05-10  Juri Linkov  <juri@jurta.org>
2035         Remove nodes visited during Isearch from the Info history.
2036         * info.el (Info-isearch-initial-history)
2037         (Info-isearch-initial-history-list): New variables.
2038         (Info-isearch-start): Record initial values of
2039         Info-isearch-initial-history and Info-isearch-initial-history-list.
2040         Add Info-isearch-end to isearch-mode-end-hook.
2041         (Info-isearch-end): New function.
2043 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
2045         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
2046         format string, in order to work around a bug in pdksh.
2047         Reported by Gilles Pion <gpion@lfdj.com>.
2048         (tramp-handle-verify-visited-file-modtime): Do not send a command
2049         when the connection is not established.
2050         (tramp-handle-set-file-times): Simplify the check for utc.
2052 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
2054         Fix use of `filter-buffer-substring' (rework previous change).
2055         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2056         (cua-repeat-replace-region):
2057         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2058         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2059         (cua-cut-region-to-global-mark): Use it.
2061 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
2063         * progmodes/sql.el: Version 2.1.
2064         (sql-product-alist): Redesign structure of product info.
2065         (sql-product, sql-user, sql-server, sql-database): Safe variables.
2066         (sql-port, sql-port-history): New variables.
2067         (sql-interactive-product): New variable.
2068         (sql-send-terminator): New variable.
2069         (sql-imenu-generic-expression): Add "Types" imenu entry.
2070         (sql-oracle-login-params, sql-sqlite-login-params)
2071         (sql-mysql-login-params, sql-solid-login-params)
2072         (sql-sybase-login-params, sql-informix-login-params)
2073         (sql-ingres-login-params, sql-ms-login-params)
2074         (sql-postgres-login-params, sql-interbase-login-params)
2075         (sql-db2-login-params, sql-linter-login-params)
2076         (sql-oracle-scan-on): New variables.
2077         (sql-mode-map): Add C-c C-i to start interactive mode.
2078         (sql-mode-menu): Update existing menu entries.
2079         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2080         (sql-mode-oracle-font-lock-keywords)
2081         (sql-mode-postgres-font-lock-keywords)
2082         (sql-mode-ms-font-lock-keywords)
2083         (sql-mode-sybase-font-lock-keywords)
2084         (sql-mode-informix-font-lock-keywords)
2085         (sql-mode-interbase-font-lock-keywords)
2086         (sql-mode-ingres-font-lock-keywords)
2087         (sql-mode-solid-font-lock-keywords)
2088         (sql-mode-mysql-font-lock-keywords)
2089         (sql-mode-sqlite-font-lock-keywords)
2090         (sql-mode-db2-font-lock-keywords)
2091         (sql-mode-linter-font-lock-keywords): Update initialization to
2092         reduce run-time complexity.
2093         (sql-add-product, sql-del-product): New functions.
2094         (sql-set-product-feature, sql-get-product-feature): New functions.
2095         (sql-product-font-lock): Update product API.
2096         (sql-add-product-keywords): New function.
2097         (sql-highlight-product): Update product API.
2098         (sql-help-list-products): New function.
2099         (sql-help): Dynamically lists free and non-free products.
2100         (sql-get-login): Correct bug in handling history and added
2101         prompt for port.
2102         (sql-copy-column): Copy without properties.
2103         (sqli-input-sender): Apply filters to SQLi input.
2104         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2105         Implement as a filter.
2106         (sql-escape-newlines-filter): Implement as a filter.
2107         (sql-remove-tabs-filter): New function.
2108         (sql-send-magic-terminator): New function.
2109         (sql-send-string): Implement magic terminator.
2110         (sql-send-region): Use `sql-send-string'.
2111         (sql-interactive-mode): Use product API.
2112         (sql-product-interactive): Use product API.
2113         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2114         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2115         (sql-db2, sql-linter): Use `sql-product-interactive'.
2116         (sql-connect): New function.
2117         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2118         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2119         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2120         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2121         Use `sql-connect'.
2123 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2125         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2126         New custom variable.
2127         (completion-pcm--string->pattern): Use it.
2128         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2129         Make it handle any symbol as `any'.
2130         (completion-pcm--merge-completions): Extract common suffix for the new
2131         `prefix' symbol as well.
2132         (completion-substring--all-completions): Use the new `prefix' symbol.
2134 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
2136         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2137         not bound.
2138         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2139         (tramp-compat-funcall): New defmacro.
2140         (tramp-compat-line-beginning-position)
2141         (tramp-compat-line-end-position)
2142         (tramp-compat-temporary-file-directory)
2143         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2144         (tramp-compat-copy-file, tramp-compat-copy-directory)
2145         (tramp-compat-delete-file, tramp-compat-delete-directory)
2146         (tramp-compat-number-sequence, tramp-compat-process-running-p)
2147         * net/tramp.el (top, with-progress-reporter)
2148         (tramp-rfn-eshadow-setup-minibuffer)
2149         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2150         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2151         (tramp-completion-mode-p, tramp-check-for-regexp)
2152         (tramp-open-connection-setup-interactive-shell)
2153         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2154         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2155         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2156         * net/tramp-cmds.el (tramp-cleanup-all-connections)
2157         (tramp-reporter-dump-variable, tramp-load-report-modules)
2158         (tramp-append-tramp-buffers)
2159         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2161         * net/tramp-imap.el (top): Autoload `epg-make-context'.
2163 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2165         * progmodes/compile.el (compilation-buffer-modtime): Rename from
2166         buffer-modtime.  Adjust users.
2168 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2170         * international/mule.el (auto-coding-alist): Only purecopy
2171         car of each item, not the whole list (Bug#6083).
2173 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2175         * progmodes/js.el (js-mode): Make paragraph variables local before
2176         calling c-setup-paragraph-variables (Bug#6071).
2178 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
2180         * composite.el (compose-region, reference-point-alist): Fix typos
2181         in the doc strings.
2183 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2185         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2186         gnuplot's "set" command.
2188 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2190         * abbrev.el (last-abbrev-text): Doc fix.
2191         (abbrev-prefix-mark): Don't escape parenthesis.
2193 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
2195         * composite.el (find-composition): Doc fix.
2197 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2199         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2200         (sql-oracle-program, sql-sqlite-options)
2201         (sql-query-placeholders-and-send): Doc fixes.
2202         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2203         (sql-imenu-generic-expression, sql-buffer)
2204         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2205         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2206         (sql-mode-sybase-font-lock-keywords)
2207         (sql-mode-informix-font-lock-keywords)
2208         (sql-mode-interbase-font-lock-keywords)
2209         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2210         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2211         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2212         (sql-product-feature, sql-highlight-product)
2213         (comint-line-beginning-position, sql-rename-buffer)
2214         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2215         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2216         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2217         Fix typos in docstrings.
2219 2010-05-08  Juri Linkov  <juri@jurta.org>
2221         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2222         property instead of `invisible' and `after-string' (bug#5998).
2224 2010-05-08  Juri Linkov  <juri@jurta.org>
2226         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2228 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2230         * filecache.el (file-cache-add-directory-list)
2231         (file-cache-add-directory-recursively): Fix typos in docstrings.
2233 2010-05-08  Kenichi Handa  <handa@m17n.org>
2235         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2236         (gujarati-composable-pattern): Fix typo.
2238 2010-05-08  Kenichi Handa  <handa@m17n.org>
2240         * language/indian.el (oriya-composable-pattern)
2241         (tamil-composable-pattern, malayalam-composable-pattern):
2242         Add two-part vowels to "v" (vowel sign).
2244 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2246         * files.el (copy-directory): Handle symlinks (Bug#5982).
2248 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
2250         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2251         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2252         (Bug#5846).
2254 2010-05-08  Glenn Morris  <rgm@gnu.org>
2256         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2258         * minibuffer.el (completion-at-point): Doc fix.
2260 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2262         * electric.el (Electric-command-loop): Minor tweak.
2264         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2265         better with dedicated windows.
2267 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2269         * Version 23.2 released.
2271 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
2272             Stefan Monnier  <monnier@iro.umontreal.ca>
2274         Highlight vendor specific properties.
2275         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2276         (css-proprietary-property): New face.
2277         (css-font-lock-keywords): Use them.
2279 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
2281         * cus-start.el (all): Add native condition for tool-bar-* symbols.
2283 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2285         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2286         * files.el (auto-mode-alist): Remove redundant entries.
2288         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2289         * simple.el (auto-save-mode): Move from files.el.
2290         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2292 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2294         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2296 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2298         * mail/binhex.el (binhex-decode-region-internal)
2299         * mail/uudecode.el (uudecode-decode-region-internal)
2300         * net/dns.el (dns-read-string-name, dns-write, dns-read)
2301         (dns-read-type, dns-query)
2302         * pgg-parse.el (pgg-parse-armor)
2303         * pgg.el (pgg-verify-region)
2304         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2305         XEmacs.
2307         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2309 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
2311         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2313         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2314         * emulation/cua-base.el (cua-repeat-replace-region):
2315         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2316         (cua-cut-region-to-global-mark):
2317         Remove text properties with `set-text-properties'.
2319 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
2321         * net/tramp.el (top, with-progress-reporter):
2322         Use `symbol-function' inside `funcall'.
2324         * net/tramp-compat.el (tramp-compat-file-attributes)
2325         (tramp-compat-delete-file, tramp-compat-delete-directory):
2326         Handle only `wrong-number-of-arguments' error.
2328         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2329         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2330         inside `funcall'.
2332 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2334         * minibuffer.el (completion--sreverse, completion--common-suffix):
2335         New functions.
2336         (completion-pcm--merge-completions): Extract common suffix when safe.
2338         * emacs-lisp/easy-mmode.el (define-minor-mode):
2339         Make :variable more flexible.
2340         * files.el (auto-save-mode): Use it to define using define-minor-mode.
2342 2010-05-05  Juri Linkov  <juri@jurta.org>
2344         Add `slow' and `history' tags to the desktop data.
2346         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2347         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2348         (Info-finder-find-node): Require `finder.el' to be able
2349         to restore node from the desktop.
2350         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
2351         data `Info-history' and `slow' tag in the assoc list.
2352         (Info-restore-desktop-buffer): Don't restore nodes with the
2353         `slow' tag.  Restore `Info-history'.
2355 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
2357         Add FORCE argument to `delete-file'.
2359         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2360         forcing to delete the temporary file.
2361         (ange-ftp-delete-file): Add FORCE arg.
2362         (ange-ftp-rename-remote-to-remote)
2363         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2364         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2365         Force file deletion.
2367         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2369         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2370         (tramp-handle-make-symbolic-link, tramp-handle-load)
2371         (tramp-do-copy-or-rename-file-via-buffer)
2372         (tramp-do-copy-or-rename-file-directly)
2373         (tramp-do-copy-or-rename-file-out-of-band)
2374         (tramp-handle-process-file, tramp-handle-call-process-region)
2375         (tramp-handle-shell-command, tramp-handle-file-local-copy)
2376         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2377         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2379         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2380         (tramp-fish-handle-make-symbolic-link)
2381         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2383         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2384         Use `tramp-compat-delete-file'.
2386         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2387         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2389         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2390         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2392         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2393         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2394         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2395         `tramp-compat-delete-file'.
2397 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2399         Minor cleanups.
2400         * subr.el (add-minor-mode): Use push.
2401         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2402         * emulation/edt.el (edt-select-mode): Simplify.
2404         Use define-minor-mode in more cases.
2405         * term/tvi970.el (tvi970-set-keypad-mode):
2406         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2407         (normal-erase-is-backspace-mode):
2408         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2409         (set-scroll-bar-mode-1): (Re)move to its sole caller.
2410         (get-scroll-bar-mode): New function.
2411         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2413         Use define-minor-mode for less obvious cases.
2414         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2415         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2416         * international/iso-ascii.el (iso-ascii-mode):
2417         * frame.el (auto-raise-mode, auto-lower-mode):
2418         * composite.el (global-auto-composition-mode): Use define-minor-mode.
2420 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
2422         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2423         in order to see error messages for failed logins.
2425 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
2427         * diff.el (diff-sentinel):
2429         * epg.el (epg--make-temp-file, epg-decrypt-string)
2430         (epg-verify-string, epg-sign-string, epg-encrypt-string):
2432         * jka-compr.el (jka-compr-partial-uncompress)
2433         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2435         * server.el (server-sentinel): Use delete-file's new FORCE arg
2436         (Bug#6070).
2438 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2440         Use define-minor-mode where applicable.
2441         * view.el (view-mode):
2442         * type-break.el (type-break-query-mode)
2443         (type-break-mode-line-message-mode):
2444         * textmodes/reftex.el (reftex-mode):
2445         * term/vt100.el (vt100-wide-mode):
2446         * tar-mode.el (tar-subfile-mode):
2447         * savehist.el (savehist-mode):
2448         * ibuf-ext.el (ibuffer-auto-mode):
2449         * composite.el (auto-composition-mode):
2450         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2451         Use define-minor-mode.
2452         (vhdl-mode): Use static mode-line format.
2453         (vhdl-mode-line-update): Delete.
2454         (vhdl-create-mode-menu, vhdl-activate-customizations)
2455         (vhdl-hs-minor-mode): Don't bother calling it.
2457 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2459         * simple.el (with-wrapper-hook): Move.
2460         (buffer-substring-filters): Mark obsolete.
2461         (filter-buffer-substring-functions): New variable.
2462         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
2464         Use a mode-line spec rather than a static string in Semantic.
2465         * cedet/semantic/util-modes.el:
2466         (semantic-minor-modes-format): New var to replace...
2467         (semantic-minor-modes-status): Remove.
2468         (semantic-mode-line-update): Construct a mode-line spec rather than
2469         a static string so that mouse buttons can be used on individual minor
2470         modes and so that semantic-mode-line-update only needs to be called
2471         when global settings are changed.
2472         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
2473         Call semantic-mode-line-update.
2474         (semantic-toggle-minor-mode-globally): Don't assume mode is on
2475         minor-mode-alist, check semantic-minor-mode-alist as well.
2476         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
2477         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
2478         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
2479         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2480         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2481         (define-semantic-idle-service, semantic-idle-summary-mode):
2482         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
2483         Don't call semantic-mode-line-update any more.
2485 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2487         Use define-minor-mode in CEDET where applicable.
2489         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
2490         Use define-minor-mode.
2492         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
2493         Remove unused arg `keymap' and code redundant with define-minor-mode.
2494         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
2495         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
2496         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
2497         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
2498         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
2499         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
2500         Use define-minor-mode.
2501         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
2502         (semantic-show-unmatched-syntax-mode-setup)
2503         (semantic-show-parser-state-mode-setup)
2504         (semantic-highlight-func-mode-setup): Inline into sole caller.
2506         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2507         (semantic-mru-bookmark-mode): Use define-minor-mode.
2508         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
2510         * cedet/semantic/idle.el (define-semantic-idle-service):
2511         Use define-minor-mode and inline setup function into its sole caller.
2512         (semantic-idle-scheduler-mode-setup)
2513         (semantic-idle-summary-mode-setup): Inline into sole caller.
2514         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
2515         Use define-minor-mode.
2517         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
2518         (semantic-decoration-mode): Use define-minor-mode.
2519         (semantic-decoration-mode-setup): Inline into sole caller.
2521         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
2522         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
2523         (ede-dired-add-to-target): Use dolist.
2525 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2526             Michael Albinus  <michael.albinus@gmx.de>
2528         Implement compression for inline methods.
2530         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2531         (tramp-copy-size-limit): Allow also nil.
2532         (tramp-inline-compress-commands): New defconst.
2533         (tramp-find-inline-compress, tramp-get-inline-compress)
2534         (tramp-get-inline-coding): New defuns.
2535         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2536         replaced by `tramp-get-inline-coding'.
2537         (tramp-handle-file-local-copy, tramp-handle-write-region)
2538         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2540 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2542         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
2543         Remove unused functions.
2545         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
2546         Set find-tag-default-function as a variable rather than a property.
2548         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
2549         * progmodes/etags.el (tags-completion-at-point-function):
2550         Remove left over interactive spec.  Add autoloading stub.
2551         (complete-tag): Use tags-completion-at-point-function.
2553 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
2555         * minibuffer.el (tags-completion-at-point-function): Fix return value.
2557 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2559         * ido.el (ido-init-completion-maps): Remove C-v binding.
2560         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
2562 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2564         * minibuffer.el (tags-completion-at-point-function): New function.
2565         (completion-at-point-functions): Use it.
2567         * cedet/semantic.el (semantic-completion-at-point-function): New function.
2568         (semantic-mode): Use semantic-completion-at-point-function for
2569         completion-at-point-functions instead.
2571         * progmodes/etags.el (complete-tag): Revert last change.
2573 2010-04-29  Alan Mackenzie  <acm@muc.de>
2575         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
2576         off-by-one error (in end of macro position).
2578 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2580         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
2581         firefox is absent.  Don't autoload.
2582         (browse-url-galeon-program): Don't autoload.
2584 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2586         * bindings.el (complete-symbol): Move into minibuffer.el.
2588         * minibuffer.el (complete-tag): Move from etags.el.  If tags
2589         completion cannot be performed, return nil instead of signalling
2590         an error.
2591         (completion-at-point): Make it an alias for complete-symbol.
2592         (complete-symbol): Move from bindings.el, and replace with the
2593         body of completion-at-point.
2595         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
2597         * cedet/semantic.el (semantic-mode): When enabled, add
2598         semantic-ia-complete-symbol to completion-at-point-functions.
2600         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
2601         if Semantic is not active.
2603 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
2605         * net/tramp.el (tramp-remote-selinux-p): New defun.
2606         (tramp-handle-file-selinux-context)
2607         (tramp-handle-set-file-selinux-context): Use it.
2609 2010-04-28  Sam Steingold  <sds@gnu.org>
2611         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2612         `safe-local-variable' if the value is a string or a symbol with
2613         the property `bug-reference-url-format'.
2615 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2617         * progmodes/bug-reference.el (bug-reference-url-format): Revert
2618         2010-04-27 change due to security risk.
2620 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2622         Make it possible to locally disable a globally enabled mode.
2623         * simple.el (fundamental-mode): Run fundamental-mode-hook.
2624         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
2625         rather than kill-all-local-variables so it runs fundamental-mode-hook.
2626         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2627         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
2628         that subsequent hooks get a chance to disable it.
2630 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2632         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2633         Avoid re-enabling a minor mode after the user turned the minor mode
2634         off if MODE-enable-in-buffers is run twice (typically once from
2635         fundamental-mode's after-change-major-mode-hook and a second time from
2636         run-mode-hook's own after-change-major-mode-hook).
2638         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
2640 2010-04-27  Sam Steingold  <sds@gnu.org>
2642         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2643         `safe-local-variable' if the value is a string or a function, as
2644         documented and implemented on 2010-04-02.
2646 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
2648         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
2649         when method is 'kill.
2651 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
2653         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
2654         condition in default directory check.
2655         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
2656         Kill ispell process when killing its associated buffer.
2658 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
2660         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
2661         but we aren't using it.
2663 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
2665         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
2666         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
2668 2010-04-24  Glenn Morris  <rgm@gnu.org>
2670         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
2671         Ignore VCS-ignore files, and deleted nextstep preferences files.
2672         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
2673         (authors-ambiguous-files): New list.
2674         (authors-valid-file-names): Add some deleted files.
2675         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
2676         (authors-disambiguate-file-name): New function.  (Bug#5501)
2677         (authors-canonical-file-name): Doc fix.
2678         Don't warn about obsolete files.
2679         (authors-canonical-file-name, authors-scan-el):
2680         Use authors-disambiguate-file-name.
2682         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2683         Add autoload cookies.
2684         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
2685         (generated-autoload-file): Set file-local value to "htmlfontify.el".
2686         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
2687         They have definitions / compiler macros in cl.el.
2688         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2689         Replace manual autoloads with generated ones.
2690         (htmlfontify-unload-rgb-file): Remove autoload.
2691         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
2693 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2695         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
2696         (byte-compile-setq-default): Optimize for the
2697         single-var case and don't call byte-compile-form in this case to avoid
2698         inf-loop with byte-compile-set-default.
2700         * progmodes/compile.el (compilation-start): Abbreviate default directory.
2702 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
2704         Implement SELINUX backends.
2706         * net/tramp.el (tramp-file-name-handler-alist):
2707         Add `file-selinux-context' and `set-file-selinux-context'.
2708         (tramp-handle-file-selinux-context)
2709         (tramp-handle-set-file-selinux-context): New defuns.
2710         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2711         Handle PRESERVE-SELINUX-CONTEXT.
2713         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2714         Add `file-selinux-context' and `set-file-selinux-context'.
2715         (tramp-gvfs-handle-file-selinux-context)
2716         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2717         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2719         * net/ange-ftp.el (ange-ftp-copy-file):
2720         * net/tramp-fish.el (tramp-fish-handle-copy-file):
2721         * net/tramp-imap.el (tramp-imap-handle-copy-file):
2722         * net/tramp-smb.el (tramp-smb-handle-copy-file):
2723         Add PRESERVE-SELINUX-CONTEXT.
2725 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2727         Synchronize with Tramp repository.
2729         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
2730         (tramp-action-process-alive, tramp-action-out-of-band)
2731         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2732         (tramp-exists-file-name-handler): Fix docstring.
2733         (with-progress-reporter): New defmacro.
2734         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
2735         (tramp-maybe-open-connection): Use it.
2737 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
2739         Detect ssh 'ControlMaster' argument automatically in some cases.
2741         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2742         (tramp-default-method): Use it.
2744 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2746         * net/tramp.el (tramp-handle-copy-file): Add new optional
2747         parameter `preserve-selinux-context'.
2748         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
2750 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2752         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
2753         Ensure, that non remote files are still checked.  Oops.
2755 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
2757         Fix Bug#5840.
2759         * icomplete.el (icomplete-completions): Use `non-essential'.
2761         * net/tramp.el (tramp-connectable-p): New defun.
2762         (tramp-handle-expand-file-name)
2763         (tramp-completion-handle-file-name-all-completions)
2764         (tramp-completion-handle-file-name-completion): Use it.
2766 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2768         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
2770 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
2772         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
2774         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
2776         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
2777         is present.
2779         * info.el (info-tool-bar-map): Add labels.
2781         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
2783         * cus-edit.el (custom-commands): Add labels for tool bar.
2784         (custom-buffer-create-internal, Custom-mode): Adjust for
2785         labels in custom-commands.
2787         * dynamic-setting.el: Renamed from font-setting.el.
2789 2010-04-21  John Wiegley  <jwiegley@gmail.com>
2791         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
2792         toggles the use of virtual buffers.
2793         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
2794         value.
2795         (ido-toggle-virtual-buffers): New function.
2797 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
2799         Use `define-derived-mode'; fix window selection; doc fixes.
2800         * play/tetris.el (tetris, tetris-update-speed-function)
2801         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
2802         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
2803         (tetris-rotate-next, tetris-end-game, tetris-start-game)
2804         (tetris-pause-game): Fix typos in docstrings.
2805         (tetris-mode-map, tetris-null-map):
2806         Move initialization into declaration.
2807         (tetris-mode): Define with `define-derived-mode';
2808         set show-trailing-whitespace to nil.
2809         (tetris): Prefer window already displaying the "*Tetris*" buffer.
2811 2010-04-21  Karel Klíč  <kklic@redhat.com>
2813         * files.el (backup-buffer): Handle SELinux context, and return it
2814         if a backup was made by renaming.
2815         (backup-buffer-copy): Set SELinux context to the target file.
2816         (basic-save-buffer): Set SELinux context of the newly written file.
2817         (basic-save-buffer-1): Now it also returns any SELinux context.
2818         (basic-save-buffer-2): Set SELinux context of the newly created file,
2819         and return it.
2820         * net/tramp.el (tramp-file-name-for-operation):
2821         Add file-selinux-context.
2823 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2825         Make the log-edit comments use RFC822 format throughout.
2827         * vc.el (vc-checkin, vc-modify-change-comment):
2828         Adjust to new vc-start/finish-logentry.
2829         (vc-find-conflicted-file): New command.
2830         (vc-transfer-file): Adjust to new vc-checkin.
2831         (vc-next-action): Improve scoping.
2833         * vc-hg.el (vc-hg-log-edit-mode): Remove.
2834         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
2836         * vc-git.el (vc-git-log-edit-mode): Remove.
2837         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
2838         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
2840         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
2841         (vc-start-logentry): Remove argument `extra'.
2842         (vc-finish-logentry): Remove extra args.
2844         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
2845         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
2846         (vc-bzr-conflicted-files): New function.
2848         * log-edit.el (log-edit-extra-flags)
2849         (log-edit-before-checkin-process): Remove.
2850         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
2851         (log-edit-headers-alist): New var.
2852         (log-edit-header-contents-regexp): New const.
2853         (log-edit-match-to-eoh): New function.
2854         (log-edit-font-lock-keywords): Use them.
2855         (log-edit): Insert a "Summary:" header as default.
2856         (log-edit-mode): Mark font-lock rules as case-insensitive.
2857         (log-edit-done): Cleanup headers.
2858         (log-view-process-buffer): Remove.
2859         (log-edit-extract-headers): New function to replace it.
2861 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
2863         * subr.el (default-direction-reversed): Remove obsolescence info.
2865 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2867         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
2868         windows/frames.
2870         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
2871         I.e. include text after point in the completion region.
2872         Also, return nil when we're not after/in a symbol.
2874         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
2875         default enable-multibyte-characters.
2877 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2879         * international/mule.el: Help the user choose a valid coding-system.
2880         (read-buffer-file-coding-system): New function.
2881         (set-buffer-file-coding-system): Use it.  Prompt the user if the
2882         coding-system cannot encode all the chars.
2884         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
2885         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
2886         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
2887         Don't use *vc-bzr-shelve*.
2889 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
2891         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
2892         Don't destroy list before using it.
2894 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
2896         Fix the version number for added files.
2897         * vc-hg.el (vc-hg-working-revision): Check if the file is
2898         registered after hg parent fails (Bug#5961).
2900 2010-04-19  Glenn Morris  <rgm@gnu.org>
2902         * htmlfontify.el (htmlfontify-buffer)
2903         (htmlfontify-copy-and-link-dir): Autoload entry points.
2905 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
2907         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2908         name relative to the project root (Bug#5960).
2910 2010-04-19  Glenn Morris  <rgm@gnu.org>
2912         * vc-git.el (vc-git-print-log): Doc fix.
2914 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
2916         * ido.el (ido-file-internal): Fix 2009-12-02 change.
2918 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
2920         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2921         default settings (Bug#5928).
2923 2010-04-19  Glenn Morris  <rgm@gnu.org>
2925         * progmodes/fortran.el (fortran-match-and-skip-declaration):
2926         New function.
2927         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
2929 2010-04-19  Kenichi Handa  <handa@m17n.org>
2931         * language/indian.el (malayalam-composable-pattern): Fix previous
2932         change (add U+0D4D "SIGN VIRAMA").
2933         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2934         (tamil-composable-pattern): Fix typo in the regexp.
2935         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2936         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2937         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2939 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
2941         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2942         paragraph-separate (Bug#5821).
2944 2010-04-19  Juri Linkov  <juri@jurta.org>
2946         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2948         * info.el (Info-find-node-2): Comment out code that skips
2949         breadcrumbs line.
2950         (Info-mouse-follow-link): New command.
2951         (Info-link-keymap): New keymap.
2952         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2953         Return a string with links instead of inserting breadcrumbs
2954         to the Info buffer.
2955         (Info-fontify-node): Comment out code that inserts breadcrumbs.
2956         Instead of putting the `invisible' text property over the Info
2957         header, make an overlay over the Info header with the `invisible'
2958         property and `after-string' set to the string returned by
2959         `Info-breadcrumbs'.
2961 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
2963         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2964         Reported by monkey@sandpframing.com.
2966 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2968         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
2969         (tmm-get-keymap): Add key-binding shortcuts now that they're not
2970         available in the "keyseq cache" any more.
2972         * custom.el (defcustom): Add edebug spec.
2974 2010-04-18  Juri Linkov  <juri@jurta.org>
2976         Test for special mode-class in view-buffer instead of view-file (bug#5513).
2978         * view.el (view-file, view-buffer): Move test for special mode-class
2979         from view-file to view-buffer.
2981         * tar-mode.el (tar-extract): Turn if's into one cond
2982         like in arc-mode.el.
2984 2010-04-18  Juri Linkov  <juri@jurta.org>
2986         Add 7z archive format support (bug#5475).
2988         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
2989         (archive-7z-extract): New defcustom.
2990         (archive-find-type): Add magic string for 7z.
2991         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
2992         If `stderr-file' is non-nil, use `(t stderr-file)' for the
2993         `buffer' arg of `call-process'.
2994         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
2995         call the function `archive-7z-extract' with the variable
2996         `archive-7z-extract' let-bound to `archive-zip-extract'.
2997         (archive-7z-summarize, archive-7z-extract): New functions.
2999         * international/mule.el (auto-coding-alist):
3000         * files.el (auto-mode-alist): Add 7z file extension.
3002 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3004         * loadup.el: Setup hash-cons for pure data.
3006         Fix duplicate entries in cedet's loaddefs.el files.
3007         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
3008         Should make most file-local generated-autoload-file unnecessary.
3009         (print-readably): Silence warnings.
3010         (autoload-find-destination): Take load-name as an arg to make sure
3011         it's the same as the one that will be in the file.
3012         (autoload-generate-file-autoloads): Adjust to above changes.
3013         Try to make the dataflow a bit simpler.
3015         * cvs-status.el (cvs-refontify): Remove unused.
3017 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
3019         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
3021         * calc-bin.el (calc-radix): Have the "O" option turn on
3022         twos-complement mode.
3024 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
3026         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3027         Add `calc-option-prefix-help' to calc-help autoloads.
3028         (calc-inverse): Add "Option" to message, as appropriate.
3029         (calc-hyperbolic): Add "Option" to message, as appropriate.
3030         (calc-option, calc-is-option): New functions.
3032         * calc-help.el (calc-full-help): Add `calc-option-help'.
3033         (calc-option-prefix-help): New function.
3035         * calc-misc.el (calc-help): Add "Option" entry.
3037         * calc.el (calc-local-var-list): Add `calc-option-flag'.
3038         (calc-option-flag): New variable.
3039         (calc-do): Set `calc-option-flag to nil.
3040         (calc-set-mode-line): Add "Opt " as appropriate.
3042 2010-04-16  Juri Linkov  <juri@jurta.org>
3044         Move scrolling commands from simple.el to window.el
3045         because their primitives are implemented in window.c.
3047         * simple.el (scroll-error-top-bottom)
3048         (scroll-up-command, scroll-down-command, scroll-up-line)
3049         (scroll-down-line, scroll-other-window-down)
3050         (beginning-of-buffer-other-window, end-of-buffer-other-window):
3051         * window.el (scroll-error-top-bottom)
3052         (scroll-up-command, scroll-down-command, scroll-up-line)
3053         (scroll-down-line, scroll-other-window-down)
3054         (beginning-of-buffer-other-window, end-of-buffer-other-window):
3055         Move from simple.el to window.el because their primitives are
3056         implemented in window.c.
3058 2010-04-16  Juri Linkov  <juri@jurta.org>
3060         * isearch.el (isearch-lookup-scroll-key): Check both
3061         `isearch-scroll' and `scroll-command' properties.
3062         (scroll-up, scroll-down): Remove `isearch-scroll' property.
3064         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3066         * simple.el (scroll-up-command, scroll-down-command)
3067         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3069 2010-04-15  Juri Linkov  <juri@jurta.org>
3071         * simple.el (scroll-up-command, scroll-down-command)
3072         (scroll-up-line, scroll-down-line): Put `scroll-command'
3073         property on the these symbols.  Remove them from
3074         `scroll-preserve-screen-position-commands'.
3076         * mwheel.el (mwheel-scroll): Put `scroll-command' and
3077         `isearch-scroll' properties on the `mwheel-scroll' symbol.
3078         Remove it from `scroll-preserve-screen-position-commands'.
3080         * isearch.el (isearch-allow-scroll): Doc fix.
3082 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
3084         * net/tramp.el (tramp-error-with-buffer): Don't show the
3085         connection buffer when we are in completion mode.
3086         (tramp-file-name-handler): Catch the error for some operations
3087         when we are in completion mode.  This gives the user the chance to
3088         correct the file name in the minibuffer.
3090 2010-04-15  Glenn Morris  <rgm@gnu.org>
3092         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3094 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
3096         Simplify by using `define-derived-mode'.
3097         * info.el (Info-mode):
3098         * calendar/todo-mode.el (todo-mode):
3099         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3100         (gomoku-mode-map): Move initialization into declaration.
3102 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
3104         Fix Bug#5840.
3105         * ido.el (ido-file-name-all-completions-1):
3106         * minibuffer.el (minibuffer-completion-help):
3107         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3109 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3111         * simple.el (non-essential): New var.
3113         Add a new field `location' to bookmarks for non-file bookmarks.
3114         * bookmark.el (bookmark-location): Use the new field, if present.
3115         (bookmark-insert-location): Undo last change, not needed any more.
3116         * man.el (Man-bookmark-make-record):
3117         * woman.el (woman-bookmark-make-record): Add `location' field.
3119 2010-04-14  Juri Linkov  <juri@jurta.org>
3121         * simple.el (scroll-error-top-bottom): New defcustom.
3122         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
3124         * emulation/pc-select.el (pc-select-override-scroll-error):
3125         Obsolete in favor of `scroll-error-top-bottom'.
3127 2010-04-14  Juri Linkov  <juri@jurta.org>
3129         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3130         `scroll-up-command' and `M-v' to `scroll-down-command'.
3132         * emulation/cua-rect.el (cua--init-rectangles):
3133         * forms.el (forms--change-commands):
3134         * image-mode.el (image-mode-map):
3135         Remap scroll-down-command and scroll-up-command
3136         in addition to scroll-down and scroll-up.
3138 2010-04-14  Juri Linkov  <juri@jurta.org>
3140         * mwheel.el (scroll-preserve-screen-position-commands):
3141         Add mwheel-scroll to this list of commands.
3143         * simple.el (scroll-preserve-screen-position-commands):
3144         Add scroll-up-command, scroll-down-command, scroll-up-line,
3145         scroll-down-line to this list of commands.
3147 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3149         * obsolete/complete.el: Move from lisp/complete.el.
3151         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3153         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3154         to the minor mode function now turns the mode ON unconditionally.
3156 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3158         * vc-dir.el (vc-dir-kill-line): New command.
3159         (vc-dir-mode-map): Bind it to C-k.
3161         * bookmark.el (bookmark-insert-location): Handle a nil filename.
3163         * woman.el: Add bookmark declarations to silence the compiler.
3164         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3165         step to compatibility between man and woman bookmarks.
3166         Adjust for Man-default-bookmark-title renaming.
3167         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
3169         * man.el: Add bookmark declarations to silence the compiler.
3170         (Man-name-local-regexp): Make it match NAME as well.
3171         (Man-getpage-in-background): Return the buffer.
3172         (Man-notify-when-ready): Use `case'.
3173         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3174         Don't hardcode "NAME".  Simplify.
3175         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3176         Rename from Man-bookmark-make-record.
3177         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
3178         we have the actual man-args.  Use Man-getpage-in-background rather
3179         than `man' since the arg is already processed.  Let bookmark.el do the
3180         window handling.  Only wait for the relevant process.
3181         Don't forget to autoload.
3183         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3185 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3187         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3188         New functions.
3189         (woman-mode): Setup bookmark support.
3191         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3192         (man-bookmark-jump): New functions.
3193         (Man-mode): Setup bookmark support.
3195 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
3197         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3198         recognize ssh-keygen prompt (Bug#2817).
3200 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3202         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3204 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3206         Synchronize with Tramp repository.
3208         * net/tramp.el (tramp-completion-function-alist)
3209         (tramp-file-name-regexp, tramp-chunksize)
3210         (tramp-local-coding-commands, tramp-remote-coding-commands):
3211         Fix docstring.
3212         (tramp-remote-process-environment): Use `format' instead of `concat'.
3213         (tramp-handle-directory-files-and-attributes)
3214         (tramp-get-remote-path): Use `copy-tree'.
3215         (tramp-handle-file-name-all-completions): Backward/ XEmacs
3216         compatibility: Use `completion-ignore-case' if
3217         `read-file-name-completion-ignore-case' does not exist.
3218         (tramp-do-copy-or-rename-file-directly): Do not use
3219         `tramp-handle-file-remote-p'.
3220         (tramp-do-copy-or-rename-file-out-of-band):
3221         Use `tramp-compat-delete-directory'.
3222         (tramp-do-copy-or-rename-file-out-of-band)
3223         (tramp-compute-multi-hops, tramp-maybe-open-connection):
3224         Use `format-spec-make'.
3225         (tramp-find-foreign-file-name-handler)
3226         (tramp-advice-make-auto-save-file-name)
3227         (tramp-set-auto-save-file-modes): Remove superfluous check for
3228         `stringp'.  This is done inside `tramp-tramp-file-p'.
3229         (tramp-debug-outline-regexp): New defconst.
3230         (tramp-get-debug-buffer): Use it.
3231         (tramp-check-for-regexp): Use (forward-line 1).
3232         (tramp-set-auto-save-file-modes): Adapt version check.
3234         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3235         Wrap call of `featurep' for 2nd argument.
3236         (tramp-compat-make-temp-file): Simplify fallback implementation.
3237         (tramp-compat-copy-tree): Remove function.
3238         (tramp-compat-delete-directory): Provide implementation for older
3239         Emacsen.
3241         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3242         Do not use `tramp-fish-handle-file-attributes.
3244         * net/trampver.el: Update release number.
3246 2010-04-10  Glenn Morris  <rgm@gnu.org>
3248         * progmodes/compile.el (compilation-save-buffers-predicate):
3249         Add missing :version tag.
3251 2010-04-09  Sam Steingold  <sds@gnu.org>
3253         * progmodes/compile.el (compilation-save-buffers-predicate):
3254         Remove the "autoload" cookie.
3256         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3257         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3258         and `bug-reference-prog-mode' can be used in hooks directly.
3260 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3262         Add --author support to git commit.
3263         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3264         (vc-git-log-edit-mode): New minor mode.
3265         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3266         New declarations.
3268 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
3270         * vc-hooks.el, vc-git.el: Improve documentation comments.
3272 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3274         Fix some of the problems in defsubst* (bug#5728).
3275         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3276         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3278 2010-04-07  Sam Steingold  <sds@gnu.org>
3280         * progmodes/compile.el (compilation-save-buffers-predicate):
3281         New custom variable.
3282         (compile, recompile): Pass it to `save-some-buffers'.
3284 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
3286         * wid-edit.el (widget-choose): Move cursor to the second line of
3287         the buffer (Bug#5695).
3289 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3291         Add new VC methods: vc-log-incoming and vc-log-outgoing.
3292         * vc.el (vc-print-log-setup-buttons): New function split out from
3293         vc-print-log-internal.
3294         (vc-log-internal-common): New function, a parametrized version of
3295         vc-print-log-internal.
3296         (vc-print-log-internal): Just call vc-log-internal-common with the
3297         right arguments.
3298         (vc-incoming-outgoing-internal):
3299         (vc-log-incoming, vc-log-outgoing): New functions.
3300         (vc-log-view-type): New permanent local variable.
3302         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3304         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3305         of the dynamic bound vc-short-log.
3306         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3308         * vc-git.el (vc-git-log-outgoing): New function.
3309         (vc-git-log-view-mode): Use vc-log-view-type instead
3310         of the dynamic bound vc-short-log.
3312         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3313         of the dynamic bound vc-short-log.  Highlight the tag.
3314         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3315         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3316         (vc-hg-incoming-mode): Remove.
3317         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3319 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3321         Fix default-directory for vc-root-diff.
3322         * vc.el (vc-root-diff): Bind default-directory to the root
3323         directory for the diff command.
3325 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
3327         * progmodes/verilog-mode.el (verilog-forward-sexp):
3328         (verilog-calc-1): Support "disable fork" and "fork wait" multi
3329         word keywords, suggested by Steve Pearlmutter.
3330         (verilog-pretty-declarations): Support lineup of declarations in
3331         port lists.
3332         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3333         fix bug for /* / comments.
3334         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3335         Speed up and simplfy as this is never called with a bound.
3336         (verilog-pretty-declarations): Enhance to line up declarations
3337         inside a parameter list, suggested by Alan Morgan.
3338         (verilog-pretty-expr): Tune assignment regular expression match
3339         string for corner cases; also use markers instead of character
3340         number as indent changes the later.
3342 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
3344         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3345         as missing keyword.
3346         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3347         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
3348         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3349         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
3350         Tennant.
3351         (verilog-keywords):
3352         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3353         1800-2009 keywords, including "global.".
3355 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3357         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3358         appearing in buffer list (if a live buffer name matched a recentf
3359         file basename).  Should use uniquify to offer a real solution.
3361 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3363         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3364         comment to code, and add a :version tag.
3365         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3367 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
3369         Enable recentf-mode if using virtual buffers.
3370         * ido.el (recentf-list): Declare for byte-compiler.
3371         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
3372         (ido-make-buffer-list): Simplify.
3373         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
3375 2010-04-05  Juri Linkov  <juri@jurta.org>
3377         Scrolling commands which scroll a line instead of full screen.
3378         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3380         * simple.el (scroll-up-line, scroll-down-line): New commands.
3381         Put property isearch-scroll=t on them.
3383         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3384         Remove commands.
3386 2010-04-05  Juri Linkov  <juri@jurta.org>
3388         Scrolling commands which do not signal errors at top/bottom.
3389         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3391         * simple.el (scroll-up-command, scroll-down-command): New commands.
3392         Put property isearch-scroll=t on them.
3394         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3395         `scroll-down-command' and [next] from `scroll-up' to
3396         `scroll-up-command'.
3398         * emulation/cua-base.el: Put property CUA=move on
3399         `scroll-up-command' and `scroll-down-command'.
3400         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3401         and `scroll-down-command' to `cua-scroll-down'.
3403 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
3405         * help.el (describe-mode): Return nil.
3407 2010-04-04  John Wiegley  <jwiegley@gmail.com>
3409         * ido.el (ido-use-virtual-buffers): New variable to indicate
3410         whether "virtual buffer" support is enabled for IDO.
3411         (ido-virtual): Face used to indicate virtual buffers in the list.
3412         (ido-buffer-internal): If a buffer is chosen, and no such buffer
3413         exists, but a virtual buffer of that name does (which would be why
3414         it was in the list), recreate the buffer by reopening the file.
3415         (ido-make-buffer-list): If virtual buffers are being used, call
3416         `ido-add-virtual-buffers-to-list' before the make list hook.
3417         (ido-virtual-buffers): New variable which contains a copy of the
3418         current contents of the `recentf-list', albeit pared down for the
3419         sake of speed, and with proper faces applied.
3420         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3421         create a list of "virtual buffers" to present to the user in
3422         addition to the currently open set.  Note that this logic could
3423         get rather slow if that list is too large.  With the default
3424         `recentf-max-saved-items' of 200, there is little speed penalty.
3426 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3428         * font-lock.el: Require CL when compiling.
3429         (font-lock-turn-on-thing-lock): Use `case'.
3431 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
3433         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3434         Zaretskii.
3436 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
3438         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3439         (semantic-create-imenu-directory-index): Fix typos in docstrings.
3440         (semantic-imenu-goto-function): Reflow docstring.
3442 2010-04-02  Juri Linkov  <juri@jurta.org>
3444         * ehelp.el (electric-help-orig-major-mode):
3445         New buffer-local variable.
3446         (electric-help-mode): Set it to original major-mode.  Doc fix.
3447         (with-electric-help): Use `electric-help-orig-major-mode' instead
3448         of (default-value 'major-mode).  Doc fix.
3449         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3451 2010-04-02  Sam Steingold  <sds@gnu.org>
3453         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3454         `vc-hg-command' with a list of flags.
3456         * progmodes/bug-reference.el (bug-reference-bug-regexp):
3457         Also accept "patch" and "RFE".
3458         (bug-reference-fontify): `bug-reference-url-format' can also be a
3459         function to be able to handle the bug kind.
3460         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3462 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
3464         * tmm.el (tmm-get-keymap): Check with symbolp before passing
3465         value to fboundp, it may not be a symbol.
3467 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3469         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
3471 2010-03-31  Juri Linkov  <juri@jurta.org>
3473         * simple.el (next-line, previous-line): Re-throw a signal
3474         with `signal' instead of using `ding'.
3475         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
3477 2010-03-31  Juri Linkov  <juri@jurta.org>
3479         * simple.el (keyboard-escape-quit): Raise deselecting the active
3480         region higher than exiting the minibuffer.
3481         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
3483 2010-03-31  Juri Linkov  <juri@jurta.org>
3485         * image.el (image-animated-p): Use `image-metadata' instead of
3486         `image-extension-data'.  Get GIF extenstion data from metadata
3487         property `extension-data'.
3489 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3491         * simple.el (append-to-buffer): Simplify.
3493 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
3495         * textmodes/artist.el (artist-mode): Fix typo in docstring.
3496         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
3498 2010-03-31  Kenichi Handa  <handa@m17n.org>
3500         * language/sinhala.el (composition-function-table): Fix regexp for
3501         the new Unicode specification.
3503         * language/indian.el (devanagari-composable-pattern)
3504         (tamil-composable-pattern, kannada-composable-pattern)
3505         (malayalam-composable-pattern): Adjust for the new Unicode
3506         specification.
3507         (bengali-composable-pattern, gurmukhi-composable-pattern)
3508         (gujarati-composable-pattern, oriya-composable-pattern)
3509         (telugu-composable-pattern): New variables to cope with the new
3510         Unicode specification.  Use them in composition-function-table.
3512 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3514         Make tmm-menubar work for the Buffers menu again (bug#5726).
3515         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
3516         vectors rather than cons cells, as used in menu-bar-update-buffers.
3518 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3520         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
3521         (js-insert-and-indent): Revert 2009-08-15 change, restoring
3522         electric punctuation for "{}();,:" (Bug#5586).
3524         * mail/sendmail.el (mail-default-directory): Doc fix.
3526 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3528         * mail/sendmail.el (mail-default-directory): Doc fix.
3530 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
3532         * subr.el (version-regexp-alist, version-to-list)
3533         (version-list-<, version-list-=, version-list-<=)
3534         (version-list-not-zero, version<, version<=, version=): Doc fix.
3535         (Bug#5744).
3537 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
3539         * vc.el (vc-root-diff): Doc fix.
3541 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3543         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
3545         * simple.el (append-to-buffer): Fix last change.
3547 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3549         * simple.el (append-to-buffer): Ensure that point is preserved if
3550         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
3551         (Bug#5749)
3553 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3555         * files.el (auto-mode-case-fold): Change default to t.
3557 2010-03-30  Juri Linkov  <juri@jurta.org>
3559         * dired-x.el (dired-omit-mode): Doc fix.
3561 2010-03-30  Juri Linkov  <juri@jurta.org>
3563         * replace.el (occur-accumulate-lines): Move occur-engine related
3564         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
3565         to be located after `occur-engine'.
3567 2010-03-30  Juri Linkov  <juri@jurta.org>
3569         Make occur handle multi-line matches cleanly with context.
3570         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
3572         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
3573         (occur-engine): Add local variables `ret', `prev-after-lines',
3574         `prev-lines'.  Use more arguments for `occur-context-lines'.
3575         Set first elem of its returned list to `data', and the second elem
3576         to `prev-after-lines'.  Don't print the separator line.
3577         In the end, print remaining context after-lines.
3578         (occur-context-lines): Add new arguments `begpt', `endpt',
3579         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
3580         after-lines of the previous match with before-lines of the
3581         current match and not overlap them.  Return a list with two
3582         values: the output line and the list of context after-lines.
3584 2010-03-30  Juri Linkov  <juri@jurta.org>
3586         * replace.el (occur-accumulate-lines): Fix a bug where the first
3587         context line at the beginning of the buffer was missing.
3589 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
3591         * files.el: Make bidi-display-reordering safe variable for boolean
3592         values.
3594 2010-03-29  Phil Hagelberg  <phil@evri.com>
3595             Chong Yidong  <cyd@stupidchicken.com>
3597         * subr.el: Extend progress reporters to perform "spinning".
3598         (progress-reporter-update, progress-reporter-do-update):
3599         Handle non-numeric value arguments.
3600         (progress-reporter--pulse-characters): New var.
3602 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
3604         * progmodes/compile.el (compilation-start): Fix regexp detection
3605         of initial cd command (Bug#5771).
3607 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
3609         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
3611 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
3613         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3614         * lisp/progmodes/gdb-mi.el: Restore.
3615         * lisp/progmodes/gdb-ui.el: Remove.
3616         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
3618 2010-03-25  Glenn Morris  <rgm@gnu.org>
3620         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
3621         all dired buffers, even tramp ones.  (Bug#5755)
3623 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3625         Add "union tags" in mpc.el.
3626         * mpc.el: Remove backward compatibility code.
3627         (mpc-browser-tags): Change default.
3628         (mpc--find-memoize-union-tags): New var.
3629         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
3630         (mpc-cmd-find): Handle the case where the playlist does not exist.
3631         Handle union-tags.
3632         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
3633         (mpc-cmd-add): Use mpc-cmd-flush.
3634         (mpc-tagbrowser-tag-name): New fun.
3635         (mpc-tagbrowser-buf): Use it.
3636         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
3638 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3640         Misc cleanup.
3641         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
3642         Use replace-regexp-in-string.
3643         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
3644         (makefile-imake-mode-syntax-table): Move init into defvar.
3645         (makefile-mode): Use define-derived-mode.
3647         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
3648         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
3649         not be present any more.
3651 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3653         * faces.el (set-face-attribute): Fix typo in docstring.
3654         (face-valid-attribute-values): Reflow docstring.
3656         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
3658 2010-03-24  Glenn Morris  <rgm@gnu.org>
3660         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
3662 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3664         * indent.el (indent-for-tab-command): Doc fix.
3666 2010-03-24  Alan Mackenzie  <acm@muc.de>
3668         * progmodes/cc-engine.el (c-remove-stale-state-cache):
3669         Fix off-by-one error.  Fixes bug #5747.
3671 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3673         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
3674         (image-dired-read-comment): Doc fix.
3676         * json.el (json-object-type, json-array-type, json-key-type)
3677         (json-false, json-null, json-read-number):
3678         * minibuffer.el (completion-in-region-functions):
3679         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
3680         (cal-tex-cursor-week):
3681         * emacs-lisp/trace.el (trace-function):
3682         * eshell/em-basic.el (eshell/printnl):
3683         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
3684         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
3685         * obsolete/levents.el (allocate-event, event-key, event-object)
3686         (event-point, event-process, event-timestamp, event-to-character)
3687         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
3688         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
3689         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
3690         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
3691         (reftex-highlight-selection): Fix typos in docstrings.
3693 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3695         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
3697 2010-03-24  Glenn Morris  <rgm@gnu.org>
3699         * mail/rmail.el (rmail-highlight-face): Restore option deleted
3700         2008-02-13 without comment; mark it obsolete.
3701         (rmail-highlight-headers): Use rmail-highlight-face once more.
3703 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3705         * woman.el (woman2-process-escapes): Only consume the newline if
3706         the filler character is on a line by itself (Bug#5729).
3708 2010-03-24  Kenichi Handa  <handa@m17n.org>
3710         * language/indian.el (devanagari-composable-pattern): Add more
3711         consonants.
3713 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3715         * net/trampver.el: Update release number.
3717 2010-03-24  Glenn Morris  <rgm@gnu.org>
3719         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
3721 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3723         * net/tramp.el (tramp-find-executable):
3724         Use `tramp-get-connection-buffer'.  Make the regexp for checking
3725         output of "wc -l" more robust.
3726         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
3727         (tramp-open-connection-setup-interactive-shell): Remove workaround
3728         for OpenSolaris bug, it is not needed anymore.
3730 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
3732         * cedet/semantic/imenu.el: New file, from the CEDET repository
3733         (Bug#5412).
3735 2010-03-24  Glenn Morris  <rgm@gnu.org>
3737         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
3739 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
3741         * files.el (auto-mode-alist): Accept more verilog file patterns.
3743 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3745         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
3747 2010-03-24  Glenn Morris  <rgm@gnu.org>
3749         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
3750         log-edit-before-checkin-process.
3752         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
3754         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
3756         * vc-dispatcher.el (vc-start-logentry): Doc fix.
3757         (log-view-process-buffer, log-edit-extra-flags): Declare.
3759         * log-edit.el (log-edit-before-checkin-process): Doc fix.
3761         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3762         Consistently check ede-object is bound throughout.
3764         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
3766 2010-03-23  Sam Steingold  <sds@gnu.org>
3768         Fix bug#5620: recalculate all markers on compilation buffer
3769         modifications, not on file modifications.
3770         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
3771         the buffer modification time, for buffers not associated with files.
3772         (compilation-mode): Create it.
3773         (compilation-filter): Update it.
3774         (compilation-next-error-function): Use it instead of
3775         `visited-file-modtime' for timestamp.
3777 2010-03-23  Juri Linkov  <juri@jurta.org>
3779         Implement Occur multi-line matches.
3780         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
3782         * replace.el (occur): Doc fix.
3783         (occur-engine): Set `begpt' to the beginning of the first line.
3784         Set `endpt' to the end of the last match line.  At first, count
3785         line numbers between `origpt' and `begpt'.  Split out code from
3786         `out-line' variable to new let-bindings `match-prefix' and
3787         `match-str'.  In `out-line' add non-numeric prefix to all
3788         non-first lines of multi-line matches.  Finally, count lines
3789         between `begpt' and `endpt' and add to `lines'.
3791 2010-03-23  Juri Linkov  <juri@jurta.org>
3793         * replace.el (occur-accumulate-lines, occur-engine):
3794         Use `occur-engine-line' instead of duplicate code.
3795         (occur-engine-line): New function created from duplicate code
3796         in `occur-accumulate-lines' and `occur-engine'.
3798         * replace.el (occur-engine-line): Add optional arg `keep-props'.
3799         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
3801 2010-03-23  Juri Linkov  <juri@jurta.org>
3803         * finder.el: Remove TODO tasks.
3805         * info.el (Info-finder-find-node): Add node "all"
3806         with all package info.  Handle a list of multiple keywords
3807         separated by comma.
3808         (info-finder): In interactive use with a prefix argument,
3809         use `completing-read-multiple' to read a list of keywords
3810         separated by comma.
3812 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3814         Add a new completion style `substring'.
3815         * minibuffer.el (completion-basic--pattern): New function.
3816         (completion-basic-try-completion, completion-basic-all-completions):
3817         Use it.
3818         (completion-substring--all-completions)
3819         (completion-substring-try-completion)
3820         (completion-substring-all-completions): New functions.
3821         (completion-styles-alist): New style `substring'.
3823 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3825         Get rid of .elc files after removal of the corresponding .el.
3826         * Makefile.in (compile-clean): New target.
3827         (compile-main): Use it.
3829 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
3831         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
3832         don't do make there.  When compiling with separate object dir, there
3833         is no Makefile there.
3835 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3837         Get rid of the ELCFILES abomination, again.
3838         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3839         (all, compile): Don't call compile-last.
3840         (compile-main): Build the "elcfiles" list dynamically.
3841         (compile-targets): New (internal) target.
3843 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
3845         * Makefile.in (top_srcdir): Define.
3846         (abs_top_builddir): Define.
3847         (srcdir): Don't append `/..'.
3848         (EMACS): Use ${abs_top_builddir}.
3849         (all, compile, compile-always, compile-last): Don't set emacswd.
3850         (update-subdirs, update-authors): Use $(top_srcdir) instead of
3851         $(srcdir).
3852         (lisp): Use $(srcdir) instead of @srcdir@.
3854 2010-03-21  Juri Linkov  <juri@jurta.org>
3856         Fix message of multi-line occur regexps and multi-buffer header lines.
3857         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
3859         * replace.el (occur-1): Don't display regexp if it is longer
3860         than window-width.  Use `query-replace-descr' to display regexp.
3861         (occur-engine): Don't display regexp in the buffer header for
3862         multi-buffer occur.  Display a separate header line with total
3863         match count and regexp for multi-buffer occur.
3864         Use `query-replace-descr' to display regexp.
3866 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3868         * net/secrets.el: Fix parenthesis.
3869         (secrets-enabled): Fix parenthesis.
3871 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3873         Use more relative file and directory names.
3874         * Makefile.in (EMACS): Arrange for it to work when we chdir.
3875         (setwins, setwins_almost, setwins_for_subdirs):
3876         Don't `cd'; output relative names.
3877         (all, compile, compile-always, compile-last): Set emacswd.
3878         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
3879         Just cd to the lisp source dir so we can use relative file names.
3881         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
3883 2010-03-20  Glenn Morris  <rgm@gnu.org>
3885         * textmodes/rst.el: Use faces for font-lock customization, and make the
3886         old -face variables obsolete.
3887         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
3888         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
3889         (rst-block-face, rst-external-face, rst-definition-face)
3890         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
3891         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
3892         Make obsolete.
3893         (rst-font-lock-keywords-function): Update for above changes.
3895 2010-03-20  Juri Linkov  <juri@jurta.org>
3897         * s-region.el:
3898         * obsolete/s-region.el: Move to obsolete.
3900 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
3902         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
3904 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
3906         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
3908 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
3910         Add special markup processing for commit logs.
3911         * log-edit.el (log-edit-extra-flags): New variable.
3912         (log-edit): Add new argument MODE.  Use that mode when non-nil
3913         instead of the log-view-mode.
3914         (log-view-process-buffer): New function.
3916         * vc.el: Document that the checkin method takes optional
3917         arguments.  Document new backend specific method: log-view-mode.
3918         (vc-default-log-edit-mode): New function.
3919         (vc-checkin): Use a backend specific log-view-mode.
3920         Pass extra arguments to the checkin method.
3921         (vc-modify-change-comment): Pass a dummy extra argument.
3923         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
3924         log-edit.
3925         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
3926         (vc-finish-logentry): Process the log buffer before passing it
3927         down.  Pass log-edit-extra-flags.
3929         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
3930         command.
3931         (log-edit-extra-flags, log-edit-before-checkin-process):
3932         New declarations.
3934         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
3935         command.
3936         (log-edit-extra-flags, log-edit-before-checkin-process):
3937         New declarations.
3938         (vc-hg-log-edit-mode): New derived mode.
3940         * vc-arch.el (vc-arch-checkin):
3941         * vc-cvs.el (vc-cvs-checkin):
3942         * vc-git.el (vc-git-checkin):
3943         * vc-mtn.el (vc-mtn-checkin):
3944         * vc-rcs.el (vc-rcs-checkin):
3945         * vc-sccs.el (vc-sccs-checkin):
3946         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
3948 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3950         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
3951         parent typo).
3953 2010-03-19  Glenn Morris  <rgm@gnu.org>
3955         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3957 2010-03-18  Glenn Morris  <rgm@gnu.org>
3959         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
3961         * replace.el (query-replace-history): Give it a doc string.
3962         (map-query-replace-regexp): Use query-replace-from-history-variable
3963         and query-replace-to-history-variable.
3965         * mail/hashcash.el (declare-function): Remove duplicate definition.
3967         * mail/emacsbug.el (report-emacs-bug-pretest-address):
3968         Make it an obsolete alias for report-emacs-bug-address.
3969         (message-strip-special-text-properties): Declare.
3970         (report-emacs-bug): Remove test for a pretest bug address.
3971         Combine message-mode-specific code.
3973         * mail/supercite.el: Don't require sendmail.
3974         (mh-in-header-p): Declare rather than using with-no-warnings.
3975         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
3976         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
3978         * calendar/cal-french.el: Convert to utf-8.
3980         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
3981         Emacs scripts.
3983 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
3985         * net/secrets.el (secrets-enabled): New variable.  Use it instead
3986         of a subfeature.
3988 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
3990         * net/secrets.el (top): Register the D-Bus signals only when the
3991         service "org.freedesktop.secrets" can be pinged.
3992         Provide subfeature `enabled'.
3994 2010-03-14  Juri Linkov  <juri@jurta.org>
3996         Add finder unknown keywords.
3998         * finder.el (finder-unknown-keywords): New function.
4000         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
4001         to create a Finder node with unknown keywords.
4003 2010-03-14  Juri Linkov  <juri@jurta.org>
4005         * finder.el (finder-compile-keywords): Replace `princ' with
4006         `prin1' on a list of symbols interned from keyword strings.
4008         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
4009         a comma, then split keywords using a comma and optional whitespace.
4010         Otherwise, split by whitespace.
4012         * complete.el:
4013         * face-remap.el:
4014         * log-view.el:
4015         * net/hmac-def.el:
4016         * net/hmac-md5.el:
4017         * net/netrc.el:
4018         * progmodes/mixal-mode.el: Fix keywords.
4020 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
4022         * Makefile.in (ELCFILES): Add net/secrets.elc.
4024         * net/secrets.el: New file.
4026 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4028         * facemenu.el (list-colors-display, list-colors-print): New arg
4029         callback.  Use it to allow selecting colors.
4031         * wid-edit.el (widget-image-insert): Insert image prop even if the
4032         current display is non-graphic.
4033         (widget-field-value-set): New fun.
4034         (editable-field): Use it.
4035         (widget-field-value-get): Clean up unused var.
4036         (widget-color-value-create, widget-color--choose-action):
4037         New funs.  Allow using list-colors-display to choose color.
4039 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4041         * cus-edit.el: Resort topmost custom groups.
4042         (custom-buffer-sort-alphabetically): Default to t.
4043         (customize-apropos): Use apropos-parse-pattern.
4044         (custom-search-field): New var.
4045         (custom-buffer-create-internal): Add custom-apropos search field.
4046         (custom-add-parent-links): Don't display parent doc.
4047         (custom-group-value-create): Don't sort top-level custom group.
4048         (custom-magic-value-create): Show visibility button before option name.
4050         (custom-variable-state): New fun, from custom-variable-state-set.
4051         (custom-variable-state-set): Use it.
4052         (custom-group-value-create): Hide options with standard values
4053         using the :hidden-states property.  Use progress reporter.
4055         (custom-show): Simplify.
4056         (custom-visibility): Disable images by default.
4057         (custom-variable): New property :hidden-states.
4058         (custom-variable-value-create): Enable images for
4059         custom-visibility widgets.  Use :hidden-states property to
4060         determine initial visibility.
4062         * wid-edit.el (widget-image-find): Give images center ascent.
4063         (visibility): Add :on-image and :off-image properties.
4064         (widget-visibility-value-create): Use them.
4066 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4068         * cus-edit.el (processes): Remove from development group.
4069         (oop, hypermedia): Delete group.
4070         (comm): Promote to top-level group.
4072         * net/browse-url.el (browse-url):
4073         * net/xesam.el (xesam):
4074         * net/tramp.el (tramp):
4075         * net/goto-addr.el (goto-address):
4076         * net/ange-ftp.el (ange-ftp): Put in comm group.
4078         * view.el (view): Remove from editing group.
4080         * uniquify.el (uniquify): Put in files group.
4082         * net/browse-url.el (browse-url):
4083         * ps-print.el (postscript): Put in external group.
4085         * cus-edit.el (outlines):
4086         * textmodes/text-mode.el (text-mode-hook):
4087         * textmodes/table.el (table):
4088         * textmodes/picture.el (picture):
4089         * outline.el (outlines): Put in wp group.
4091         * nxml/nxml-mode.el (nxml): Remove from wp group.
4093         * net/tramp-imap.el (tramp-imap): Put in tramp group.
4095         * mail/metamail.el (metamail): Remove from hypermedia group.
4097         * cus-edit.el (abbrev):
4098         * whitespace.el (whitespace):
4099         * vcursor.el (vcursor):
4100         * reveal.el (reveal):
4101         * hl-line.el (hl-line): Put in convenience group.
4103         * epg-config.el (epg): Put in data group.
4105         * emulation/pc-select.el (pc-select): Put in emulations group.
4107         * calculator.el (calculator): Put in applications group.
4109 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4111         Add .dir-locals.el support for file-less buffers.
4112         * files.el (hack-local-variables): Split out code to apply local
4113         variable settings ...
4114         (hack-local-variables-apply): ... here.  New function.
4115         (hack-dir-local-variables): Use the default directory for when the
4116         buffer does not have an associated file.
4117         (hack-dir-local-variables-non-file-buffer): New function.
4118         * diff-mode.el (diff-mode):
4119         * vc-annotate.el (vc-annotate-mode):
4120         * vc-dir.el (vc-dir-mode):
4121         * log-edit.el (log-edit-mode):
4122         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4124 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4126         Add support for shelving snapshots and for showing shelves.
4127         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4128         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4129         New functions.
4130         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4131         (vc-bzr-extra-menu-map): Map them.
4133 2010-03-11  Glenn Morris  <rgm@gnu.org>
4135         * cus-edit.el (customize-changed-options-previous-release):
4136         Bump to 23.1.
4138         * image.el (image-animate-max-time): Fix :version tag.
4140 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
4142         * Branch for 23.2.
4144 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4146         * vc-git.el (vc-git-revision-table): Include remote branches.
4148 2010-03-10  Kim F. Storm  <storm@cua.dk>
4150         Animated image API.
4151         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4153         * image.el (image-animate-max-time): New defcustom.
4154         (image-animated-types): New defconst.
4155         (create-animated-image, image-animate-timer)
4156         (image-animate-start, image-animate-stop, image-animate-timeout)
4157         (image-animated-p): New functions.
4159         * image-mode.el (image-toggle-display-image):
4160         Replace `create-image' with `create-animated-image'.
4162 2010-03-09  Miles Bader  <miles@gnu.org>
4164         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4165         instead of "format:"; this ensures that the output is
4166         newline-terminated.
4168 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
4170         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4171         that all errors are caught, and that the return value is always a
4172         list (Bug#5692).
4174 2010-03-08  Kenichi Handa  <handa@m17n.org>
4176         * language/misc-lang.el (windows-1256): New coding system.
4177         (cp1256): New alias of windows-1256 (bug#5690).
4179 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
4181         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4182         call to rfc822-bad-address.  (Bug#5692)
4184 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4186         * vc-git.el (vc-git-annotate-extract-revision-at-line):
4187         Use vc-git-root as default directory for revision path (Bug#5657).
4189 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
4191         * calculator.el (calculator): Don't bind split-window-keep-point
4192         (Bug#5674).
4194 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4196         * vc-git.el: Re-flow to fit into 80 columns.
4197         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4198         Remove spurious `quote' element in each case alternative.
4199         (vc-git-show-log-entry): Use prog1.
4200         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4202 2010-03-06  Glenn Morris  <rgm@gnu.org>
4204         * cedet/semantic/grammar.el (semantic-grammar-header-template):
4205         Update template copyright to GPLv3+.
4207 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4209         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4211 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
4213         * macros.el (insert-kbd-macro): Look up keyboard macro using the
4214         definition, not the name (Bug#5481).
4216 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4218         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4219         argument with a local variable.  (Bug#5670)
4221 2010-03-02  Juri Linkov  <juri@jurta.org>
4223         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
4225 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
4227         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4228         error when FILENAME and NEWNAME are existing remote directories.
4230         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4231         parameter DIR-FLAG.
4233 2010-03-02  Glenn Morris  <rgm@gnu.org>
4235         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4236         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4238 2010-03-01  Kenichi Handa  <handa@m17n.org>
4240         * language/burmese.el (burmese-composable-pattern): Rename from
4241         myanmar-composable-pattern.
4243         * international/characters.el (script-list):
4244         * international/fontset.el (script-representative-chars):
4245         Change myanmar to burmese.
4246         (otf-script-alist): Likewise.
4247         (setup-default-fontset): Likewise.  Re-fix :otf spec.
4249 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4251         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4253 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
4255         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4257 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4259         * net/tramp.el (tramp-handle-write-region): START can be a string.
4260         Take care in the checks.  Reported by Dan Davison
4261         <davison@stats.ox.ac.uk>.
4263 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4265         * net/dbus.el (dbus-introspect, dbus-get-property)
4266         (dbus-set-property, dbus-get-all-properties):
4267         Use `dbus-call-method' when noninteractive.  (Bug#5645)
4269 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
4271         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4272         * emacs-lisp/elint.el (elint-add-required-env):
4273         * cedet/semantic/db-find.el
4274         (semanticdb-find-translate-path-brutish-default):
4275         * cedet/ede/make.el (ede-make-check-version):
4276         * calendar/icalendar.el (icalendar--add-diary-entry):
4277         * calc/calcalg2.el (math-tracing-integral):
4278         * files.el (recover-session-finish): Use with-current-buffer
4279         instead of save-excursion.
4281 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4283         Fix in-buffer completion when after-change-functions modify the buffer.
4284         * minibuffer.el (completion--replace): New function.
4285         (completion--do-completion): Use it and use relative movement.
4287 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
4289         * international/fontset.el (setup-default-fontset): Fix :otf spec.
4291 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
4293         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4294         Allow the characters _<> in the stack entry (Bug#5653).
4296 2010-02-26  Kenichi Handa  <handa@m17n.org>
4298         * language/burmese.el: Fix entries in composition-function-table.
4299         (myanmar-composable-pattern): New variable.
4301         * international/fontset.el (setup-default-fontset): Add an entry
4302         for myanmar.
4304         * international/characters.el (script-list): Add Myanmar
4305         Extended-A.
4307 2010-02-26  Glenn Morris  <rgm@gnu.org>
4309         * custom.el (custom-initialize-delay): Doc fix.
4311         * mail/sendmail.el (send-mail-function): Autoload the call
4312         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4314 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
4316         * files.el (hack-local-variables-filter): For eval forms, also
4317         check safe-local-variable-p (Bug#5636).
4319 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
4321         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4322         and use c(ad)r of cddr (Bug#5640).
4324 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
4326         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4327         setting the modes by `ignore-errors'.  It might fail, for example
4328         if the file is not owned by the user but the group.
4329         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4331 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
4333         * files.el (directory-listing-before-filename-regexp): Use
4334         stricter matching for iso-style dates, to avoid false matches with
4335         date-like filenames (Bug#5597).
4337         * htmlfontify.el (htmlfontify): Doc fix.
4339         * eshell/eshell.el (eshell): Doc fix.
4341         * startup.el (fancy-about-screen): In mode-line, apply
4342         mode-line-buffer-id face only to the buffer name (Bug#5613).
4344 2010-02-20  Kevin Ryde  <user42@zip.com.au>
4346         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4347         In `watcom' anchor regexp to start of line, to avoid slowness
4348         (Bug#5599).
4350 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
4352         * subr.el (remove-yank-excluded-properties): Explain in a comment
4353         why `category' property is removed.
4355 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
4357         * isearch.el (isearch-update-post-hook, isearch-update): Revert
4358         2010-02-17 change.
4360 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
4362         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4363         (icalendar--convert-weekly-to-ical)
4364         (icalendar--convert-yearly-to-ical)
4365         (icalendar--convert-block-to-ical)
4366         (icalendar--convert-cyclic-to-ical)
4367         (icalendar--convert-anniversary-to-ical): Take care of time
4368         specifications where hour has 1-digit only (Bug#5549).
4370 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
4372         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4373         of disassemble output in GDB 7.1.
4375 2010-02-19  Glenn Morris  <rgm@gnu.org>
4377         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4378         property.  (Bug#5593)
4380 2010-02-18  Sam Steingold  <sds@gnu.org>
4382         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4384 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4386         Use abbreviated file names in bookmarks (bug#5591).
4387         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4388         calls to expand-file-name.
4389         (bookmark-relocate): Use abbreviated file names in bookmarks.
4390         (bookmark-load): Use abbreviated file names in messages.
4392 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4394         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4395         expand "." and "..".  Reported by Thierry Volpiatto
4396         <thierry.volpiatto@gmail.com>.
4398 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4400         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4401         permissions of the temporary file to "0600".  In case the remote
4402         file has no read permissions for the owner, there might be
4403         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
4405 22010-02-18  Glenn Morris  <rgm@gnu.org>
4407         * emacs-lisp/authors.el (authors-renamed-files-alist):
4408         Add entries for INSTALL.CVS.
4410 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
4412         * vc-bzr.el: Fix typo in Known Bugs section.
4414         * isearch.el (isearch-update-post-hook): New hook.
4415         (isearch-update): Use the new hook.
4417 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
4419         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4420         Fix errors in copying directories.
4421         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4422         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4423         (tramp-handle-delete-file)
4424         (tramp-handle-dired-recursive-delete-directory)
4425         (tramp-handle-write-region): Flush also the cache for the upper
4426         directory.
4428 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
4430         * simple.el (save-interprogram-paste-before-kill): Doc fix.
4432         * cus-edit.el (hardware): Doc fix.
4434         * man.el (man): Add to external custom group.
4436         * delim-col.el (columns): Move to wp custom group.
4438         * doc-view.el (doc-view): Add to data custom group.
4440         * cedet/data-debug.el (data-debug): Move to extensions group.
4442         * cedet/ede.el (ede):
4443         * cedet/srecode.el (srecode):
4444         * cedet/semantic.el (semantic): Put in tools and extensions group.
4446         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4448         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4449         by ispell-parse-output (Bug#5575).
4451 2010-02-16  Kenichi Handa  <handa@m17n.org>
4453         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4454         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4455         (skkdic-convert): Use `euc-japan' coding system for writing.
4457 2010-02-16  Glenn Morris  <rgm@gnu.org>
4459         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4460         tex-main-file before using it.  (Bug#5562)
4462 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4464         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4465         warnings, since it is annoying for the user to see them each time he
4466         runs the code.
4468 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
4470         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
4471         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
4472         instead of PROC for caching "first-password-request".  Otherwise,
4473         new processes would not profit from passwords already entered.
4475         * net/tramp-cache.el (tramp-dump-connection-properties):
4476         Don't save "first-password-request" property.
4478 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
4480         * outline.el (outline-head-from-level):
4481         * simple.el (with-wrapper-hook):
4482         * cedet/ede.el (ede-run-target, project-delete-target)
4483         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
4484         (ede-adebug-project, ede-adebug-project-parent)
4485         (ede-adebug-project-root):
4486         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
4487         (elint-defun, elint-buffer-env, elint-top-form-logged)
4488         (elint-unbound-variable):
4489         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
4490         Fix typos in docstrings.
4492 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
4494         * files.el (insert-directory): When WILDCARD-REGEXP and
4495         FULL-DIRECTORY-P are nil, insert the file entry instead of the
4496         whole directory.  (Bug#5551)
4498         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
4499         dired's alignment sanity.  (Bug#5516)
4501 2010-02-14  Juri Linkov  <juri@jurta.org>
4503         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
4504         Remove remaining ^H with their preceding chars.  (Bug#5566)
4506 2010-02-13  Glenn Morris  <rgm@gnu.org>
4508         * simple.el (transpose-subr): Give it a doc-string.
4510         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
4511         Doc fixes.
4513 2010-02-12  Juri Linkov  <juri@jurta.org>
4515         * arc-mode.el (archive-unique-fname): Make directories for nested
4516         archives.  (Bug#5540)
4518 2010-02-12  Juri Linkov  <juri@jurta.org>
4520         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
4522 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4524         * subr.el (copy-overlay): Handle deleted overlays.
4526         * man.el (Man-completion-table): Don't signal an error if we can't run
4527         manual-program (bug#4056).
4529 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
4531         * textmodes/artist.el (artist-mt): Fix typos in docstring.
4533 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4535         * info.el (Info-bookmark-jump): Simplify.
4537         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4538         (bookmark-default-handler): Accept new bookmark field `buffer'.
4540 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
4542         * iswitchb.el (iswitchb-completions): Revert last change.
4544 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
4546         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
4547         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
4548         This prevents file names like "~/" being listed literally.
4550 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
4552         * term/xterm.el (xterm-maybe-set-dark-background-mode):
4553         Remove dead code.  (Bug#5546)
4555 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
4557         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
4558         correctly (Bug#5548).
4560 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
4562         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
4563         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
4565 2010-02-08  Kenichi Handa  <handa@m17n.org>
4567         * international/mule-util.el (with-coding-priority): Add autoload
4568         cookie for putting `lisp-indent-function'.
4570 2010-02-07  Glenn Morris  <rgm@gnu.org>
4572         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
4573         Move F2003 named interfaces from keywords-2 to keywords-1, and
4574         use function-name-face rather than constant-face.
4575         Simplify "abstract interface" regexp.
4577 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
4579         * eshell/esh-util.el (eshell-file-attributes): New optional arg
4580         ID-FORMAT.  Pass it to `file-attributes'.
4582         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
4584 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
4586         * faces.el (set-face-attribute): Allow calling
4587         internal-set-lisp-face-attribute with 'unspecified family and
4588         foundry argument (Bug#5536).
4590 2010-02-07  Glenn Morris  <rgm@gnu.org>
4592         * progmodes/f90.el (f90-font-lock-keywords-2)
4593         (f90-looking-at-type-like, f90-looking-at-program-block-end):
4594         Handle F2003 named interfaces.
4596 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
4598         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
4599         beg and end before calling c-get-state-before-change-functions.
4601 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
4603         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
4605 2010-02-05  Juri Linkov  <juri@jurta.org>
4607         * doc-view.el (doc-view-mode):
4608         * image-mode.el (image-mode): Put property mode-class=special.
4609         (Bug#4896)
4611 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
4613         * vc-svn.el (vc-svn-revision-table): New function.
4615 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
4617         * net/ange-ftp.el (ange-ftp-insert-directory):
4618         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4619         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4620         Handle also directories.  (Bug#5478)
4622 2010-02-05  Glenn Morris  <rgm@gnu.org>
4624         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
4626 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
4628         * startup.el (command-line-1): Convert options beginning with a
4629         single dash as well (Bug#5519).
4631 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4633         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
4634         * minibuffer.el (completion-initials-expand): Only check the presence
4635         of delims *within* the boundaries, since otherwise the / delim is
4636         always found for files.
4638         Fix up various corner case problems.
4639         * doc-view.el (doc-view-last-page-number): New function.
4640         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
4641         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
4642         (doc-view-kill-proc): Avoid inf-loop in freak cases.
4643         (doc-view-reconvert-doc): Use the new recursive delete-directory.
4644         (doc-view-convert-current-doc): Don't create the resolution.el file
4645         here any more.
4646         (doc-view-pdf/ps->png): Do it here instead.
4647         (doc-view-already-converted-p): Check that resolution.el is present.
4648         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
4649         windows that are not yet showing images.
4651 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
4653         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
4654         `dired-uncache' for every elemnt which is an absolute file name.
4656         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
4657         directory, handle its directory component.
4658         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
4659         function is called permanently and creates noise, otherwise.
4661         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4662         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4663         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
4665 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
4667         * macros.el (apply-macro-to-region-lines):
4668         Minor simplification.  (Bug#5485)
4670 2010-02-04  Glenn Morris  <rgm@gnu.org>
4672         * mail/rmail.el (rmail-show-message-1): Handle malformed
4673         quoted-printable text.  (Bug#5441)
4675         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
4677         * simple.el (visual-line-mode): Capitalize lighter.
4679 2010-02-03  John Wiegley  <jwiegley@gmail.com>
4681         * iswitchb.el (iswitchb-completions): Add bookmark files to the
4682         list of files considered for "virtual buffer" completions.
4684 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
4686         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
4687         also in case of (and (not full) (not wildcard)).  This is needed
4688         when dired is called with a list of files, which are not in
4689         `default-directory'.  (Bug#5478)
4691 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4693         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
4695 2010-02-02  Juri Linkov  <juri@jurta.org>
4697         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
4698         from unidiff to allow function-line after @@.
4700 2010-02-02  Juri Linkov  <juri@jurta.org>
4702         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
4703         '(RCS SCCS) with inverted condition.
4705 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
4707         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
4708         messages.
4710 2010-02-01  Juri Linkov  <juri@jurta.org>
4712         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
4713         compare with "pkunzip" and "pkzip" instead of only "pkzip".
4714         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
4715         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
4717 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4719         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
4720         (doc-view-revert-buffer): New command.
4721         (doc-view-mode-map): Use it.
4723 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
4725         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
4726         pending merge is detected.
4728 2010-01-31  Juri Linkov  <juri@jurta.org>
4730         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
4731         beginning of interactive spec like all other grep commands do.
4732         Put "all" in front of "gz".  (Bug#5260)
4734 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
4736         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
4738 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
4740         * dirtrack.el (dirtrack): Warn instead of signalling error if the
4741         regexp is incorrect (Bug#5476).
4743 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
4745         * net/tramp.el (tramp-handle-insert-directory): Handle also
4746         symlinks, when FILENAME is not in `default-directory'.
4748 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
4750         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
4751         FILE is not in `default-directory'.  (Bug#5478)
4753         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
4754         of SWITCHES.  Handle the case, FILENAME is not in
4755         `default-directory'.  (Bug#5478)
4756         (tramp-register-file-name-handlers): Add safe-magic property.
4758 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
4760         * arc-mode.el (archive-zip-extract): Quote the argument passed to
4761         unzip (Bug#5475).
4763 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
4765         * progmodes/flymake.el (flymake-allowed-file-name-masks)
4766         (flymake-master-make-header-init): Add other C++ filename masks.
4767         (flymake-find-possible-master-files)
4768         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
4770 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
4772         Fix some busybox annoyances.
4774         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
4775         not responding." string.
4776         (tramp-open-connection-setup-interactive-shell): Dump stty
4777         settings.  Enable "neveropen" arg for all `tramp-send-command'
4778         calls.  Handle "=" in variable values properly.
4779         (tramp-find-inline-encoding): Raise an error, when no encoding is
4780         found.
4781         (tramp-wait-for-output): Check, whether PROC buffer is available.
4782         Remove spurious " ^H" sequences, sent by busybox.
4783         (tramp-get-ls-command): Suppress coloring, if possible.
4785 2010-01-28  Glenn Morris  <rgm@gnu.org>
4787         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
4789         * log-edit.el (log-edit-strip-single-file-name): Add missing
4790         :safe, :group, and :version tags.
4792 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
4794         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
4795         buffers.  (Bug#5477)
4797 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
4799         * files.el (delete-directory): Handle moving to trash without
4800         first doing recursion (Bug#5436).
4802 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
4804         * vc-hooks.el (vc-path): Mark as obsolete.
4806 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
4808         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
4809         names too.
4811         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
4812         for the short log.
4813         (vc-bzr-log-view-mode): Adjust regexp for the above change.
4815 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
4817         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
4819         * vc-bzr.el (vc-bzr-revision-table): New function.
4821 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
4823         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
4824         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
4826 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
4828         Remove support for adding --signoff on commit.
4829         Future support will use an incompatible generic mechanism.
4830         * vc-git.el (vc-git-add-signoff): Remove variable.
4831         (vc-git-toggle-signoff): Remove function.
4832         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
4834         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
4835         from xterm-set-background-mode.  Return t if the background mode
4836         was set.
4837         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
4838         earlier, call it again in case the background mode has changed.
4840 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
4842         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
4843         (Bug#3541).
4845 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
4847         * emacs-lisp/assoc.el (aelement): Doc fix.
4848         (aput, adelete, amake): Use lexical-let (Bug#5450).
4850 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
4852         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
4853         is the same as subprogram call, not declaration.  (Bug#5435).
4855 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
4857         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
4858         (tramp-smb-maybe-open-connection): Use it.
4860 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
4862         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
4864 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4866         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
4867         just because we see "encoding: 8bit".
4868         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
4870 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
4872         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
4874 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
4876         * jka-compr.el (jka-compr-load): If load-file is not in
4877         load-history, try its file-truename version.  (bug#5447)
4879 2010-01-21  Alan Mackenzie  <acm@muc.de>
4881         Fix a situation where deletion of a cpp construct throws an error.
4882         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
4883         invoking c-with-all-but-one-cpps-commented-out, check that the
4884         special cpp construct is still in the buffer.
4885         (c-parse-state): Record the special cpp with markers, not numbers.
4887 2010-01-21  Kenichi Handa  <handa@m17n.org>
4889         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
4890         process last-command-event, as it is now decoded first (Bug#5380).
4892 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
4894         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
4896 2010-01-20  Glenn Morris  <rgm@gnu.org>
4898         * indent.el (tab-always-indent): Fix custom-type.
4900 2010-01-19  Alan Mackenzie  <acm@muc.de>
4902         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
4903         buffer throws "args out of range".
4904         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
4905         playing the role of delimiter.
4907 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
4909         * progmodes/ada-mode.el: Fix bug#5400.
4910         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
4911         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
4912         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
4913         Improve comments in "is" portion.  Handle null procedure declaration.
4914         (ada-move-to-end): Improve doc string.
4916 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
4918         * ido.el (ido-cur-list): Initialize to nil.
4919         Remove obsolete information from commentary.
4920         (ido-choice-list): Initialize to nil.
4921         (ido-get-bufname): Reject minibuffers.
4922         (ido-make-buffer-list): If "default" is a nonexistent
4923         buffer, ignore it, as per the function's comment.
4924         (ido-kill-buffer-internal): New function.
4925         (ido-kill-buffer-at-head): Use it.
4926         (ido-visit-buffer): Likewise.
4928 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4930         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
4932 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
4934         * cedet/ede/locate.el (ede-locate-file-in-project)
4935         (ede-locate-file-in-project-impl): Fix typos in docstrings.
4936         (ede-enable-locate-on-project): Fix typos in error messages.
4938         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
4939         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
4940         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
4941         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
4942         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
4943         Fix typos in menu help.
4945         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
4946         Fix typos in chart titles.
4948         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
4949         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
4950         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
4951         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
4952         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
4953         (semantic-parse-stream, semantic-parse-region)
4954         (semantic-parse-region-default, semantic--set-buffer-cache)
4955         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
4956         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
4957         (semantic-default-submodes):
4958         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
4959         (semanticdb-create-ebrowse-database)
4960         (semanticdb-find-tags-for-completion-method)
4961         (semanticdb-find-tags-by-class-method)
4962         (semanticdb-deep-find-tags-by-name-method)
4963         (semanticdb-deep-find-tags-for-completion-method):
4964         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
4965         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
4966         (semanticdb-find-tags-for-completion-method)
4967         (semanticdb-find-tags-by-class-method)
4968         (semanticdb-deep-find-tags-for-completion-method):
4969         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
4970         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
4971         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
4972         (semanticdb-find-tags-by-name-method)
4973         (semanticdb-find-tags-by-name-regexp-method)
4974         (semanticdb-find-tags-for-completion-method)
4975         (semanticdb-find-tags-by-class-method)
4976         (semanticdb-find-tags-external-children-of-type-method)
4977         (semanticdb-find-tags-subclasses-of-type-method)
4978         (semanticdb-deep-find-tags-by-name-method)
4979         (semanticdb-deep-find-tags-by-name-regexp-method)
4980         (semanticdb-deep-find-tags-for-completion-method):
4981         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
4982         (semanticdb-enable-gnu-global-in-buffer)
4983         (semanticdb-find-tags-for-completion-method)
4984         (semanticdb-deep-find-tags-by-name-method)
4985         (semanticdb-deep-find-tags-for-completion-method):
4986         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
4987         (javascript-mode, semanticdb-find-translate-path)
4988         (semanticdb-find-tags-for-completion-method)
4989         (semanticdb-find-tags-by-class-method)
4990         (semanticdb-deep-find-tags-by-name-method)
4991         (semanticdb-deep-find-tags-for-completion-method)
4992         (semanticdb-find-tags-external-children-of-type-method):
4993         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
4994         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
4995         (global-semantic-idle-scheduler-mode):
4996         * cedet/srecode/dictionary.el (srecode-field-value)
4997         (srecode-dictionary-add-section-dictionary):
4998         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
4999         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
5000         (describe-class, eieio-describe-generic, describe-generic):
5001         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
5002         (eieio-speedbar-expand):
5003         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5004         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
5005         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
5006         (viper-del-backward-char-in-replace, viper-backward-indent)
5007         (viper-brac-function, viper-register-to-point, viper-submit-report):
5008         * net/tramp.el (tramp-remote-coding-commands):
5009         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
5010         Fix typos in docstrings.
5012 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5014         * mail/sendmail.el (mail-yank-original): Set the mark if the
5015         specified function for yanking does not do it.
5017 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
5019         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
5021         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5022         resyncing a directory.
5024 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
5026         * progmodes/ada-mode.el: Fix bug#1920.
5027         (ada-ident-re): Delete ., allow multibyte characters.
5028         (ada-goto-label-re): New; matches goto labels.
5029         (ada-block-label-re): New; matches block labels.
5030         (ada-label-re): New; matches both.
5031         (ada-named-block-re): Deleted; callers changed to use
5032         `ada-block-label-re' instead.
5033         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5034         Use `ada-block-label-re'.
5035         (ada-indent-on-previous-lines): Improve handling of goto labels.
5036         (ada-get-indent-block-start): Special-case block label.
5037         (ada-get-indent-label): Split into `ada-indent-block-label' and
5038         `ada-indent-goto-label'.
5039         (ada-goto-stmt-start, ada-goto-next-non-ws):
5040         Optionally ignore goto labels.
5041         (ada-goto-next-word): Simplify.
5042         (ada-indent-newline-indent-conditional): Insert newline before
5043         trying to fix indentation; doc fix.
5045 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
5047         * calc/calc.el (calc-command-flags): Give it an initial value.
5049 2010-01-17  Glenn Morris  <rgm@gnu.org>
5051         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5053 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5055         * cedet/semantic.el (semantic-mode):
5056         * files.el (minibuffer-with-setup-hook):
5057         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5058         (artist-key-draw-continously, artist-key-do-continously-continously)
5059         (artist-key-set-point-continously, artist-mouse-draw-continously):
5060         Fix typos in docstrings.
5062 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
5064         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5065         return t (Bug#3898).
5067 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
5069         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5070         can parse the output of the external commands (Bug#5279).
5072 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
5074         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5076 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
5078         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5080         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5082         * startup.el (command-line): Remove unused --icon-type arg.
5083         Handle --display arg, passing it to command-line-1 (Bug#5392).
5085 2010-01-16  Mario Lang  <mlang@delysid.org>
5087         * cedet/ede/cpp-root.el (ede-cpp-root-project):
5088         * cedet/ede/files.el (ede-expand-filename):
5089         * cedet/ede/simple.el (ede-simple-project):
5090         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5091         (semantic-complete-inline-tag-engine):
5092         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5093         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5094         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5095         * cedet/semantic/db.el (semanticdb-equivalent-mode):
5096         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5097         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5098         * emacs-lisp/chart.el (chart-translate-namezone):
5099         * textmodes/artist.el (artist-compute-popup-menu-table):
5100         Remove duplicated words in doc-strings.
5102 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
5104         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5105         to mairix-search to suppress threading (Bug#5342).
5107 2010-01-15  Kenichi Handa  <handa@m17n.org>
5109         * international/mule-cmds.el (canonicalize-coding-system-name):
5110         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5112 2010-01-15  Glenn Morris  <rgm@gnu.org>
5114         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
5116         * wid-edit.el (widget-keymap): Doc fix.
5118         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5119         former seems to be more widely accepted by various svn versions.
5121 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5123         * find-cmd.el (find-constituents):
5124         * vc-arch.el (vc-arch-root):
5125         * window.el (window-body-height, pop-up-frames):
5126         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5127         (semantic-no-reparse-needed-change-hook):
5128         * cedet/srecode/insert.el (srecode-resolve-argument-list)
5129         (srecode-template-inserter-blank, srecode-template-inserter-variable)
5130         (srecode-template-inserter-ask, srecode-template-inserter-width)
5131         (srecode-template-inserter-section-start)
5132         (srecode-template-inserter-section-end, srecode-insert-method):
5133         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5134         * progmodes/ada-stmt.el (ada-if):
5135         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5136         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5137         (ispell-encoding8-command, ispell-aspell-supports-utf8)
5138         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5140         * progmodes/flymake.el (flymake-post-syntax-check):
5141         Fix typo in error message.
5143 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5145         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5146         which is always a string.  (Bug#5313)
5148 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5150         * progmodes/ada-xref.el (ada-default-prj-properties):
5151         Simplify previous change.
5153 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5155         * progmodes/ada-xref.el (ada-default-prj-properties):
5156         Default ada_project_path to $ADA_PROJECT_PATH.
5158 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5160         * progmodes/ada-mode.el (ada-create-keymap):
5161         Override `narrow-to-defun' with `ada-narrow-to-defun'.
5163 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5165         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5166         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5167         (ada-get-current-indent, ada-imenu-generic-expression)
5168         (ada-which-function): Check for it.
5170 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5172         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5173         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5175 2010-01-14  Glenn Morris  <rgm@gnu.org>
5177         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
5179 2010-01-14  Kenichi Handa  <handa@m17n.org>
5181         * composite.el (auto-composition-mode): Make it a buffer local
5182         variable (permanent-local).
5183         (auto-composition-function): Set the default value to
5184         auto-compose-chars.
5185         (auto-composition-mode): Make it a simple function, not a minor mode.
5186         (global-auto-composition-mode): Likewise.
5187         (turn-on-auto-composition-if-enabled): Delete it.
5189 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
5191         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5193 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
5195         * files.el (copy-directory): Compute target for recursive
5196         directories with identical names.  (Bug#5343)
5198 2010-01-12  Glenn Morris  <rgm@gnu.org>
5200         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5201         it to bug-gnu-emacs rather than emacs-pretest-bug.
5203 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5205         * cedet/data-debug.el (data-debug): Fix customization group reference.
5207 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5209         * cedet/semantic/analyze.el (semantic-analyze-push-error)
5210         (semantic-analyze-context, semantic-analyze-context-assignment)
5211         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5212         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5213         (semantic-java-doc-keywords-map):
5214         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5215         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5216         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5217         (semantic-c-classname, semantic-format-tag-uml-prototype)
5218         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5219         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5220         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5221         (semantic-get-local-variables, semantic-end-of-command)
5222         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5223         (lisp-mode):
5224         * cedet/semantic/bovine/make.el (makefile-mode):
5225         * cedet/semantic/wisent/python.el (wisent-python-string-re)
5226         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5227         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5228         (semantic-lex, semantic-get-local-variables, python-mode):
5229         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5230         * cedet/srecode/extract.el (srecode-extract-state-set)
5231         (srecode-extract-method): Fix typos in docstrings.
5233 2010-01-11  Sam Steingold  <sds@gnu.org>
5235         * imenu.el (imenu-default-create-index-function): Detect infinite
5236         loops caused by imenu-prev-index-position-function.
5238 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5240         * htmlfontify.el (htmlfontify-load-rgb-file)
5241         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5242         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5243         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5244         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5245         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5246         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5247         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5248         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5249         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5250         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5251         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5252         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5253         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5254         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5255         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5256         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5257         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5258         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5259         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5260         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5261         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5262         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5263         backslash-quoting from parentheses, etc.
5265 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
5267         * progmodes/js.el: Autoload javascript-mode alias.
5269 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5271         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5272         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5273         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5274         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5275         Fix typos in docstrings.
5276         (ffap-url-regexp): Doc fix.
5277         (ffap-at-mouse): Fix typo in message.
5279 2010-01-11  Glenn Morris  <rgm@gnu.org>
5281         * version.el (emacs-copyright): Set copyright year to 2010.
5283 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5285         * format.el (format-annotate-function): Only set
5286         write-region-post-annotation-function after running to-fn so as not to
5287         affect nested write-region calls (bug#5273).
5289 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
5291         * cedet/semantic.el (semantic-new-buffer-setup-functions):
5292         Add python parser.
5294         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5295         wisent/python.el.
5297 2010-01-10  Richard Kim  <emacs18@gmail.com>
5299         * cedet/semantic/wisent/python-wy.el:
5300         * cedet/semantic/wisent/python.el: New files.
5302 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5304         * man.el (Man-goto-section): Signal error if the section is not
5305         found (Bug#5317).
5307 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
5309         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5310         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
5312 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5314         * progmodes/compile.el: Don't treat compile-command as safe if
5315         compilation-read-command might be nil (Bug#4218).
5317 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
5319         * startup.el (command-line-1): Use orig-argi to check for ignored X and
5320         NS options.
5322 2010-01-08  Kenichi Handa  <handa@m17n.org>
5324         * international/fontset.el (build-default-fontset-data):
5325         Exclude characters in scripts kana, hangul, han, or cjk-misc.
5327 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
5329         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5330         to `create-file-buffer' as it expects, not just a buffer name.
5331         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5332         to help uniquify.  (Bug#3224)
5334 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
5336         * font-setting.el (font-setting-change-default-font): Use user-spec
5337         instead of name.
5339 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5341         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5343 2010-01-05  Tom Tromey  <tromey@redhat.com>
5345         * progmodes/python.el (python-font-lock-keywords):
5346         Handle qualified decorators (Bug#881).
5348 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5350         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5351         in a lightweight checkout.
5353 2010-01-05  Kenichi Handa  <handa@m17n.org>
5355         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5357 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5359         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5361 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
5363         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5364         checkouts.  (Bug#618)
5365         (vc-bzr-log-view-mode): Also highlight the author.
5366         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5367         (vc-bzr-shelve-menu-map):
5368         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5369         (vc-bzr-shelve-apply): Make prompt more explicit.
5371 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5373         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5374         They are valid characters in URL paths (rfc3986), and at least
5375         Firefox does not understand the encoded version (Bug#3166).
5377 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
5379         * progmodes/octave-mod.el (octave-end-keywords)
5380         (octave-block-begin-or-end-regexp, octave-block-match-alist):
5381         Add "end" keyword (Bug#3061).
5382         (octave-end-as-array-index-p): New function.
5383         (calculate-octave-indent): Use it.
5385 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5387         * bookmark.el: Consistently put the text property on the bookmark name.
5388         (bookmark-bmenu-marks-width): Bump back to 2, to include
5389         annotation marks.
5390         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5391         property on the bookmark name, instead of not putting it at all.
5392         (bookmark-bmenu-list): Fix where we put the text property.
5394 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5396         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5397         for showing buffer modified state (as added in the previous change).
5399 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5401         * bookmark.el: Show modified state of bookmark buffer more accurately.
5402         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5403         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5404         (with-buffer-modified-unmodified): New macro.
5405         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5406         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5407         Use new macro to preserve the buffer modified state.
5409 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5411         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5412         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5413         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5414         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5415         (bookmark-bmenu-rename, bookmark-bmenu-locate)
5416         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5417         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5419 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5421         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5422         Make the lines in the generated doc string shorter.  (Bug#4668)
5424 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
5426         * net/rcirc.el: Add follow-link binding (Bug#4738).
5428 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5430         * Makefile.in (bzr-update): Rename from cvs-update.
5431         (cvs-update): New target for backward compatibility.
5433         * makefile.w32-in (bzr-update): Rename from cvs-update.
5434         (cvs-update): New target for backward compatibility.
5436 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5438         * bookmark.el: Remove gratuitous gratitude.
5440 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5442         * bookmark.el (bookmark-bmenu-any-marks): New function.
5443         (bookmark-bmenu-save): Clear buffer modification if no marks.
5445 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5447         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5448         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5449         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5450         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5452         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5453         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5454         To: emacs-devel {_AT_} gnu.org
5455         Subject: bookmark.el bug report
5456         Date: Mon, 28 Dec 2009 14:19:16 +0800
5457         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5459 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5461         * bookmark.el: Improvements suggested by Drew Adams:
5462         (bookmark-bmenu-ensure-position): New name for
5463         `bookmark-bmenu-check-position'.  Just ensure the position,
5464         don't return any meaningful value.
5465         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5466         New constants.
5468 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
5470         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
5471         (bookmark-yank-point, bookmark-bmenu-check-position):
5472         Fix typos in docstrings.
5473         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
5474         (bookmark-name-from-full-record, bookmark-get-position)
5475         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
5476         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
5477         Remove useless quoting of parenthesis, etc. in docstrings.
5479         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
5480         (ediff-append-custom-diff): Fix typo in error message.
5481         (ediff-meta-mark-equal-files): Fix typos in messages.
5483         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
5485         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
5486         Fix typo in docstring.
5488         * net/imap-hash.el (imap-hash-make): Doc fix.
5489         (imap-hash-test): Fix typo in error message; reflow docstring.
5490         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
5491         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
5492         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
5493         Fix typos in docstrings.
5494         (imap-hash-open-connection): Fix typo in error message.
5496         * play/gomoku.el (gomoku): Fix typos in docstring.
5498         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
5499         (gdb-jsonify-buffer): Fix typos in docstring.
5500         (gdb-goto-breakpoint): Fix typo in error message.
5501         ("Display Other Windows"): Fix typo in help message.
5502         (gdb-speedbar-expand-node): Fix typo in question.
5504         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
5505         (idlwave-html-system-help-location, idlwave-html-help-location)
5506         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
5507         (idlwave-help-browser-generic-args, idlwave-help-directory)
5508         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
5509         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
5510         (idlwave-online-help, idlwave-help-html-link)
5511         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
5512         Fix typos in docstrings.
5513         (idlwave-help-with-source, idlwave-help-find-routine-definition):
5514         Reflow docstrings.
5515         (idlwave-help-assistant-start): Fix typo in error message.
5517         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
5518         (octave-electric-space): Fix typos in docstrings.
5520 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5522         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
5524 2010-01-01  Juri Linkov  <juri@jurta.org>
5526         * comint.el (comint-input-ring-size): Make it a defcustom and
5527         increase the default to 500 (Bug#5148).
5529 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
5531         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
5532         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
5533         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
5535 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
5537         Show working revision correctly for mercurial.
5538         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
5539         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
5541 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
5543         Declare some functions for the byte-compiler.
5544         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
5545         (speedbar-timer-fn, speedbar-change-expand-button-char)
5546         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
5548 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
5550         This changeset reverts GDB Graphical Interface to use annotations.
5551         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
5553 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
5555         Make vc-dir work on subdirectories of the bzr root.
5556         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
5557         file names relative to it.
5558         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
5559         relative directory to vc-bzr-after-dir-status.
5561 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
5563         * font-lock.el (font-lock-refresh-defaults): New function, which
5564         can be used to let font-lock react to external changes in
5565         variables like font-lock-defaults and keywords.
5566         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
5568 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
5570         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
5572         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
5574 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
5576         Supersede color.diff settings in git log (bug#5211).
5578         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
5579         escape chars in its output when the user has color.diff set to `always'.
5580         This fix works on git 1.4.2 and newer (released on 2006-08-13).
5582 2009-12-26  Kevin Ryde  <user42@zip.com.au>
5584         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
5585         node.  Keep previous "Index" name to work with past coreutils too.
5587         * man.el (man): Revise docstring a bit to show -a and -l as
5588         examples.  Add -k description since support for it has otherwise
5589         been a secret.  (Further to bug#3717.)
5590         (Man-bgproc-sentinel): When "-k foo" produces no output show error
5591         "no matches" rather than "Can't find manpage", as the latter reads
5592         like -k was interpreted as a page name, which is not so.  (Bug#5431)
5594 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
5596         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
5597         switches.  Check also for //SUBDIRED// line.
5599 2009-12-25  Kenichi Handa  <handa@m17n.org>
5601         * language/indian.el (devanagari-composable-pattern): Fixed to
5602         handle ZWNJ and ZWJ.  Use it in composition-function-table for
5603         Devanagari.
5604         (malayalam-composable-pattern): Fix previous change.
5606 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5608         * ps-print.el (ps-face-attributes): It was not returning the
5609         attribute face for faces specified as string.  Reported by harven
5610         <harven@free.fr>.
5611         (ps-print-version): New version 7.3.5.
5613 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
5615         * calendar/icalendar.el (icalendar--convert-tz-offset):
5616         Fix timezone names.
5617         (icalendar--convert-tz-offset): Fix the "last-day-problem".
5618         (icalendar--add-diary-entry): Remove the trailing blank that
5619         diary-make-entry inserts.
5621 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
5623         Make `file-expand-wildcards' work for remote files.
5625         * files.el (file-expand-wildcards): In case of remote files, check
5626         only local file name part for wildcards.  Provide feature 'files
5627         and subfeature 'remote-wildcards.  (Bug#5198)
5629         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
5630         if there is already an established connection.
5631         (tramp-advice-file-expand-wildcards): Remove it.
5633         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
5634         (tramp-advice-file-expand-wildcards): Move from tramp.el.
5635         Activate advice for older GNU Emacs versions.  (Bug#5237)
5637 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
5639         Some doc fixes (more needed).
5641         * find-cmd.el (find-constituents): Reflow docstring.
5642         (find-cmd, find-prune, find-command): Fix typos in docstrings.
5643         (find-generic): Doc fix.
5645 2009-12-17  Juri Linkov  <juri@jurta.org>
5647         Fix regression from 23.1 to allow multiple modes in Local Variables.
5649         * files.el (hack-local-variables-filter): While ignoring duplicates,
5650         don't take `mode' into account.
5651         (hack-local-variables-filter, hack-dir-local-variables):
5652         Don't remove duplicate `mode' from local-variables-alist (like `eval').
5654 2009-12-17  Juri Linkov  <juri@jurta.org>
5656         Make `dired-diff' safer.  (Bug#5225)
5658         * dired-aux.el (dired-diff): Signal an error when `file' equals to
5659         `current' or when `file' is a directory of the `current' file.
5661 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
5663         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
5664         unconditionally preloaded files.
5666 2009-12-16  Juri Linkov  <juri@jurta.org>
5668         Revert to old 23.1 logic of using the file at the mark as default.
5669         * dired-aux.el (dired-diff): Use the file at the mark as default
5670         if it's not the same as the current file, and the target dir is
5671         the current dir or the mark is active.  Add the current file
5672         as the arg of `dired-dwim-target-defaults'.  Use the default file
5673         in the prompt.  (Bug#5225)
5675 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
5677         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
5678         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
5679         (tramp-check-for-regexp): Check also, when an echoing shell stops
5680         to echo sent commands.
5682 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5684         * Makefile.in: Revert last change (Bug#5191).
5686 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
5688         * vc-hg.el (vc-hg-print-log): Fix argument order.
5689         (vc-hg-working-revision): Make sure the command is executed in a
5690         known environment so that we can parse the output.  (Bug#4417)
5692 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5694         * progmodes/python.el (python-symbol-completions): Remove text
5695         properties from symbol string before calling python-send-receive.
5697 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
5699         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5700         when there are values for both file and line.  (Bug#5060)
5702 2009-12-14  Juri Linkov  <juri@jurta.org>
5704         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
5705         whitespace after the file name of the first line of unified format,
5706         because git-diff doesn't output whitespace and file modification time
5707         after the file name.
5709 2009-12-14  David Kastrup  <dak@gnu.org>
5711         * info.el (Info-hide-cookies-node): Before hiding a cookie,
5712         check if it already has the `display' property added by
5713         `Info-display-images-node', and not put the `invisible' property
5714         in this case.
5716 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5718         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
5719         (semantic-mru-bookmark-mode): Doc fixes.
5721         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
5722         of assert.
5724 2009-12-13  Glenn Morris  <rgm@gnu.org>
5726         * mail/emacsbug.el (message-sort-headers): Define for compiler.
5727         (report-emacs-bug): In message-mode, sort manually before storing
5728         original report text.  (Bug#5178)
5729         Remove superfluous save-excursion.
5731 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
5733         * net/dbus.el (dbus-property-handler): Filter lambda forms out
5734         when responding to "GetAll" properties.
5736 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
5738         * simple.el (compose-mail): Remove mail-setup-with-from from
5739         customization checks.
5741 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
5743         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
5744         RAR archives created on Unix systems.
5746 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5748         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
5749         the varalias that was accidentally removed by the 2009-11-19 change
5750         (bug#5186).
5752 2009-12-12  Kenichi Handa  <handa@m17n.org>
5754         * language/indian.el (indian-compose-regexp): New function.
5755         (malayalam-composable-pattern): Fix the pattern.
5756         (composition-function-table): Set malayalam-composable-pattern for
5757         Malayalam characters.
5759 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
5761         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
5762         rather than down-mouse-1, based on follow-link conventions.
5764         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
5765         are compiled.
5767 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
5769         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
5770         (verilog-vmm-statement-re, verilog-ovm-statement-re)
5771         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
5772         (verilog-leap-to-head, verilog-backward-token):
5773         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
5775 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
5777         * progmodes/verilog-mode.el (verilog-auto-lineup)
5778         (verilog-nameable-item-re): Cleanup user-visible spelling and
5779         documentation errors.  One reported by Gary Delp.
5780         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
5781         (verilog-read-decls): Fix AUTOWIRE with types declared in a
5782         package, bug195.  Reported by Pierre-David Pfister.
5784 2009-12-11  Glenn Morris  <rgm@gnu.org>
5786         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
5788         * mail/emacsbug.el: No longer require sendmail.
5789         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
5790         (report-emacs-bug-orig-text): Doc fix.
5791         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
5792         New local variables, to adapt to different mail-user-agents.
5793         (report-emacs-bug): Fix test for a gnu.org address.
5794         Use overlays for emphasis, since font-lock defeats 'face property.
5795         Pretest bugs also end up at the newsgroup these days.
5796         Stop message-mode stripping text properties.
5797         Set and use the new buffer-local variables.
5798         (report-emacs-bug-hook): Add doc-string.
5799         Remove some unnecessary save-excursions and simplify.
5800         Use the appropriate hook and send-command.
5802         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
5803         capitalization of some menu entries.
5805 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5807         * whitespace.el (whitespace-display-char-on):
5808         Ensure `buffer-display-table' is unique when two or more windows are
5809         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
5810         New version 12.1.
5812 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
5814         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
5815         characters in the Attribute field.
5817 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
5819         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
5821 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5823         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
5824         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5825         Disregard autoload-excludes.
5826         (update-directory-autoloads): Obey autoload-excludes here instead.
5827         But don't store its contents in no-autoloads and remove entries that
5828         refer to excludes files.
5830 2009-12-10  Glenn Morris  <rgm@gnu.org>
5832         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
5833         (expand-mail-aliases): Define for compiler.
5835         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
5836         Define for compiler.
5838         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
5839         appropriate for the mail-user-agent in use.
5841 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
5843         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
5845 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
5847         Fix short log parsing and fontification.
5848         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
5849         Fix fontification for the [merge] label.
5851 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
5853         Drop some properties to avoid surprises (bug#5002).
5854         * htmlfontify.el (hfy-ignored-properties): New defcustom.
5855         (hfy-fontify-buffer): Use it.
5857 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5859         Minor cleanup.
5860         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
5861         Adjust all callers.
5862         (ffap-locate-file): Remove unused arg `dir-ok' and make other
5863         args compulsory.  Adjust callers.
5864         (ffap-gopher-at-point): Remove unused var `name'.
5866         Get rid of the ELCFILES abomination.
5867         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
5868         (compile-elcfiles): New phony target.
5869         (compile-main): Compute ELCFILES dynamically.
5870         (compile-clean): New target to remove left-over elc files.
5871         (compile, all): Use it.
5873 2009-12-09  Kenichi Handa  <handa@etlken>
5875         * international/mule-diag.el: Require help-mode instead of help-fns.
5877 2009-12-09  Kenichi Handa  <handa@m17n.org>
5879         * international/mule-cmds.el (ucs-names): Supply sufficiently
5880         fine ranges instead of pre-calculating accurate ranges.
5881         Iterate with bigger gc-cons-threshold.
5883 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
5885         Add support for stashing a snapshot of the current tree.
5886         * vc-git.el (vc-git-stash-snapshot): New function.
5887         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
5889 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
5891         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
5892         instead of `(beginning|end)-of-line'.
5894 2009-12-08  Glenn Morris  <rgm@gnu.org>
5896         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
5898         * Makefile.in (ELCFILES): Regenerate.
5900 2009-12-07  Juri Linkov  <juri@jurta.org>
5902         Don't lazy-highlight the comint output in history Isearch mode.
5904         * comint.el (comint-history-isearch-search): Instead of
5905         `comint-line-beginning-position', use `comint-after-pmark-p'
5906         to check if point if before the process mark, and go to
5907         `process-mark' in this case.
5909 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5911         * textmodes/tex-mode.el (latex-complete)
5912         (latex-indent-or-complete): Remove.
5913         (latex-mode): Set completion-at-point-functions instead.
5915         Provide a standard completion command and hook it into TAB.
5916         * minibuffer.el (completion-at-point-functions): New var.
5917         (completion-at-point): New command.
5918         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
5919         * progmodes/python.el (python-mode-map): Use completion-at-point.
5920         (python-completion-at-point): Rename from python-partial-symbol and
5921         adjust for use in completion-at-point-functions.
5922         (python-mode): Setup completion-at-point for Python completion.
5923         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
5924         extracted from lisp-complete-symbol.
5925         (lisp-complete-symbol): Use it.
5926         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
5927         setup completion-at-point for Elisp completion.
5928         (emacs-lisp-mode-map, lisp-interaction-mode-map):
5929         Use completion-at-point.
5930         * ielm.el (ielm-map): Use completion-at-point.
5931         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
5932         * progmodes/sym-comp.el: Move to...
5933         * obsolete/sym-comp.el: Move from progmodes.
5935 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
5937         Prevent save-buffer in Rmail buffers from using the coding-system
5938         of the current message, and from clobbering the encoding mnemonics
5939         in the mode line (Bug#4623).
5941         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
5942         flag, too.
5943         (rmail-message-encoding): New variable.
5944         (rmail-write-region-annotate): Record the encoding of the current
5945         message in rmail-message-encoding.
5946         (rmail-after-save-hook): New function, restores the encoding of
5947         the current message after the message collection is saved.
5949 2009-12-07  Juri Linkov  <juri@jurta.org>
5951         * progmodes/grep.el (grep-read-files): Use `completing-read'
5952         instead of `read-string'.  Set its `collection' arg to
5953         `read-file-name-internal'.  (Bug#4301)
5955 2009-12-07  Juri Linkov  <juri@jurta.org>
5957         Correctly restore original Isearch point.  (Bug#4994)
5959         * isearch.el (isearch-mode): Move `isearch-push-state' after
5960         `(run-hooks 'isearch-mode-hook)'.
5961         (isearch-cancel): When `isearch-push-state-function' is defined,
5962         let-bind `isearch-cmds' to the first state (the last element of
5963         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
5964         function and restores the original point).  Otherwise, move point
5965         to `isearch-opoint'.
5967 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5969         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
5970         chars that don't have names, so the table can be built much faster at
5971         run-time.
5973 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
5975         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
5976         change.  Suggested by David Kastrup.
5978         * simple.el (compose-mail): Check for incompatibilities and warn.
5979         (compose-mail-user-agent-warnings): New option.
5981 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5983         Support showing a single log entry from vc-annotate.
5984         * vc.el (print-log): Add a new argument: START-REVISION.
5985         (vc-print-log-internal): Add a new optional argument and
5986         pass it to the backend.
5987         (vc-print-log, vc-print-root-log): Adjust callers.
5988         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
5989         buffer already displays the requested log entry, use it.
5990         Otherwise display only the log entry in question.
5991         * vc-svn.el (vc-svn-print-log):
5992         * vc-mtn.el (vc-mtn-print-log):
5993         * vc-hg.el (vc-hg-state):
5994         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
5995         (vc-git-show-log-entry): Return t on success.
5996         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
5997         (vc-bzr-show-log-entry): Return t on success.
5998         * vc-rcs.el (vc-rcs-print-log):
5999         * vc-sccs.el (vc-sccs-print-log):
6000         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
6002 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6004         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
6005         Add menus to the meta mode.  (Bug#5043)
6007 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
6009         * ediff-init.el (ediff-event-key): Use event-to-character instead of
6010         event-key.
6012         * ediff.el (ediff-buffers-internal): Add unwind-protect.
6014 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
6016         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
6017         Berbain <raphael.berbain@gmail.com>.
6019         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
6020         characters.
6021         (tramp-initial-end-of-output): New defconst.
6022         (tramp-methods, tramp-find-shell)
6023         (tramp-open-connection-setup-interactive-shell)
6024         (tramp-maybe-open-connection): Use it.
6025         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6026         existence of `#' and `$'.
6028         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6029         `tramp-initial-end-of-output'.
6031 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
6033         Get the background mode from the terminal for xterm, and set
6034         faces accordingly.
6035         * term/xterm.el (xterm-set-background-mode): New function.
6036         (terminal-init-xterm): Use it in case xterm supports background
6037         color queries.  Recompute faces after getting the background
6038         color.
6040 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
6042         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6043         number comment back on its own line, for easier parsing.
6045 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6047         Make it work for non-file buffers (bug#5102).
6048         * doc-view.el (doc-view-current-cache-dir):
6049         Use doc-view-buffer-file-name rather than buffer-file-name.
6050         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6052 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
6054         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6055         author field is too short.
6057 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
6059         * vc-git.el (vc-git-print-log): Handle a limit argument.
6060         Display the short log in graph form and with labels.
6061         (vc-git-log-view-mode): Handle labels.
6063         Make vc-revert change VC state from 'added to 'unregistered.
6064         * vc-git.el (vc-git-revert): Call git reset first.
6066 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6068         * net/newst-backend.el, net/newst-plainview.el:
6069         * net/newst-reader.el, net/newst-ticker.el:
6070         * net/newst-treeview.el, net/newsticker.el:
6071         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
6073 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6075         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6077         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6078         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
6079         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6080         Update annotation regexp.
6082         * simple.el (beginning-of-visual-line): Constrain to field
6083         boundaries (Bug#5106).
6085 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6087         * xml.el (xml-substitute-numeric-entities): Move
6088         newsticker--decode-numeric-entities in newst-backend.el to
6089         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6090         * net/newst-backend.el (newsticker--parse-generic-feed)
6091         (newsticker--parse-generic-items)
6092         (newsticker--decode-numeric-entities): Move
6093         newsticker--decode-numeric-entities in newst-backend.el to
6094         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6096 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
6098         * progmodes/js.el (js--js-not): Add null to the list of values.
6100 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6102         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6104 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6106         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6107         delimiter if it is at the end of the current line.
6108         (bibtex-generate-url-list): Fix docstring.
6110 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6112         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6113         minibuffer's content with itself.
6114         Fold the confirm-after-completion case into the `confirm' case.
6115         (completion-pcm-word-delimiters): Add : and / to the delimiters.
6117 2009-12-06  Kevin Ryde  <user42@zip.com.au>
6119         * ffap.el (ffap-rfc-path): Make this a defcustom since
6120         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
6122         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6123         manuals, similar to existing setup for help-mode.  (Bug#3913.)
6125 2009-12-05  Juri Linkov  <juri@jurta.org>
6127         Save and restore dired buffer's point positions too.  (Bug#4880)
6129         * dired.el (dired-save-positions): Return in the first element
6130         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6131         Doc fix.
6132         (dired-restore-positions): First restore buffer's position.
6133         While restoring window's positions, check if window still displays
6134         the original buffer.
6136 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
6138         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6139         if possible.
6141         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6142         Make argument optional.
6144         * shell.el (shell): Require ansi-color (Bug#5113).
6146         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6148         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6150 2009-12-05  Alan Mackenzie  <acm@muc.de>
6152         * progmodes/cc-mode.el (c-before-hack-hook)
6153         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6154         `c-file-style' to work again.  This reversion restores the current
6155         software to its state in Emacs 23.1.  (Bug#4146)
6157 2009-12-05  Kevin Ryde  <user42@zip.com.au>
6159         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6160         comment-start-skip to comment-end-skip as comment (Bug#4781).
6162 2009-12-05  Juri Linkov  <juri@jurta.org>
6164         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6165         for virtual nodes.  (Bug#4147)
6166         (Info-find-node-2): Set `Info-current-node-virtual' to nil
6167         when moving from a virtual node.
6168         (Info-mode-menu): Add `Info-virtual-index' to the menu.
6169         (Info-mode): Add `Info-virtual-index' to the docstring.
6171 2009-12-05  Eric Ludlam  <zappo@gnu.org>
6173         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6174         Describe project macro symbols.
6176         * cedet/semantic/complete.el (semantic-complete-do-completion):
6177         Don't call semantic-collector-current-exact-match.
6179         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6180         ede-objects as targets.
6182         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6183         a target's object list even if compiler vars are already in the
6184         Makefile.
6186         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6187         list of headers producing necessary macros.
6189 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6191         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6192         track of the buffer position of the end of a BibTeX entry as this
6193         position may change during reformatting.
6194         (bibtex-format-entry): Remove whitespace before processing
6195         numerical fields so that we recognize the latter properly.
6196         (bibtex-reformat): Do not use push which changes the global value
6197         of bibtex-entry-format.
6198         (bibtex-field-braces-alist, bibtex-field-strings-alist)
6199         (bibtex-field-re-init): Replace only space characters by regexp
6200         for whitespace.
6201         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6202         (bibtex-initialize): Also update bibtex-strings.
6203         (bibtex-kill-field): Preserve white space at end of entry.
6204         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6205         Update bibtex-reference-keys.
6207 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6209         * minibuffer.el (completion-pcm--merge-try): Also consider placing
6210         point after a star, if that's the only place where modifications can
6211         make progress.
6213 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
6215         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6216         in docstrings.
6218 2009-12-04  Juri Linkov  <juri@jurta.org>
6220         * proced.el (proced): Call `(proced-update t)' to update process
6221         information instead of only running proced-post-display-hook.
6222         (proced-send-signal): Add a leading space to the buffer name
6223         " *Marked Processes*" to make this buffer ephemeral.
6225 2009-12-04  Juri Linkov  <juri@jurta.org>
6227         * dired.el (dired-auto-revert-buffer): New defcustom.
6228         (dired-internal-noselect): Use it.
6230 2009-12-04  Juri Linkov  <juri@jurta.org>
6232         Change roles of modes and functions in image-mode.el (Bug#5062).
6234         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6235         in `auto-mode-alist'.
6236         (image-mode-previous-major-mode): New variable.
6237         (image-minor-mode-map): Rename from `image-mode-text-map'.
6238         (image-mode): Move graceful error-handling code from
6239         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
6240         (image-minor-mode): Remove all image-handling code.
6241         Replace `image-mode-text-map' with `image-minor-mode-map'.
6242         Check for `image-type' in mode-line format string.
6243         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6244         (image-mode-as-text): New function with most code from
6245         `image-mode-maybe'.
6246         (image-toggle-display-text): Move code that removes image
6247         properties from `image-toggle-display' to here.
6248         (image-toggle-display-image): New function with code that adds
6249         image properties copied from `image-toggle-display'.
6250         (image-toggle-display): Remove most code with leaving only code
6251         that toggles between `image-mode-as-text' and `image-mode'.
6253 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
6255         * net/newst-treeview.el
6256         (newsticker--treeview-list-highlight-start): Restored call to
6257         save-excursion: Selected item was stuck.
6258         (newsticker--treeview-list-select): New.
6259         (newsticker--treeview-item-show-text)
6260         (newsticker--treeview-item-show)
6261         (newsticker--treeview-item-update): Use new
6262         newsticker-treeview-item-mode.
6263         (newsticker-treeview-update): Keep current item.
6264         (newsticker-treeview-next-new-or-immortal-item): Doc change.
6265         (newsticker--treeview-first-feed): Doc change.
6266         (newsticker-treeview-list-menu)
6267         (newsticker-treeview-item-menu): Added menu entries.
6268         (newsticker-treeview-item-mode): New.
6270         * net/newst-backend.el (newsticker-customize): Delete other
6271         windows.
6273 2009-12-04  Sam Steingold  <sds@gnu.org>
6275         * log-view.el (log-view-mode-map): "q" calls quit-window,
6276         like in all the other non-self-insert buffers.
6278 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6280         Minor cleanup.
6281         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6282         key decoding rather than do it manually via last-input-event +
6283         ascii-character.
6284         (term-exec): Use delete-and-extract-region.
6285         (term-handle-ansi-terminal-messages): Remove unused var `end'.
6286         (term-process-pager): Remove unused var `i'.
6287         (term-dynamic-simple-complete): Make obsolete.
6288         (serial-update-config-menu): Remove unused vars `y' and `str'.
6289         (term-update-mode-line): Remove unused var `temp'.
6291 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6293         Limit the number of log entries displayed by default.
6294         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6295         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6296         using a prefix argument.
6298 2009-12-03  Glenn Morris  <rgm@gnu.org>
6300         * progmodes/idlwave.el (class): Restore still useful declaration.
6302 2009-12-03  Alan Mackenzie  <acm@muc.de>
6304         Enhance `c-parse-state' to run efficiently in "brace deserts".
6306         * progmodes/cc-mode.el (c-basic-common-init):
6307         Call c-state-cache-init.
6308         (c-neutralize-syntax-in-and-mark-CPP): Rename from
6309         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
6310         placing `category' properties value 'c-cpp-delimiter at its boundaries.
6312         * progmodes/cc-langs.el (c-before-font-lock-function):
6313         c-extend-and-neutralize-syntax-in-CPP has been renamed
6314         c-neutralize-syntax-in-and-mark-CPP.
6316         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6317         with `category' properties now, not `syntax-table' ones.
6319         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6320         enhanced (but slower) version of c-end-of-macro that won't land
6321         inside a literal or on another awkward character.
6322         (c-state-cache-too-far, c-state-cache-start)
6323         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6324         (c-state-nonlit-pos-cache-limit, c-state-point-min)
6325         (c-state-point-min-lit-type, c-state-point-min-lit-start)
6326         (c-state-min-scan-pos, c-state-brace-pair-desert)
6327         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6328         buffer local variables.
6329         (c-state-literal-at, c-state-lit-beg)
6330         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6331         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6332         (c-state-cache-top-paren, c-state-cache-after-top-paren)
6333         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6334         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6335         (c-renarrow-state-cache)
6336         (c-append-lower-brace-pair-to-state-cache)
6337         (c-state-push-any-brace-pair, c-append-to-state-cache)
6338         (c-remove-stale-state-cache)
6339         (c-remove-stale-state-cache-backwards, c-state-cache-init)
6340         (c-invalidate-state-cache-1, c-parse-state-1)
6341         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6342         (c-parse-state): Enhance and refactor.
6343         (c-debug-parse-state): Amend to deal with all the new variables.
6345         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6346         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6347         modify to use category text properties rather than syntax-table ones.
6348         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6349         to switch off/on the syntactic paren property of C++ template
6350         delimiters using the category property.
6351         (c-with-<->-as-parens-suppressed): Macro to invoke code with
6352         template delims suppressed.
6353         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6354         New constant/macros which apply category properties to the start
6355         and end of preprocessor constructs.
6356         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6357         "comment out" the syntactic value of characters in preprocessor
6358         constructs.
6359         (c-with-cpps-commented-out)
6360         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6361         with characters in all or all but one preprocessor constructs
6362         "commented out".
6364 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6366         * proced.el (proced-filter-alist): Use regexp-quote.
6368 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
6370         Cleanup.
6371         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6372         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
6373         arguments.  Expand `default-directory'.
6375         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6376         the benefit of returning an expanded localname.
6377         (tramp-tramp-file-p): Handle the case NAME is not a string.
6379 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6381         Add support for bzr shelve/unshelve.
6382         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6383         (vc-bzr-extra-menu-map): New variables.
6384         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6385         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6386         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6387         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6388         (vc-bzr-dir-extra-headers): Display shelves.
6390         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6392 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6394         * textmodes/bibtex.el (bibtex-complete-internal):
6395         Use completion-in-region.
6396         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6398 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6400         Support applying stashes.  Improve UI.
6401         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6402         (vc-git-stash-apply, vc-git-stash-pop)
6403         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6404         (vc-git-stash-menu): New functions.
6405         (vc-git-stash-menu-map): New variable.
6406         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6408 2009-12-03  Glenn Morris  <rgm@gnu.org>
6410         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6411         (vc-print-log-internal): Fix previous change.
6412         (vc-revert): Correct pluralization.
6414 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6416         * progmodes/make-mode.el (makefile-special-targets-list): No need for
6417         it to be an alist any more.
6418         (makefile-complete): Use completion-in-region.
6420         * progmodes/octave-mod.el (octave-complete-symbol):
6421         Use completion-in-region.
6423         Misc cleanup.
6424         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6425         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6426         (idlwave-complete-class): Don't quote lambda.
6427         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6428         (idlwave-mode-map): Move initialization into declaration.
6429         (idlwave-action-and-binding): Use backquotes.
6430         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6431         Simplify.
6432         (idlwave-is-pointer-dereference): Remove unused var `pos'.
6433         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6434         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6435         `parts', and `all-parts'.
6436         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6437         (idlwave-convert-xml-system-routine-info): Remove unused string
6438         `version-string'.
6439         (idlwave-display-user-catalog-widget): Use dolist.
6440         (idlwave-scanning-lib): Declare dynamically-scoped var.
6441         (idlwave-scan-library-catalogs): Remove unused var `flags'.
6442         (completion-highlight-first-word-only): Declare to silence bytecomp.
6443         (idlwave-popup-select): Tighten scope of `resp'.
6444         (idlwave-find-struct-tag): Remove unused var `beg'.
6445         (idlwave-after-load-rinfo-hook): Declare.
6446         (idlwave-sintern-class-info): Remove unused var `taglist'.
6447         (idlwave-find-class-definition): Remove unused var `list'.
6448         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6449         (idlwave-what-module-find-class): Remove unused var `classes'.
6451 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
6453         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6455 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6457         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6458         buffers visited.  Remove redundant current-buffer-saving.
6460 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6462         Use completion-in-buffer and remove uses of dynamic scoping.
6463         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6464         (pascal-buffer-to-use, pascal-flag): Don't declare.
6465         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6466         (pascal-get-completion-decl, pascal-keyword-completion):
6467         Add `pascal-str' argument, save-excursion,
6468         return the found completions, and don't filter with pascal-pred.
6469         (pascal-completion-cache): New var.
6470         (pascal-completion): Don't switch buffer any more (it was never
6471         necessary).  Don't save-excursion any more (it's done by the called
6472         subroutines).  Use a cache to avoid redundant computations.
6473         Use complete-with-action rather than pascal-completion-response and
6474         let it apply the predicate as well.
6475         (pascal-complete-word): Use completion-in-buffer when
6476         pascal-toggle-completions is nil.
6477         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
6478         not used any more.
6479         (pascal-comp-defun): Don't change buffer any more.
6480         Use complete-with-action rather than pascal-completion-response and
6481         let it apply the predicate as well.
6482         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
6483         when neded.
6485 2009-12-02  Kenichi Handa  <handa@m17n.org>
6487         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
6488         shape for all Indic scripts.
6490 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6492         Use completion-in-buffer.
6493         * wid-edit.el (widget-field-text-end): New function.
6494         (widget-field-value-get): Use it.
6495         (widget-string-complete, widget-file-complete)
6496         (widget-color-complete): Use it and completion-in-region.
6497         (widget-complete): Don't narrow the buffer.
6499 2009-12-02  Glenn Morris  <rgm@gnu.org>
6501         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
6502         (rmail-select-summary): Use rmail-pop-to-buffer.
6503         * mail/rmailsum.el: Replace all pop-to-buffer calls with
6504         rmail-pop-to-buffer, to prevent horizontal splits.
6506         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
6507         save-excursion with save-current-buffer.
6508         Widen before searching.  (Bug#5093)
6509         (diary-list-sexp-entries): Remove superfluous save-excursion.
6511 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
6513         * woman.el (woman-make-bufname): Handle man-pages with "." in the
6514         name.  (Bug#5038)
6516 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6518         * ido.el (ido-file-internal): Handle filenames at point that do
6519         not have a directory part.  (Bug#5049)
6521 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
6523         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
6524         (mpc-songs-jump-to, mpc-resume): Doc fixes.
6526 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
6528         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
6529         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
6530         any more.
6532 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6534         * comint.el (comint-insert-input): Ignore clicks to the right of
6535         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
6537         * vc.el (vc-print-log-internal): Don't wait for the process to
6538         terminate before setting up the major mode.
6540         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
6541         in case.
6543         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
6544         the last element.
6546         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
6548 2009-12-01  Glenn Morris  <rgm@gnu.org>
6550         * window.el (window--display-buffer-2): Fix previous changes.
6552 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
6554         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
6556 2009-12-01  Glenn Morris  <rgm@gnu.org>
6558         * Makefile.in (ELCFILES): Add mpc.elc.
6560 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6562         * mpc.el: New file.
6564 2009-12-01  Glenn Morris  <rgm@gnu.org>
6566         * window.el (window-to-use): Define for compiler.
6568         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
6569         consistent with others (no final period).
6571         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
6572         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
6574 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
6576         Make vc-print-log buttons work.
6577         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
6579 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
6581         * savehist.el (savehist-autosave-interval): Allow setting to nil
6582         through customize.  (Bug#5056)
6584 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
6586         Fix references to jit-lock properties.
6587         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6588         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
6589         (perl-font-lock-special-syntactic-constructs):
6590         Quote jit-lock-defer-multiline property.
6592 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
6594         * vc-git.el (vc-git-registered): Call vc-git-root only once.
6596 2009-11-30  Juri Linkov  <juri@jurta.org>
6598         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
6599         value `buffer' of `multi-isearch-next-buffer-current-function'.
6600         Use `(current-buffer)' when `buffer' is nil.
6601         (multi-isearch-next-buffer-from-list): Don't fallback to
6602         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
6604 2009-11-30  Juri Linkov  <juri@jurta.org>
6606         * misearch.el (multi-isearch-read-buffers): Move canonicalization
6607         of buffers with `get-buffer' to `multi-isearch-buffers'.
6608         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6609         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
6610         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
6611         FILES with `expand-file-name' converting relative file names
6612         to absolute.  Doc fix.  (Bug#4727)
6614 2009-11-30  Juri Linkov  <juri@jurta.org>
6616         * misearch.el (multi-isearch-read-buffers)
6617         (multi-isearch-read-matching-buffers): New functions.
6618         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6619         Use them in the `interactive' spec.  Doc fix.
6620         (multi-isearch-read-files, multi-isearch-read-matching-files):
6621         New functions.
6622         (multi-isearch-files, multi-isearch-files-regexp):
6623         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
6625 2009-11-30  Juri Linkov  <juri@jurta.org>
6627         * doc-view.el (doc-view-continuous):
6628         Rename from `doc-view-continuous-mode'.
6629         (doc-view-menu): Move "Toggle display" to the top.
6630         Add submenu "Continuous" with radio buttons "Off"/"On"
6631         and "Save as Default".
6632         (doc-view-scroll-up-or-next-page)
6633         (doc-view-scroll-down-or-previous-page)
6634         (doc-view-next-line-or-next-page)
6635         (doc-view-previous-line-or-previous-page): Rename
6636         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
6638 2009-11-30  Juri Linkov  <juri@jurta.org>
6640         * comint.el (comint-mode-map): Rebind `M-r' from
6641         `comint-previous-matching-input' to
6642         `comint-history-isearch-backward-regexp'.
6643         Unbind `M-s' to allow global key binding `M-s'.
6644         Add menu items for `comint-history-isearch-backward' and
6645         `comint-history-isearch-backward-regexp'.  (Bug#3746)
6647 2009-11-30  Juri Linkov  <juri@jurta.org>
6649         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
6650         For def=recenter, replace `recenter' with `recenter-top-bottom'
6651         that is called with `this-command' and `last-command' let-bound
6652         to `recenter-top-bottom'.  When the last `def' was not `recenter',
6653         set `recenter-last-op' to nil.  (Bug#4981)
6655 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6657         Minor cleanup and simplification.
6658         * filecache.el (file-cache-add-directory)
6659         (file-cache-add-directory-recursively)
6660         (file-cache-add-from-file-cache-buffer)
6661         (file-cache-delete-file-regexp, file-cache-delete-directory)
6662         (file-cache-files-matching-internal, file-cache-display): Use dolist.
6663         (file-cache-temp-minibuffer-message): Delete function.
6664         (file-cache-minibuffer-complete): Use minibuffer-message instead.
6666         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6667         Don't signal an error when bumping into EOB in tr, s, or y.
6669 2009-11-29  Juri Linkov  <juri@jurta.org>
6671         * startup.el (fancy-about-text): Fix wording of Guided Tour.
6672         (Bug#4960)
6674         * descr-text.el (describe-char-unidata-list): Use lowercase name
6675         for "Unicode name" like in other tags.
6677 2009-11-29  Juri Linkov  <juri@jurta.org>
6679         * ediff-util.el (ediff-minibuffer-with-setup-hook):
6680         New compatibility macro.
6681         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
6683 2009-11-29  Juri Linkov  <juri@jurta.org>
6685         Add defcustom to define the cycling order of `recenter-top-bottom'.
6686         (Bug#4981)
6688         * window.el (recenter-last-op): Doc fix.
6689         (recenter-positions): New defcustom.
6690         (recenter-top-bottom): Rewrite to use `recenter-positions'.
6691         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
6693 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
6695         Improve integration of Tramp and ange-ftp in eshell.
6697         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
6698         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
6699         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
6701         * eshell/esh-util.el (top): Require also Tramp when compiling.
6702         (eshell-directory-files-and-attributes): Check for FTP remote
6703         connection.
6704         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
6705         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
6706         (eshell-file-attributes): Handle ".".  Return `entry'.
6708         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
6709         (ange-ftp-directory-files-and-attributes)
6710         (ange-ftp-real-directory-files-and-attributes): New defuns.
6712         * net/tramp.el (tramp-maybe-open-connection): Open the remote
6713         shell with "exec" when possible.  This prevents trailing prompts
6714         in `start-file-process'.
6716 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6718         Try and remove assumptions about point-min==1.
6719         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
6720         (rng-compute-mode-line-string): Show the validation percentage in
6721         terms of the narrowed text, not the widened text.
6722         (rng-do-some-validation): Don't catch internal errors when debugging.
6723         (rng-first-error): Simplify.
6724         (rng-after-change-function): Remove work around.  AFAIK the bug has
6725         been fixed a while ago.
6727         * image-mode.el (image-minor-mode): Exit more gracefully when the image
6728         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6730         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
6732         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6733         `cd' doesn't always do it for us (bug#5067).
6735         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
6736         on 2009-10-25 as part of some other change (bug#5067).
6738 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6740         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6741         `suspicious'.
6742         (byte-compile-warnings): Use byte-compile-warning-types.
6743         (byte-compile-save-excursion): Warn about use of set-buffer right
6744         after save-excursion.
6746         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
6747         the excursion as well.
6749 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
6751         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
6752         providing a Tramp related implementation of "su" and "sudo".
6753         (eshell-unix-initialize): Add "su" and "sudo".
6755 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
6757         * net/socks.el (socks-send-command): Convert binary request to
6758         unibyte before sending.  This fixes mishandling of some port
6759         numbers such as 129.
6761 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6763         * help.el (describe-bindings-internal): Remove `interactive'.
6765         * man.el (Man-completion-table): Trim a terminating "(".
6766         Remove the space between name page a section.
6767         Add the command's description on the `help-echo' property.
6768         Remove `process-connection-type' binding since it's unused by
6769         call-process.
6770         Provide completion for the "<section> <name>" format as well.
6771         (Man-default-man-entry): Remove spurious var shadowing the argument.
6773 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6775         * log-view.el: Add "Keywords: tools", since its other keywords
6776         aren't in finder-known-keywords, and following vc.el.
6778         * sha1.el (sha1-string-external): default-directory "/" in case
6779         otherwise non-existent.  process-connection-type pipe for touch of
6780         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6782 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6784         Misc coding convention cleanups.
6785         * htmlfontify.el (hfy-init-kludge-hook): Rename from
6786         hfy-init-kludge-hooks.
6787         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
6788         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
6789         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
6790         and push.
6791         (hfy-slant, hfy-weight): Use tables rather than code.
6792         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
6793         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
6794         (hfy-face-attr-for-class): Initialize `face-spec' directly.
6795         (hfy-face-to-css): Remove `nconc' with single arg.
6796         (hfy-p-to-face-lennart): Use `or'.
6797         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
6798         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
6799         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
6800         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
6801         (hfy-force-fontification): Use run-hooks.
6803 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
6805         Various minor fixes.
6806         * htmlfontify.el (hfy-default-header): Add toggle_invis since
6807         Javascript belongs in the header, not the body.
6808         (hfy-javascript): Remove.
6809         (hfy-fontify-buffer): Don't insert it any more.
6810         (hfy-face-at): Handle (face0 face1 face2) style face properties.
6811         Fix bug in invis handling when there were no invis props in a chunk.
6813 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6815         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
6817 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
6819         * finder.el (finder-mode-map): Add a menu.
6821 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
6823         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
6824         "unsigned" structs.
6826         (verilog-leap-to-head, verilog-backward-token): Handle "disable
6827         fork" statement better.
6829 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
6831         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
6832         (verilog-delete-auto, verilog-delete-empty-auto-pair)
6833         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
6834         Reported by Clay Douglass.
6836         (verilog-auto-inst, verilog-auto-star-safe)
6837         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6838         Fix removing "// Interfaces" when saving .* expansions.  Reported by
6839         Pierre-David Pfister.
6841 2009-11-26  Glenn Morris  <rgm@gnu.org>
6843         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
6844         the scope.
6846 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
6848         * vc-annotate.el (vc-annotate-revision-previous-to-line):
6849         Really use previous revision.
6851 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6853         * man.el (Man-completion-table): default-directory "/" in case
6854         doesn't otherwise exist.  process-environment COLUMNS=999 so as
6855         not to truncate long names.  process-connection-type pipe to avoid
6856         any chance of hitting the pseudo-tty TIOCGWINSZ.
6857         (man): completion-ignore-case t for friendliness and since man
6858         itself is case-insensitive on the command line.
6859         Further to Bug#3717.
6861         * arc-mode.el: Add "Keywords: files", so the details in its
6862         commentary can be reached from finder-by-keyword.
6863         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
6864         editing mode, but it's comms related and sgml-mode.el has "comm"
6865         on that basis too.
6866         * textmodes/bibtex-style.el: Add "Keywords: tex".
6867         * international/isearch-x.el, international/ja-dic-cnv.el:
6868         * international/ja-dic-utl.el, international/kkc.el:
6869         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
6871 2009-11-25  Juri Linkov  <juri@jurta.org>
6873         * man.el (Man-completion-table): Modify regexp to include
6874         section names to completion strings.  (Bug#3717)
6876 2009-11-25  Juri Linkov  <juri@jurta.org>
6878         Search recursively in gzipped files.  (Bug#4982)
6880         * progmodes/grep.el (grep-highlight-matches): Add new options
6881         `always' and `auto'.  Doc fix.
6882         (grep-process-setup): Check `grep-highlight-matches' for
6883         `auto-detect' to determine the need to compute grep defaults.
6884         Move Windows/DOS specific --colors settings handling
6885         to `grep-compute-defaults'.  Check `grep-highlight-matches'
6886         to get the value of "--color=".
6887         (grep-compute-defaults): Compute `grep-highlight-matches' when it
6888         has the value `auto-detect'.  Move Windows/DOS specific settings
6889         from `grep-process-setup'.
6890         (zrgrep): New command with alias `rzgrep'.
6892 2009-11-25  Juri Linkov  <juri@jurta.org>
6894         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
6895         to nil instead of switching off view-mode.  (Bug#4896)
6897 2009-11-25  Juri Linkov  <juri@jurta.org>
6899         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
6901         * mwheel.el (mwheel-scroll-up-function)
6902         (mwheel-scroll-down-function): New defvars.
6903         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
6904         `scroll-up', and `mwheel-scroll-down-function' instead of
6905         `scroll-down'.
6907         * doc-view.el (doc-view-scroll-up-or-next-page)
6908         (doc-view-scroll-down-or-previous-page): Add optional ARG.
6909         Use this ARG in the call to image-scroll-up/image-scroll-down.
6910         Change `interactive' spec to "P".  Goto next/previous page only
6911         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
6912         SPC/DEL case).  Doc fix.
6913         (doc-view-next-line-or-next-page)
6914         (doc-view-previous-line-or-previous-page): Rename arg to ARG
6915         for consistency.
6916         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
6917         `doc-view-scroll-up-or-next-page', and buffer-local
6918         `mwheel-scroll-down-function' to
6919         `doc-view-scroll-down-or-previous-page'.
6921 2009-11-25  Juri Linkov  <juri@jurta.org>
6923         Provide additional default values (directories at other Dired
6924         windows) via M-n in the minibuffer of some Dired commands.
6926         * dired-aux.el (dired-diff, dired-compare-directories)
6927         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
6928         `minibuffer-default' in `minibuffer-with-setup-hook'.
6929         (dired-dwim-target-directory): Find a window that displays Dired
6930         buffer instead of failing when the next window is not Dired.
6931         Use `get-window-with-predicate' to find for the next Dired window.
6932         (dired-dwim-target-defaults): New function.
6934         * ediff-util.el (ediff-read-file-name):
6935         Use `dired-dwim-target-defaults' to set `minibuffer-default'
6936         in `minibuffer-with-setup-hook'.
6938 2009-11-25  Juri Linkov  <juri@jurta.org>
6940         Provide additional default values (file name at point or at the
6941         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
6943         * minibuffer.el (read-file-name-defaults): New function.
6944         (read-file-name): Reset `minibuffer-default' to nil when
6945         it duplicates initial input `insdef'.
6946         Bind `minibuffer-default-add-function' to lambda that
6947         calls `read-file-name-defaults' in `minibuffer-selected-window'.
6948         (minibuffer-insert-file-name-at-point): New command.
6950         * files.el (file-name-at-point-functions): New defcustom.
6951         (find-file-default): Remove defvar.
6952         (find-file-read-args): Don't use `find-file-default'.
6953         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6954         to `read-file-name'.
6955         (find-file-literally): Use `read-file-name' with
6956         `confirm-nonexistent-file-or-buffer'.
6958         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
6960         * dired.el (dired-read-dir-and-switches):
6961         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6962         to `read-file-name'.
6963         (dired-file-name-at-point): New function.
6964         (dired-mode): Add hook `dired-file-name-at-point' to
6965         `file-name-at-point-functions'.
6967 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6969         Really make the *Completions* window soft-dedicated (bug#5030).
6970         * window.el (window--display-buffer-2): Add `dedicated' argument.
6971         (display-buffer): Pass it when needed so the dedicated flag is set
6972         after calling set-window-buffer, which would otherwise reset it.
6974 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6976         * progmodes/meta-mode.el (meta-complete-symbol):
6977         * progmodes/etags.el (complete-tag):
6978         * mail/mailabbrev.el (mail-abbrev-complete-alias):
6979         Use completion-in-region.
6981         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
6982         (dabbrev-completion): Use completion-in-region.
6983         (dabbrev--abbrev-at-point): Simplify regexp.
6985         * abbrev.el (abbrev--before-point): Use word-motion functions
6986         if :regexp is not specified (bug#5031).
6988         * subr.el (string-prefix-p): New function.
6990         * man.el (Man-completion-cache): New var.
6991         (Man-completion-table): Use it.
6993         * vc.el (vc-print-log-internal): Make `limit' optional for better
6994         compatibility (e.g. with vc-annotate.el).
6996 2009-11-24  Kevin Ryde  <user42@zip.com.au>
6998         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
6999         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
7001         * emacs-lisp/elint.el (elint-add-required-env): Better error message
7002         when .el source file not found or other error.
7004 2009-11-24  Markus Triska  <markus.triska@gmx.at>
7006         * linum.el (linum-update-window): Ignore intangible (bug#4996).
7008 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7010         Handle the [back] button properly (bug#4979).
7011         * descr-text.el (describe-text-properties): Add a `buffer' argument.
7012         Use help-setup-xref, help-buffer, and with-help-window.
7013         (describe-char): Add `buffer' argument.
7014         Pass proper command to help-setup-xref.  Don't meddle with
7015         help-xref-stack-item directly.
7016         (describe-text-category): Use with-help-window and help-buffer.
7018         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
7019         for the displayed buffer (bug#4887).
7021         * man.el (Man-completion-table): New function.
7022         (man): Use it.
7024 2009-11-24  David Reitter  <david.reitter@gmail.com>
7026         * vc-git.el (vc-git-registered): Use checkout directory (where
7027         .git is) rather than the file's directory and a relative path spec
7028         to work around a bug in git.
7030 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
7032         Improve handling of processes on remote hosts.
7034         * eshell/esh-util.el (eshell-path-env): New defvar.
7035         (eshell-parse-colon-path): New defun.
7036         (eshell-file-attributes): Use `eshell-parse-colon-path'.
7038         * eshell/esh-ext.el (eshell-search-path):
7039         Use `eshell-parse-colon-path'.
7040         (eshell-remote-command): Remove argument HANDLER.
7041         (eshell-external-command): Check for FTP remote connection.
7043         * eshell/esh-proc.el (eshell-gather-process-output):
7044         Use `file-truename', in order to start also symlinked files.
7045         Apply `start-file-process' instead of `start-process'.
7046         Shorten `command' to the local file name part.
7048         * eshell/em-cmpl.el (eshell-complete-commands-list):
7049         Use `eshell-parse-colon-path'.
7051         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7053         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
7054         to `eshell-directory-change-hook'.
7056 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
7058         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
7059         because it could be enabled automatically if view-read-only is non-nil.
7061 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
7063         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7064         made on 2009-11-22.
7066 2009-11-24  Glenn Morris  <rgm@gnu.org>
7068         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7069         deleted variable bookmark-bmenu-bookmark-column.
7071         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7072         Move after definition of global-semantic-idle-tag-highlight-mode.
7074 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7076         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7078 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7080         * net/browse-url.el (browse-url-filename-alist): On Windows, add
7081         two slashes to the "file:" prefix.
7082         (browse-url-file-url): De-munge Cygwin filenames before passing
7083         them to Windows browser.
7084         (browse-url-default-windows-browser): Use call-process.
7086 2009-11-23  Juri Linkov  <juri@jurta.org>
7088         Implement DocView Continuous mode.  (Bug#4896)
7089         * doc-view.el (doc-view-continuous-mode): New defcustom.
7090         (doc-view-mode-map): Bind C-n/<down> to
7091         `doc-view-next-line-or-next-page', C-p/<up> to
7092         `doc-view-previous-line-or-previous-page'.
7093         (doc-view-next-line-or-next-page)
7094         (doc-view-previous-line-or-previous-page): New commands.
7096 2009-11-23  Juri Linkov  <juri@jurta.org>
7098         Implement Isearch in comint input history.  (Bug#3746)
7099         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7100         `isearch-mode-hook'.
7101         (comint-history-isearch): New defcustom.
7102         (comint-history-isearch-backward)
7103         (comint-history-isearch-backward-regexp): New commands.
7104         (comint-history-isearch-message-overlay): New buffer-local variable.
7105         (comint-history-isearch-setup, comint-history-isearch-end)
7106         (comint-goto-input, comint-history-isearch-search)
7107         (comint-history-isearch-message, comint-history-isearch-wrap)
7108         (comint-history-isearch-push-state)
7109         (comint-history-isearch-pop-state): New functions.
7111 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
7113         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7114         return.
7115         (tramp-handle-make-symbolic-link)
7116         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7117         Quote file names.
7118         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7119         (tramp-handle-process-file): Use it.
7121 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7123         * window.el (move-to-window-line-last-op): Remove.
7124         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7126 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
7128         Make M-r mirror the new cycling behavior of C-l.
7129         * window.el (move-to-window-line-last-op): New var.
7130         (move-to-window-line-top-bottom): New command.
7131         (global-map): Bind M-r move-to-window-line-top-bottom.
7133 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
7135         * dired-x.el (dired-guess-shell-alist-default):
7136         Support xz format.  (Bug#4953)
7138 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
7140         * cedet/srecode/map.el (srecode-get-maps):
7141         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7142         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7143         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7144         (semantic-toggle-decoration-style):
7145         * cedet/semantic/decorate/include.el
7146         (semantic-decoration-include-describe)
7147         (semantic-decoration-unknown-include-describe)
7148         (semantic-decoration-unparsed-include-describe)
7149         (semantic-decoration-all-include-summary):
7150         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7151         * cedet/semantic/analyze/complete.el
7152         (semantic-analyze-possible-completions):
7153         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7154         (semantic-show-unmatched-syntax-mode)
7155         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7156         (semantic-highlight-func-mode):
7157         * cedet/semantic/util.el (semantic-describe-buffer):
7158         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7159         (semantic-symref-find-tags-by-name)
7160         (semantic-symref-find-tags-by-regexp)
7161         (semantic-symref-find-tags-by-completion)
7162         (semantic-symref-find-file-references-by-name)
7163         (semantic-symref-find-text):
7164         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7165         (senator-yank-tag):
7166         * cedet/semantic/scope.el (semantic-calculate-scope):
7167         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7168         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7169         (define-semantic-idle-service):
7170         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7171         (semantic-complete-analyze-inline-idle):
7172         * cedet/semantic/analyze.el (semantic-analyze-current-context):
7173         * cedet/mode-local.el (describe-mode-local-bindings)
7174         (describe-mode-local-bindings-in-mode):
7175         * cedet/ede/make.el (ede-make-check-version):
7176         * cedet/ede/locate.el (ede-enable-locate-on-project):
7177         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7178         (cedet-idutils-version-check):
7179         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7180         (cedet-gnu-global-version-check):
7181         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7182         (cedet-cscope-version-check): Use called-interactively-p instead
7183         of interactive-p.
7185         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7186         Use semantic-format-tag-prototype.
7188 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
7190         * emulation/viper-cmd.el: Use viper-last-command-char instead of
7191         last-command-char/last-command-event.
7192         (viper-prefix-arg-value): Do correct conversion of event-char for
7193         XEmacs.
7195         * emulation/viper-util.el, emulation/viper.el:
7196         Use viper-last-command-char instead of
7197         last-command-char/last-command-event.
7199         * ediff-init.el, ediff-mult.el, ediff-util.el:
7200         Replace last-command-char and last-command-event
7201         with (ediff-last-command-char) everywhere.
7203         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7204         created in fundamental mode.
7206         * ediff.el (ediff-version): Revert the change of interactive-p to
7207         called-interactively-p.
7209 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
7211         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7212         generation from word-movement command names.
7214 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
7216         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7217         (semantic-complete-jump-local, semantic-complete-jump):
7218         Improve prompt string.
7220 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
7222         * cus-start.el (all): Add native condition for font-use-system-font.
7224 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
7226         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7227         Correct the patch from 2009-11-18.  (Bug#3910)
7229 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
7231         * progmodes/subword.el: Rename from lisp/subword.el.
7233         * subword.el: Rename to progmodes/subword.el.
7235         * Makefile.in (ELCFILES): Adapt to subword.el move.
7237 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7238             Stefan Monnier  <monnier@iro.umontreal.ca>
7240         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7241         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7242         (bookmark-bmenu-show-filenames): Use push.
7243         (bookmark-bmenu-hide-filenames): Use local var instead of
7244         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
7245         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7246         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7247         filenames now that the bookmark names are always available.
7249 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7251         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7252         (bookmark-search-pattern): Move and leave unbound.
7253         (bookmark-bmenu-mode-map): Change binding.
7254         (bookmark-read-search-input): Simplify.
7255         Don't use text-char-description.  Don't error on non-char events.
7256         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7257         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7258         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7259         Use a local var for the timer.
7260         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7261         (i.e. bookmark-bmenu-search).
7263 2009-11-21  Glenn Morris  <rgm@gnu.org>
7265         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
7267 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7269         * net/browse-url.el (browse-url-default-windows-browser):
7270         Use cygstart for cygwin.
7272 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
7274         * bookmark.el: Formatting and doc fixes only:
7275         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7276         (bookmark-bmenu-search): Wrap to fit within 80 columns.
7277         Minor grammar and punctuation fixes in doc string.
7278         (bookmark-read-search-input): Adjust to fit within 80 columns.
7280 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7282         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7283         (c-backward-into-nomenclature): Adapt to subword renaming.
7285         * subword.el (subword-forward, subword-backward, subword-mark)
7286         (subword-kill, subword-backward-kill, subword-transpose)
7287         (subword-downcase, subword-upcase, subword-capitalize)
7288         (subword-forward-internal, subword-backward-internal):
7289         Rename from forward-subword, backward-subword, mark-subword,
7290         kill-subword, backward-kill-subword, transpose-subwords,
7291         downcase-subword, upcase-subword, capitalize-subword,
7292         forward-subword-internal, backward-subword-internal.
7294 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7296         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7297         New options.
7298         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7299         New vars.
7300         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7301         (bookmark-bmenu-filter-alist-by-regexp)
7302         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7303         (bookmark-bmenu-search): New command.
7304         (bookmark-bmenu-mode-map): Bind it.
7306 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7308         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7310         * cedet/semantic/idle.el (define-semantic-idle-service)
7311         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7313 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7315         * progmodes/cc-cmds.el: declare-functioned forward-subword and
7316         backward-subword to quit the byte-compiler.
7318         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7320         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7322         * progmodes/cc-cmds.el (c-update-modeline)
7323         (c-forward-into-nomenclature, c-backward-into-nomenclature):
7324         Refer to subword.el functions instead of cc-subword.el.
7326         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7327         subword.el functions instead of cc-subword.el.
7329         * progmodes/cc-subword.el: Rename to subword.el.
7330         * subword.el: Rename from progmodes/cc-subword.el.
7331         (subword-mode-map): Rename from c-subword-mode-map.
7332         (subword-mode): Rename from c-subword-mode.
7333         (global-subword-mode): New global minor mode.
7334         (forward-subword): Rename from c-forward-subword.
7335         (backward-subword): Rename from c-backward-subword.
7336         (mark-subword): Rename from c-mark-subword.
7337         (kill-subword): Rename from c-kill-subword.
7338         (backward-kill-subword): Rename from c-backward-kill-subword.
7339         (transpose-subwords): Rename from c-tranpose-subword.
7340         (downcase-subword): Rename from c-downcase-subword.
7341         (capitalize-subword): Rename from c-capitalize-subword.
7342         (forward-subword-internal): Rename from c-forward-subword-internal.
7343         (backward-subword-internal): Rename from c-backward-subword-internal.
7345 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
7347         * vc.el (vc-deduce-fileset): Allow non-state changing operations
7348         from a dired buffer.
7349         (vc-dired-deduce-fileset): New function.
7350         (vc-root-diff, vc-print-root-log): Use it.
7352         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7353         nil LIMIT argument to vc-print-log-internal.
7355 2009-11-20  Glenn Morris  <rgm@gnu.org>
7357         * Makefile.in (ELCFILES): Regenerate.
7359 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7361         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7363         * cedet/semantic.el: Enable idle-mode menu items only if
7364         global-semantic-idle-scheduler-mode is enabled.
7365         (semantic-default-submodes): Doc fix.
7367         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7368         When turning off, disable other idle modes.
7370 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
7372         * calc/calc.el (calc-set-mode-line):
7373         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7374         (math-format-number): Rename `math-format-complement-signed' to
7375         `math-format-twos-complement'.
7377         * calc/calc-bin.el (math-format-twos-complement): Rename from
7378         math-format-complement-signed.
7379         (calc-radix): Rename `calc-complement-signed-mode' to
7380         `calc-twos-complement-mode'.
7381         (calc-octal-radix, calc-hex-radix): Add an argument for
7382         two's complement.
7384         * calc/calc-embed.el (calc-embedded-mode-vars):
7385         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7387         * calc/calc-ext.el (calc-init-extensions):
7388         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7389         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7391         * calc/calc-units.el (math-build-units-table-buffer):
7392         Let `calc-twos-complement-mode' be nil.
7394         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7395         entries.
7397         * calc/calc-vec.el (calcFunc-vunpack):
7398         * calc/calc-aent.el (calc-do-calc-eval):
7399         * calc/calc-forms.el (math-format-date):
7400         * calc/calc-graph.el (calc-graph-plot):
7401         * calc/calc-math.el (math-use-emacs-fn):
7402         * calc/calccomp.el (math-compose-expr):
7403         Let `calc-twos-complement-mode' be nil.
7405 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7407         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7408         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
7409         * minibuffer.el (completion-in-region-functions): New hook.
7410         (completion-in-region): New function.
7411         * emacs-lisp/lisp.el (lisp-complete-symbol):
7412         * pcomplete.el (pcomplete-std-complete): Use it.
7414 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7416         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7417         (latex-complete-alist): New vars.
7418         (latex-string-prefix-p, latex-complete-bibtex-keys)
7419         (latex-complete-envnames, latex-complete-refkeys)
7420         (latex-complete-data): New functions.
7421         (latex-complete, latex-indent-or-complete): New commands.
7423         * window.el (display-buffer-mark-dedicated): New var.
7424         (display-buffer): Obey it.
7425         * minibuffer.el (minibuffer-completion-help): Use it.
7427         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7429         * filecache.el (file-cache-add-file): Use push and cons.
7430         (file-cache-delete-file-regexp): Use push.
7431         (file-cache-complete): Use completion-in-region.
7433         * simple.el (with-wrapper-hook): Fix thinko.
7435         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7436         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7437         Use with-current-buffer and string-to-number.
7438         (hfy-fallback-colour-values): Use assoc-string.
7439         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7440         (hfy-face-at): Remove unused var `found-face'.
7441         (hfy-compile-stylesheet): Remove unused var `css'.
7442         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7443         and `orig-buffer'.
7444         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7445         Use with-current-buffer.
7446         (hfy-text-p): Use expand-file-name and fewer setq.
7448 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
7450         * htmlfontify.el, hfy-cmap.el: New files.
7452 2009-11-19  Juri Linkov  <juri@jurta.org>
7454         * minibuffer.el (completions-format): New defcustom.
7455         (completion--insert-strings): Implement vertical format.
7457         * simple.el (switch-to-completions): Move point to the first
7458         completion when point was at the beginning of the buffer.
7460 2009-11-19  Juri Linkov  <juri@jurta.org>
7462         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
7464         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7466 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
7468         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
7469         (mail-signature): Change default to t.
7470         (mail-from-style): Deprecate `system-default' value.
7471         (mail-insert-from-field): For default value of mail-from-style,
7472         default to `angles' unless `angles' needs quoting and `parens'
7473         does not.
7474         (mail-citation-prefix-regexp): Use citation regexp from
7475         message-mode.
7477 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
7479         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7480         Set variables for computing the prompt for reading password.
7482 2009-11-19  Glenn Morris  <rgm@gnu.org>
7484         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
7486         * textmodes/flyspell.el (sgml-lexical-context): Declare.
7488         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
7489         (newsticker-treeview-listwindow-height): Fix custom type.
7491 2009-11-19  Kenichi Handa  <handa@m17n.org>
7493         * descr-text.el (describe-char-padded-string): Compose with TAB
7494         only if there's a font for CH.
7495         (describe-char): Fix the condition for detecting a trivial composition.
7497 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
7499         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
7500         more accurate version of the regexp.  (Bug#3910)
7502 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7504         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
7506 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
7508         * font-setting.el (font-use-system-font): Declare for byte-compiler.
7509         (font-setting-change-default-font): Fix typo in docstring.
7511 2009-11-18  Alan Mackenzie  <acm@muc.de>
7513         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
7515 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7517         * font-setting.el (font-use-system-font): Move ...
7519         * cus-start.el (all): ... to here.
7521 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
7523         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
7524         Don't set `ad-return-value' if `ad-do-it' doesn't.
7526         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
7527         modification time.
7529 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7531         * menu-bar.el: Put "Use system font" in Option-menu.
7532         (menu-bar-options-save): Add font-use-system-font.
7534         * loadup.el: If feature system-font-setting or font-render-setting is
7535         there, load font-setting.
7537         * Makefile.in (ELCFILES): Add font-settings.el.
7538         * font-setting.el: New file.
7540 2009-11-17  Glenn Morris  <rgm@gnu.org>
7542         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
7544         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
7545         Preserve point in the list buffer.  (Bug#4939)
7546         Use point-at-eol.
7547         (newsticker--treeview-list-update-highlight)
7548         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
7550 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7552         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
7553         Remove.
7555         * calc/calc-ext.el (calc-init-extensions): Remove references to
7556         symclip.
7558         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
7560         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
7561         * calc/calc-help.el (calc-b-prefix-help): Remove references to
7562         `calc-symclip'.
7564 2009-11-16  Kevin Ryde  <user42@zip.com.au>
7566         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7567         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
7569         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
7570         (lm-keywords-list): Allow comma-only separator like "foo,bar".
7571         Ignore trailing spaces by omit-nulls to split-string (fixing
7572         regression from Emacs 21 due to the incompatible split-string
7573         change).  (Bug #4928.)
7575 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7577         * vc.el (vc-log-show-limit): Default to 2000.
7578         (vc-print-log-internal): Insert buttons to request more entries
7579         when limiting the output.
7581         * vc-sccs.el (vc-sccs-print-log):
7582         * vc-rcs.el (vc-rcs-print-log):
7583         * vc-cvs.el (vc-cvs-print-log):
7584         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
7585         LIMIT is non-nil.
7587 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7589         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
7590         error when `tramp-gvfs-dbus-event-vector' is set.
7591         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
7593 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7595         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
7597 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7599         * net/dbus.el (dbus-unregister-service): New defun.
7600         (dbus-register-property): Register the handlers of
7601         "org.freedesktop.DBus.Properties" for SERVICE.
7602         (dbus-property-handler): Fix docstring.
7604 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7606         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
7607         Quote doc string reference in defvaralias as it is not in special form.
7608         (byte-compile-output-docform): Doc fix.
7610 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7612         * calc/calc.el (math-2-word-size, math-half-2-word-size)
7613         (calc-complement-signed-mode): New variables.
7614         (calc-set-mode-line): Add indicator for twos-complements.
7615         (math-format-number): Format twos-complement notation.
7617         * calc/calc-bin.el (calc-word-size): Reset the variables
7618         `math-2-word-size' and `math-half-2-word-size'.
7619         (math-format-complement-signed, math-symclip, calcFunc-symclip)
7620         (calc-symclip): New functions.
7622         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
7624         * calc/calc-embed.el (calc-embedded-mode-vars):
7625         Add `calc-complement-signed-mode' to the list of modes.
7627         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
7628         (calc-b-oper-keys): Add `calc-symclip' to list.
7630         * calc/calc-ext.el (math-read-number-fancy): Read complement
7631         signed numbers.
7632         (calc-init-extensions): Add binding for `calc-symclip'.
7633         Add autoload for `calcFunc-symclip' and `calc-symclip'.
7635         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
7636         `calc-symclip'.
7637         (calc-modes-menu): Add item for twos complement mode.
7639         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
7641 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7643         * register.el (jump-to-register, insert-register): Handle Semantic
7644         tags.  From commented-out advice in semantic/senator.el.
7646 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
7648         * vc.el (vc-log-show-limit): New variable.
7649         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
7650         when using a prefix argument.
7651         (vc-print-log-internal): Add new argument LIMIT.
7653         * vc-svn.el (vc-svn-print-log):
7654         * vc-mtn.el (vc-mtn-print-log):
7655         * vc-hg.el (vc-hg-print-log):
7656         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
7657         pass it to the log command when set.  Make the BUFFER argument
7658         non-optional.
7660         * vc-sccs.el (vc-sccs-print-log):
7661         * vc-rcs.el (vc-rcs-print-log):
7662         * vc-git.el (vc-git-print-log):
7663         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
7664         ignore it.  Make the BUFFER argument non-optional
7666         * bindings.el (mode-line-buffer-identification): Do not purecopy.
7668 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7670         * dired.el (dired-mode-map): Move encryption items to "Operate"
7671         menu (Bug#4703).
7673         * strokes.el (strokes-update-window-configuration): Make strokes
7674         buffer current before erasing (Bug#4906).
7676         * cedet/semantic/idle.el (semantic-idle-summary-mode)
7677         (semantic-idle-summary-mode): Define using define-minor-mode
7678         instead of define-semantic-idle-service.
7679         (semantic-idle-summary-mode): New function.
7680         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
7681         that mouse motion does not reset the echo area.
7683 2009-11-15  Juri Linkov  <juri@jurta.org>
7685         * simple.el (set-mark-default-inactive): Add :type, :group
7686         and :version.  (Bug#4876)
7688 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
7690         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
7691         (archive-unique-fname): ... here.  (Bug#4929)
7693 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7695         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
7696         with a real fix.
7698         * novice.el (disabled-command-function): Add useful args.
7699         Setup the help buffer so that [back] works.
7700         Remove redundant call to help-mode.
7701         (disabled-command-function): Use `case'.
7702         (en/disable-command): New function extracted from enable-command.
7703         (enable-command, disable-command): Use it.
7705 2009-11-14  Glenn Morris  <rgm@gnu.org>
7707         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
7708         constants.  (Bug#4913)
7710         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
7712 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
7714         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
7715         defined in C that have no doc-strings.  (Bug#1063)
7717 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
7719         * cus-edit.el (data, files):
7720         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
7722 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
7724         * simple.el (shell-command): Doc fix (Bug#4891).
7726         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
7728 2009-11-14  Glenn Morris  <rgm@gnu.org>
7730         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
7731         statements for vc-diff, emerge-quit, and rmail-cease-edit.
7732         If they are already loaded, eval-after-load will do the right thing.
7734         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
7735         compiling.
7737         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
7739         * simple.el (x-selection-owner-p): Declare.
7740         (read-mail-command): Use custom radio type rather than choice.
7741         (completion-no-auto-exit): Doc fix.
7743         * custom.el (defgroup):
7744         * epg-config.el (epg): Doc fixes.
7746 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
7748         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
7749         * international/ccl.el (define-ccl-program): Do not purecopy the
7750         docstring, defconst does it anyway.
7752 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7754         * add-log.el (add-change-log-entry): Avoid displaying the changelog
7755         a second time.
7757         * x-dnd.el (x-dnd-maybe-call-test-function):
7758         * window.el (split-window-vertically):
7759         * whitespace.el (whitespace-help-on):
7760         * vc-rcs.el (vc-rcs-consult-headers):
7761         * userlock.el (ask-user-about-lock-help)
7762         (ask-user-about-supersession-help):
7763         * type-break.el (type-break-force-mode-line-update):
7764         * time-stamp.el (time-stamp-conv-warn):
7765         * terminal.el (te-set-output-log, te-more-break, te-filter)
7766         (te-sentinel, terminal-emulator):
7767         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
7768         (term-write-input-ring, term-check-source, term-start-output-log):
7769         (term-display-buffer-line, term-dynamic-list-completions):
7770         (term-ansi-make-term, serial-term):
7771         * subr.el (selective-display):
7772         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7773         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
7774         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
7775         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
7776         (speedbar-remove-localized-speedbar-support)
7777         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
7778         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
7779         (speedbar-buffers-line-directory):
7780         * simple.el (shell-command-on-region, append-to-buffer)
7781         (prepend-to-buffer):
7782         * shadowfile.el (shadow-save-todo-file):
7783         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
7784         (scroll-bar-maybe-set-window-start):
7785         * sb-image.el (speedbar-image-dump):
7786         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
7787         (load-save-place-alist-from-file):
7788         * ps-samp.el (ps-print-message-from-summary):
7789         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
7790         (ps-background-image, ps-begin-job, ps-do-despool):
7791         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
7792         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
7793         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
7794         (pr-call-process, pr-file-list, pr-interface-save):
7795         * novice.el (disabled-command-function)
7796         (enable-command, disable-command):
7797         * mouse.el (mouse-buffer-menu-alist):
7798         * mouse-copy.el (mouse-kill-preserving-secondary):
7799         * macros.el (kbd-macro-query):
7800         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
7801         * informat.el (batch-info-validate):
7802         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
7803         * hippie-exp.el (try-expand-dabbrev-visible):
7804         * help-mode.el (help-make-xrefs):
7805         * help-fns.el (describe-variable):
7806         * generic-x.el (bat-generic-mode-run-as-comint):
7807         * finder.el (finder-mouse-select):
7808         * find-dired.el (find-dired-sentinel):
7809         * filesets.el (filesets-file-close):
7810         * files.el (list-directory):
7811         * faces.el (list-faces-display, describe-face):
7812         * facemenu.el (list-colors-display):
7813         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
7814         * epg.el (epg--process-filter, epg-cancel):
7815         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
7816         (epa--read-signature-type):
7817         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
7818         (emerge-file-names):
7819         * ehelp.el (electric-helpify):
7820         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
7821         * ediff-vers.el (rcs-ediff-view-revision):
7822         * ediff-util.el (ediff-setup):
7823         * ediff-mult.el (ediff-append-custom-diff):
7824         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
7825         (ediff-wordify):
7826         * echistory.el (Electric-command-history-redo-expression):
7827         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7828         * disp-table.el (describe-display-table):
7829         * dired.el (dired-find-buffer-nocreate):
7830         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
7831         * dabbrev.el (dabbrev--same-major-mode-p):
7832         * chistory.el (list-command-history):
7833         * apropos.el (apropos-documentation):
7834         * allout.el (allout-obtain-passphrase):
7835         (allout-copy-exposed-to-buffer):
7836         (allout-verify-passphrase): Use with-current-buffer.
7838 2009-11-13  Glenn Morris  <rgm@gnu.org>
7840         * Makefile.in (ELCFILES): Regenerate.
7842 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
7844         * net/dbus.el (dbus-registered-objects-table): Rename from
7845         `dbus-registered-functions-table', because it contains also properties.
7846         (dbus-unregister-object): Unregister also properties.
7847         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
7848         Use a timeout of 500 msec, in order to not block.
7849         (dbus-register-property, dbus-property-handler): New defuns.
7851 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7853         * simple.el (minibuffer-default-add-completions): Drop deprecated
7854         4th arg.
7856 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
7858         * textmodes/artist.el (artist-mouse-choose-operation):
7859         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
7860         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
7861         (artist-compute-up-event-key): New function.
7862         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
7864 2009-11-13  Kenichi Handa  <handa@m17n.org>
7866         * language/japan-util.el: Make sure that the value of jisx0208
7867         property is jisx0208 character.
7869 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
7871         * international/mule.el (auto-coding-regexp-alist): Only purecopy
7872         car or each item, not the whole list.
7874 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7876         * minibuffer.el (minibuffer-completion-help):
7877         Use minibuffer-hide-completions.
7879 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
7881         * dired.el (dired-save-positions, dired-restore-positions): New funs.
7882         (dired-revert): Use them (bug#4880).
7884 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
7886         * tooltip.el (tooltip-frame-parameters): Undo previous change.
7888 2009-11-12  Juri Linkov  <juri@jurta.org>
7890         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
7891         New functions.
7892         (find-file-literally-at-point): Alias of `ffap-literally'.
7894 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
7896         * textmodes/ispell.el (ispell-skip-region-alist):
7897         * textmodes/css-mode.el (auto-mode-alist):
7898         * progmodes/compile.el (auto-mode-alist):
7899         * international/mule.el (ctext-non-standard-encodings-alist)
7900         (ctext-non-standard-encodings-regexp):
7901         * simple.el (shell-command-switch, text-read-only):
7902         * replace.el (occur-mode-map):
7903         * paths.el (rmail-file-name):
7904         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
7905         * find-file.el (ff-special-constructs):
7906         * files.el (file-name-handler-alist):
7907         * composite.el: Purecopy strings.
7909         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
7911 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
7913         * widget.el (define-widget): Purecopy the docstring.
7914         * international/mule-cmds.el (charset): Do not purecopy the
7915         docstring here, define-widget does it.
7917         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7918         * textmodes/bibtex-style.el (auto-mode-alist):
7919         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7920         * progmodes/compile.el (compile-command):
7921         * language/korea-util.el (default-korean-keyboard):
7922         * international/mule-conf.el (file-coding-system-alist):
7923         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
7924         * tooltip.el (tooltip-frame-parameters):
7925         * newcomment.el (comment-end, comment-padding):
7926         * dired.el (dired-trivial-filenames):
7927         * comint.el (comint-file-name-prefix): Purecopy initial values.
7929 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
7931         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
7932         (tramp-advice-minibuffer-electric-tilde): Unload advices via
7933         `tramp-unload'.
7934         (tramp-advice-make-auto-save-file-name)
7935         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
7936         after removing the advice.
7938 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
7940         * progmodes/grep.el (grep-regexp-alist):
7941         * international/mule-cmds.el (iso-2022-control-alist):
7942         * emacs-lisp/timer.el (timer-duration-words):
7943         * subr.el (version-separator, version-regexp-alist):
7944         * minibuffer.el (completion-styles-alist):
7945         * faces.el (face-attribute-name-alist, list-faces-sample-text):
7946         Change defvars to defconsts.
7948         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
7949         * loadup.el ("international/mule-conf"): Load the byte compiled version.
7950         * international/mule-conf.el: Allow to be byte compiled.
7952         * international/mule.el (define-charset): Purecopy props.
7953         (load-with-code-conversion): Purecopy doc string and file name.
7954         (put-charset-property): Purecopy strings.
7955         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
7957         * international/mule-cmds.el (register-input-method): Purecopy arguments.
7958         (define-char-code-property): Correctly purecopy the table.
7960         * international/ccl.el (define-ccl-program): Purecopy the docstring.
7962         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
7964         * subr.el (add-hook): Purecopy strings.
7965         (eval-after-load): Purecopy load-history-regexp and the form.
7967         * custom.el (custom-declare-group): Purecopy load-file-name.
7969         * subr.el (menu-bar-separator): New defconst.
7970         * net/eudc.el (eudc-tools-menu):
7971         * international/mule-cmds.el (set-coding-system-map)
7972         (mule-menu-keymap):
7973         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7974         * vc-hooks.el (vc-menu-map):
7975         * replace.el (occur-mode-map):
7976         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
7977         (menu-bar-edit-menu, menu-bar-goto-menu)
7978         (menu-bar-custom-menu, menu-bar-showhide-menu)
7979         (menu-bar-options-menu, menu-bar-tools-menu)
7980         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
7981         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
7982         (menu-bar-help-menu):
7983         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
7984         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
7986         * term/x-win.el (x-gtk-stock-map):
7987         * progmodes/vera-mode.el (auto-mode-alist):
7988         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7989         (inferior-lisp-program, inferior-lisp-load-command):
7990         * progmodes/hideshow.el (hs-special-modes-alist):
7991         * progmodes/gud.el (same-window-regexps):
7992         * progmodes/grep.el (grep-program, find-program, xargs-program):
7993         * net/telnet.el (same-window-regexps):
7994         * net/rlogin.el (same-window-regexps):
7995         * language/ethiopic.el (font-ccl-encoder-alist):
7996         * vc-sccs.el (vc-sccs-master-templates):
7997         * vc-rcs.el (vc-rcs-master-templates):
7998         * subr.el (cl-assertion-failed):
7999         * simple.el (next-error-overlay-arrow-position):
8000         * lpr.el (lpr-command):
8001         * locate.el (locate-ls-subdir-switches):
8002         * info.el (same-window-regexps, info)
8003         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8004         * image-mode.el (image-mode, auto-mode-alist):
8005         * hippie-exp.el (hippie-expand-ignore-buffers):
8006         * format.el (format-alist):
8007         * find-dired.el (find-ls-subdir-switches, find-grep-options)
8008         (find-name-arg):
8009         * facemenu.el (facemenu-keybindings):
8010         * dired.el (dired-listing-switches, dired-chown-program):
8011         * diff.el (diff-switches, diff-command):
8012         * cus-edit.el (same-window-regexps):
8013         * bindings.el (mode-line-mule-info)
8014         (mode-line-buffer-identification): Purecopy strings.
8016 2009-11-11  Juri Linkov  <juri@jurta.org>
8018         * simple.el (dired-get-filename) <declare-function>:
8019         Tell the byte-compiler about dired-get-filename.
8020         (shell-command): In Dired mode, get filename from the current line
8021         as the default value.
8023 2009-11-10  Glenn Morris  <rgm@gnu.org>
8025         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8026         * calendar/holidays.el, progmodes/cperl-mode.el:
8027         Update x-popup-menu declarations.
8029         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8030         (list-load-path-shadows): Use dolist.
8031         (list-load-path-shadows): Use with-current-buffer.
8033 2009-11-10  Juri Linkov  <juri@jurta.org>
8035         * minibuffer.el (read-file-name): Support a list of default values
8036         in `default-filename'.  Use the first file name where only one
8037         element is required.  Doc fix.
8039 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
8041         * net/dbus.el (dbus-unregister-object): Release service, if no
8042         other method is registered for it.
8044 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
8046         * bookmark.el (bookmark-completing-read): Sort bookmark names if
8047         bookmark-sort-flag is non-nil (Bug#4653).
8049 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8051         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8052         the progress reporter entirely.
8054         * emulation/cua-base.el: Add CUA property to some CC mode commands
8055         (Bug#4100).
8057 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8059         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
8060         at end of sentence (Bug#4818).
8062 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
8064         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8065         Handle "see declaration of" MSFT statements (Bug#4100).
8067 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
8069         * net/tramp.el (tramp-advice-make-auto-save-file-name)
8070         (tramp-advice-file-expand-wildcards): Unload via
8071         `ad-remove-advice'.
8073         * net/trampver.el: Update release number.
8075 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8077         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8078         `ad-do-it'.
8080 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
8082         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8083         in order to keep context in SELinux.
8085 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8087         * dired-aux.el (dired-query): Place cursor in echo area and allow
8088         C-g.
8090         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8091         menu item if not on a directory (Bug#4701).
8093 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
8095         Sync with Tramp 2.1.17.
8097         * net/tramp.el (tramp-handle-copy-directory): Don't use
8098         `file-remote-p' (due to compatibility).
8100         * net/tramp-compat.el (tramp-compat-copy-directory)
8101         (tramp-compat-delete-directory): New defuns.
8103         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8104         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8105         `tramp-compat-delete-directory'.
8107         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8108         (tramp-smb-handle-delete-directory): Use
8109         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8111         * net/trampver.el: Update release number.
8113 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
8115         * tar-mode.el (tar-copy): Call write-region on the right buffer
8116         (Bug#4857).
8118         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8119         by hand, if necessary (Bug#4878).
8121 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
8123         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8124         align size column (Bug#4839).
8126         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8127         statement.
8129 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8131         * progmodes/ld-script.el (auto-mode-alist):
8132         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8134         * cus-face.el (custom-declare-face): Purecopy face spec.
8136 2009-11-06  Kenichi Handa  <handa@m17n.org>
8138         * international/uni-bidi.el: Re-generated.
8139         * international/uni-category.el: Re-generated.
8140         * international/uni-combining.el: Re-generated.
8141         * international/uni-mirrored.el: Re-generated.
8143 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8145         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8146         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8147         (tex-start-options, slitex-run-command, latex-run-command)
8148         (tex-run-command, tex-directory):
8149         * textmodes/ispell.el (ispell-html-skip-alists)
8150         (ispell-tex-skip-alists, ispell-tex-skip-alists):
8151         * textmodes/fill.el (adaptive-fill-first-line-regexp):
8152         (adaptive-fill-regexp):
8153         * textmodes/dns-mode.el (auto-mode-alist):
8154         * progmodes/python.el (interpreter-mode-alist):
8155         * progmodes/etags.el (tags-compression-info-list):
8156         * progmodes/etags.el (tags-file-name):
8157         * net/browse-url.el (browse-url-galeon-program)
8158         (browse-url-firefox-program):
8159         * mail/sendmail.el (mail-signature-file)
8160         (mail-citation-prefix-regexp):
8161         * international/mule-conf.el (eight-bit):
8162         * international/latexenc.el (latex-inputenc-coding-alist):
8163         * international/fontset.el (x-pixel-size-width-font-regexp):
8164         * emacs-lisp/warnings.el (warning-type-format):
8165         * emacs-lisp/trace.el (trace-buffer):
8166         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8167         (emacs-lisp-mode-map):
8168         * calendar/holidays.el (holiday-solar-holidays)
8169         (holiday-bahai-holidays, holiday-islamic-holidays)
8170         (holiday-christian-holidays, holiday-hebrew-holidays)
8171         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8172         (hebrew-holidays-1, holiday-oriental-holidays)
8173         (holiday-general-holidays):
8174         * x-dnd.el (x-dnd-known-types):
8175         * tool-bar.el (tool-bar):
8176         * startup.el (site-run-file):
8177         * shell.el (shell-dumb-shell-regexp):
8178         * rfn-eshadow.el (file-name-shadow-tty-properties)
8179         (file-name-shadow-properties):
8180         * paths.el (remote-shell-program, news-directory):
8181         * mouse.el ([C-down-mouse-3]):
8182         * menu-bar.el (menu-bar-tools-menu):
8183         * jka-cmpr-hook.el (jka-compr-load-suffixes)
8184         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8185         (jka-compr-compression-info-list):
8186         * isearch.el (search-whitespace-regexp):
8187         * image-file.el (image-file-name-extensions):
8188         * find-dired.el (find-ls-option):
8189         * files.el (directory-listing-before-filename-regexp)
8190         (directory-free-space-args, insert-directory-program)
8191         (list-directory-brief-switches, magic-fallback-mode-alist)
8192         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8193         (automount-dir-prefix):
8194         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8195         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8196         (face-font-registry-alternatives, face-font-registry-alternatives)
8197         (face-font-family-alternatives):
8198         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8199         (facemenu-foreground-menu, facemenu-face-menu):
8200         * epa-hook.el (epa-file-name-regexp):
8201         * dnd.el (dnd-protocol-alist):
8202         * textmodes/rst.el (auto-mode-alist):
8203         * button.el (default-button): Purecopy strings.
8205 2009-11-06  Glenn Morris  <rgm@gnu.org>
8207         * Makefile.in (ELCFILES): Update.
8209 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8211         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8212         * emacs-lisp/levents.el: Move to obsolete/levents.el.
8214         * nxml/xsd-regexp.el (xsdre-gen-categories):
8215         * nxml/xmltok.el (xmltok-parse-entity):
8216         * nxml/rng-parse.el (rng-parse-validate-file):
8217         * nxml/rng-maint.el (rng-format-manual)
8218         (rng-manual-output-force-new-line):
8219         * nxml/rng-loc.el (rng-save-schema-location-1):
8220         * nxml/rng-cmpct.el (rng-c-parse-file):
8221         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8222         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8224 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
8226         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8227         Remove extra save-excursions and make-variable-buffer-local's.
8228         Suggested by Stefan Monnier.
8230         (verilog-getopt-file, verilog-module-inside-filename-p)
8231         (verilog-set-define): Merge GNU 1.35 and repair changes from
8232         switching to using with-current-buffer.
8234         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8235         being treated as a number and confusing AUTORESET.
8236         Reported by Dan Dever.
8238         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8239         Add verilog-auto-ignore-concat to fix backward compatibility with
8240         older verilog-modes.  Reported by Dan Katz.
8242         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8243         containing closing anchors "...$".
8245         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8246         Reported by Wade Smith.
8248         (verilog-batch-execute-func): Comment on function usage.
8250 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
8252         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8253         for labels.
8255         (verilog-label-re, verilog-calc-1): Support proper indent of named
8256         asserts.
8258         (verilog-backward-token, verilog-basic-complete-re)
8259         (verilog-beg-of-statement, verilog-indent-re): Support proper
8260         indent of the assert statement at the beginning of a block of text.
8262         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8263         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8264         tokens as begins.
8266 2009-11-05  Glenn Morris  <rgm@gnu.org>
8268         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8269         Emacs 19.  (Bug#1531)
8270         (byte-compile-fix-header): Update for the above change.
8271         Drop test for epoch::version.
8273         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8274         * cus-dep.el (custom-make-dependencies):
8275         * finder.el (finder-compile-keywords):
8276         Use autoload-rubric's feature argument.
8278         * calendar/diary-lib.el (top-level): Make load behave more like require.
8280         * vc-git.el (vc-git-stash-map): Move definition before use.
8282 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
8284         * custom.el (custom-declare-group): Purecopy standard-value.
8285         (custom-declare-group): Purecopy custom-prefix.
8287         * international/mule.el (load-with-code-conversion):
8288         Call do-after-load-evaluation unconditionally.
8290         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8292 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8294         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8296 2009-11-04  Glenn Morris  <rgm@gnu.org>
8298         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8299         (byte-compile-compatibility): Remove option.
8300         (byte-compile-close-variables, byte-compile-fix-header)
8301         (byte-compile-insert-header, byte-compile-output-docform)
8302         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8303         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8304         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8305         (byte-compile-insert, byte-compile-defun):
8306         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
8307         (byte-defop-compiler19): Remove.
8308         Without byte-compile-compatibility, the 'emacs19-opcode property is not
8309         used by anything.  Replace all calls with byte-defop-compiler.
8311 2009-11-04  Juri Linkov  <juri@jurta.org>
8313         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8314         (menu-bar-options-menu): Don't quote the `prop' arg of
8315         `menu-bar-make-mm-toggle'.
8317 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
8319         * calendar/calendar.el (cal-loaddefs):
8320         * calendar/diary-lib.el (diary-loaddefs):
8321         * calendar/holidays.el (hol-loaddefs):
8322         * eshell/esh-module.el (esh-groups): Load rather than require.
8324 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8326         * calendar/todo-mode.el (todo-add-category): Don't hardcode
8327         point-min==1.
8328         (todo-top-priorities): Only display-buffer when called interactively.
8329         (todo-item-start): Don't save excursion point.
8330         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
8331         (todo-insert-item-here, todo-file-item, todo-remove-item):
8332         Adjust uses of todo-item-start and todo-item-end.
8334         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8335         (autoload-rubric): Don't use any more.
8336         * cedet/semantic/fw.el (semantic/loaddefs):
8337         * cedet/srecode.el (srecode/loaddefs):
8338         * cedet/ede.el (ede/loaddefs): Load rather than require.
8339         * cedet/ede/cpp-root.el:
8340         * cedet/ede/emacs.el:
8341         * cedet/ede/files.el:
8342         * cedet/ede/linux.el:
8343         * cedet/ede/locate.el:
8344         * cedet/ede/make.el:
8345         * cedet/ede/shell.el:
8346         * cedet/ede/speedbar.el:
8347         * cedet/ede/system.el:
8348         * cedet/ede/util.el:
8349         * cedet/semantic/analyze.el:
8350         * cedet/semantic/bovine.el:
8351         * cedet/semantic/complete.el:
8352         * cedet/semantic/ctxt.el:
8353         * cedet/semantic/db-file.el:
8354         * cedet/semantic/db-find.el:
8355         * cedet/semantic/db-global.el:
8356         * cedet/semantic/db-mode.el:
8357         * cedet/semantic/db-typecache.el:
8358         * cedet/semantic/db.el:
8359         * cedet/semantic/debug.el:
8360         * cedet/semantic/dep.el:
8361         * cedet/semantic/doc.el:
8362         * cedet/semantic/edit.el:
8363         * cedet/semantic/find.el:
8364         * cedet/semantic/format.el:
8365         * cedet/semantic/html.el:
8366         * cedet/semantic/ia-sb.el:
8367         * cedet/semantic/ia.el:
8368         * cedet/semantic/idle.el:
8369         * cedet/semantic/lex-spp.el:
8370         * cedet/semantic/lex.el:
8371         * cedet/semantic/mru-bookmark.el:
8372         * cedet/semantic/scope.el:
8373         * cedet/semantic/senator.el:
8374         * cedet/semantic/sort.el:
8375         * cedet/semantic/symref.el:
8376         * cedet/semantic/tag-file.el:
8377         * cedet/semantic/tag-ls.el:
8378         * cedet/semantic/tag-write.el:
8379         * cedet/semantic/tag.el:
8380         * cedet/semantic/util-modes.el:
8381         * cedet/semantic/analyze/complete.el:
8382         * cedet/semantic/analyze/refs.el:
8383         * cedet/semantic/bovine/c.el:
8384         * cedet/semantic/bovine/gcc.el:
8385         * cedet/semantic/bovine/make.el:
8386         * cedet/semantic/bovine/scm.el:
8387         * cedet/semantic/decorate/include.el:
8388         * cedet/semantic/decorate/mode.el:
8389         * cedet/semantic/symref/cscope.el:
8390         * cedet/semantic/symref/global.el:
8391         * cedet/semantic/symref/grep.el:
8392         * cedet/semantic/symref/idutils.el:
8393         * cedet/semantic/symref/list.el:
8394         * cedet/semantic/wisent/java-tags.el:
8395         * cedet/semantic/wisent/javascript.el:
8396         * cedet/srecode/compile.el:
8397         * cedet/srecode/cpp.el:
8398         * cedet/srecode/document.el:
8399         * cedet/srecode/el.el:
8400         * cedet/srecode/expandproto.el:
8401         * cedet/srecode/getset.el:
8402         * cedet/srecode/insert.el:
8403         * cedet/srecode/java.el:
8404         * cedet/srecode/map.el:
8405         * cedet/srecode/mode.el:
8406         * cedet/srecode/template.el:
8407         * cedet/srecode/texi.el: Remove the file-local setting of
8408         generated-autoload-feature.
8410         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8411         and only put a prop if it is non-nil.
8413 2009-11-03  Juri Linkov  <juri@jurta.org>
8415         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8416         (menu-bar-options-menu): Fix list quoting (Bug#4429).
8418         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8419         and "Menu" to make top-level menu item visually one unit (like
8420         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8421         multi-word menu items).  Fix :help string for quit-window.
8423 2009-11-03  Glenn Morris  <rgm@gnu.org>
8425         * cedet/mode-local.el (with-mode-local): Doc fix.
8427         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8428         (byte-compile-file-form-define-abbrev-table)
8429         (byte-compile-file-form-custom-declare-variable)
8430         (byte-compile-variable-ref, byte-compile-defvar):
8431         Whether or not a warning is enabled should only affect whether we issue
8432         the warning, not whether or not we collect the relevant data.
8433         Eg warnings can be turned on and off throughout the course of a file.
8435         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8436         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8438 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8440         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8441         * play/mpuz.el (mpuz-create-buffer):
8442         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8443         (lm-print-y,s,noise, lm-print-w0, lm-init):
8444         * play/gomoku.el (gomoku-prompt-for-move):
8445         * play/fortune.el (fortune-in-buffer):
8446         * play/dissociate.el (dissociated-press):
8447         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8448         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8449         * mail/supercite.el (sc-eref-show):
8450         * mail/smtpmail.el (smtpmail-send-it):
8451         * mail/rmailsum.el (rmail-summary-next-labeled-message)
8452         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8453         (rmail-summary-undelete-many, rmail-summary-rmail-update)
8454         (rmail-summary-goto-msg, rmail-summary-expunge)
8455         (rmail-summary-get-new-mail, rmail-summary-search-backward)
8456         (rmail-summary-add-label, rmail-summary-output-menu)
8457         (rmail-summary-output-body):
8458         * mail/rfc822.el (rfc822-addresses):
8459         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8460         * mail/mailpost.el (post-mail-send-it):
8461         * mail/hashcash.el (hashcash-generate-payment):
8462         * mail/feedmail.el (feedmail-run-the-queue)
8463         (feedmail-queue-send-edit-prompt-help-first)
8464         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8465         (feedmail-deduce-address-list):
8466         * eshell/esh-ext.el (eshell-remote-command):
8467         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
8468         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
8469         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
8470         (viper-save-string-in-file, viper-valid-marker):
8471         * emulation/viper-keym.el (viper-toggle-key):
8472         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
8473         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
8474         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
8475         * emulation/viper-cmd.el (viper-exec-form-in-vi)
8476         (viper-exec-form-in-emacs, viper-brac-function):
8477         * emulation/viper.el (viper-delocalize-var):
8478         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
8479         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
8480         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
8481         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
8482         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
8483         * emulation/edt.el (edt-electric-helpify):
8484         * emulation/cua-rect.el (cua--rectangle-aux-replace):
8485         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
8486         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
8487         (cua-indent-to-global-mark-column):
8488         * calendar/diary-lib.el (calendar-mark-1):
8489         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
8490         Use with-current-buffer.
8491         * emulation/viper.el (viper-delocalize-var): Use dolist.
8493 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
8495         * comint.el (comint-replace-by-expanded-history-before-point):
8496         Replace !! with the previous input string literally (Bug#1795).
8498 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
8500         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
8501         to be made up of whitespace.
8503 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
8505         * minibuffer.el (read-file-name): Don't use file dialogs for
8506         remote directories (Bug#99).
8508 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
8510         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
8512 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
8514         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
8515         instead of deleting the window or frame.
8517 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8519         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8520         Support face colors.
8522         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
8523         New function.  Support face colors (Bug#1168).
8524         (tex-common-initialization): Use it.
8526         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
8527         mode allows it (Bug#1168).
8529 2009-10-31  Juri Linkov  <juri@jurta.org>
8531         * facemenu.el (list-colors-display): Don't mark buffer as
8532         modified (Bug#3948).
8534 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8536         * international/mule-diag.el (list-character-sets-1): Minor
8537         message fix (Bug#3526).
8539         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
8540         face property (Bug#4834).
8541         (etags-list-tags, etags-tags-apropos-additional)
8542         (etags-tags-apropos, tags-select-tags-table): Add follow-link
8543         property.
8545         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
8546         items.
8548         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
8549         items.
8551         * cedet/ede.el (ede-minor-mode):
8552         * cedet/semantic.el (semantic-mode): Toggle menu separators.
8554 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8556         * textmodes/two-column.el (2C-split):
8557         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
8558         * textmodes/tex-mode.el (tex-set-buffer-directory):
8559         * textmodes/spell.el (spell-region, spell-string):
8560         * textmodes/reftex.el (reftex-erase-buffer):
8561         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
8562         * textmodes/reftex-toc.el (reftex-toc-promote-action):
8563         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
8564         (reftex-select-item):
8565         * textmodes/reftex-ref.el (reftex-label-info-update)
8566         (reftex-offer-label-menu):
8567         * textmodes/reftex-index.el (reftex-index-change-entry)
8568         (reftex-index-phrases-info):
8569         * textmodes/reftex-global.el (reftex-create-tags-file)
8570         (reftex-save-all-document-buffers, reftex-ensure-write-access):
8571         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
8572         (reftex-view-crossref-from-bibtex):
8573         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
8574         (reftex-extract-bib-entries-from-thebibliography)
8575         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
8576         * textmodes/refbib.el (r2b-capitalize-title):
8577         (r2b-convert-buffer, r2b-help):
8578         * textmodes/page-ext.el (pages-directory)
8579         (pages-directory-goto-with-mouse):
8580         * textmodes/bibtex.el (bibtex-validate-globally):
8581         * textmodes/bib-mode.el (bib-capitalize-title):
8582         * textmodes/artist.el (artist-clear-buffer, artist-system):
8583         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
8584         (local-set-scheme-interaction-buffer, xscheme-process-filter)
8585         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
8586         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
8587         (xscheme-send-control-g-interrupt, xscheme-start-process)
8588         (xscheme-process-sentinel, xscheme-cd):
8589         * progmodes/verilog-mode.el (verilog-read-always-signals)
8590         (verilog-set-define, verilog-getopt-file)
8591         (verilog-module-inside-filename-p):
8592         * progmodes/sh-script.el:
8593         * progmodes/python.el (python-pdbtrack-get-source-buffer)
8594         (python-pdbtrack-grub-for-buffer, python-execute-file):
8595         * progmodes/octave-inf.el (inferior-octave):
8596         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8597         (idlwave-shell-compile-helper-routines, idlwave-set-local)
8598         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
8599         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
8600         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
8601         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
8602         (idlwave-shell-filter, idlwave-shell-examine-highlight)
8603         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
8604         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
8605         (idlwave-shell-examine-display, idlwave-shell-run-region)
8606         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
8607         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
8608         * progmodes/idlw-help.el (idlwave-help-get-special-help)
8609         (idlwave-help-get-help-buffer):
8610         * progmodes/gud.el (gud-basic-call, gud-find-class)
8611         (gud-tooltip-activate-mouse-motions-if-enabled):
8612         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8613         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
8614         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
8615         (ebrowse-tags-next-file):
8616         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
8617         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
8618         (ebnf-eps-finish-and-write):
8619         * progmodes/cpp.el (cpp-edit-save):
8620         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
8621         * progmodes/cc-defs.el (c-emacs-features):
8622         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
8623         (antlr-directory-dependencies):
8624         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
8625         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
8626         (ada-find-any-references, ada-make-filename-from-adaname)
8627         (ada-make-body-gnatstub):
8628         * obsolete/rnews.el (news-list-news-groups):
8629         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
8630         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
8631         * net/rcirc.el (rcirc-debug):
8632         * net/newst-treeview.el (newsticker--treeview-list-add-item)
8633         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
8634         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
8635         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
8636         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
8637         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
8638         (newsticker--treeview-list-clear-highlight)
8639         (newsticker--treeview-list-update-highlight)
8640         (newsticker--treeview-list-highlight-start)
8641         (newsticker--treeview-tree-update-highlight)
8642         (newsticker--treeview-get-selected-item)
8643         (newsticker-treeview-mark-list-items-old)
8644         (newsticker--treeview-set-current-node):
8645         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8646         * net/newst-backend.el (newsticker--get-news-by-funcall)
8647         (newsticker--get-news-by-wget, newsticker--image-get)
8648         (newsticker--image-sentinel):
8649         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
8650         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
8651         (eudc-ph-close-session):
8652         * net/eudc.el (eudc-save-options):
8653         * language/thai-word.el (thai-update-word-table):
8654         * language/japan-util.el (japanese-string-conversion):
8655         * international/titdic-cnv.el (tsang-quick-converter)
8656         (ziranma-converter, ctlau-converter):
8657         * international/mule-cmds.el (describe-language-environment):
8658         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
8659         (skkdic-convert-postfix, skkdic-convert-prefix):
8660         (skkdic-convert-okuri-nasi, skkdic-convert):
8661         * emacs-lisp/re-builder.el (reb-update-overlays):
8662         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
8663         * emacs-lisp/gulp.el (gulp-send-requests):
8664         * emacs-lisp/find-gc.el (trace-call-tree):
8665         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
8666         (eieio-describe-generic):
8667         * emacs-lisp/eieio-base.el (eieio-persistent-read):
8668         * emacs-lisp/edebug.el (edebug-outside-excursion):
8669         * emacs-lisp/debug.el (debugger-make-xrefs):
8670         * emacs-lisp/cust-print.el (custom-prin1-to-string):
8671         * emacs-lisp/chart.el (chart-new-buffer):
8672         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
8673         Use with-current-buffer.
8674         * textmodes/artist.el (artist-system): Don't call
8675         copy-sequence on a fresh string.
8676         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
8678 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
8680         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
8681         is no item to edit.  (Bug#4820)
8682         (todo-top-priorities): Restore point and restore narrowing in Todo
8683         buffer.  (Bug#4820)
8685 2009-10-31  Glenn Morris  <rgm@gnu.org>
8687         * net/ange-ftp.el (top-level): Don't require dired when compiling.
8688         (comint-last-output-start, comint-last-input-start)
8689         (comint-last-input-end): Don't defvar when compiling.
8690         (ange-ftp-process-file): Use bound-and-true-p.
8692         * pcmpl-rpm.el (top-level): Move provide statement to end.
8693         (pcmpl-rpm): Remove unused custom group.
8695         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
8697         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
8699         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8700         (byte-compile-warnings): Add `constants' as an option.
8701         (byte-compile-callargs-warn, byte-compile-arglist-warn)
8702         (display-call-tree): Update for byte-compile-fdefinition possibly
8703         returning `(macro lambda ...)'.  (Bug#4778)
8704         (byte-compile-variable-ref, byte-compile-setq-default):
8705         Respect `constants' member of byte-compile-warnings.
8707         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
8708         Use mapc rather than mapcar because the return value is never used.
8710         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
8711         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
8712         * cedet/semantic/html.el:
8713         Suppress harmless warnings about setting up semantic-imenu (not
8714         part of Emacs) variables.
8716 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8718         * vc-bzr.el (vc-bzr-revision-keywords): New var.
8719         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
8720         to "submit:".
8722         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
8723         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
8724         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
8725         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
8726         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
8727         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
8728         (semantic-analyzer-debug-global-symbol)
8729         (semantic-analyzer-debug-missing-innertype)
8730         (semantic-analyzer-debug-insert-include-summary):
8731         * cedet/semantic/util.el (semantic-file-tag-table):
8732         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
8733         (semantic-recursive-find-nonterminal-by-name):
8734         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
8735         * cedet/semantic/tag-file.el (semantic-prototype-file):
8736         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
8737         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
8738         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
8739         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
8740         (semantic-idle-summary-maybe-highlight):
8741         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
8742         (semantic-ia-sb-tag-info):
8743         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
8744         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
8745         * cedet/semantic/ede-grammar.el (project-compile-target):
8746         (ede-proj-makefile-insert-variables):
8747         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
8748         (semantic-debug-set-source-location, semantic-debug-interface-layout)
8749         (semantic-debug-mode, semantic-debug):
8750         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
8751         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
8752         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
8753         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
8754         (semanticdb-find-translate-path-includes--internal)
8755         (semanticdb-reset-log, semanticdb-find-log-activity):
8756         * cedet/semantic/db-file.el (object-write):
8757         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
8758         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
8759         (semanticdb-create-ebrowse-database):
8760         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
8761         * cedet/semantic/complete.el (semantic-displayor-focus-request)
8762         (semantic-collector-calculate-completions-raw)
8763         (semantic-complete-read-tag-analyzer):
8764         * cedet/semantic/analyze.el (semantic-analyze-pulse):
8765         * cedet/ede/util.el (ede-update-version-in-source):
8766         * cedet/ede/proj.el (project-delete-target):
8767         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
8768         (ede-proj-flush-autoconf):
8769         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
8770         (ede-proj-configure-synchronize):
8771         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
8772         * cedet/ede/linux.el (ede-linux-version):
8773         * cedet/ede/emacs.el (ede-emacs-version):
8774         * cedet/ede/dired.el (ede-dired-add-to-target):
8775         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
8776         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
8777         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
8778         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
8779         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
8780         (cedet-idutils-version-check):
8781         * cedet/cedet-global.el (cedet-gnu-global-call):
8782         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
8783         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
8784         * cedet/cedet-cscope.el (cedet-cscope-call)
8785         (cedet-cscope-expand-filename, cedet-cscope-version-check):
8786         Use with-current-buffer.
8787         * cedet/ede.el (ede-make-project-local-variable)
8788         (ede-set-project-variables, ede-set): Use dolist.
8790 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
8792         * textmodes/ispell.el (ispell-skip-region-alist):
8793         * international/mule-conf.el (eight-bit):
8794         * international/fontset.el (font-encoding-alist):
8795         * startup.el (pure-space-overflow-message):
8796         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
8797         * paths.el (gnus-nntp-service, rmail-spool-directory)
8798         (term-file-prefix):
8799         * files.el (save-some-buffers-action-alist):
8800         * cmuscheme.el (same-window-buffer-names):
8801         * ielm.el (same-window-buffer-names):
8802         * shell.el (same-window-buffer-names):
8803         * mail/sendmail.el (same-window-buffer-names):
8804         * progmodes/inf-lisp.el (same-window-buffer-names):
8805         * bindings.el (mode-line-client)
8806         (mode-line-column-line-number-mode-map):
8807         * language/tibetan.el (tibetan-precomposition-rule-regexp)
8808         (tibetan-precomposed-regexp): Purecopy string arguments.
8810 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8812         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
8813         (calcDigit-nondigit):
8814         * calc/calc-yank.el (calc-copy-to-buffer):
8815         * calc/calc-units.el (calc-invalidate-units-table):
8816         * calc/calc-trail.el (calc-trail-yank):
8817         * calc/calc-store.el (calc-insert-variables):
8818         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8819         * calc/calc-prog.el (calc-read-parse-table):
8820         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
8821         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
8822         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
8823         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
8824         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
8825         (calc-graph-name, calc-graph-find-command, calc-graph-view)
8826         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
8827         * calc/calc-ext.el (calc-realign):
8828         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
8829         (calc-embedded-finish-edit, calc-embedded-make-info)
8830         (calc-embedded-finish-command, calc-embedded-stack-change):
8831         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
8833         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
8834         (overload-docstring-extension): Use that info.
8835         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
8836         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
8837         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
8838         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
8839         (semantic-nonterminal-full-name): Add the new `when' info.
8840         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
8841         `assert'.
8843         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
8844         shell-dynamic-complete-filename in preference to
8845         comint-dynamic-complete-filename.
8847         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8848         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8849         Don't consider whether the display supports colors.
8850         (bookmark-import-new-list): Use dolist.
8851         (bookmark-bmenu-mode-map): Move initialization into declaration.
8852         (bookmark-bmenu-list): Use dolist, simplify.
8853         (bookmark-show-all-annotations): Use save-selected-window and dolist.
8854         (menu-bar-final-items): Use push.
8856 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
8858         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
8859         it works on remote files.
8860         (vc-hg-diff): Don't pass any `--cwd' argument.
8862 2009-10-27  Kevin Ryde  <user42@zip.com.au>
8864         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8865         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
8866         (Further to Bug#3921).
8868 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
8870         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
8871         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
8872         calling `tramp-imap-put-file'.  Add file size to the call.
8873         (tramp-imap-get-file-entries): Compute also user name, file size,
8874         and date.
8875         (tramp-imap-handle-insert-directory): Insert uid and gid.
8876         (tramp-imap-handle-file-attributes): Transform uid and gid
8877         according to `id-format'.
8878         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
8879         size in header X-Size.
8881 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
8883         * simple.el (transpose-subr): Give clearer error when the mark
8884         is not set.  (Bug#4807)
8886 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
8888         * net/tramp.el (tramp-perl-file-truename): New defconst.
8889         Perl code contributed by yary <not.com@gmail.com> (tiny change).
8890         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
8891         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
8892         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
8894         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
8895         Ignore `dired-call-process'.
8896         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
8898 2009-10-26  Julian Scheid  <julians37@gmail.com>
8900         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
8901         (tramp-get-remote-readlink): New defun.
8902         (tramp-handle-file-truename): Use it.
8903         (tramp-handle-file-exists-p): Check file-attributes cache, assume
8904         file exists if cache value present.
8905         (tramp-check-cached-permissions): New defun.
8906         (tramp-handle-file-readable-p): Use it.
8907         (tramp-handle-file-writable-p): Likewise.
8908         (tramp-handle-file-executable-p): Likewise.
8909         (tramp-handle-file-name-all-completions): Try using Perl to get
8910         partial completions.  When perl not available, combine `cd' and
8911         `ls' into single remote operation and use shell expansion to get
8912         partial remote directory contents.  Set `file-exists-p' cache for
8913         directory and any files returned by ls.  Change cache handling to
8914         support partial directory contents.  Use error message emitted by
8915         remote `cd' or Perl code for local tramp-error.
8916         (tramp-do-copy-or-rename-file-directly): Avoid separate
8917         tramp-send-command-and-check call.
8918         (tramp-handle-process-file): Merge three remote ops into one.
8919         Do not flush all caches when `process-file-side-effects' is set.
8920         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
8921         file-attributes shows uid/gid to be set already.
8923 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
8925         * textmodes/tex-mode.el (tex-dvi-view-command)
8926         (tex-show-queue-command, tex-open-quote):
8927         * progmodes/ruby-mode.el (auto-mode-alist)
8928         (interpreter-mode-alist): Purecopy strings.
8930         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
8932         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
8933         string for the hook, keymap and abbrev table.
8935         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
8937         * x-dnd.el (x-dnd-xdnd-to-action):
8938         * startup.el (fancy-startup-text, fancy-about-text): Change to
8939         defconst from defvar.
8941         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
8943         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
8944         Purecopy initialization strings.
8946         * mail/sendmail.el (mail-header-separator)
8947         (mail-personal-alias-file):
8948         * mail/rmail.el (rmail-default-dont-reply-to-names)
8949         (rmail-ignored-headers, rmail-retry-ignored-headers)
8950         (rmail-highlighted-headers, rmail-secondary-file-directory)
8951         (rmail-secondary-file-regexp):
8952         * files.el (null-device, file-name-invalid-regexp)
8953         (locate-dominating-stop-dir-regexp)
8954         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
8955         (interpreter-mode-alist): Use mapcar instead of mapc.
8957         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
8959         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
8960         (completion-ignored-extensions):
8961         (debug-ignored-errors): Purecopy strings.
8963 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8965         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
8966         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
8967         (pcomplete--here): Use push.
8969         * subr.el (all-completions): Declare the 4th arg obsolete.
8971 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8973         * pcomplete.el (pcomplete-unquote-argument-function): New var.
8974         (pcomplete-unquote-argument): New function.
8975         (pcomplete--common-suffix): Always pay attention to case.
8976         (pcomplete--table-subvert): Quote and unquote the text.
8977         (pcomplete--common-quoted-suffix): New function.
8978         (pcomplete-std-complete): Use it and pcomplete-begin.
8980         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
8981         we're inside a dedicated or minibuffer window.
8983 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8985         * cedet/semantic/fw.el (semantic-alias-obsolete)
8986         (semantic-varalias-obsolete): Make the `when' arg mandatory.
8987         (define-mode-overload-implementation):
8988         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
8989         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
8990         * cedet/semantic/util.el (semantic-file-token-stream)
8991         (semantic-something-to-stream):
8992         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
8993         (semantic-expand-nonterminal):
8994         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
8995         (semantic-find-dependency, semantic-find-nonterminal)
8996         (semantic-find-dependency):
8997         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
8998         (semantic-flex-text, semantic-flex-make-keyword-table)
8999         (semantic-flex-keyword-p, semantic-flex-keyword-put)
9000         (semantic-flex-keyword-get, semantic-flex-map-keywords)
9001         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
9002         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
9003         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
9004         (semantic-after-idle-scheduler-reparse-hooks):
9005         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
9006         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
9007         * cedet/semantic.el (semantic-toplevel-bovine-table)
9008         (semantic-toplevel-bovine-cache)
9009         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
9010         (semantic-init-mode-hooks, semantic-init-db-hooks)
9011         (semantic-bovination-working-type): Provide the `when' arg.
9013 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
9015         * bookmark.el: Update documentation, especially documentation
9016         of `bookmark-alist' and of the bookmark file format.
9017         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
9019 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9021         * mail/emacsbug.el (report-emacs-bug): Clarify that the
9022         keybindings apply to the mail buffer (Bug#4003).  Shrink help
9023         window to buffer.
9025         * whitespace.el (whitespace-mode, whitespace-newline-mode)
9026         (global-whitespace-mode, global-whitespace-newline-mode)
9027         (whitespace-toggle-options, global-whitespace-toggle-options):
9028         Doc fix (Bug#3660).
9030         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9031         of xmltok-start before the end tag was inserted (Bug#2840).
9033         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9034         patterns that are preceded by an open-paren (Bug#1320).
9036 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
9038         * files.el (delete-directory): Delete symlinks to directories with
9039         delete-file (Bug#4739).
9041 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
9043         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9044         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9045         argument to make-obsolete.
9047         * cedet/semantic/fw.el (semantic-alias-obsolete)
9048         (semantic-varalias-obsolete): Add optional WHEN argument.
9050 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
9052         * vc.el (vc-backend-for-registration): Rename from
9053         vc-get-backend-for-registration.  Update callers.
9055         * international/mule-cmds.el (set-language-info-alist):
9056         Purecopy lang-env.
9057         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9058         (charset): Purecopy the name.
9059         (define-char-code-property): Purecopy string arguments.
9061         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9062         Purecopy string arguments.
9064         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9065         * ediff-hook.el (menu-bar-ediff-menu):
9066         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9067         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9069 2009-10-24  Glenn Morris  <rgm@gnu.org>
9071         * comint.el (comint-dynamic-list-completions):
9072         * term.el (term-dynamic-list-completions): Use choose-completion rather
9073         than obsolete alias mouse-choose-completion.
9075         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9076         file-cache-choose-completion.
9077         (file-cache-choose-completion): Handle an optional event argument.
9078         (file-cache-mouse-choose-completion): Make it an obsolete alias.
9080         * progmodes/octave-mod.el (octave-complete-symbol):
9081         Use choose-completion if mouse-choose-completion is ever removed.
9083         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9084         use.
9086         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9087         compiler.
9089         * vc-hooks.el (vc-responsible-backend): Fix declaration.
9091 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9093         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9094         Ignore `pred' now that we receive one.
9095         Handle test-completion specially.
9097 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9099         * vc.el (vc-responsible-backend): Throw an error if not backend is
9100         found.  Remove the REGISTER argument.  Move the code dealing with
9101         REGISTER ...
9102         (vc-get-backend-for-registration): ... here.  New function.
9103         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9104         of vc-responsible-backend, pass the file name instead of the
9105         directory name.
9107 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9109         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9110         New funs.
9111         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
9112         (pcomplete-comint-setup): Don't modify a global var via
9113         accidental side-effects.
9114         (pcomplete-shell-setup): Adjust call accordingly.
9115         (pcomplete-parse-comint-arguments): Use push.
9117 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
9119         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9120         Allow uncapitalized info node names (Bug#3921).
9122         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9123         to the DEBUG file (Bug#3781).
9125 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
9127         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9128         dictionary entry (Bug#4579).
9130 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
9132         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9133         from `rfn-eshadow-update-overlay-hook' when unloading.
9134         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9135         "rsyncc".  Adjust doc string.
9136         (tramp-temp-buffer-file-name): New buffer-local defvar.
9137         (tramp-handle-insert-file-contents, tramp-handle-write-region):
9138         Keep temporary file when indicated by method ("rsync" and
9139         "rsyncc").
9140         (tramp-handle-write-region): Handle APPEND.
9141         (tramp-delete-temp-file-function): New defun.  Added to
9142         `kill-buffer-hook'.
9144 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
9146         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9148 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9150         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9151         (color-name-rgb-alist, tty-standard-colors)
9152         (tty-color-mode-alist): Change to defconst.
9154         * simple.el (mark-inactive): Purecopy message.
9156         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9157         (global-map, yank-menu):
9158         * textmodes/ispell.el (ispell-menu-map):
9159         * net/eudc.el (eudc-tools-menu):
9160         * international/mule-cmds.el (describe-language-environment-map)
9161         (setup-language-environment-map, set-coding-system-map)
9162         (mule-menu-keymap):
9163         * vc-hooks.el (vc-menu-entry, vc-menu-map):
9164         * replace.el (occur-mode-map):
9165         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9167 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
9169         * calc/calc.el (math-read-number, math-read-number-simple): Use
9170         `save-match-data'.
9172 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9174         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9175         rather than fiddling with global-map bindings, since it should only
9176         affect per-terminal settings.
9177         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9179         * minibuffer.el (completion-table-with-terminator): Allow to specify
9180         the terminator-regexp.
9182         * simple.el (switch-to-completions): Look for *Completions* in other
9183         frames as well.
9185         * pcomplete.el: Allow the use of completion-tables.
9186         (pcomplete-std-complete): New command.
9187         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9188         (pcomplete--here): Use a function for `form' rather than an expression,
9189         so it can be byte-compiled.
9190         (pcomplete-here, pcomplete-here*): Adjust accordingly.
9191         Add edebug declaration.
9192         (pcomplete-show-completions): Remove unused var `curbuf'.
9193         (pcomplete-do-complete, pcomplete-stub):
9194         Don't assume `completions' is a list of strings any more.
9196 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
9198         * find-dired.el (find-name-arg): Fix typo in docstring.
9200 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9202         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9203         (pcmpl-linux-fs-types): Same, and update to new modules layout.
9205         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9206         pcomplete-entries.
9208         * comint.el (comint-read-input-ring, comint-write-input-ring)
9209         (comint-substitute-in-file-name)
9210         (comint-dynamic-complete-as-filename)
9211         (comint-dynamic-simple-complete)
9212         (comint-dynamic-list-filename-completions)
9213         (comint-dynamic-list-completions)
9214         (comint-redirect-results-list-from-process): Minor simplifications.
9216 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9218         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9219         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9220         the first form.  And insert a blank line after ";;; Code" since
9221         that's usual style.  (Bug#4612)
9223         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9225 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9227         * minibuffer.el (completion-table-with-terminator): Properly implement
9228         boundaries, in case `terminator' appears in the suffix.
9229         (completion--embedded-envvar-table): Don't return boundaries if
9230         there's no valid completion.  Simplify.
9231         (completion-file-name-table): New completion table extracted from
9232         completion--file-name-table.
9233         (completion--file-name-table): Use it.
9234         (read-file-name-predicate): Declare obsolete.
9235         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9236         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9237         completion-file-name-table, and use the `pred' argument.
9238         * files.el (locate-file-completion-table): Use the `pred' arg rather
9239         than read-file-name-predicate.
9240         (abbreviate-file-name): Use \` rather than ^ for BOS.
9242 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
9244         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9245         vc-responsible-backend to register, it causes problems.
9247 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9249         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9251 2009-10-21  Eric Ludlam  <zappo@gnu.org>
9253         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9254         (semantic-c-debug-mode-init-pch): New functions.
9255         (semantic-c-debug-mode-init-last-mode): New var.
9256         (semantic-c-parse-lexical-token): Use them.
9258         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9259         When extracting the argument list, limit only by point-max.
9261 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
9263         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9264         (tramp-smb-handle-file-attributes): Use it.
9265         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9266         (tramp-smb-handle-insert-directory): Use `mapc' rather than
9267         `mapcar'.  Use `tramp-smb-get-stat-capability'.
9268         Add `dired-filename' text properties.
9269         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9270         (tramp-smb-maybe-open-connection): Simplify check for smbclient
9271         version.
9273 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9275         * subr.el (read-key-delay): Reduce to 0.01.
9276         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9277         (bug#4751).
9279 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9281         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9283         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9284         (Info-menu): Remove unused vars `last' and `completions'.
9285         (Info-index-nodes): Remove unused var `node'.
9287         * info.el (Info-complete-menu-item): Use complete-with-action.
9289 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
9291         Make vc-annotate work through copies and renames.
9292         * vc-annotate.el (vc-annotate-extract-revision-at-line):
9293         Return the file name too.
9294         (vc-annotate-revision-at-line)
9295         (vc-annotate-find-revision-at-line)
9296         (vc-annotate-revision-previous-to-line)
9297         (vc-annotate-show-log-revision-at-line): Update to get the file
9298         name from vc-annotate-extract-revision-at-line.
9299         (vc-annotate-show-diff-revision-at-line-internal): Change the
9300         argument to mean whether to show a file diff or not.  Get the file
9301         name from vc-annotate-extract-revision-at-line.
9302         (vc-annotate-show-diff-revision-at-line):
9303         Update vc-annotate-show-diff-revision-at-line call.
9304         (vc-annotate-warp-revision): Add an optional file argument.
9306         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9307         (vc-git-annotate-extract-revision-at-line): Also return the file
9308         name if found.
9310         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9311         command.  Remove unused code.
9312         (vc-hg-annotate-re): Update to match --follow output.
9313         (vc-hg-annotate-extract-revision-at-line): Also return the file
9314         name if found.
9316         * vc.el: Update annotate-extract-revision-at-line documentation.
9318 2009-10-18  Kevin Ryde  <user42@zip.com.au>
9320         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9321         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9323         * net/browse-url.el (browse-url): Identify alist with "consp and
9324         not functionp" and let all other things go down the `apply' leg,
9325         as suggested by Stefan.  (Further to bug#4531.)
9327 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
9329         * minibuffer.el (read-file-name): Check for repeat before putting
9330         a default argument in file-name-history (Bug#4657).
9332         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9333         read syntax (Bug#4737).
9335         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9337 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9339         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9340         (html-tag-alist, html-tag-help): Add descriptions for undocumented
9341         entries and make note of obsolete tags.
9343 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9345         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9347 2009-10-18  Glenn Morris  <rgm@gnu.org>
9349         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9350         grep, so that binary files (eg international/uni-bidi.el) can match.
9351         Remove test for "UnicodeData" files, since it is hopefully unnecessary
9352         now, and in any case the file header format has changed.
9354 2009-10-17  Glenn Morris  <rgm@gnu.org>
9356         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9357         (flyspell-get-word, flyspell-large-region)
9358         (flyspell-auto-correct-previous-word): Doc/error message fixes.
9360 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9362         * Makefile.in (ELCFILES): Add ede/shell.
9364 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
9366         * term/common-win.el (x-colors): Purecopy it.
9368 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9370         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9371         permissive for when the buffer is empty.
9372         (tar-header-block-tokenize): Decode the username and groupname.
9373         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9375 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9377         * cedet/srecode/srt.el:
9378         * cedet/srecode/compile.el:
9379         * cedet/semantic/mru-bookmark.el:
9380         * cedet/semantic/debug.el:
9381         * cedet/semantic/complete.el:
9382         * cedet/semantic/analyze.el: Require CL when compiling.
9384 2009-10-17  Eric Ludlam  <zappo@gnu.org>
9386         * cedet/semantic/scope.el
9387         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9388         tmpscope so that the regular scope will continue to work.
9390         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9391         Use semantic-idle-summary-highlight-face as the highlighting.
9393         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9394         contains multibyte characters, choose first applicable coding
9395         system automatically.
9397         * cedet/ede/project-am.el (project-run-target): New method.
9398         (project-run-target): New method.
9400         * cedet/ede.el (ede-target): Add run target menu item.
9401         (ede-project, ede-minor-keymap): Add ede-run-target binding.
9402         (ede-run-target): New function.
9403         (ede-target::project-run-target): New method.
9405         * cedet/ede/proj.el (project-run-target): New method.
9407         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9408         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
9409         Add :rules.
9410         (ede-proj-target-makefile-shared-object): Only libtool compilers
9411         now available.  Add linkers for libtool.
9412         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9413         (ede-proj-makefile-target-name): Always use .la extension.
9415         * cedet/ede/proj-prog.el (project-run-target): New method.
9417         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9418         (ede-g++-linker): Change Change link lines.
9420         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9421         When searching for old variables, go to the end of the buffer and
9422         search backward from there.
9423         (ede-proj-makefile-automake-insert-subdirs)
9424         (ede-proj-makefile-automake-insert-extradist): New methods.
9425         (ede-proj-makefile-create): Use them.
9427         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9428         Force FILE to expand to the current target.  Use file-exists-p to
9429         check that it exists.
9431         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9432         (ede-linux-load): Wrap dir in file-name-as-directory.
9433         Set :version slot.
9435         * cedet/ede/files.el (ede-get-locator-object): When enabling
9436         locate, do so on "top".
9438         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9439         file-name-as-directory during compare.
9440         (ede-emacs-version): Return Emacs/XEmacs differentiator.
9441         Get version number from different places.  Don't call egrep.
9442         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
9443         to set the directory.
9445         * cedet/ede/shell.el: New file.
9447         * cedet/inversion.el (inversion-decoders): Allow for stray . in
9448         alpha/beta variants.
9450 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9452         * international/mule-cmds.el (select-safe-coding-system): If the file
9453         has a coding cookie, use it regardless of any other setting (bug#4712).
9455 2009-10-17  Glenn Morris  <rgm@gnu.org>
9457         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9458         All errors should have messages.
9460         * foldout.el (foldout-mouse-swallow-events):
9461         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9463         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9464         (dired-keep-marker-copy, dired-keep-marker-hardlink)
9465         (dired-keep-marker-symlink, dired-dwim-target)
9466         (dired-copy-preserve-time): Do not autoload these defcustoms.
9468         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
9469         messages from messing up the file coding.  (Bug#4623)
9471 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
9473         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9474         if no match is found for the current dictionary.  (Bug#4578)
9476         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
9477         optional, since that is how it is documented, and this is often called
9478         with a nil argument.  (Bug#4577)
9479         (flyspell-external-point-words, flyspell-auto-correct-word)
9480         (flyspell-correct-word-before-point, flyspell-word-search-forward)
9481         (flyspell-word-search-backward): Remove nil argument in calls to
9482         flyspell-get-word, since it is not needed now.
9484 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
9486         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
9488 2009-10-16  Glenn Morris  <rgm@gnu.org>
9490         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
9492 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
9494         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
9495         (ange-ftp-file-size): New function.
9496         (ange-ftp-file-attributes): Use it.
9498 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
9500         * net/tramp-smb.el (tramp-smb-version): New defvar.
9501         (tramp-smb-maybe-open-connection): Use it, in order to avoid
9502         repeated checks.
9504 2009-10-16  Glenn Morris  <rgm@gnu.org>
9506         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9507         Maybe copy some custom properties from old to new name.  (Bug#4706)
9509 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
9511         * subr.el (error, sit-for, start-process-shell-command)
9512         (start-file-process-shell-command): Set the calling convention
9513         after the function definition.
9515 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9517         * subr.el (error, sit-for, start-process-shell-command)
9518         (start-file-process-shell-command): Use the new
9519         set-advertised-calling-convention feature.
9521 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
9523         * international/ucs-normalize.el (ucs-normalize-version):
9524         Change to 1.2.
9525         (check-range): Adjust for Unicode 5.2.
9527 2009-10-15  Juri Linkov  <juri@jurta.org>
9529         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
9530         to the `menu-item' format.
9532 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
9534         * net/tramp.el (tramp-replace-environment-variables): Do not fail
9535         if the environment variable does not exist.
9537         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9538         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
9539         parameter.
9540         (tramp-smb-handle-add-name-to-file)
9541         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9542         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9543         (tramp-smb-handle-file-attributes)
9544         (tramp-smb-do-file-attributes-with-stat)
9545         (tramp-smb-handle-file-local-copy)
9546         (tramp-smb-handle-insert-directory)
9547         (tramp-smb-handle-make-directory)
9548         (tramp-smb-handle-make-directory-internal)
9549         (tramp-smb-handle-make-symbolic-link)
9550         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
9551         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
9552         (tramp-smb-maybe-open-connection): Apply the changed parameters.
9553         (tramp-smb-read-file-entry): Read Disk names in compressed format.
9554         Handle long file names.
9555         (tramp-smb-get-cifs-capabilities): Check, whether the connection
9556         process is running.
9557         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
9558         Read share names with "-g" option.
9560 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
9562         * net/rcirc.el (rcirc-view-log-file): New command.
9563         (rcirc-track-minor-mode-map): Remove C-c ` binding.
9564         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
9565         specified.
9567 2009-10-15  Glenn Morris  <rgm@gnu.org>
9569         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
9570         from the second command-line argument.
9571         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
9572         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
9573         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
9574         w32-batch-update-autoloads.
9575         * emacs-lisp/autoload.el (autoload-make-program): New variable.
9576         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
9578         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
9579         the headers cannot be located.  Simplify, subtracting superflous
9580         save-excursions.
9582 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9584         Replace completion-base-size by completion-base-position to fix bugs
9585         such as (bug#4699).
9586         * simple.el (completion-base-position): New var.
9587         (completion-base-size): Mark as obsolete.
9588         (choose-completion): Make it work for mouse events as well.
9589         Pass the new base-position to choose-completion-string.
9590         (choose-completion-guess-base-position): New function, extracted from
9591         choose-completion-delete-max-match.
9592         (choose-completion-delete-max-match): Use it.  Make obsolete.
9593         (choose-completion-string): Use the new base-position info.
9594         (completion-root-regexp): Delete.
9595         (completion-setup-function): Preserve completion-base-position.
9596         Eliminate obsolete base-size manipulation.
9597         * minibuffer.el (display-completion-list): Don't mess with base-size.
9598         (minibuffer-completion-help): Set completion-base-position instead.
9599         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
9600         choose-completion.
9601         * textmodes/bibtex.el (bibtex-complete):
9602         * emacs-lisp/crm.el (crm--choose-completion-string):
9603         Adjust to new calling convention.
9604         * complete.el (partial-completion-mode): Use minibufferp to avoid
9605         bumping into incompatible change to choose-completion-string-functions.
9606         * ido.el (ido-choose-completion-string): Make its calling convention
9607         more permissive.
9608         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
9609         base-size manipulation.
9610         (comint-dynamic-list-input-ring): Use dotimes and push.
9611         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
9612         fundamental-mode.  Use `or'.
9614 2009-10-14  Juri Linkov  <juri@jurta.org>
9616         * misearch.el (multi-isearch-next-buffer-from-list)
9617         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
9619 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9621         * Makefile.in (compile-onefile): Load `bytecomp' rather than
9622         `bytecomp.el'.
9624         * minibuffer.el (completion-pcm--merge-completions): Make sure the
9625         string we return is all made up of text from the completions rather
9626         than part from the completions and part from the input (bug#4219).
9628         * ido.el (ido-everywhere): Use define-minor-mode.
9630         * buff-menu.el (list-buffers, ctl-x-map):
9631         Mark the entry points with ;;;###autoload cookies.
9633 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9635         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
9636         correctly in the detached head case.
9637         (vc-git-print-log): Remove unused binding.
9639         * vc.el (vc-responsible-backend): When a directory is passed for
9640         for registration create a VC repository if no backend is
9641         responsible for the directory argument.
9642         (vc-deduce-fileset): Tell vc-responsible-backend to register.
9644         * vc.el: Move comments about RCS and SCCS ...
9645         * vc-rcs.el:
9646         * vc-sccs.el: ... here, respectively.
9648 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9650         * minibuffer.el (completion--file-name-table): Return nil if there's
9651         no file completion, even if substitute-in-file-name changed
9652         the string (bug#4708).
9654 2009-10-13  Juri Linkov  <juri@jurta.org>
9656         * files-x.el (read-file-local-variable-value): Don't filter out
9657         minor modes from mode name completion (bug#4664).
9659 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9661         * international/mule-cmds.el (ucs-names): Remove exclusion of
9662         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
9664 2009-10-13  Kenichi Handa  <handa@m17n.org>
9666         * international/uni-name.el: Regenerated.
9668 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9670         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
9671         should be automatically buffer-local, but isn't.)
9673 2009-10-12  Sam Steingold  <sds@gnu.org>
9675         * progmodes/compile.el (compilation-next-error-function): Fix the
9676         timestamps if the buffer has been visited before.
9677         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
9678         non-anchored patterns, like the perl one (bug#3928).
9680 2009-10-12  Glenn Morris  <rgm@gnu.org>
9682         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
9683         Let-bind `size'.
9685 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
9687         * proced.el (proced-unload-function): New function.
9689         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
9690         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
9691         Doc fix.
9693         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
9695 2009-10-11  Juri Linkov  <juri@jurta.org>
9697         * files-x.el (read-file-local-variable-value):
9698         Provide default value only for bound variables (bug#4664).
9700 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
9702         * net/tramp.el (tramp-local-host-p): Function shall return nil for
9703         connection methods like smb.
9705         * net/tramp-cache.el (tramp-flush-connection-property): The hash
9706         can be empty.
9708         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9709         (tramp-smb-file-name-handler-alist): Add handlers for
9710         `add-name-to-file', `make-symbolic-link'.
9711         (tramp-smb-handle-add-name-to-file)
9712         (tramp-smb-do-file-attributes-with-stat)
9713         (tramp-smb-handle-make-symbolic-link)
9714         (tramp-smb-get-cifs-capabilities): New defuns.
9715         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9716         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9717         (tramp-smb-handle-file-local-copy)
9718         (tramp-smb-handle-make-directory-internal)
9719         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9720         The file name syntax depends on cifs capabilities.
9721         (tramp-smb-handle-file-attributes):
9722         Call `tramp-smb-do-file-attributes-with-stat' if possible.
9723         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
9724         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
9726 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
9728         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
9729         (eieio-defclass): Apply deftype handler and setf-method properties
9730         directly.
9731         (eieio-add-new-slot): Avoid union function from cl library.
9732         (eieio--typep): New function.
9733         (eieio-perform-slot-validation): Use it.
9735 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
9737         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
9738         Update documentation to refer to the variables documented in r1.135.
9739         (Bug#4188)
9741 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
9743         * bookmark.el (Info-suffix-list): Remove this unused variable.
9744         (bookmark-current-point): Remove this obsolete variable.
9745         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
9746         Adjust for removal of bookmark-current-point.
9748         (bookmarks-already-loaded, bookmark-current-buffer)
9749         (bookmark-yank-point): Document.  (Bug#4188)
9751 2009-10-10  Glenn Morris  <rgm@gnu.org>
9753         * frame.el (frame-height): Doc fix.
9755         * calendar/calendar.el (calendar-split-width-threshold): New option.
9756         (calendar-basic-setup): Use calendar-split-width-threshold.
9758 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
9760         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
9761         Use .la for Automake.
9763 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
9765         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
9766         Use "autoreconf -i".  Suggested by Andreas Schwab.
9768 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
9770         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
9771         Ideographic Supplement" range (U+1F200..U+1F2FF).
9773 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9775         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
9776         since the list will have been rebuilt anyway.  (Bug#4349)
9778 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9780         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
9781         (bookmark-bmenu-execute-deletions): Don't save here, as
9782         bookmark-delete will now do so if necessary.
9783         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
9784         (Bug#4348)
9786 2009-10-09  Glenn Morris  <rgm@gnu.org>
9788         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
9790 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9792         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
9793         (bookmark-jump-other-window): Just invoke bookmark-jump with new
9794         argument now, so the two function's behaviors will match.  (Bug#3645)
9796 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
9798         * cedet/ede/proj.el (project-make-dist, project-compile-project):
9799         Fix filename test.
9800         (ede-proj-dist-makefile): Use expand-file-name instead of concat
9801         to expand file names.
9803 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
9805         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
9806         (tramp-file-name-real-host, tramp-file-name-port):
9807         Apply `save-match-data'.
9809         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
9810         case both directories are remote.
9811         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
9812         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
9814 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
9816         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
9817         (ede-proj-target-makefile-objectcode): Use it.
9819         * cedet/ede/source.el (ede-want-any-source-files-p)
9820         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
9821         Return search result.  This error was introduced while merging.
9823 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
9825         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
9827 2009-10-07  Glenn Morris  <rgm@gnu.org>
9829         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
9830         of concat.
9832 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9834         * files-x.el (read-file-local-variable): Include some
9835         non-user-variables in the completion table (bug#4664).
9837 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
9839         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
9840         message.
9842         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9843         (tramp-smb-file-name-handler-alist): Add handler for
9844         `copy-directory', `expand-file-name', `set-file-modes'.
9845         (tramp-smb-handle-copy-directory)
9846         (tramp-smb-handle-expand-file-name)
9847         (tramp-smb-handle-set-file-modes): New defuns.
9848         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
9849         (tramp-smb-handle-file-attributes): Simplify check for retrieving
9850         entry.
9851         (tramp-smb-handle-insert-directory): Don't flush the cache.
9852         (tramp-smb-maybe-open-connection): Check for samba client and
9853         server versions.
9855 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
9857         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
9858         to not error out of search for "^lisp=" fails.
9860 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
9862         * makefile.w32-in (WINS_UPDATES): New macro.
9863         (custom-deps, finder-data, autoloads): Use it.
9865 2009-10-07  Glenn Morris  <rgm@gnu.org>
9867         * Makefile.in (autoloads): Revert previous change.
9868         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
9869         the list of preloaded files passed on the command-line, get
9870         it from src/Makefile.
9872         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
9873         show the original buffer rather than a random one.
9875 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
9877         * help.el (describe-no-warranty): Place point in a slightly better
9878         position in the GPLv3 text.
9880 2009-10-06  Sam Steingold  <sds@gnu.org>
9882         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
9883         the comm attribute is present before calling regexp-quote.
9885 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
9887         * play/animate.el (animate-string): For good effect, make sure
9888         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
9890         * play/animate.el (animate-sequence, animate-birthday-present):
9891         * misc.el (butterfly): Don't set `indent-tabs-mode'.
9893 2009-10-06  Glenn Morris  <rgm@gnu.org>
9895         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
9897         * emacs-lisp/autoload.el (autoload-excludes): New variable.
9898         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
9899         (batch-update-autoloads): Process a string value of autoload-excludes,
9900         set during the build process.
9901         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
9903         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
9904         inside with-parsed...  macro so that `v' is defined.
9906         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
9907         * progmodes/fortran.el (fortran-end-of-block)
9908         (fortran-beginning-of-block):
9909         Also push mark in the macro case.
9911         * emerge.el (emerge-show-file-name):
9912         * calc/calc.el (calc-quit):
9913         * calc/calc-misc.el (calc-big-or-small):
9914         * calc/calc-graph.el (calc-graph-view):
9915         * calc/calc-ext.el (calc-reset):
9916         * calendar/calendar.el (calendar-basic-setup):
9917         Use window-full-height-p.
9919         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
9920         header we don't understand, don't insert another.  (Bug#4624)
9921         If changing mime charset, insert the new one in the right place.
9923 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
9925         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
9926         (cal-tex-cursor-month): Correctly increment the end date for diary and
9927         holiday listing.  (Bug#4626)
9929 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9931         * help-fns.el (describe-function-1): Don't burp if the function is not
9932         a symbol.
9934 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
9936         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
9937         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
9938         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
9939         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
9941         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
9942         (eieio-default-superclass): Reflow docstrings.
9943         (this, class-option-assoc, defclass, eieio-class-un-autoload)
9944         (eieio-unbind-method-implementations, defmethod)
9945         (eieio-validate-slot-value, eieio-validate-class-slot-value)
9946         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
9947         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
9948         (eieio-slot-originating-class-p, eieio-slot-name-index)
9949         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
9950         (constructor, initialize-instance, no-next-method, object-print)
9951         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
9952         Fix typos in docstrings.
9953         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
9954         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
9955         (next-method-p): Doc fixes.
9956         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
9957         Fix typos in error messages.
9958         (eieio-defmethod): Fix typo in description of generic method.
9960         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
9961         (eieio-persistent-save-interactive, slot-missing):
9962         Fix typos in docstrings.
9963         (eieio-instance-inheritor-slot-boundp): Doc fix.
9965         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
9966         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
9968         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
9969         (eieio-custom-object-apply-reset):
9970         Fix typos in docstrings and error messages.
9972         * emacs-lisp/eieio-datadebug.el (data-debug-show):
9973         Fix typo in docstring.
9975         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
9976         (eieio-browse-tree): Doc fix.
9977         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
9978         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
9979         Fix typos in docstrings.
9981         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
9982         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
9983         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
9984         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
9985         Reflow docstrings.
9987 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
9989         * vc-hg.el (log-view-vc-backend): Declare for compiler.
9990         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
9991         Set log-view-vc-backend so that diff can work.
9993         * log-view.el (log-view-diff): Use vc-diff-internal instead of
9994         vc-version-diff.
9995         (vc-diff-internal): Autoload this instead of vc-version-diff.
9997 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
9999         * simple.el (eval-expression): Doc fix.
10001         * progmodes/cwarn.el (cwarn-mode): Doc fix.
10003 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
10005         * files.el (directory-files-no-dot-files-regexp): New defconst.
10006         (delete-directory): Use it.
10007         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
10009         * net/tramp.el (tramp-verbose): Fix docstring.
10010         (tramp-methods): Add recursive option to `tramp-copy-args'.
10011         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
10012         "scp1_old", "scp2_old", "rsync", "rsyncc".
10013         (tramp-default-method): Check also for `auth-source-user-or-password'.
10014         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10015         Add handler for `copy-directory'.
10016         (tramp-handle-copy-directory): New defun.
10017         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
10018         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
10019         Optimize sent command.
10021 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10023         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10024         window if necessary.
10026         * calendar/calendar.el (calendar-basic-setup): Don't call
10027         switch-to-buffer in a dedicated window.
10029 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
10031         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
10032         don't do anything related to relocating, just return nil.
10033         (bookmark-error-no-filename): New error.
10034         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
10035         bookmark has no file.  Don't even attempt to handle things that
10036         are not files; the whole point of custom handlers is to keep that
10037         knowledge elsewhere anyway.  Tighten some comments.
10038         (bookmark-file-or-variation-thereof): Remove now-unused function.
10039         (bookmark-location): Doc string fix.
10040         (Bug#4250)
10042 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10044         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10045         don't use a file dialog, because they usually don't know how to read
10046         a directory target from the user.  (Bug#4230)
10047         Also, make sure the prompt can display directories as well as files.
10049 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10051         * bookmark.el (bookmark-set, bookmark-buffer-name):
10052         Improve doc strings.  (Bug#1193)
10054 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10056         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10057         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10058         (bookmark-get-annotation, bookmark-set-annotation)
10059         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10060         (bookmark-set-position, bookmark-get-front-context-string)
10061         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10062         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10063         (bookmark-jump-other-window, bookmark-handle-bookmark)
10064         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10065         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10066         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10067         Improve doc strings to say whether bookmark can be a string or
10068         a record or both, and make other consistency and clarity fixes.
10069         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10070         (bookmark-default-annotation-text, bookmark-yank-word)
10071         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10072         (bookmark-import-new-list, bookmark-maybe-rename)
10073         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10074         (bookmark-bmenu-bookmark): Give these doc strings.
10075         (bookmark-bmenu-check-position): Give this a doc string, but also
10076         add a FIXME comment about how the function may be pointless.
10077         (bookmark-default-handler): Rework doc string and change a
10078         parameter name, to clarify that this takes a bookmark record
10079         not a bookmark name.
10080         (bookmark-set): Change a parameter name to indicate its meaning,
10081         and improve the doc string a bit.
10082         (Bug#4188)
10084 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10086         * bookmark.el (bookmark-alist): Document the new `handler' element
10087         in the param alist.
10088         (bookmark-make-record-function): Adjust documentation for above.
10089         (Bug#4193)
10091 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10093         * info.el (Info-bookmark-make-record): Document this function.
10094         (Info-bookmark-jump): Document with a doc string, not just a comment.
10095         (Bug#4203)
10097 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10099         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10100         (semantic-new-buffer-fcn): Call parser setup functions here.
10101         (semantic-mode): Don't call parser setup functions here, it's done
10102         in semantic-new-buffer-fcn now.
10103         (semantic-mode): Parse all existing buffers when enabled.
10105         * cedet/srecode/compile.el (srecode-compile-file):
10106         Call semantic-new-buffer-fcn if the buffer has not been parsed.
10108 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10110         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10112         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10113         (proj-comp-insert-variable-once): New macro, renamed from
10114         ede-pmake-insert-variable-once in ede/pmake.edl.
10115         (ede-proj-makefile-insert-variables): Use it.
10117 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
10119         * files.el (copy-directory): New defun.
10121         * dired-aux.el (dired-copy-file-recursive): Use it.
10123 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10125         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10126         (makefile-end-of-command):
10127         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10128         (semantic-end-of-context): Fix previous change.  Doc fixes.
10130 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10132         * files-x.el (modify-dir-local-variable)
10133         (copy-dir-locals-to-file-locals-prop-line):
10134         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10135         (makefile-end-of-command):
10136         * cedet/semantic/lex.el (semantic-lex-token):
10137         * cedet/semantic/analyze/fcn.el
10138         (semantic-analyze-dereference-metatype-1):
10139         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10140         (semantic-lex-cpp-undef):
10141         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10142         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10143         (semantic-end-of-context): Fix typos in docstrings.
10145         * recentf.el (recentf-unload-function): New function.
10147 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10149         * cedet/ede.el (ede-project-placeholder-cache-file):
10150         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10151         * cedet/srecode/map.el (srecode-map-save-file):
10152         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
10154 2009-10-04  Glenn Morris  <rgm@gnu.org>
10156         * window.el (window-full-height-p): Add doc string.
10158 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
10160         * window.el (window-full-height-p): New function.  (Bug#4543)
10162 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
10164         * cedet/srecode/insert.el: Require srecode/args.
10166         * cedet/srecode/args.el: Require srecode/dictionary instead of
10167         srecode/insert.
10169         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10171         * files.el (auto-mode-alist): Add .srt and Project.ede.
10173         * cedet/semantic.el (semantic-mode):
10174         Handle srecode-template-mode-hook as well.
10175         (semantic-mode): Use js-mode-hook for Javascript hook.
10177         * cedet/srecode/template.el: Remove hook variable.
10179         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10181         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10182         projects exist.
10183         (ede-project-placeholder-cache-file): Default to a file in
10184         user-emacs-directory.
10186         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10187         templates in data-directory.
10188         (srecode-map-save-file): Default to a file in user-emacs-directory.
10190         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10191         directory.
10193 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10195         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10196         Doc fix.
10198         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10199         Only insert each variable once.
10201         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10202         (ede-pmake-insert-variable-shared): Use it.
10204         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10205         for lexical table iff table is nil.
10207 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
10209         * vc.el: Remove commented out code.
10210         (vc-derived-from-dir-mode): Remove, unused.
10211         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10213 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
10215         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10216         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
10217         there could be recursive loading when `default-directory' is a
10218         remote file name.  (Bug#4614)
10220 2009-10-03  Glenn Morris  <rgm@gnu.org>
10222         * calendar/calendar.el (calendar-basic-setup): Handle the case where
10223         the frame is wide.
10224         (calendar-generate-window): Test for shrinkability rather than width.
10226         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10227         declaration, currently false.
10229         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10230         reusing existing buffers, in case we happen to visit two files with the
10231         same basename.  (Bug#4593)
10233 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10235         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10236         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10237         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10238         subdirs of cedet as well.
10239         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10241 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10243         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10244         Obey advertised-signature-table.
10246         * help-fns.el (help-function-arglist): Don't check
10247         advertised-signature-table.
10248         (describe-function-1): Do it here instead so it also applies to subrs.
10250 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
10252         * simple.el (start-file-process): Say in the doc-string, that file
10253         handlers might not support pty association, if PROGRAM is nil.
10255         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10256         HOST and USER are strings.  They are nil, when there are
10257         incomplete entries in ~/.netrc, for example.
10258         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
10259         root directory ("device busy" error otherwise).
10261         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10262         Flush file properties of created directory.
10264 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10266         * makefile.w32-in (WINS_BASIC): Remove cedet.
10267         (WINS_CEDET): Add cedet.
10268         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10270 2009-10-02  Kevin Ryde  <user42@zip.com.au>
10272         * net/browse-url.el (browse-url): Pass any symbol in
10273         browse-url-browser-function to `apply', since if you've mistakenly put
10274         an unbound symbol then the error is clearer.  (Bug#4531)
10276 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10278         * allout.el (allout-init, allout-back-to-current-heading)
10279         (allout-beginning-of-current-entry, allout-ascend-to-depth)
10280         (allout-ascend, allout-up-current-level, allout-end-of-level)
10281         (allout-previous-visible-heading, allout-forward-current-level)
10282         (allout-backward-current-level, allout-show-children):
10283         * apropos.el (apropos-describe-plist):
10284         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10285         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10286         * completion.el (add-completion, add-permanent-completion):
10287         * descr-text.el (describe-text-category, describe-char):
10288         * desktop.el (desktop-lazy-abort):
10289         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10290         * dired.el (dired-build-subdir-alist):
10291         * ediff.el (ediff-version):
10292         * elide-head.el (elide-head, elide-head-show):
10293         * emerge.el (emerge-version):
10294         * env.el (getenv):
10295         * face-remap.el (variable-pitch-mode):
10296         * faces.el (describe-face):
10297         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10298         (dired-at-point):
10299         * files.el (find-file-existing, auto-save-mode):
10300         * font-lock.el (font-lock-fontify-buffer):
10301         * help-fns.el (describe-function, describe-variable)
10302         (describe-syntax, describe-categories):
10303         * help.el (view-lossage, describe-bindings, describe-key)
10304         (describe-mode):
10305         * hexl.el (hexl-current-address):
10306         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10307         * info.el (Info-goto-emacs-key-command-node):
10308         * log-edit.el (log-edit-insert-cvs-template)
10309         (log-edit-insert-cvs-rcstemplate):
10310         * menu-bar.el (menu-bar-mode):
10311         * mouse.el (mouse-appearance-menu):
10312         * newcomment.el (comment-indent-new-line):
10313         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10314         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10315         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10316         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10317         * recentf.el (recentf-mode):
10318         * savehist.el (savehist-mode, savehist-save):
10319         * shadowfile.el (shadow-copy-files):
10320         * simple.el (kill-ring-save, next-line, previous-line)
10321         (normal-erase-is-backspace-mode):
10322         * strokes.el (strokes-update-window-configuration)
10323         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10324         (strokes-xpm-for-stroke):
10325         * time.el (emacs-uptime, emacs-init-time):
10326         * tutorial.el (tutorial--describe-nonstandard-key)
10327         (tutorial--detailed-help):
10328         * type-break.el (type-break-mode)
10329         (type-break-mode-line-message-mode, type-break-query-mode)
10330         (type-break-guesstimate-keystroke-threshold):
10331         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10332         * version.el (emacs-version):
10333         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10334         * winner.el (winner-mode):
10335         * calendar/timeclock.el (timeclock-in, timeclock-out)
10336         (timeclock-status-string, timeclock-change)
10337         (timeclock-workday-remaining-string)
10338         (timeclock-workday-elapsed-string)
10339         (timeclock-when-to-leave-string):
10340         * calendar/todo-mode.el (todo-add-category):
10341         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10342         * emacs-lisp/autoload.el (update-file-autoloads):
10343         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10344         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10345         (checkdoc-message-text, checkdoc-defun):
10346         * emacs-lisp/debug.el (debugger-list-functions):
10347         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10348         * emacs-lisp/eieio-opt.el (eieio-describe-class)
10349         (eieio-describe-generic):
10350         * emacs-lisp/lisp-mnt.el (lm-synopsis):
10351         * emacs-lisp/shadow.el (list-load-path-shadows):
10352         * emulation/cua-base.el (cua-mode):
10353         * emulation/edt.el (edt-set-scroll-margins):
10354         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10355         (tpu-toggle-regexp, tpu-toggle-search-direction)
10356         (tpu-toggle-rectangle, tpu-toggle-control-keys):
10357         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10358         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10359         (viper-set-parsing-style-toggling-macro)
10360         (viper-set-emacs-state-searchstyle-macros):
10361         * emulation/viper.el (viper-set-hooks):
10362         * eshell/esh-mode.el (eshell-truncate-buffer):
10363         * international/mule-cmds.el (prefer-coding-system)
10364         (describe-input-method, describe-language-environment):
10365         * international/mule-diag.el (list-character-sets)
10366         (describe-character-set, describe-coding-system)
10367         (describe-fontset, list-fontsets, list-input-methods):
10368         * mail/sendmail.el (mail-signature):
10369         * net/ange-ftp.el (ange-ftp-copy-file):
10370         * net/browse-url.el (browse-url):
10371         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10372         * net/quickurl.el (quickurl-add-url):
10373         * net/rcirc.el (names, topic):
10374         * net/xesam.el (xesam-mode):
10375         * play/5x5.el (5x5-new-game):
10376         * play/yow.el (apropos-zippy):
10377         * progmodes/ada-mode.el (ada-mode-version):
10378         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10379         (f90-end-of-block)
10380         (f90-beginning-of-block):
10381         * progmodes/fortran.el (fortran-end-of-block)
10382         (fortran-beginning-of-block):
10383         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10384         * progmodes/python.el (python-describe-symbol, python-shell):
10385         * term/ns-win.el (ns-print-buffer):
10386         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10387         * textmodes/flyspell.el (flyspell-mode-on):
10388         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10389         (pages-directory-for-addresses):
10390         * textmodes/table.el (table-recognize-cell)
10391         (table-query-dimension, table-generate-source)
10392         (table-insert-sequence, table--warn-incompatibility):
10393         * textmodes/tex-mode.el (tex-validate-buffer):
10394         * textmodes/texinfmt.el (texinfmt-version)
10395         (texinfo-format-buffer):
10396         Use `called-interactively-p' instead of `interactive-p'.
10398 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10400         * image-mode.el (image-toggle-display):
10401         * emacs-lisp/elp.el (elp-instrument-function):
10402         * emacs-lisp/advice.el (ad-make-advised-definition):
10403         * emacs-lisp/easy-mmode.el (define-minor-mode):
10404         * net/browse-url.el (browse-url-maybe-new-window):
10405         * progmodes/sh-script.el (sh-learn-buffer-indent):
10406         Pass new argument 'any to `called-interactively-p'.
10408 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10410         * international/uni-bidi.el:
10411         * international/uni-category.el:
10412         * international/uni-combining.el:
10413         * international/uni-comment.el:
10414         * international/uni-decimal.el:
10415         * international/uni-decomposition.el:
10416         * international/uni-digit.el:
10417         * international/uni-lowercase.el:
10418         * international/uni-mirrored.el:
10419         * international/uni-name.el:
10420         * international/uni-numeric.el:
10421         * international/uni-old-name.el:
10422         * international/uni-titlecase.el:
10423         * international/uni-uppercase.el:
10424         Regenerate from Unicode 5.2.0 data.
10426 2009-10-01  Glenn Morris  <rgm@gnu.org>
10428         * Makefile.in (ELCFILES): Regenerate.
10430 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10432         * subr.el (interactive-p): Mark obsolete.
10433         (called-interactively-p): Make the optional-ness of `kind' obsolete.
10434         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10435         advertised-signature-table for subroutines as well.
10437         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10438         (set-advertised-calling-convention): New function.
10439         (make-obsolete, define-obsolete-function-alias)
10440         (make-obsolete-variable, define-obsolete-variable-alias):
10441         Make the optional-ness of `when' obsolete.
10442         (define-obsolete-face-alias): Make `when' non-optional.
10443         * help-fns.el (help-function-arglist):
10444         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10445         Use advertised-signature-table.
10447 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
10449         * files.el (delete-directory): New defun.  The original function
10450         in fileio.c has been renamed to `delete-directory-internal'.
10452         * dired.el (dired-delete-file): Call `delete-directory' with
10453         RECURSIVE parameter.
10455         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10456         parameter RECURSIVE.  Implementation is missing.
10458         * net/tramp.el (tramp-handle-make-directory): Flush upper
10459         directory's file properties.
10460         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10461         (tramp-handle-dired-recursive-delete-directory): Flush directory
10462         properties after the remove command only.
10464         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10465         Handle optional parameter RECURSIVE.
10467         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
10468         Handle optional parameter RECURSIVE.
10470         * net/tramp-smb.el (tramp-smb-errors): Add error message for
10471         connection timeout.
10472         (tramp-smb-handle-delete-directory): Handle optional parameter
10473         RECURSIVE.
10475 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10477         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
10478         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
10479         (byte-compile-defmacro): Use backquotes.
10481         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
10483         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
10484         has no associated file.
10485         (vc-resynch-buffer): Use vc-dir-buffers.
10487 2009-10-01  Glenn Morris  <rgm@gnu.org>
10489         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
10490         (chart-file-count):
10491         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
10492         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
10493         * emacs-lisp/eieio-opt.el (eieio-describe-class):
10494         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
10495         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
10496         (eieio-copy-parents-into-subclass, make-instance, class-children)
10497         (eieio-generic-form):
10498         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
10499         * cedet/cedet-idutils.el (cedet-idutils-search)
10500         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
10501         (cedet-idutils-version-check):
10502         * cedet/cedet.el (cedet-version):
10503         * cedet/data-debug.el (data-debug-insert-overlay-button)
10504         (data-debug-insert-overlay-list-button)
10505         (data-debug-insert-buffer-button)
10506         (data-debug-insert-buffer-list-button)
10507         (data-debug-insert-process-button, data-debug-insert-ring-button)
10508         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
10509         (data-debug-insert-stuff-vector-button)
10510         (data-debug-insert-symbol-button, data-debug-insert-string)
10511         (data-debug-insert-number, data-debug-insert-lambda-expression)
10512         (data-debug-insert-nil, data-debug-insert-simple-thing)
10513         (data-debug-insert-custom, data-debug-edebug-expr):
10514         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
10515         (global-ede-mode-map, ede-new, ede-debug-target)
10516         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
10517         * cedet/semantic.el (semantic-minimum-working-buffer-size)
10518         (semantic-fetch-tags, semantic-submode-list)
10519         (semantic-default-submodes):
10520         * cedet/ede/source.el (ede-source-match):
10521         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
10522         (project-am-package-info):
10523         * cedet/ede/proj.el (ede-proj-target, project-new-target):
10524         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
10525         * cedet/ede/proj-comp.el (ede-current-build-list):
10526         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
10527         * cedet/ede/files.el (ede-toplevel-project-or-nil):
10528         * cedet/ede/cpp-root.el (initialize-instance):
10529         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
10530         (autoconf-parameter-strip, autoconf-insert-new-macro):
10531         * cedet/semantic/wisent.el (wisent-lex-eoi):
10532         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
10533         (semantic-show-parser-state-mode):
10534         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
10535         * cedet/semantic/tag.el (semantic-tag-new-variable)
10536         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
10537         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
10538         (semantic--tag-deep-copy-tag-list)
10539         (semantic-tag-components-with-overlays-default):
10540         * cedet/semantic/symref.el (semantic-symref-find-text):
10541         * cedet/semantic/senator.el (senator-yank-tag)
10542         (senator-transpose-tags-up):
10543         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
10544         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
10545         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
10546         * cedet/semantic/lex.el (semantic-lex-comment-regex)
10547         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
10548         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
10549         * cedet/semantic/lex-spp.el
10550         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
10551         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
10552         * cedet/semantic/idle.el
10553         (semantic-idle-summary-current-symbol-info-brutish)
10554         (semantic-idle-summary-current-symbol-info-default):
10555         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
10556         (semantic--grammar-macro-compl-dict):
10557         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
10558         * cedet/semantic/format.el (semantic-format-tag-custom-list)
10559         (semantic-format-tag-canonical-name-default):
10560         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
10561         (semantic-find-tags-for-completion)
10562         (semantic-find-tags-by-scope-protection-default)
10563         (semantic-deep-find-tags-for-completion):
10564         * cedet/semantic/edit.el
10565         (semantic-edits-incremental-reparse-failed-hook)
10566         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
10567         (semantic-edits-splice-remove, semantic-edits-splice-replace):
10568         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
10569         * cedet/semantic/dep.el (semantic-dependency-include-path):
10570         * cedet/semantic/db.el (semanticdb-default-find-index-class)
10571         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
10572         (semanticdb-project-roots):
10573         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
10574         (semanticdb-find-adebug-insert-scanned-tag-cons)
10575         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
10576         (semanticdb-brute-deep-find-tags-for-completion):
10577         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
10578         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
10579         (semantic-end-of-context-default)
10580         (semantic-ctxt-current-function-default)
10581         (semantic-ctxt-scoped-types-default):
10582         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
10583         (semantic-complete-inline-tag-engine)
10584         (semantic-complete-inline-custom-type)
10585         (semantic-complete-read-tag-analyzer):
10586         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
10587         (semantic-chart-database-size):
10588         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
10589         (semantic-analyze-current-context):
10590         * cedet/semantic/symref/list.el (semantic-symref)
10591         (semantic-symref-hide-buffer, semantic-symref-symbol):
10592         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
10593         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
10594         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
10595         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
10596         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
10597         (semantic-c-dereference-template):
10598         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
10599         (semantic--analyze-refs-full-lookup-with-parents)
10600         (semantic--analyze-refs-full-lookup-simple):
10601         * cedet/semantic/analyze/complete.el
10602         (semantic-analyze-possible-completions):
10603         * cedet/srecode/table.el (srecode-mode-table-new):
10604         * cedet/srecode/srt.el (srecode-read-variable-name):
10605         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
10606         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
10607         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
10608         * cedet/srecode/map.el (srecode-current-map):
10609         * cedet/srecode/insert.el (srecode-insert)
10610         (srecode-insert-variable-secondname-handler, srecode-insert-method)
10611         (srecode-template-inserter-point-override)
10612         (srecode-insert-include-lookup):
10613         * cedet/srecode/getset.el (srecode-auto-choose-class):
10614         * cedet/srecode/extract.el (srecode-inserter-extract):
10615         * cedet/srecode/document.el
10616         (srecode-document-autocomment-return-last-alist)
10617         (srecode-document-autocomment-param-type-alist)
10618         (srecode-document-insert-function-comment)
10619         (srecode-document-insert-variable-one-line-comment)
10620         (srecode-document-function-name-comment):
10621         * cedet/srecode/dictionary.el (srecode-create-dictionary)
10622         (srecode-compound-toString):
10623         * cedet/srecode/compile.el (srecode-flush-active-templates):
10624         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
10625         Doc/message fixes.
10627         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
10628         match-data.  (Bug#4555).
10630         * cedet/semantic/bovine/gcc.el
10631         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
10632         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
10634         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
10635         rather than parsing it as a regexp.  This relaxes the layout
10636         requirements and makes errors easier to detect.
10637         (check-declare-verify): Check file is regular.
10638         (check-declare-directory): Doc fix.
10639         * subr.el (declare-function): Doc fix.
10641         * ibuffer.el (ibuffer-format-qualifier):
10642         * isearch.el (hi-lock-regexp-okay):
10643         * calc/calc.el (math-zerop):
10644         * mail/uce.el (rmail-msgbeg, rmail-msgend):
10645         * term/w32-win.el (setup-default-fontset, set-fontset-font):
10646         Remove unused declarations.
10648 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10650         * cedet/semantic/wisent/javat-wy.el
10651         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
10653 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
10655         * cedet/srecode/expandproto.el: Fix provide statement.
10657 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10659         * emacs-lisp/eieio.el (boolean-p): Delete.
10661 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
10663         * cedet/ede/srecode.el: Fix provide statement.
10665 2009-09-30  Glenn Morris  <rgm@gnu.org>
10667         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
10668         * cedet/ede/proj-aux.el (ede-aux-source):
10669         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
10670         (ede-misc-source):
10671         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
10672         (semantic-mrub-switch-tags): Fix doc typos.
10674         * cedet/semantic/db-global.el (data-debug-new-buffer)
10675         (data-debug-insert-thing): Remove unneeded declarations (one broken).
10676         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
10678         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
10680         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
10681         use of CL function `remove-if-not'.
10683         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
10685         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
10686         filename is not a string.
10688 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
10690         * files.el (safe-local-eval-forms): Fix typo.
10692 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10694         * vc-hooks.el (vc-dir-buffers): New var.
10695         (vc-state-refresh): New function.
10696         (vc-state): Use it.
10697         (vc-after-save): Always ask the backend to recompute the new state.
10698         Always call vc-dir if necessary, using vc-dir-buffers.
10699         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
10700         Use vc-dir-buffers.
10701         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
10702         (vc-dir-prepare-status-buffer, vc-dir-update)
10703         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
10704         Don't call expand-file-name on default-directory.
10706 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10708         * speedbar.el (speedbar-item-delete):
10709         * calc/calc-prog.el (calc-kbd-if):
10710         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
10712         * epa.el (epa-key-list-mode-map):
10713         * hi-lock.el (hi-lock-menu): Fix typos in menus.
10715         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
10716         (hs-show-hook): Fix typo in docstring.
10718 2009-09-29  Glenn Morris  <rgm@gnu.org>
10720         * cedet/semantic/symref/idutils.el:
10721         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
10723         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
10725         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
10726         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
10727         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
10728         Mark declarations not understood by check-declare.
10730         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
10731         file-name-nondirectory call preventing location of cedet files.
10732         (check-declare-verify): Use literal search rather than re-search.
10733         Add basic defmethod and defclass, and define-overloadable-function.
10735         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10736         Use tramp-compat-file-attributes rather than nonexistent
10737         tramp-compat-handle-file-attributes.
10739         * Makefile.in (lisptagsfiles4): New.
10740         (AUTOGENEL): Add cedet loaddefs files.
10741         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
10742         (update-elclist, compile-always, backup-compiled-files)
10743         (bootstrap-clean): Add yet another directory level.
10744         (update-elclist): Use LC_COLLATE rather than COLLATE.
10745         (ELCFILES): Update, via `make update-elclist'.
10747 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10749         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
10750         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
10751         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
10753 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
10755         * Makefile.in (lisptagsfiles3): Define.
10756         (TAGS, TAGS-LISP): Use it.
10757         (update-elclist): Add third directory level to look for elc files.
10758         (compile-always): Likewise.
10759         (backup-compiled-files): Likewise.
10760         (bootstrap-clean): Likewise.
10761         (ELCFILES): Update.
10763 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
10765         * Makefile.in (ELCFILES): Add CEDET files.
10767 2009-09-28  Eric Ludlam  <zappo@gnu.org>
10769         CEDET (development tools) package merged.
10771         * cedet/*.el:
10772         * cedet/ede/*.el:
10773         * cedet/semantic/*.el:
10774         * cedet/srecode/*.el: New files.
10776 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
10778         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
10780         * net/tramp.el (top): Require tramp-imap.
10782         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10783         Use `tramp-compat-handle-file-attributes'.
10785 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10787         * net/tramp-imap.el: New package.
10789 2009-09-28  Eric Ludlam  <zappo@gnu.org>
10791         * emacs-lisp/chart.el:
10792         * emacs-lisp/eieio-base.el:
10793         * emacs-lisp/eieio-comp.el:
10794         * emacs-lisp/eieio-custom.el:
10795         * emacs-lisp/eieio-datadebug.el:
10796         * emacs-lisp/eieio-opt.el:
10797         * emacs-lisp/eieio-speedbar.el:
10798         * emacs-lisp/eieio.el: New files.
10800         * cedet/cedet-cscope.el:
10801         * cedet/cedet-files.el:
10802         * cedet/cedet-global.el:
10803         * cedet/cedet-idutils.el:
10804         * cedet/data-debug.el:
10805         * cedet/inversion.el:
10806         * cedet/mode-local.el:
10807         * cedet/pulse.el: New files.
10809 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10811         * whitespace.el (whitespace-trailing-regexp)
10812         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
10813         Fix doc string.
10815 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
10817         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
10818         menu.
10820         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
10821         menu-bar-ediff-menu.
10823         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
10824         define-overloadable-function.
10826         * progmodes/autoconf.el: Provide autoconf as well, so that this
10827         file can be `require'd.
10829         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
10831         * emacs-lisp/autoload.el (generated-autoload-feature)
10832         (generated-autoload-load-name): New vars.
10833         (autoload-rubric, autoload-generate-file-autoloads): Use them.
10834         (make-autoload): Recognize define-overloadable-function and
10835         defclass forms (for EIEIO).
10837         * Makefile.in (update-subdirs): Exclude cedet directory.
10839 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
10841         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
10843         * faces.el: Default light-background background for region face to
10844         ns_selection_color under NS.
10846 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10848         * net/imap-hash.el: New library, see NEWS.
10850         * Makefile.in (ELCFILES): Add imap-hash.el.
10852 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10854         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
10855         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
10856         * help-macro.el (make-help-screen): Avoid using an ambiguous function
10857         definition where the docstring could be taken for the return value.
10859 2009-09-26  Glenn Morris  <rgm@gnu.org>
10861         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
10862         Add option to only show images below a certain size.
10863         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
10864         save-excursion calls.
10866 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
10868         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
10869         subdirectories) and eieio.
10871 2009-09-26  Alan Mackenzie  <acm@muc.de>
10873         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
10874         buggy bracketing.  (Bug#4289)
10876         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
10877         character constants (as case labels).  (Bug#4289)
10879 2009-09-25  Juri Linkov  <juri@jurta.org>
10881         * files.el (safe-local-eval-forms): Allow time-stamp in
10882         before-save-hook (Bug#4554).
10884 2009-09-25  Drew Adams  <drew.adams@oracle.com>
10886         * menu-bar.el (list-buffers-directory): Doc fix.
10888 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10890         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
10891         Try and avoid copying twice the same paragraph.
10892         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
10893         Remove save-excursion.
10894         (log-edit-changelog-entry): Do it here instead.
10896 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
10898         * bs.el (bs--get-file-name): Use `list-buffers-directory'
10899         when available, instead of hardcoding mode names.  Doc fix.
10901         * menu-bar.el (list-buffers-directory): Add docstring.
10902         Make automatically buffer-local.
10904         * dired.el (dired-mode):
10905         * files.el (cd-absolute):
10906         * pcvs.el (cvs-temp-buffer):
10907         * pcvs-util.el (cvs-get-buffer-create):
10908         * shell.el (shell-mode):
10909         * vc-dir.el (vc-dir-mode):
10910         Don't make `list-buffers-directory' buffer local.
10912 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
10914         * comint.el (comint-exec, comint-run, make-comint):
10915         Doc fixes (Bug#4542).
10917 2009-09-25  Glenn Morris  <rgm@gnu.org>
10919         * mail/rmailmm.el (rmail-mime): New custom group.
10920         Move all defcustoms in this file into this group.
10921         (rmail-mime-media-type-handlers-alist): Revert previous change.
10922         (rmail-mime-show-images): New option.
10923         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
10924         references to it, since it wasn't actually used for anything.
10925         (rmail-mime-insert-image): New function.
10926         (rmail-mime-image): Use rmail-mime-insert-image.
10927         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
10928         obey the value of `rmail-mime-show-images' option.  Print the size of
10929         attachments.
10931 2009-09-25  David Engster  <deng@randomsample.de>
10933         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
10935 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10937         * whitespace.el: Does not highlight trailing spaces While point is
10938         at end of line.  Does not highligt spaces at beginning of buffer
10939         while point is at beginning of buffer.  Does not highlight spaces
10940         at end of buffer while point is at end of buffer.  (Bug#4177)
10941         New version 12.0.
10942         (whitespace-display-mappings): Adjust initialization.
10943         (whitespace-point, whitespace-font-lock-refontify): New vars.
10944         (whitespace-color-on, whitespace-color-off): Adjust code.
10945         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10946         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
10947         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
10949 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
10951         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
10953         * textmodes/sgml-mode.el: Remove xml-mode alias.
10955         * files.el (auto-mode-alist, conf-mode-maybe)
10956         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
10958 2009-09-24  Alan Mackenzie  <acm@muc.de>
10960         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
10961         c-forward-conditionals, but it doesn't move point and doesn't set
10962         the mark.
10963         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
10964         (c-down-conditional-with-else, c-backward-conditional)
10965         (c-forward-conditional): Refactor to use c-scan-conditionals.
10967 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10969         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
10970         (help-default-arg-highlight): Remove.
10971         (help-highlight-arg): New function.
10972         (help-do-arg-highlight): Use it.
10973         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
10975 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10977         * term.el (term-set-scroll-region, term-handle-ansi-escape):
10978         Undo last change, which didn't fix the problem and introduced others.
10980 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
10982         * progmodes/gdb-mi.el: Don't require speedbar.
10983         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
10985 2009-09-24  Glenn Morris  <rgm@gnu.org>
10987         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
10989         * term/ns-win.el (ns-reg-to-script): Define for compiler.
10991         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
10992         there is no newline after the final mime boundary.  (Bug#4539)
10993         Move markers on insertion so that any buttons inserted don't end up in
10994         the next part of a multipart message.
10995         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
10996         (rmail-mime-bulk-handler): Optionally handle images.
10997         (rmail-mime-image): New button action.
10998         (rmail-mime-image-handler): New function.
10999         (rmail-mime-mode): New mode.
11000         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
11002 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11004         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11005         than just dropping elements from it (bug#4504).
11007         * term.el (term-set-scroll-region): Don't move cursor any more.
11008         (term-handle-ansi-escape): Call term-goto here instead.
11009         Suggested by Ivan Kanis <apple@kanis.eu>.
11011         * term.el: Require CL.
11012         (term-ansi-reset): New function.
11013         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
11014         (term-handle-colors-array): Simplify.
11016 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11018         * allout.el (allout-overlay-interior-modification-handler)
11019         (allout-obtain-passphrase):
11020         * epa-file.el (epa-file-write-region):
11021         * ps-print.el (ps-begin-job):
11022         * vc-hooks.el (vc-toggle-read-only):
11023         * vc-rcs.el (vc-rcs-rollback):
11024         * vc-sccs.el (vc-sccs-rollback):
11025         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11026         (vc-version-diff, vc-revert, vc-rollback):
11027         * wdired.el (wdired-check-kill-buffer):
11028         * emacs-lisp/authors.el (authors):
11029         * net/socks.el (socks-open-connection):
11030         * net/zeroconf.el (zeroconf-service-add-hook):
11031         * obsolete/vc-mcvs.el (vc-mcvs-register):
11032         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11033         (gdb-select-frame):
11034         * progmodes/grep.el (lgrep, rgrep):
11035         * progmodes/idlw-help.el (idlwave-help-check-locations)
11036         (idlwave-help-html-link, idlwave-help-assistant-open-link):
11037         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11038         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11039         (reftex-toc-rename-label): Fix typos in error messages.
11041         * dired-aux.el (dired-do-shell-command): Reflow docstring.
11042         (dired-copy-how-to-fn): Doc fix.
11043         (dired-files-attributes, dired-read-shell-command):
11044         Fix typos in docstrings.
11046         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11047         (dired-x-find-file-other-window): Reflow docstrings.
11048         (dired-omit-marker-char, dired-read-shell-command)
11049         (dired-x-submit-report): Fix typos in docstrings.
11051         * shell.el (shell-mode-hook):
11052         * view.el (View-scroll-line-forward):
11053         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11054         Fix typos in docstrings.
11056         * net/dig.el (dig-invoke): Fix typo in docstring.
11057         (query-dig): Reflow docstring.
11059         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11060         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11061         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11062         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11063         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11064         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11065         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11066         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11067         (idlwave-completion-map, idlwave-current-indent)
11068         (idlwave-custom-ampersand-surround, idlwave-customize)
11069         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11070         (idlwave-define-abbrev, idlwave-determine-class-special)
11071         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11072         (idlwave-end-block-reg, idlwave-end-of-statement)
11073         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11074         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11075         (idlwave-explicit-class-listed, idlwave-file-header)
11076         (idlwave-fill-paragraph, idlwave-find-class-definition)
11077         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11078         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11079         (idlwave-in-quote, idlwave-indent-action-table)
11080         (idlwave-indent-expand-table, idlwave-indent-line)
11081         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11082         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11083         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11084         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11085         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11086         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11087         (idlwave-outlawed-buffers, idlwave-popup-select)
11088         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11089         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11090         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11091         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11092         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11093         (idlwave-statement-type, idlwave-struct-skip)
11094         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11095         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11096         (idlwave-what-module-find-class): Fix typos in docstrings.
11097         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11098         (idlwave-calculate-cont-indent, idlwave-expand-equal)
11099         (idlwave-find-module, idlwave-find-structure-definition)
11100         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11101         (idlwave-list-load-path-shadows, idlwave-next-statement)
11102         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11103         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11104         (idlwave-template): Reflow docstrings.
11106         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11107         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11108         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11109         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11110         (idlwave-shell-display-line, idlwave-shell-display-wframe)
11111         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11112         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11113         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11114         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11115         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11116         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11117         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11118         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11119         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11120         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11121         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11122         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11123         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11124         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11125         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11126         Fix typos in docstrings.
11127         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11128         (idlwave-shell-hide-output, idlwave-shell-mode)
11129         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11130         Reflow docstrings.
11132         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11134 2009-09-24  Ivan Kanis  <apple@kanis.eu>
11136         * term.el (term-bold-attribute): New var.
11137         (term-handle-colors-array): Use it.
11139 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
11141         * progmodes/gdb-mi.el (gdb-version): New variable.
11142         (gdb-non-stop-handler): Set gdb-version.
11143         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11144         Condition "--thread" option on gdb-version.
11145         (gdb-invalidate-threads): Remove unused argument.
11147 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11149         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11150         to looking-back to avoid ridiculous slow down in large files (bug#4511).
11152 2009-09-23  Glenn Morris  <rgm@gnu.org>
11154         * mail/rmail.el (rmail-reply): Don't try to add a References header when
11155         replying to mail without References or Message-Id.  (Bug#4525)
11157 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
11159         * term/ns-win.el (ns-reg-to-script): New variable.
11161 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
11163         * epg.el (epg-wait-for-status): Preserve existing 'error results.
11165 2009-09-22  Sam Steingold  <sds@gnu.org>
11167         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11168         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11169         to 1 because hg returns status 1 when nothing is found.
11170         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11172 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11174         * textmodes/fill.el: Convert to utf-8 encoding.
11175         (fill-french-nobreak-p): Remove redundant » and « inherited from our
11176         pre-Unicode days.
11178         * add-log.el (change-log-fill-forward-paragraph): New function.
11179         (change-log-mode): Use it so fill-region DTRT.
11180         Set fill-indent-according-to-mode here rather than in
11181         change-log-fill-paragraph.
11182         (change-log-fill-paragraph): Remove.
11184 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
11186         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11187         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
11189 2009-09-22  Glenn Morris  <rgm@gnu.org>
11191         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11192         the scroll-bar scroll the calendar window rather than the buffer.
11194         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11195         commands that move point (as opposed to scrolling).
11197         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11199         * emacs-lisp/elint.el (elint): New custom group.
11200         (elint-log-buffer): Make it a defcustom.
11201         (elint-scan-preloaded, elint-ignored-warnings)
11202         (elint-directory-skip-re): New options.
11203         (elint-builtin-variables): Doc fix.
11204         (elint-preloaded-env): New variable.
11205         (elint-unknown-builtin-args): Add an entry for encode-time.
11206         (elint-extra-errors): Make it a variable rather than a constant.
11207         (elint-preloaded-skip-re): New constant.
11208         (elint-directory): Skip files matching elint-directory-skip-re.
11209         (elint-features): New variable, local to linted buffers.
11210         (elint-update-env): Initialize elint-features.  Possibly add
11211         elint-preloaded-env to the buffer's environment.
11212         (elint-get-top-forms): Bind elint-current-pos, for log messages.
11213         Skip quoted forms.
11214         (elint-init-form): New function, extracted from elint-init-env.
11215         Make non-list forms a warning rather than an error.
11216         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
11217         easy-menu-define, put that adds an error-condition, and provide.
11218         When requiring cl, also require cl-macs.  Really require cl, to handle
11219         some cl macros.  Store required libraries in the list elint-features,
11220         so as not to re-load them.  Treat cc-require like require.
11221         (elint-init-env): Call elint-init-form to do the work.
11222         Handle eval-and-compile and such like.
11223         (elint-add-required-env): Do not clear messages.
11224         (elint-special-forms): Add handlers for function, defalias, if, when,
11225         unless, and, or.
11226         (elint-form): Add optional argument to ignore elint-special-forms,
11227         useful to prevent recursive calls from handlers.  Doc fix.
11228         Respect elint-ignored-warnings.
11229         (elint-form): Respect elint-ignored-warnings.
11230         (elint-bound-variable, elint-bound-function): New variables.
11231         (elint-unbound-variable): Respect elint-bound-variable.
11232         (elint-get-args): Respect elint-bound-function.
11233         (elint-check-cond-form): Add some simple handling for (f)boundp and
11234         featurep tests.
11235         (elint-check-defalias-form): New handler.
11236         (elint-check-let-form): Make an empty let a warning rather than an
11237         error.
11238         (elint-check-setq-form): Make an empty setq a warning rather than an
11239         error.  Respect elint-ignored-warnings.
11240         (elint-check-defvar-form): Accept null doc-strings.
11241         (elint-check-conditional-form): New handler.  Does some simple-minded
11242         checking of featurep and (f)boundp tests.
11243         (elint-put-function-args): New function.
11244         (elint-initialize): Use elint-scan-doc-file rather than
11245         elint-find-builtin-variables.  Use elint-put-function-args.
11246         Possibly scan preloaded-file-list.
11247         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11248         extend to handle functions as well.
11250 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
11252         * linum.el (linum-delete-overlays, linum-update-window):
11253         Do not modify the right margin.  (Bug#3971)
11255 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
11257         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11258         nxml-mode instead of xml-mode.
11260 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11262         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
11264 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11266         * net/dig.el (dig-mode): Use define-derived-mode.
11268 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
11270         * vc-dispatcher.el (vc-do-command): Return the process object in
11271         the asynchronous case.  Use when instead of if.  Do not run
11272         vc-exec-after to display a message if not enabled.  (Bug#4463)
11274         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11275         properties to the stash strings.
11276         (vc-git-stash-list): Return a list of strings.
11277         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11278         (vc-git-stash-show-at-point): New functions.
11279         (vc-git-stash-map): New keymap.
11281         * register.el (ctl-x-r-map): Define the keys here instead of
11282         using autoload.
11284 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
11286         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11287         list, to workaround performance problem (bug#4485).
11289 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
11291         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11293 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
11295         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11296         Document that this option is not recommended to use.
11298 2009-09-19  Glenn Morris  <rgm@gnu.org>
11300         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11301         variable `var'.
11303         * calc/calc-alg.el (var):
11304         * calc/calcalg2.el (var): Define for compiler.
11306 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
11308         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11309         Doc fix (Bug#3932).
11311         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11313         * time-stamp.el (time-stamp-month-dd-yyyy)
11314         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11315         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11316         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11317         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11318         Remove functions that have been obsolete since 1995 (Bug#4436).
11320         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11321         indent buffer only if called interactively (Bug#4452).
11323 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
11324             Eli Zaretskii  <eliz@gnu.org>
11326         This fixes bug#4197 (merged to bug#865, though not identical).
11327         * server.el (server-auth-dir): Add docstring note about FAT32.
11328         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11329         but warn against using them.
11331 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
11333         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11334         older GDB where there is no has_more field.
11336 2009-09-19  Glenn Morris  <rgm@gnu.org>
11338         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11340 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
11342         * files.el (auto-mode-alist): Change default for XML files to nXML
11343         mode (Bug#4169).
11345 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
11347         * server.el (server-ensure-safe-dir): Pass 'integer
11348         to `file-attributes', as suggested.
11350 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11352         * dired-aux.el (dired-query-alist): Remove spurious backslash.
11353         (dired-query): Use read-key.
11355 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
11357         * cus-start.el (ns-use-qd-smoothing): Remove.
11359 2009-09-18  Glenn Morris  <rgm@gnu.org>
11361         * allout.el (top-level): Remove unnecessary progn.
11363         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11365         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11366         definition of abbrev table.
11368         * speedbar.el (speedbar-track-mouse):
11369         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11370         * net/eudc.el (eudc-expand-inline):
11371         * net/newst-backend.el (newsticker--cache-read-feed):
11372         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11373         condition-case handlers.
11375 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
11377         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11378         (gdb-var-list): Add an element for has_more field.
11379         (gdb-non-stop-handler): Enable pretty printing for STL containers.
11380         (gdb-var-create-handler, gdb-var-list-children-handler-1)
11381         (gdb-var-update-handler-1): Parse output of dynamic variable
11382         objects (STL containers).
11383         (gdb-var-delete-1): Pass var1 as an explicit second argument.
11384         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
11386         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11387         gdb-var-list.
11388         (gud-speedbar-buttons): Make node expandable if expression "has more"
11389         children.
11391 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
11393         * startup.el (emacs-quick-startup): Remove variable and all uses.
11394         (command-line): Set `inhibit-x-resources' instead.
11395         (command-line-1): Use `inhibit-x-resources' instead.
11397 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
11399         * subr.el: Fix last change to avoid using the `unless' macro,
11400         which breaks bootstrapping.
11402 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11404         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11405         extended definitions, in case we reload subr.el after having
11406         loaded CL.
11407         (eval-next-after-load): Mark as obsolete.
11409 2009-09-17  Juri Linkov  <juri@jurta.org>
11411         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11412         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11413         (menu-bar-showhide-menu, menu-bar-tools-menu)
11414         (menu-bar-describe-menu, menu-bar-help-menu)
11415         (minibuffer-local-completion-map, minibuffer-local-map):
11416         Fix list quoting.
11418 2009-09-17  Glenn Morris  <rgm@gnu.org>
11420         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11421         arguments, whether or not it has a handler.
11423         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11425         * simple.el (hard-newline): Give it a doc-string.
11427         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11428         (lisp-mode-syntax-table): Give them doc-strings.
11430 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
11432         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11433         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11434         (menu-bar-options-menu, menu-bar-showhide-menu)
11435         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11436         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11437         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11438         (menu-bar-options-menu, menu-bar-tools-menu)
11439         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11440         (menu-bar-help-menu):
11441         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11442         string arguments.
11444         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11445         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11446         calls for the menu names and :help.
11448 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11450         * mouse.el (minor-mode-menu-from-indicator): Pay attention
11451         to :minor-mode-function (bug#4455).
11453 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11455         * startup.el (command-line): Initialize the window-system after
11456         processing the command-line.
11458         * textmodes/page.el (what-page): Make sure we don't inf-loop if
11459         page-delimiter matches the empty string.
11461 2009-09-16  Glenn Morris  <rgm@gnu.org>
11463         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11464         byte-compile-not-obsolete-var.  It's a list now.
11465         (byte-compile-not-obsolete-funcs): New variable.
11466         (byte-compile-warn-obsolete): Don't warn about functions if they are in
11467         byte-compile-not-obsolete-funcs.
11468         (byte-compile-variable-ref, byte-compile-defvar): Update for
11469         byte-compile-not-obsolete-vars name-change and list nature.
11470         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11471         and variables behind (f)boundp tests.
11472         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
11474 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11476         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
11478 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11480         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
11481         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
11482         Don't autoload.
11484 2009-09-15  Stephen Eglen  <stephen@gnu.org>
11486         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
11487         the virtual-buffers, use the name of the buffer specified by
11488         find-file-noselect, as the match may be a symlink.  (This was a
11489         problem if the target and the symlink had different names.)
11491 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11493         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
11495         * desktop.el (desktop-path): Check user-emacs-directory.
11497         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
11499         * loadup.el: Use after-load-functions to GC after loading each file.
11500         Remove the explicit GC calls that used to be sprinkled around.
11502         * subr.el (after-load-functions): New hook.
11503         (do-after-load-evaluation): Run it.  Use string-match-p to detect
11504         `obsolete' packages, rather than painfully extracting the relevant
11505         directory name.
11507 2009-09-15  Glenn Morris  <rgm@gnu.org>
11509         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
11510         free variable `doc'.
11512         * dired.el (dired-mode-map): Add menu entry for async shell command.
11514         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
11515         variables, also consider the .elc files, since the .el files are
11516         normally gzipped (subsequent code locates the .el.gz from the .elc).
11518         * calc/calc-prog.el (arglist): Define for compiler.
11520         * calendar/diary-lib.el (diary-display-function): Change the default to
11521         fancy display.
11522         (body): Define for compiler.
11524         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
11525         (byte-compile-file-form, byte-compile-lambda)
11526         (byte-compile-top-level-body, byte-compile-form)
11527         (byte-compile-variable-ref, byte-compile-setq)
11528         (byte-compile-setq-default, byte-compile-body)
11529         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
11530         (batch-byte-compile): Give some more local variables with common names
11531         a "bytecomp-" prefix to avoid masking warnings about free variables.
11533         * startup.el (command-line-1): Give local variables with common names a
11534         distinguishing prefix, so as not to hide free variable warnings during
11535         bootstrap.
11537         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
11538         clever and add a suffix to make a unique name, just let the user decide
11539         whether or not to overwrite it.  If the input is a directory, write the
11540         default filename to that directory.  (Bug#4388)
11541         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
11542         is a filename-as-a-directory.
11544 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11546         * textmodes/page.el (what-page): Don't move to beginning of line.
11547         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
11549 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11551         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
11553 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
11555         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
11556         * help.el (help-for-help-internal): Add purecopy calls for text.
11558         * vc.el (top): print-log method now takes an optional SHORTLOG
11559         argument.  Add a new method: root.
11560         (vc-root-diff, vc-print-root-log): New functions.
11561         (vc-log-short-style): New variable.
11562         (vc-print-log-internal): Add support for showing short logs.
11564         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
11565         vc-print-root-log and vc-print-root-diff.
11567         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
11568         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
11569         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
11570         short logs.
11572         * vc-cvs.el (vc-cvs-print-log):
11573         * vc-mtn.el (vc-mtn-print-log):
11574         * vc-rcs.el (vc-rcs-print-log):
11575         * vc-sccs.el (vc-sccs-print-log):
11576         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
11577         that is ignored for now.
11579         * vc-mtn.el (vc-mtn-annotate-command):
11580         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
11582 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11584         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
11585         to function-key-map, and give them ascii-character property.
11586         * term/x-win.el (x-alternatives-map):
11587         * term/ns-win.el (ns-alternatives-map):
11588         * term/internal.el (msdos-key-remapping-map):
11589         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
11591 2009-09-14  Glenn Morris  <rgm@gnu.org>
11593         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
11594         temp-buffers (2009-09-12).
11596 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11598         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
11599         the new read-key function.
11601 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11603         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
11604         is defined (Bug#4405).
11606 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
11608         * recentf.el (recentf-cleanup): Use a hash table to find
11609         duplicates (Bug#4407).
11611 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
11613         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
11614         kp-0 to ascii equivalents (Bug#4325).
11616 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11618         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
11620         * eshell/em-hist.el:
11621         * eshell/em-dirs.el (eshell-complete-user-reference):
11622         Declare pcomplete functions and variables to avoid compiler warnings.
11624 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
11626         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
11627         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
11628         * eshell/em-alias.el (eshell-aliases-file):
11629         * eshell/em-hist.el (eshell-history-file-name):
11630         Use expand-file-name instead of concat to make file names (Bug#4308).
11632 2009-09-13  Glenn Morris  <rgm@gnu.org>
11634         * ediff-merg.el (ediff-do-merge):
11635         * filesets.el (filesets-run-cmd):
11636         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
11637         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
11638         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
11639         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
11640         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
11641         Replace empty `let's with `progn'.
11643 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11645         * mail/sendmail.el (send-mail-function):
11646         * tooltip.el (tooltip-mode):
11647         * simple.el (transient-mark-mode):
11648         * rfn-eshadow.el (file-name-shadow-mode):
11649         * frame.el (blink-cursor-mode):
11650         * font-core.el (global-font-lock-mode):
11651         * files.el (temporary-file-directory)
11652         (small-temporary-file-directory, auto-save-file-name-transforms):
11653         * epa-hook.el (auto-encryption-mode):
11654         * composite.el (global-auto-composition-mode):
11655         Use custom-initialize-delay.
11656         * startup.el (command-line): Don't explicitly call
11657         custom-reevaluate-setting for all the above vars.
11658         * custom.el (custom-initialize-safe-set)
11659         (custom-initialize-safe-default): Delete.
11661 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11663         * term/x-win.el (x-initialize-window-system):
11664         * term/w32-win.el (w32-initialize-window-system):
11665         * term/ns-win.el (ns-initialize-window-system): Don't call
11666         mouse-wheel-mode since it's enabled globally by default already.
11668         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
11669         actually define the variable, but only silences the byte-compiler.
11670         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
11671         before looking it up.
11672         (mouse-wheel-scroll-amount): Also reset the bindings if this value
11673         is changed.
11675 2009-09-12  Glenn Morris  <rgm@gnu.org>
11677         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
11678         1000.
11679         (elint-add-required-env): Don't beep on error.
11680         (elint-forms): In case of error, return ENV unchanged.
11681         (elint-init-env): Skip non-list forms.
11682         (elint-log): Handle unknown file positions.
11684 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
11686         * epg.el (epg-make-context): Add autoload cookie.
11687         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
11688         (epg-decrypt-string, epg-start-verify, epg-verify-file)
11689         (epg-verify-string, epg-start-sign, epg-sign-file)
11690         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
11691         (epg-encrypt-string, epg-start-export-keys)
11692         (epg-export-keys-to-file, epg-export-keys-to-string)
11693         (epg-start-import-keys, epg-import-keys-from-file)
11694         (epg-import-keys-from-string, epg-start-receive-keys)
11695         (epg-receive-keys, epg-import-keys-from-server)
11696         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
11697         (epg-sign-keys, epg-start-generate-key)
11698         (epg-generate-key-from-file, epg-generate-key-from-string):
11699         Remove autoload cookie.
11701 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
11703         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
11704         reevaluation of trash-directory.
11706         * mwheel.el: Fix last change.
11707         (mouse-wheel-mode): New defvar.
11708         (mouse-wheel-mode): Remove autoload cookie.
11710 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11712         * mwheel.el (mwheel-installed-bindings): New var.
11713         (mouse-wheel-mode): Use it, so as to make sure we really remove all
11714         the bindings we set last time.  Use custom-initialize-delay.
11715         * loadup.el: Load mwheel after term/*-win.el.
11716         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
11717         and mouse-wheel-up-event now that their first evaluation is done
11718         sufficiently late to be correct.
11720         * startup.el (tutorial-directory): Make it a defcustom.
11721         Use custom-initialize-delay rather than eval-at-startup to set it.
11722         * image.el (image-load-path): Make it a defcustom.
11723         Use custom-initialize-delay rather than eval-at-startup to set it.
11724         * subr.el (eval-at-startup): Remove.
11725         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
11727         * subr.el (do-after-load-evaluation): Warn the user after loading an
11728         obsolete package.
11730 2009-09-12  Glenn Morris  <rgm@gnu.org>
11732         * proced.el (proced-mark-alt): Remove alias.
11733         (proced-mode-map): Remove proced-mark-alt.
11735         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
11736         Elint file and directory.  Remove initialization entry.
11738         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
11739         commands.
11740         (elint-current-buffer): Set mode-line-process.
11741         (elint-init-env): Handle define-derived-mode.
11742         Fix declare-function with unspecified arglist.  Guard against odd
11743         defalias statements (eg iso-insert's 8859-1-map).
11744         (elint-add-required-env): Use a temp buffer.
11745         (elint-form): Just print the function/macro name, not the whole form.
11746         Return env unchanged if we fail to parse a macro.
11747         (elint-forms): Guard against parse errors.
11748         (elint-output): New function, to handle batch mode.
11749         (elint-log-message): Add optional argument.  Use elint-output.
11750         (elint-set-mode-line): New function.
11752 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
11754         * emacs-lisp/elp.el (elp-not-profilable): Add more
11755         functions (Bug#4233).
11757 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
11759         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
11760         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
11762 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
11764         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
11765         (gdb-var-list-children): Use json parsing.
11767 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
11769         * progmodes/js.el (js--proper-indentation): Handle the case where
11770         char-before is null.  Reported by Deniz Dogan.
11772 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
11774         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
11776 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
11778         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
11779         (epg-digest-algorithm-alist): Add SHA224.
11780         (epg-context-set-passphrase-callback)
11781         (epg-context-set-progress-callback): Add description about
11782         callback function.
11784 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11786         * custom.el (custom-delayed-init-variables): New var.
11787         (custom-initialize-delay): New function.
11788         * startup.el (command-line): "Re"evaluate all vars in
11789         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
11790         explicitly any more.
11791         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
11792         to avoid creating a ~/.emacs.d at build-time (bug#4347).
11794         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
11796 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
11798         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
11799         (gdb-var-update-handler): Use json parsing.
11801 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
11803         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
11804         decode annotated text, regardless of language environment.  (Bug#2741)
11806 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11808         * Makefile.in (autoloads): Make rmail.el writable as well.
11810 2009-09-11  Glenn Morris  <rgm@gnu.org>
11812         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
11813         loaddefs.el.
11814         * dired.el: Regenerate with extracted autoloads.
11815         * Makefile.in (autoloads): Make dired.el writable.
11817         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
11818         * ibuffer.el: Regenerate with extracted autoloads.
11819         * Makefile.in (autoloads): Make ibuffer.el writable.
11821         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
11822         * version.el (emacs-copyright, emacs-major-version)
11823         (emacs-minor-version): Reformat doc-strings for make-docfile.
11825         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
11826         functions and variables, since they must be stuff specific to some other
11827         platform.
11828         (apropos-print): Make mouse-click message less specific about button.
11830         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
11831         that records where a macro was defined.
11832         * help-fns.el (describe-function-1): Mention if a function has a
11833         compiler-macro.
11834         * help-mode.el (help-function-cmacro): New button.
11836         * locate.el (top-level): Always require dired.
11837         (locate-mode-map): Initialize inside the defvar.
11839         * net/ange-ftp.el (dired-compress-file): Declare.
11840         (ange-ftp-dired-compress-file): Add doc string.
11842         * term/ns-win.el (x-display-name, x-setup-function-keys):
11843         Unify doc-strings with X versions.
11845 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11847         * emulation/crisp.el (crisp-mode-map): Move initialization
11848         into declaration.
11849         (crisp-mode): Use define-minor-mode.
11851         * progmodes/xscheme.el (xscheme-evaluation-commands):
11852         Put a :advertised-binding property rather than using
11853         advertised-xscheme-send-previous-expression.
11854         (advertised-xscheme-send-previous-expression): Declare obsolete.
11855         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
11856         `advertised-undo'.
11857         (crisp-mode): Add corresponding bindings to
11858         undo's :advertised-binding instead.
11859         * dired.el (dired-mode-map): Put a :advertised-binding property rather
11860         than using dired-advertised-find-file.
11861         (dired-advertised-find-file):
11862         * simple.el (advertised-undo):
11863         * wid-edit.el (advertised-widget-backward): Declare obsolete.
11864         (widget-keymap): Put a :advertised-binding property rather
11865         than using advertised-widget-backward.
11866         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
11867         than using advertised-undo.
11868         * tutorial.el (tutorial--default-keys): Adjust accordingly.
11870 2009-09-10  Simon South  <ssouth@slowcomputing.org>
11872         * progmodes/delphi.el (delphi-tab): Indent region when Transient
11873         Mark mode is enabled and region is active; otherwise indent or
11874         insert TAB as usual.
11875         (delphi-mode): Update description of TAB-key binding.
11877 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11879         * subr.el (define-key-rebound-commands): Mark obsolete.
11880         * startup.el (precompute-menubar-bindings): Remove.
11881         (normal-top-level): Remove obsolete code that tried to precompute
11882         menubar bindings.
11883         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
11884         define-key-rebound-commands and precompute-menubar-bindings.
11886 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11888         * net/imap.el (imap-interactive-login): Better messages.
11889         (imap-open): Fix bug with renamed buffer on reconnect.
11890         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11891         for easier debugging and cleaner code.  On successful (guessed based on
11892         server capabilities) secondary authentication, set imap-state
11893         correctly.
11894         (imap-last-authenticator): Define imap-last-authenticator as a variable
11895         to avoid warnings.
11897 2009-09-10  Glenn Morris  <rgm@gnu.org>
11899         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
11901         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
11902         (byte-compile-file-form-autoload): Don't warn about unknown functions
11903         where the autoload statement comes after the use.
11904         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
11905         that any handlers inside the body (eg require) are in turn respected.
11907         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
11908         effects.
11910         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
11911         and syntax and abbrev tables basic docs, if they don't have any.
11913         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
11915         * international/mule-cmds.el (top-level): Require cl when compiling.
11916         (view-hello-file): Use default-value rather than
11917         default-enable-multibyte-characters.
11919         * progmodes/fortran.el: Move all safe and risky properties into the
11920         defcustoms.
11922         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
11923         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
11924         * mail/undigest.el:
11925         Put autoloads in rmail.el rather than loaddefs.el.
11926         * mail/rmail.el: Regenerate with extracted autoloads.
11928         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
11929         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
11931 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
11933         Reported in thread for Bug#4375.
11934         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
11935         "-data-evaluate-expression" instead of print.
11936         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
11937         (gdb-tooltip-print): Parse output from above MI command.
11938         (gdb): Revert 2009-08-11 change.  User should detach inferior
11939         manually.
11941         Remove the word "separate" from IO functions as inferior
11942         output is now never displayed in the GUD buffer.
11944 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
11946         * startup.el (command-line-normalize-file-name): On Windows and
11947         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
11949 2009-09-10  Juri Linkov  <juri@jurta.org>
11951         * isearch.el (isearch-text-char-description): Propertize escape
11952         character sequences with the `escape-glyph' face.  (Bug#4344)
11954         * simple.el (shell-command): Set asynchronous process filter to
11955         `comint-output-filter'.  (Bug#4343)
11957         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
11958         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
11959         the list.  Move "asm" to the bottom.
11960         (grep-find-ignored-directories): Add `choice' with nil value
11961         to empty the list easily.
11962         (grep-find-ignored-files): New option.
11963         (grep-files-history): Set to nil by default instead of '("ch" "el").
11964         (grep-compute-defaults): Add "<X>" to `grep-template'.
11965         (grep-read-files): Bind new local variables `default-alias' and
11966         `default-extension'.  Use a list of default values for the file prompt.
11967         (lgrep): Add `--exclude=' command line options composed from
11968         `grep-find-ignored-files'.
11969         (rgrep): Add `-name' command line options composed from
11970         `grep-find-ignored-files'.  (Bug#4301)
11972 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11974         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
11975         (bug#4368).
11977 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11979         * calendar/time-date.el (autoload):
11980         Expand define-obsolete-function-alias into defalias and make-obsolete
11981         for old Emacsen that Gnus supports.
11982         (with-no-warnings): Define it for old Emacsen.
11983         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11984         is available.
11985         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11986         float-time is available; suppress compile warning for time-to-seconds.
11988 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11990         * net/imap.el (imap-message-map): Docstring fix.
11992 2009-09-09  Glenn Morris  <rgm@gnu.org>
11994         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
11995         line numbers too.  (Bug#4374)
11997 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11999         * smerge-mode.el (smerge-remove-props, smerge-refine):
12000         Use with-silent-modifications (bug#4342).
12002         * subr.el (with-silent-modifications): New macro.
12004 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
12006         * files.el (top-level): Require `cl' when compiling.
12008 2009-09-07  Glenn Morris  <rgm@gnu.org>
12010         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
12012         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
12013         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
12015 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
12017         * vc-git.el (vc-git-annotate-command): Use separator to parse
12018         arguments correctly.
12020 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
12022         * proced.el (proced-mode): Doc fix.
12024 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
12026         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12027         lstat fails.
12028         (tramp-do-file-attributes-with-ls): Check for file existence at
12029         remote end.
12030         (tramp-do-file-attributes-with-stat): Likewise.
12031         (tramp-convert-file-attributes): Return nil when attr is nil.
12033 2009-09-05  Glenn Morris  <rgm@gnu.org>
12035         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12036         properties to this button.
12037         (diary-fancy-display): Don't extend the button to the final newline.
12038         (diary-fancy-display-mode): Continue to define "q" as a local key.
12040         * calendar/cal-china.el (holiday-chinese): Make it slightly more
12041         efficient.
12043         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12045         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12046         (byte-compile-dest-file-function): New option.
12047         (byte-compile-dest-file): Doc fix.
12048         Obey byte-compile-dest-file-function.
12049         (byte-compile-cl-file-p): New function.
12050         (byte-compile-eval): Only suppress noruntime warnings about cl functions
12051         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
12052         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12053         than for file being previously loaded.
12054         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12055         (byte-compile-file-form-require): Handle the case where requiring a file
12056         indirectly causes CL to be loaded.
12058 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12060         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12061         before killing the old buffer, since by the time `kill-buffer' is
12062         run so many buffer variables have been set to nil that it may not
12063         behave as expected.  (Bug#4061)
12065 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12067         * files.el (find-alternate-file): If the old buffer is modified
12068         and visiting a file, behave similarly to `kill-buffer' when
12069         killing it, thus reverting to the pre-1.878 behavior; see
12070         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12071         for discussion.  Also, consult `buffer-file-name' as a variable
12072         not as a function, for consistency with the rest of the code.
12074 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
12076         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12077         also when adding a new directory.
12079         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12080         defun.
12082 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12084         * files.el (locate-file-completion-table): Make it provide boundary
12085         information, so partial-completion works better.
12087 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
12089         * mail/footnote.el (Footnote-text-under-cursor):
12090         Check footnote-text-marker-alist before using it (bug#4324).
12092 2009-09-04  Glenn Morris  <rgm@gnu.org>
12094         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12095         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12096         * play/solitaire.el, play/tetris.el:
12097         Remove leading * from defcustom and defface docs.
12099         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12100         necessary.
12101         (diary-fancy-overriding-map): New variable.
12102         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12103         Use view-mode.
12105         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12106         goto-line.
12108 2009-09-03  Glenn Morris  <rgm@gnu.org>
12110         * arc-mode.el (archive-mode):
12111         * dos-fns.el (set-default-process-coding-system):
12112         * man.el (Man-getpage-in-background):
12113         * menu-bar.el (menu-bar-describe-menu):
12114         * server.el (server-process-filter):
12115         * startup.el (command-line):
12116         * tar-mode.el (tar-header-block-tokenize, tar-extract):
12117         * w32-fns.el (set-default-process-coding-system):
12118         * x-dnd.el (x-dnd-handle-file-name):
12119         * international/mule-cmds.el (mule-menu-keymap)
12120         (set-default-coding-systems, language-info-alist, set-language-info)
12121         (set-language-environment, standard-display-european-internal)
12122         (set-locale-environment):
12123         * international/mule-diag.el (mule-diag):
12124         * mail/emacsbug.el (report-emacs-bug):
12125         * mail/rmail.el (rmail-mode):
12126         * mail/sendmail.el (mail-setup):
12127         Use default-value rather than default-enable-multibyte-characters.
12129         * progmodes/f90.el: Move all safe properties into the defcustoms.
12130         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12132         * calendar/appt.el (appt-check):
12133         * calendar/diary-lib.el (diary-set-header, diary-live-p)
12134         (diary-check-diary-file, diary-list-entries)
12135         (diary-include-other-diary-files, diary-simple-display)
12136         (diary-fancy-display, diary-print-entries)
12137         (diary-mark-included-diary-files, diary-make-entry):
12138         Don't call substitute-in-file-name on diary-file.
12140 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
12141             Stefan Monnier  <monnier@iro.umontreal.ca>
12143         * mail/footnote.el (footnote-prefix): Make it a defcustom.
12144         (footnote-mode-map): Move initialization into the declaration.
12145         (footnote-minor-mode-map): Define it rather than changing global-map.
12146         (footnote-mode): Use define-minor-mode.
12148 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
12150         * net/tramp.el (tramp-handle-file-attributes-with-ls)
12151         (tramp-do-file-attributes-with-perl)
12152         (tramp-do-file-attributes-with-stat): Rename from
12153         `tramp-handle-file-attributes-with-*'.
12154         (tramp-handle-file-attributes): Use them.
12155         (tramp-do-directory-files-and-attributes-with-perl)
12156         (tramp-do-directory-files-and-attributes-with-stat): Rename from
12157         `tramp-handle-directory-files-and-attributes-with-*'.
12158         (tramp-handle-directory-files-and-attributes): Use them.
12159         (tramp-method-out-of-band-p): Additional parameter SIZE.
12160         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12161         (tramp-handle-write-region): Use it.
12162         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12163         (tramp-handle-vc-registered): Check, whether the first run did
12164         return files to be tested.
12165         (tramp-advice-make-auto-save-file-name): Do not call directly
12166         `tramp-handle-make-auto-save-file-name', because this would bypass
12167         the locking mechanism.
12169         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12170         (file-remote-p, process-file, start-file-process, set-file-times)
12171         (tramp-compat-file-attributes): Compatibility functions shall not
12172         call directly `tramp-handle-*', because this would bypass the
12173         locking mechanism.
12174         (tramp-compat-number-sequence): New defun.
12176 2009-09-02  Glenn Morris  <rgm@gnu.org>
12178         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12179         alias for float-time.
12180         (time-to-number-of-days): In Emacs, use float-time.
12181         * net/newst-backend.el (time-add): Suppress warnings from compat
12182         function.
12183         * time.el (emacs-uptime, emacs-init-time):
12184         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12185         Use float-time rather than time-to-seconds.
12187         * minibuffer.el (completion-initials-expand): Fix typo.
12189         * faces.el (modeline, modeline-inactive, modeline-highlight)
12190         (modeline-buffer-id):
12191         * info.el (info-menu-5): Mark these face aliases as obsolete.
12193 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12195         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12196         space ...
12197         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12198         no "--thread" option.
12199         (gdb-stopped): Don't print "Switched to thread" message when it is
12200         unchanged.
12202 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12204         * minibuffer.el (completion-try-completion)
12205         (completion-all-completions): Remove ill-defined (and
12206         mistakenly installed and luckily never used nor documented)
12207         `completion-styles' property.
12208         (completion-initials-expand, completion-initials-all-completions)
12209         (completion-initials-try-completion): New functions.
12210         (completion-styles-alist): Add doc to each entry.
12211         Add new `initials' entry.
12213 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12215         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12216         MI command -var-evaluate-expression.
12217         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12218         and tweak for case of string child.
12219         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12221 2009-09-01  Glenn Morris  <rgm@gnu.org>
12223         * add-log.el (change-log-date-face, change-log-name-face)
12224         (change-log-email-face, change-log-file-face, change-log-list-face)
12225         (change-log-conditionals-face, change-log-function-face)
12226         (change-log-acknowledgement-face):
12227         * cus-edit.el (custom-invalid-face, custom-rogue-face)
12228         (custom-modified-face, custom-set-face, custom-changed-face)
12229         (custom-saved-face, custom-button-face, custom-button-pressed-face)
12230         (custom-documentation-face, custom-state-face, custom-comment-face)
12231         (custom-comment-tag-face, custom-variable-tag-face)
12232         (custom-variable-button-face, custom-face-tag-face)
12233         (custom-group-tag-face-1, custom-group-tag-face):
12234         * diff-mode.el (diff-header-face, diff-file-header-face)
12235         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12236         (diff-added-face, diff-changed-face, diff-function-face)
12237         (diff-context-face, diff-nonexistent-face):
12238         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12239         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12240         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12241         (Info-title-4-face):
12242         * isearch.el (isearch-lazy-highlight-face):
12243         * log-view.el (log-view-file-face, log-view-message-face):
12244         * paren.el (show-paren-match-face, show-paren-mismatch-face):
12245         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12246         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12247         (cvs-msg-face):
12248         * smerge-mode.el (smerge-mine-face, smerge-other-face)
12249         (smerge-base-face, smerge-markers-face):
12250         * wid-edit.el (widget-documentation-face, widget-button-face)
12251         (widget-field-face, widget-single-line-field-face)
12252         (widget-inactive-face, widget-button-pressed-face):
12253         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12254         (woman-addition-face):
12255         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12256         (eshell-ls-executable-face, eshell-ls-readonly-face)
12257         (eshell-ls-unreadable-face, eshell-ls-special-face)
12258         (eshell-ls-missing-face, eshell-ls-archive-face)
12259         (eshell-ls-backup-face, eshell-ls-product-face)
12260         (eshell-ls-clutter-face):
12261         * eshell/em-prompt.el (eshell-prompt-face):
12262         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12263         * obsolete/old-whitespace.el (whitespace-highlight-face):
12264         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12265         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12266         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12267         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12268         (antlr-font-lock-literal-face):
12269         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12270         (ebrowse-root-class-face, ebrowse-file-name-face)
12271         (ebrowse-default-face, ebrowse-member-attribute-face)
12272         (ebrowse-member-class-face, ebrowse-progress-face):
12273         * progmodes/make-mode.el (makefile-space-face):
12274         * progmodes/sh-script.el (sh-heredoc-face):
12275         * textmodes/flyspell.el (flyspell-incorrect-face)
12276         (flyspell-duplicate-face):
12277         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12278         * textmodes/texinfo.el (texinfo-heading-face):
12279         Mark face aliases with "-face" suffix as obsolete.
12281         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12282         compiler.
12284         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12285         (eudc-bob-sound-menu): Use defvar rather than defconst, since
12286         easy-menu-define wants to modify these.
12288         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12290         * net/browse-url.el (browse-url-file-url):
12291         * term/internal.el (dos-codepage-setup):
12292         Use default-value rather than default-enable-multibyte-characters.
12294         * progmodes/etags.el (etags-goto-tag-location):
12295         * progmodes/flymake.el (flymake-highlight-line)
12296         (flymake-goto-file-and-line, flymake-goto-line):
12297         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12298         (gdb-goto-breakpoint):
12299         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12300         * progmodes/python.el (python-find-function)
12301         (python-pdbtrack-track-stack-file):
12302         * progmodes/verilog-mode.el (verilog-surelint-off):
12303         * term/ns-win.el (ns-open-file-select-line):
12304         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12305         Use forward-line rather than goto-line.
12307         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12308         * textmodes/reftex-index.el (reftex-display-index):
12309         * textmodes/reftex-ref.el (reftex-offer-label-menu):
12310         * textmodes/reftex-toc.el (reftex-toc):
12311         Remove unnecessary bindings of default-major-mode (all are followed by
12312         major-mode check and possible mode switch).
12314 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12316         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12317         Handle watchpoints (bug#4282).
12318         (def-gdb-thread-buffer-command): Enable thread to be selected by
12319         clicking without selecting threads buffer first.
12320         (gdb-current-context-command): Use selected frame so that "up",
12321         "down" etc work in the GUD buffer.
12322         (gdb-update): Find selected frame before rendering stack buffer.
12323         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12325 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12327         * progmodes/sym-comp.el (displayed-completions): Remove.
12328         (symbol-complete): Use minibuffer-complete.
12330 2009-08-31  Glenn Morris  <rgm@gnu.org>
12332         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12334         * apropos.el (apropos-symbols-internal):
12335         Handle (obsolete) face aliases.
12337         * faces.el (describe-face): Adjust the output format to be more like
12338         describe-variable, and to mention (obsolete) face aliases.
12339         Adjust the whitespace so that help-setup-xref works.
12341         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12342         * calendar/diary-lib.el (diary-button-face):
12343         Mark these face aliases as obsolete.
12345         * calendar/calendar.el (calendar-today): Doc fix.
12347 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12349         * progmodes/gdb-mi.el (gdb-control-all-threads)
12350         (gdb-control-current-thread): Force tool bar update.
12351         (gdb-non-stop-handler): New function.
12352         (gdb-init-1): Use it to test if non-stop mode is supported.
12353         Remove unused gdbmi buffer type.
12355 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
12357         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12358         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
12360 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
12362         * comint.el (comint-exec-1): Check command is non-null first.
12363         Part of gdb-mi.el change (2009-08-28).
12365 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12367         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12369 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
12371         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12372         instead of `dolist' to avoid a recursive require when bootstrapping.
12374 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12376         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12378         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12380         * net/imap.el (imap-send-command): Simplify.
12381         (imap-wait-for-tag): point-max -> buffer-size.
12383         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12385         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12386         with constant argument.
12388         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12390         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12392         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12393         Change default, since most of our files don't have a history.
12394         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12395         the user.
12397         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12398         Add comint-run.
12400         * calc/calc.el: Improve commenting convention.
12401         (calc-digit-map, toplevel): Simplify.
12403         * comint.el (comint-insert-input): Be careful to only set point if we
12404         don't delegate to some other command.
12406         * proced.el (proced-signal-list): Make it an alist.
12407         (proced-grammar-alist): Capitalize names.
12408         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12409         Disable undo manually and make it read-only.
12410         Use completion-annotate-function.
12412         * minibuffer.el (minibuffer-message): If the current buffer is not
12413         a minibuffer, insert the message in the echo area rather than at the
12414         end of the buffer.
12415         (completion-annotate-function): New variable.
12416         (minibuffer-completion-help): Use it.
12417         (completion--embedded-envvar-table): Environment vars are
12418         always case-sensitive.
12420 2009-08-30  Glenn Morris  <rgm@gnu.org>
12422         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12423         from fortran-current-defun.
12424         (fortran-beginning-of-subprogram): Be more precise about finding the
12425         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
12426         (fortran-end-of-subprogram): Simplify.
12427         (fortran-current-defun): Use fortran-start-prog-re.
12429 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
12431         * subr.el (do-after-load-evaluation): Simplify.
12433 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
12435         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12437         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
12438         (vc-rcs-print-log): Use it.
12440         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12442 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12444         * paths.el (abbrev-file-name): Move to abbrev.el.
12445         * abbrev.el (abbrev-file-name): Move from paths.el.
12446         Obey user-emacs-directory.
12447         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12448         user-emacs-directory.
12449         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12450         abbrev-file-name and calc-settings-file any more.
12451         * startup.el (command-line): Recompute abbrev-file-name and
12452         abbreviated-home-dir.
12453         (normal-no-mouse-startup-screen): Improve the generic code and get rid
12454         of the special code for when C-h bindings haven't been changed.
12455         (display-startup-echo-area-message): Use with-current-buffer.
12456         (command-line-1): Use a list of strings, rather than a list of lists
12457         of strings for longopts.
12459         * files.el (get-free-disk-space): Use / for default-directory.
12461         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12462         Use with-current-buffer.
12464         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12465         Recognize immutable variables like most-positive-fixnum.
12466         (byte-compile-setq-default): Check and warn if trying to assign
12467         to an immutable variable, or a non-variable.
12469         * progmodes/cc-vars.el (c-comment-continuation-stars):
12470         * progmodes/cc-engine.el (c-looking-at-bos):
12471         * progmodes/cc-cmds.el (c-toggle-auto-state)
12472         (c-forward-into-nomenclature, c-backward-into-nomenclature)
12473         (c-comment-line-break-function): Add version of obsolescence.
12475 2009-08-28  Juri Linkov  <juri@jurta.org>
12477         * files.el (magic-fallback-mode-alist): Add ZIP magic number
12478         associated with `archive-mode'.
12480         * image.el (image-type-header-regexps): Use only JPEG magic number
12481         to determine JPEG images, and don't use `image-jpeg-p' because
12482         Emacs can display non-JFIF non-Exif JPEG images.
12484 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12486         * arc-mode.el (archive-mode):
12487         * emacs-lisp/re-builder.el (re-builder-unload-function):
12488         Protect against the default value of `major-mode' being nil.
12490 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12492         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
12493         Fix typos in docstrings.
12495         * progmodes/js.el (js--macro-decl-re): Doc fix.
12496         (js--plain-method-re, js--split-name): Refloc docstring.
12497         (js--class-styles, js--make-merged-item, js--splice-into-items):
12498         Fix typos in docstrings; reflow docstrings.
12499         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
12500         (js--variable-decl-matcher, js--inside-pitem-p)
12501         (js--parse-state-at-point, js--get-all-known-symbols)
12502         (js--symbol-history, js-find-symbol, js--js-references)
12503         (js--moz-interactor, js--js-encode-value, js--read-tab):
12504         Fix typos in docstrings.
12506 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12508         * textmodes/reftex.el (reftex-get-file-buffer-force):
12509         * progmodes/verilog-mode.el (verilog-batch-execute-func):
12510         * emulation/viper.el (viper-go-away, viper-set-hooks):
12511         * emacs-lisp/re-builder.el (re-builder-unload-function):
12512         * emacs-lisp/bytecomp.el (byte-compile-file):
12513         * ses.el (ses-unload-function):
12514         * hexl.el (hexl-find-file):
12515         * files.el (normal-mode):
12516         * ehelp.el (with-electric-help):
12517         * autoinsert.el (auto-insert-alist):
12518         * arc-mode.el (archive-mode):
12519         Use (default-value 'major-mode) instead of default-major-mode.
12521         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
12522         * international/mule.el (load-with-code-conversion):
12523         * emacs-lisp/debug.el (debug):
12524         * ediff-vers.el (ediff-rcs-get-output-buffer):
12525         * dired.el (dired-internal-noselect): Don't let-bind
12526         default-major-mode around code that doesn't use it.
12527         E.g. buffer creation via get-buffer-create doesn't use it.
12529 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
12531         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
12532         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
12533         when writing the temp file.  Otherwise, epa-file gets confused.
12534         (tramp-register-file-name-handlers): Make it a defun.  Move also
12535         `epa-file-handler' to the front of `file-name-handler-alist'.
12537 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12539         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
12540         start right after a ^M.
12541         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
12542         (tramp-completion-file-name-regexp-separate)
12543         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
12544         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
12545         Don't modify last-coding-system-used by accident.
12546         (tramp-completion-file-name-handler): Apply the checks here,
12547         instead during registration.
12548         (tramp-register-file-name-handlers): Renamed from
12549         `tramp-register-file-name-handler'.  Register both
12550         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
12551         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
12553 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
12555         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
12556         Remove variable ...
12557         (gdb-init-1, gdb-display-separate-io-buffer)
12558         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
12559         references to it.
12560         (gdb-inferior-io-mode): Use make-comint-in-buffer.
12561         (gdb-inferior-filter): Use comint-output-filter to stop
12562         echoing and remove ^M characters.
12564 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12566         * emulation/viper-init.el (viper-restore-cursor-type):
12567         * emulation/cua-base.el (cua--update-indications):
12568         Replace default-cursor-type with (default-value 'cursor-type).
12570         * mail/sendmail.el (mail-recover-1):
12571         * international/mule-diag.el (describe-current-coding-system-briefly)
12572         (describe-current-coding-system):
12573         * international/mule-cmds.el (select-safe-coding-system)
12574         (select-message-coding-system)
12575         (set-language-environment-coding-systems, set-locale-environment):
12576         * hexl.el (hexl-insert-multibyte-char):
12577         * dos-w32.el (find-buffer-file-type-coding-system):
12578         * simple.el (what-cursor-position):
12579         Replace uses of default-buffer-file-coding-system
12580         with (default-value 'buffer-file-coding-system).
12582         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
12583         Replace uses of default-cursor-in-non-selected-windows
12584         with (default-value 'cursor-in-non-selected-windows).
12585         Use with-current-buffer.
12587         * mail/feedmail.el: Use CL macros.
12588         (feedmail-run-the-queue, feedmail-send-it-immediately):
12589         * dos-w32.el (find-buffer-file-type): Replace uses of
12590         default-buffer-file-type with (default-value 'buffer-file-type).
12592 2009-08-28  Glenn Morris  <rgm@gnu.org>
12594         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
12595         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
12596         Use default-value of major-mode rather than default-major-mode.
12598 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12600         * Makefile.in (update-elcfiles): Report left over elc files.
12602         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
12603         expand-file-name and with-current-buffer.
12604         (mail-get-names, mail-directory): Use with-current-buffer.
12606         * vc.el (vc-read-revision): New function.
12607         (vc-version-diff, vc-merge): Use it.
12609 2009-08-27  Sam Steingold  <sds@gnu.org>
12611         * simple.el (kill-do-not-save-duplicates): New user option.
12612         (kill-new): When it is non-nil, and the new string is the same as
12613         the latest kill, set replace to t to avoid duplicates in kill-ring.
12615 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
12617         * net/tramp.el (tramp-handle-process-file): Do not flush all
12618         caches when `process-file-side-effects' is set.
12619         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
12620         instead of `tramp-find-file-exists-command'.
12621         Unset `process-file-side-effects'.
12623 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
12625         * net/tramp.el (tramp-methods): New method "rsyncc".
12626         (top): Add completion function for "rsyncc".
12627         (tramp-message-show-message): New defvar.
12628         (tramp-message, tramp-error): Use it.
12629         (tramp-do-copy-or-rename-file-directly): Extend check for direct
12630         remote copying.
12631         (tramp-do-copy-or-rename-file-out-of-band): Handle new
12632         `tramp-methods' entry `copy-env' of "rsyncc".
12633         (tramp-vc-registered-read-file-names): New defconst.
12634         (tramp-vc-registered-file-names): New defvar.
12635         (tramp-handle-vc-registered): Implement optimization strategy.
12636         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
12637         (tramp-vc-file-name-handler): New defun.
12638         (tramp-get-ls-command, tramp-get-test-command)
12639         (tramp-get-file-exists-command, tramp-get-remote-ln)
12640         (tramp-get-remote-perl, tramp-get-remote-stat)
12641         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
12643         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
12644         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
12645         timestamps.
12646         (tramp-get-file-property): Check for timestamps in
12647         `tramp-cache-inhibit-cache'.
12648         (tramp-set-file-property): Write timestamp.
12650 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12652         * language/japan-util.el (japanese-symbol-table): Add entries for
12653         cp932-2-byte.
12655         * international/characters.el: Add category `j' to cp932-2-byte.
12657 2009-08-27  Kenichi Handa  <handa@m17n.org>
12659         * international/fontset.el (build-default-fontset-data): New macro.
12660         (setup-default-fontset): Use build-default-fontset-data for CJK,
12661         tibetan, ethiopic, and ipa.
12663 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12665         * cus-start.el (default-major-mode): Customize `major-mode' instead.
12666         (enable-multibyte-characters): Not customizable any more.
12668         * subr.el (default-mode-line-format, default-header-line-format)
12669         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
12670         (default-direction-reversed, default-truncate-lines)
12671         (default-left-margin, default-tab-width, default-case-fold-search)
12672         (default-left-margin-width, default-right-margin-width)
12673         (default-left-fringe-width, default-right-fringe-width)
12674         (default-fringes-outside-margins, default-scroll-bar-width)
12675         (default-vertical-scroll-bar, default-indicate-empty-lines)
12676         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
12677         (default-fringe-cursor-alist, default-scroll-up-aggressively)
12678         (default-scroll-down-aggressively, default-fill-column)
12679         (default-cursor-type, default-buffer-file-type)
12680         (default-cursor-in-non-selected-windows)
12681         (default-buffer-file-coding-system, default-major-mode)
12682         (default-enable-multibyte-characters): Mark as obsolete.
12684 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
12686         * vc-dir.el (vc-dir-update): Remove debug helper.
12688         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
12690 2009-08-26  Sam Steingold  <sds@gnu.org>
12692         * simple.el (save-interprogram-paste-before-kill): New user option.
12693         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
12694         save the interprogram-paste into kill-ring before overriding it
12695         with the Emacs kill.
12697 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12699         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
12700         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
12701         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
12702         and move to vc-rcs.el.
12703         (vc-default-next-revision): Rename to vc-rcs-next-revision and
12704         move to vc-rcs.el.
12705         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
12706         (vc-rcs-update-changelog): Remove.
12707         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
12708         and move to vc-rcs.el.
12710         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
12711         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
12712         renaming.
12713         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
12714         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
12715         vc.el, renamed to be RCS specific.
12717         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
12718         New functions.
12719         (vc-cvs-update-changelog): Move here from vc.el.
12721         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
12722         New functions.
12724 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12726         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
12728 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12730         * vc-git.el (vc-git-register): Use "git add" for directories.
12731         (vc-git-stash, vc-git-stash-show): New functions.
12732         (vc-git-extra-menu-map): Bind them.
12734         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
12735         directory correctly in case the item is a directory itself.
12737         * vc.el: Document the desired behavior for reverted files in the
12738         `added' state.
12739         (vc-default-prettify-state-info): Remove function, unused.
12741         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
12743 2009-08-26  Glenn Morris  <rgm@gnu.org>
12745         * bindings.el (standard-mode-line-format): Reposition dashes in
12746         which-func entry.  (Bug#4217)
12748         * files.el (enable-local-variables, enable-local-eval)
12749         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
12750         the defcustoms.
12751         (auto-mode-alist, ignored-local-variables)
12752         (save-some-buffers-action-alist): Move risky declarations to the
12753         definitions.
12754         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
12755         (font-lock-defaults, format-alist, imenu--index-alist)
12756         (imenu-generic-expression, input-method-alist, minor-mode-alist)
12757         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
12758         (mode-line-modified, mode-line-mule-info, mode-line-position)
12759         (mode-line-process, mode-line-remote, outline-level)
12760         (parse-time-rules, rmail-output-file-alist)
12761         (special-display-buffer-names, vc-mode):
12762         Move risky declarations to the relevant files.
12763         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
12764         (mode-line-modified, mode-line-process, mode-line-position)
12765         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
12766         * font-core.el (font-lock-defaults):
12767         * format.el (format-alist):
12768         * vc-hooks.el (vc-mode):
12769         * window.el (special-display-buffer-names):
12770         * international/mule-cmds.el (input-method-alist):
12771         Define riskiness here (dumped file) rather than in files.el.
12772         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
12773         * imenu.el (imenu-generic-expression, imenu--index-alist):
12774         * outline.el (outline-level):
12775         * time.el (display-time-string):
12776         * calendar/parse-time.el (parse-time-rules):
12777         * mail/rmailout.el (rmail-output-file-alist):
12778         Autoload riskiness here, rather than placing in files.el.
12780 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
12782         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
12784 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
12786         * simple.el (process-file-side-effects): New defvar.
12788         * dired-aux.el (dired-show-file-type):
12789         * vc.el (vc-diff-internal):
12790         * vc-arch.el (vc-arch-diff):
12791         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
12792         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
12793         * vc-git.el (vc-git-registered, vc-git-working-revision)
12794         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
12795         (vc-git--empty-db-p):
12796         * vc-hooks.el (vc-user-login-name):
12797         * vc-svn.el (vc-svn-registered, vc-svn-state)
12798         (vc-svn-dir-extra-headers, vc-svn-find-revision):
12799         * progmodes/grep.el (grep-probe): Let-bind
12800         `process-file-side-effects' with nil.
12802         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
12804         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
12805         daemon.  Replace ping by checking for running service for bluez
12806         and zeroconf.  (Bug#4239)
12808 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12810         * net/dig.el (dig): Add autoload cookie.
12812 2009-08-25  Glenn Morris  <rgm@gnu.org>
12814         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
12815         load-history for absolute file-names.
12816         (byte-compile-file-form-require): Warn about use of the cl package.
12818         * format.el (format-alist): Doc fix.
12820         * play/bubbles.el (top-level): Don't require cl at run-time.
12822         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
12823         run-time cl).
12825 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
12827         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
12828         from cl package.
12829         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
12831 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
12833         * calc/calc-alg.el (math-trig-rewrite)
12834         (math-hyperbolic-trig-rewrite): New functions.
12835         (calc-simplify): Simplify trig functions when asked.
12837 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12839         * diff-mode.el (diff-find-source-location): Avoid goto-line.
12841 2009-08-24  Kenichi Handa  <handa@m17n.org>
12843         * language/ind-util.el (mapthread): Delete it.
12844         (combinatorial): New function.
12845         (indian--puthash-cv): Use combinatorial instead of mapthread.
12847 2009-08-22  Kevin Ryde  <user42@zip.com.au>
12849         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
12850         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
12851         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
12852         Clarify docstring that the value is strings not symbols.
12853         (checkdoc-list-of-strings-p): New function.
12855 2009-08-22  Glenn Morris  <rgm@gnu.org>
12857         * files.el (auto-mode-alist):
12858         * hippie-exp.el (he-concat-directory-file-name):
12859         * lpr.el (lpr-windows-system, printer-name):
12860         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
12861         * ps-print.el (ps-windows-system):
12862         * startup.el (command-line):
12863         * emulation/viper-ex.el (viper-glob-function):
12864         * international/mule-cmds.el (set-language-environment-coding-systems):
12865         * net/ange-ftp.el (ange-ftp-write-region):
12866         * obsolete/fast-lock.el (fast-lock-cache-name):
12867         Remove code for defunct system-types emx, macos, mswindows, next-mach,
12868         unisoft-unix, vax-vms, win32, w32.
12870         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
12871         given name if the pattern is not more specific.
12873         * calendar/lunar.el (lunar-phase-names): New option.
12874         (lunar-phase): Doc fix.
12875         (lunar-cycles-per-year): New constant.
12876         (lunar-index): New function.
12877         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
12878         (lunar-phase-name): Use lunar-phase-names.
12879         (calendar-lunar-phases): Use format.
12880         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
12882         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
12883         Copy imenu-example--name-and-position function here for own use.
12884         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
12886         * bs.el (bs--redisplay):
12887         * cus-edit.el (custom-redraw):
12888         * ibuffer.el (ibuffer-bury-buffer):
12889         * server.el (server-goto-line-column):
12890         * startup.el (command-line-1):
12891         * strokes.el (strokes-xpm-for-stroke):
12892         * term.el (term-display-buffer-line):
12893         * view.el (View-goto-line):
12894         * calc/calc.el (calc-do, calc-trail-buffer):
12895         * play/gamegrid.el (gamegrid-add-score-insecure):
12896         * progmodes/ada-mode.el (ada-compile-goto-error):
12897         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
12898         (ebrowse-select-1st-to-9nth):
12899         * progmodes/cperl-mode.el (cperl-time-fontification):
12900         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
12901         * progmodes/gud.el (gud-display-line):
12902         (idlwave-shell-display-line):
12903         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
12904         * progmodes/make-mode.el (makefile-browser-toggle):
12905         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
12906         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
12907         * textmodes/picture.el (picture-draw-rectangle):
12908         * textmodes/reftex-index.el (reftex-index-goto-letter):
12909         (reftex-select-jump-to-previous):
12910         * textmodes/reftex-sel.el (reftex-find-start-point)
12911         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
12912         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
12913         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
12914         * textmodes/tex-mode.el (tex-compilation-parse-errors):
12915         * textmodes/two-column.el (2C-associated-buffer):
12916         Use forward-line rather than goto-line.
12918         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
12919         goto-line.
12921         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
12922         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
12923         (quick-check-list-to-regexp): Declare.
12925         * progmodes/make-mode.el (makefile-browser-insert-selection):
12926         Use goto-char rather than goto-line.
12928         * progmodes/prolog.el (compilation-error-regexp-alist)
12929         (compilation-forget-errors): Declare.
12931 2009-08-22  Juri Linkov  <juri@jurta.org>
12933         * progmodes/grep.el (lgrep, rgrep): At the beginning
12934         set `dir' to `default-directory' unless `dir' is a non-nil
12935         readable directory.  (Bug#4052)
12936         (lgrep, rgrep): Change a weird way to report an error
12937         from using `read-string' to using `error'.
12938         Instead of using interactive arguments in the function body,
12939         add new argument `confirm'.
12941 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12943         * textmodes/remember.el (remember-buffer):
12944         * progmodes/cperl-mode.el (cperl-vc-header-alist):
12945         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
12946         (icalendar-extract-ical-from-buffer):
12947         * net/newst-treeview.el (newsticker-groups-filename):
12948         * net/newst-backend.el (newsticker-cache-filename):
12949         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
12950         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
12951         (speedbar-add-ignored-path-regexp, speedbar-line-path)
12952         (speedbar-buffers-line-path, speedbar-path-line)
12953         (speedbar-buffers-line-path):
12954         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
12955         (epg-sign-keys):
12956         * epa.el (epa-display-verify-result):
12957         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
12959 2009-08-21  Glenn Morris  <rgm@gnu.org>
12961         * progmodes/js.el (inferior-moz-process): Fix declaration.
12963         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
12965         * obsolete/rnewspost.el (news-mail-reply):
12966         Use goto-char rather than goto-line.
12968         * term/ns-win.el (ns-open-file-select-line):
12969         Use line-beginning-position rather than goto-line.
12971         * apropos.el (apropos-command):
12972         * ehelp.el (electric-helpify):
12973         * printing.el (pr-show-setup):
12974         * strokes.el (strokes-help):
12975         * tutorial.el (tutorial--describe-nonstandard-key)
12976         (tutorial--detailed-help):
12977         * woman.el (woman-mini-help, woman-display-extended-fonts):
12978         * calc/calc-help.el (calc-describe-key):
12979         * emulation/edt.el (edt-electric-helpify):
12980         * international/mule-diag.el (mule-diag):
12981         * play/yow.el (apropos-zippy):
12982         * progmodes/python.el (python-describe-symbol):
12983         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
12984         * textmodes/table.el (*table--cell-describe-mode)
12985         (*table--cell-describe-bindings):
12986         Use help-print-return-message rather than the now obsolete alias.
12988         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
12989         (calendar-cursor-to-visible-date):
12990         * play/5x5.el (5x5-position-cursor):
12991         * play/decipher.el (decipher):
12992         * play/gomoku.el (gomoku-goto-xy):
12993         * play/landmark.el (lm-goto-xy):
12994         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
12995         (mpuz-paint-digit):
12996         Use forward-line, not goto-line.
12998         * mail/rmail.el (rmail-obsolete): Delete custom group.
12999         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
13000         (rmail-remote-password, rmail-remote-password-required):
13001         Remove unneeded :set-after and :set properties.
13003 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
13005         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
13007 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
13009         * loadup.el: Remove leftover macos code.
13011         * vc-git.el (vc-git-annotate-command): Run asynchronously.
13012         Explicitly pass the date format to git blame so that user local
13013         so that the output format can be parsed.
13015 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
13017         * net/dbus.el (top): Don't check for (getenv
13018         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
13020 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
13022         * log-edit.el (log-edit-strip-single-file-name): New var.
13023         (log-edit-insert-changelog): Use it.  Bug#3571
13025 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13027         * subr.el (read-passwd): Use read-key so keypad keys work as well.
13028         Bug#3287
13030         * help.el (help-print-return-message): Rename from
13031         print-help-return-message.
13033         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13034         cvs-mode-map parent hack.
13035         (log-view-mode): Derive from special-mode.
13037         * linum.el (linum-mode): window-size-change-functions is redundant.
13038         Adapt to new window-configuration-change-hook behavior.
13039         (linum-after-size, linum-after-config): Remove.
13041         * imenu.el (imenu-example--name-and-position)
13042         (imenu-example--lisp-extract-index-name)
13043         (imenu-example--create-lisp-index, imenu-example--create-c-index):
13044         Mark as obsolete.
13046         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13047         (inferior-prolog-mode): Use it.
13048         (inferior-prolog-load-file): Reset list of errors.
13050 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13052         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13054         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13056 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
13058         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13059         is running already.
13061 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13063         * subr.el (listify-key-sequence-1): Use normal syntax since those
13064         integers are nowadays always represented by the same (positive) number
13065         on all platforms.
13066         (read-key-empty-map): New const.
13067         (read-key-delay): New var.
13068         (read-key): New function.
13069         (force-mode-line-update): Use with-current-buffer.
13070         (locate-user-emacs-file): Don't forget to abbreviate the file name.
13071         (start-process-shell-command, start-file-process-shell-command):
13072         Discourage the use of command-args.
13074 2009-08-19  Glenn Morris  <rgm@gnu.org>
13076         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13078 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13080         * simple.el (choose-completion-string): Don't rely on
13081         minibuffer-completing-file-name and ad-hoc checks to decide whether
13082         to continue completion or not.
13084         * minibuffer.el (minibuffer-hide-completions): New function.
13085         (completion--do-completion): Use it.
13086         (completions-annotations): New face.
13087         (completion--insert-strings): Use it.
13088         (completion-pcm--delim-wild-regex): Add docstring.
13089         (completion-pcm--string->pattern): Add support for 0-width delimiters
13090         in completion-pcm--delim-wild-regex.
13092 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13094         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13095         Remove unused var `buffer-modified-p'.
13097         * minibuffer.el (completion--do-completion): Move point for the #b001
13098         case as well (bug#4176).
13099         (minibuffer-complete, minibuffer-complete-word): Don't move point.
13101 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
13103         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
13104         and :session buses.
13106 2009-08-18  Kenichi Handa  <handa@m17n.org>
13108         * international/ucs-normalize.el (ucs-normalize-version):
13109         Change to 1.1.
13110         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13111         (utf-8-hfs): Make it perform normalization on encoding too.
13113         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
13114         (sentence-end-without-space): Delete duplicated chars.
13115         (sentence-end-base): Likewise.
13117         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
13118         (html-mode): Delete duplicated chars from sentence-end-base.
13120         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
13121         (texinfo-mode): Delete duplicated chars from sentence-end-base.
13123 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
13125         * files.el (hack-one-local-variable): If the mode function is for
13126         a minor mode, pass it an argument (Bug#4148).
13128 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
13130         * net/tramp.el (tramp-register-completion-file-name-handler):
13131         Check also for (member 'partial-completion completion-styles).
13133 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13135         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13136         abbrev (Bug#3943).
13138 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
13140         * progmodes/cperl-mode.el: Merge upstream 6.2.
13141         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13142         (cperl-forward-re): Check cperl-brace-recursing.
13143         (cperl-highlight-charclass): New function.
13144         (cperl-find-pods-heres): Use it.
13145         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13146         (cperl-beautify-regexp-piece): Fix column calculation.
13147         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13148         (cperl-beautify-level): Don't process entire regexp.
13149         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13150         calling man.
13151         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13152         (cperl-init-faces): Build a list in the normal way.
13154 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13156         * calendar/parse-time.el (parse-time-string-chars): Save match
13157         data.
13159 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13161         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13162         (sql-product): Use it.
13163         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13164         (sql-set-product): Add completion.
13165         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13166         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13167         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13168         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13169         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13170         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13171         (sql-highlight-db2-keywords): Remove.
13172         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13173         (sql-highlight-product): Use derived-mode-p.
13174         (sql-set-sqli-buffer): Use with-current-buffer.
13175         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13176         Simplify.
13178         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13180         * term.el: Fix commenting convention, turn comments into docstrings.
13182 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
13184         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13186 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13188         * calendar/parse-time.el (parse-time-string-chars): Compute using
13189         character classes, to handle non-ascii characters (Bug#3190).
13191 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13193         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13194         another heredoc if the user adds another < (Bug#3226).
13196         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13197         Don't initialize based on window-system (Bug#4124).
13199         * facemenu.el (facemenu-read-color): Use a completion function
13200         that accepts any defined color, such as RGB triplets (Bug#3677).
13202         * files.el (get-free-disk-space): Change fallback default
13203         directory to /.  Expand DIR argument before switching to fallback.
13204         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13206 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13208         * files.el (load-library): Doc fix.
13210 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
13212         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13213         (viper-if-string): Redefine C-s in the minibuffer to insert the last
13214         incremental search string.
13216         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13217         XEmacs.
13219         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13220         (ediff-merge-region-is-non-clash)
13221         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13222         Also check if the job is really a merge job.
13224         * ediff.el (ediff-current-file): New function.
13226 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13228         * progmodes/js.el: Edit docstrings throughout to follow Emacs
13229         conventions.
13230         (js-insert-and-indent): Delete function.
13231         (js-mode-map): Don't bind keys to js-insert-and-indent.
13232         (js-beginning-of-defun): Rename from js--beginning-of-defun.
13233         (js-end-of-defun): Rename from js--end-of-defun.
13234         (js-auto-indent-flag): Delete variable.
13236 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
13238         * progmodes/js.el: Remove proclaim statement.
13239         Defvar which-func-imenu-joiner-function to silence compiler.
13241         * files.el (auto-mode-alist): Use js-mode for .js files.
13243         * progmodes/js2-mode.el: Remove file.
13245         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13247         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13249         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13251 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
13252             Karl Landstrom  <karl.landstrom@brgeight.se>
13254         * progmodes/js.el: New file.
13256 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
13258         * timezone.el (timezone-parse-date): Add ability to understand ISO
13259         basic format (minimal separators) dates in addition to the
13260         already-supported extended format dates.
13262 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
13264         * international/ucs-normalize.el: Add a `coding' file variable.
13266         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13268 2009-08-14  Sam Steingold  <sds@gnu.org>
13270         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13272 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
13274         * faces.el (help-argument-name): Define it here instead of
13275         help-fns.el, because in daemon mode help-fns.el may be loaded when
13276         faces are still uninitialized (Bug#1078).
13278         * help-fns.el (help-argument-name): Move defface to faces.el.
13280 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
13282         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13283         create buffer with a pty but no process so that GDB can make the
13284         inferior the controlling process.
13286 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
13288         * international/ucs-normalize.el: New file.
13290 2009-08-13  Richard Stallman  <rms@gnu.org>
13292         * mail/rmail.el (rmail-get-attr-names):
13293         Accept an attribute header that is too short.
13295         * mail/rmail.el (rmail-forget-messages):
13296         Ignore nil elt in rmail-message-vector.  Use dotimes.
13298         * progmodes/compile.el (compilation-goto-locus):
13299         Use next-error-move-function.
13301         * simple.el (next-error-move-function): New variable.
13303 2009-08-12  Juri Linkov  <juri@jurta.org>
13305         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13306         always non-nil.  (Bug#4052)
13308         * replace.el (read-regexp): Return empty string when
13309         `default-value' is nil.
13310         (keep-lines-read-args): Don't use empty string as the
13311         default value for `read-regexp'.  (Bug#2495)
13313 2009-08-12  Juri Linkov  <juri@jurta.org>
13315         * international/mule-cmds.el (ucs-insert): Change arguments
13316         from `arg' to `character', `count', `inherit' to be the same
13317         as in `insert-char'.  Doc fix.  (Bug#4039)
13319         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13321 2009-08-12  Juri Linkov  <juri@jurta.org>
13323         * files-x.el: New file.
13325         * files.el: Move code that deals with adding/deleting
13326         file/directory-local variables to files-x.el.
13328         * Makefile.in (ELCFILES): Add files-x.elc.
13330 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
13332         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13333         to use `goto-line'.
13334         (gdb-place-breakpoints, gdb-get-location): Rewritten without
13335         `goto-line'.
13336         (gdb-invalidate-disassembly): Do not refresh upon receiving
13337         'update signal.  Instead, update all disassembly buffers only after
13338         threads list.
13339         (gdb): Send -target-detach when buffer is killed (Bug#3794).
13340         (gdb-starting): Moved -data-list-register-names...
13341         (gdb-stopped): ...here so it's sent when first thread stops.
13342         (gdb-registers-handler-custom): Do nothing if register names are
13343         unknown yet.
13345         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13346         from `gdb-mi.el' to avoid extra tangling.
13348         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13349         change which breaks `gud-def' definitions used in `gdb'.
13350         (gdb-update-gud-running): No extra fuss for updating frame number.
13352 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13354         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13355         (describe-language-environment-map, setup-language-environment-map)
13356         (set-coding-system-map): Move initialization into declaration.
13357         (set-language-info-alist): Last arg to define-key-after can be skipped.
13359         * international/quail.el (quail-completion-1): Simplify.
13360         (quail-define-rules): Use slightly more compact code.
13361         (quail-insert-decode-map): Propertize keys, compact columns.
13363         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13364         Add goto-line.
13366 2009-08-10  Miles Bader  <miles@gnu.org>
13368         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13369         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13370         (js2-instance-member, js2-private-member, js2-private-function-call)
13371         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13372         (js2-magic-paren, js2-external-variable):
13373         Remove "-face" suffix from face names.
13374         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13375         (js2-highlight-undeclared-vars, js2-peek-token)
13376         (js2-parse-function-params, js2-mode-show-errors)
13377         (js2-mode-show-warnings, js2-make-magic-delimiter)
13378         (js2-mode-highlight-magic-parens): Update to use new face names.
13380 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
13382         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13383         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
13385 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
13387         * subr.el: Provide hashtable-print-readable.
13389         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13390         hs-c-like-adjust-block-beginning.
13391         (hs-hide-block-at-point): Stop hiding at the beginning of
13392         hs-block-end-regexp (Bug#700).
13394 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
13396         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13397         a macro.
13398         (gdb-registers-handler-custom): Do not fail when register names
13399         are unavailable.
13401 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13403         * progmodes/gdb-mi.el (gdb-control-all-threads)
13404         (gdb-control-current-thread): Interactive setters for
13405         `gdb-gud-control-all-threads' to use in menu.
13406         (gdb-show-run-p): Show «Go» when process is not active.
13407         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
13408         gud/thread.xpm and gud/all.xpm.
13410 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
13412         * net/net-utils.el (net-utils-font-lock-keywords): New var.
13413         (nslookup-font-lock-keywords): Make it a variable.
13414         (net-utils-mode): New mode for viewing diagnostic network output.
13415         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13416         (net-utils-run-simple): New function.
13417         (ifconfig, iwconfig, netstat, arp, route): Use it.
13419 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13421         * progmodes/gdb-mi.el (gdb-read-memory-custom)
13422         (gdb-memory-set-address, def-gdb-set-positive-number)
13423         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13424         after changing settings.
13425         (gdb-invalidate-disassembly): Update when first shown.
13426         (gdb-edit-locals-value): Fixed.
13427         (gdb-registers-handler-custom): Print registers in right order and
13428         allow changing register values (only for current thread yet).
13429         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13430         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13431         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13432         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13433         info in mode name.
13434         (gdb-registers-mode-map): TAB to switch to locals.
13436 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
13438         * mail/rmail.el (rmail-add-mbox-headers)
13439         (rmail-set-message-counters-counter): Search for
13440         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
13442 2009-08-08  Glenn Morris  <rgm@gnu.org>
13444         * Makefile.in (ELCFILES): Update.
13446 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13448         * mail/sendmail.el (mail-yank-original): Set
13449         buffer-file-coding-system from the one used by the message whose
13450         text is yanked.
13452         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13453         to "windows" when "pgnuplot" is used.
13454         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13455         call accept-process-output if "pgnuplot" is used.
13456         (calc-graph-init): Don't send -display and -geometry to
13457         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
13458         running "pgnuplot -V" with shell-command-to-string.
13460         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13461         the default.
13463 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13465         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13466         org/org-latex.elc.
13468 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
13470         * vc-dispatcher.el (vc-resynch-window): Update comment.
13472         * term.el (term-handle-ansi-escape): Add comments with the
13473         terminfo capabilities implemented.
13475 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
13477         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
13478         (gdb-var-create-handler): Rewritten using JSON parser.
13479         (gdb-propertize-header): Moved earlier.
13480         (gdb-set-header): Removed to avoid duplication.
13481         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
13482         Refresh disassembly buffers only after threads list have been
13483         update.
13484         (gdb-threads-header, gdb-registers-header): Per-buffer header line
13485         variables.
13487 2009-08-04  Juri Linkov  <juri@jurta.org>
13489         * files.el: Commands to add/delete file/directory-local variables.
13490         (read-file-local-variable, read-file-local-variable-value)
13491         (read-file-local-variable-mode, modify-file-local-variable)
13492         (modify-file-local-variable-prop-line)
13493         (modify-dir-local-variable): New functions.
13494         (add-file-local-variable, delete-file-local-variable)
13495         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
13496         (add-dir-local-variable, delete-dir-local-variable)
13497         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
13498         (copy-dir-locals-to-file-locals-prop-line): New commands.
13500 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
13502         * abbrev.el (insert-abbrev-table-description): Prettify output.
13503         Suggested by Karl Chen.
13505 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
13507         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
13508         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
13509         (gdb-overlay-arrow-position, gdb-thread-position)
13510         (gdb-disassembly-position): Declare variables.
13511         (gdb-wait-for-pending): Function now.
13512         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
13513         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
13514         compilation goes smoothly.
13515         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
13516         (gdb-non-stop-setting): New customization setting which replaces
13517         `gdb-non-stop' so changing it doesn't break active GDB session.
13518         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
13519         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
13520         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
13521         (gdb-show-threads-by-default): New customization options.
13522         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
13523         routines.
13524         (gdb-get-buffer-create): Send buffers update signal when they are
13525         created.
13526         (gdb-invalidate-locals, gdb-invalidate-registers)
13527         (gdb-invalidate-breakpoints)
13528         (gdb-invalidate-threads, gdb-invalidate-disassembly)
13529         (gdb-invalidate-memory): Accept update signal.
13530         (gdb-current-context-command): Use --frame option.
13531         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
13532         Implement `gdb-frame-number' selection logic.
13533         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
13534         whether to show GUD toolbar buttons.
13535         (gdb-thread-exited): Unselect current thread when it exits.
13536         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
13537         (gdb-mark-line): Routine which sets overlay arrow or inverses
13538         video on fringeless displays.
13539         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
13540         to build aligned columns of data in GDB buffers and set text
13541         properties line-by-line.
13542         (gdb-invalidate-breakpoints)
13543         (gdb-breakpoints-list-handler-custom)
13544         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
13545         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
13546         (gdb-registers-handler-custom): Align data columns.
13547         (gdb-locals-handler-custom): Now prints data like in variable
13548         declarations.
13549         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
13550         Removed confusing buttons.
13551         (gdb-invalidate-threads): Append --frame.
13552         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
13553         between breakpoints/threads buffers.
13554         (gdb-set-window-buffer): Now can ignore dedicated windows.
13555         (gdb-propertize-header): Use `gdb-set-window-buffer'.
13556         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
13557         (def-gdb-thread-buffer-gud-command): Replaces
13558         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
13559         for fine thread control.
13560         (gdb-preempt-existing-or-display-buffer): New function used to
13561         display bound buffers without breaking window layout.
13562         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
13563         (gdb-select-frame): New version of `gdb-frames-select' which now
13564         sets `gdb-frame-number' so commands may use --frame option instead
13565         of inner debugger state.
13566         (gdb-frame-handler): Do not set `gdb-frame-number'.
13567         (gdb-threads-mode-map): Select threads with mouse.
13569         * progmodes/gud.el (gdb-gud-context-call): Declare function to
13570         avoid compilation warning.
13571         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
13572         `gdb-show-stop-p`.
13574         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
13575         Argument `key' renamed to `buffer-type'.
13576         (gdb-current-context-buffer-name): Do not add thread info to
13577         buffer name when no thread is selected.
13578         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
13579         command (bug 3794).
13580         (gdb-thread-selected): Handle `=thread-selected' notification.
13581         (gdb-wait-for-pending): New macro to deal with congestion problems.
13582         (gdb-breakpoints-list-handler-custom): Don't fail on pending
13583         breakpoints.
13584         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
13585         This fixes problem similar to one described in bug 3947.
13586         (gud-menu-map): More menu items.
13587         (gdb-init-1): Reset `gdb-thread-number' to nil.
13589         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
13590         non-stop settings.
13592         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
13593         (gdb-current-context-command): Do not append --thread if
13594         `gdb-thread-number' is nil.
13595         (gdb-running-threads-count, gdb-stopped-threads-count): New
13596         variables.
13597         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
13598         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
13599         customization options.
13600         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
13601         GUD commands.
13602         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
13603         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
13604         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
13605         set `gdb-thread-number' and update `gud-running' properly.
13606         (gdb-running): Update threads list when new threads appear.
13607         (gdb-stopped): Support non-stop operation and new thread switching
13608         logic.
13609         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
13610         (gdb-json-partial-output): New set of JSON routines.
13611         (def-gdb-auto-update-trigger): New `signal-list' optional
13612         argument.
13613         (gdb-thread-list-handler-custom): Update `gud-running',
13614         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
13615         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
13616         (gdb-continue-thread, gdb-step-thread): New commands for fine
13617         thread execution control.
13618         (gud-menu-map): New menu items to switch non-stop options.
13619         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
13620         (gdb-send): Mimic RET properly (bug 3794).
13622         * progmodes/gdb-mi.el (gdb-rules-name-maker)
13623         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
13624         gdb-buffer-rules.
13625         (def-gdb-auto-update-handler): New nopreserve optional argument.
13626         (gdb-stack-list-frames-custom): Print stack from top to bottom.
13628         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
13629         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
13630         (gdb-parent-mode): New mode to derive other GDB modes from.
13631         (gdb-display-disassembly-for-thread)
13632         (gdb-frame-disassembly-for-thread): New commands for threads
13633         buffer.
13635         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
13636         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
13637         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
13638         (gdb-update): We now store all GDB buffers in a list so that they
13639         can be updated by traversing a list instead of calling invalidate
13640         triggers explicitly.
13641         (def-gdb-trigger-and-handler): New macro to define trigger-handler
13642         pair for GDB buffer.
13643         (gdb-stack-buffer-name): Add thread information.
13644         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
13645         handle pending triggers.
13646         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
13647         (def-gdb-thread-buffer-simple-command)
13648         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
13649         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
13650         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
13651         New commands which show buffers bound to thread.
13652         (gdb-stack-list-locals-regexp): Removed unused regexp.
13654         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
13655         (gdb-locals-buffer-name, gdb-registers-buffer-name)
13656         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
13657         to (gud-comint-buffer) in *-buffer-name functions
13658         because (gdb-get-target-string) already does that.
13659         (gdb-locals-handler-custom, gdb-registers-handler-custom)
13660         (gdb-changed-registers-handler): Rewritten without regexps.
13662         * progmodes/gdb-mi.el: Basic thread selection support.
13663         (gdb-thread-number): New variable.
13664         (gdb-current-context-command): New macro which adds --thread
13665         option to command.
13666         (gdb-threads-mode-map): Select thread with SPC.
13667         (gdb-thread-list-handler-custom): Mark current thread with overlay
13668         arrow.  Synchronize GDB thread and Emacs thread.
13669         (gdb-select-thread): New command which selects current thread.
13670         (gdb-invalidate-frames, gdb-invalidate-locals)
13671         (gdb-invalidate-registers): Use --thread option.
13673 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
13675         * net/tramp.el (top): Make check for tramp-gvfs loading more
13676         robust.  (Bug#3977)
13677         (tramp-handle-insert-file-contents): `unwind-protect' must be
13678         inside `with-parsed-tramp-file-name'.
13680         * net/tramp-gvfs.el (top): Remove superfluous message when loading
13681         fails.
13683 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
13685         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
13686         directory if CLASSPATH is not set.
13688 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
13690         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
13691         New defconst.
13692         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
13694 2009-08-02  Kevin Ryde  <user42@zip.com.au>
13696         * net/newst-backend.el (newsticker--raw-url-list-defaults):
13697         Update freshmeat link.  Delete newsforge.com as it seems gone.
13699 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13701         * select.el (x-set-selection): Doc fix (Bug#4021).
13703         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
13705         * help-fns.el (describe-variable): Treat list return values from
13706         dir-locals-find-file properly (Bug#4005).
13708 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
13710         * net/tramp.el (tramp-debug-message): Print also microseconds.
13712 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
13714         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
13715         or END is non-nil.
13716         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
13717         (tramp-get-debug-buffer): Change `outline-regexp' according to new
13718         format.
13720         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
13721         (tramp-get-file-property): Use it.
13723         * autorevert.el (auto-revert-handler): Allow
13724         `auto-revert-tail-mode' for remote files.
13726 2009-08-02  Jason Rumney  <jasonr@gnu.org>
13728         * minibuffer.el (read-file-name): Treat confirm options to
13729         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
13731 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13733         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
13734         (font-lock-variable-name-face, font-lock-constant-face): Darken
13735         the colors for light backgrounds.
13737 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
13739         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
13740         month names.  (Bug#3987)
13742 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
13744         * simple.el (line-move-finish): Pass whole number to
13745         line-move-to-column.
13746         (line-move-visual): Perform hscroll to the recorded position.
13748 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
13750         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
13752 2009-07-29  Alan Mackenzie  <acm@muc.de>
13754         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
13756 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
13758         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
13759         (gdb-place-breakpoints): Use full path when setting breakpoints.
13761 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
13763         * calc/calc.el (calc-mode-map): Add keybinding for
13764         `calc-transpose-lines'.
13766 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
13768         * calc/calc-misc.el (calc-transpose-lines): New function.
13770 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
13772         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
13773         Simplify check for out-of-band methods.
13774         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
13775         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
13777 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
13779         * vc-git.el (vc-git-checkin): Fix typo.
13781 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
13783         * progmodes/js2-mode.el: New file.
13785 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
13787         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
13788         (gud-menu-map): Adjust tooltip accordingly.
13790 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
13792         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
13793         (vc-bzr-log-view-mode): Adjust log-view-file-re.
13795         * add-log.el (change-log-mode-map): Add a menu.
13797 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
13799         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
13800         function returns nil.
13801         (dbus-handle-event): Handle special return value :ignore.
13802         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
13804 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
13806         * view.el (view-mode-enable): Don't define Helper-return-blurb if
13807         it's not needed.
13809 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
13811         Fix Bug#3888:
13813         * w32-vars.el (x-select-enable-clipboard): Doc fix.
13815         * term/pc-win.el (x-display-name, x-colors)
13816         (x-select-enable-clipboard, x-select-text): Doc fix.
13818         * term/common-win.el (x-display-name, x-colors): Doc fix.
13820         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
13821         (xw-defined-colors): Doc fix.
13823         * w32-fns.el (x-select-text, x-setup-function-keys)
13824         (x-get-selection, x-set-selection): Doc fix.
13826         * term/x-win.el (x-select-text, x-setup-function-keys)
13827         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
13829         * select.el (x-set-selection): Doc fix.
13831 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
13833         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
13834         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
13835         "IsNSSSupportAvailable" method is not available.  Reported by
13836         Steve Youngs <steve@sxemacs.org>.
13838 2009-07-24  Kenichi Handa  <handa@m17n.org>
13840         * international/characters.el: Fix setting of category ?C, ?|, ?K,
13841         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
13842         (build-unicode-category-table): Fix range checks.
13844 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
13846         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
13847         the buffer we try to sync is current when calling
13848         vc-resynch-buffer.
13850         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
13851         not show up to date files.
13853 2009-07-24  Glenn Morris  <rgm@gnu.org>
13855         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
13856         Add autoload cookies.  If necessary, initialize.
13857         (elint-log): Handle non-file buffers.
13858         (elint-initialize): Add optional argument to reinitialize.
13859         (elint-find-builtin-variables): Save excursion.
13861 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
13863         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13864         for Lint.
13866 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
13868         * vc.el (vc-print-log-internal): New function, split out from ...
13869         (vc-print-log): ... here.
13870         (vc-dir-move-to-goal-column): Declare.
13872         * vc-git.el (vc-git-add-signoff): New variable.
13873         (vc-git-checkin): Use it.
13874         (vc-git-toggle-signoff): New function.
13875         (vc-git-extra-menu-map): Bind it to menu.
13876         (vc-git--run-command-string): Accept a nil FILE argument.
13877         (vc-git-stash-list): New function.
13878         (vc-git-dir-extra-headers): Use it.
13880 2009-07-23  Glenn Morris  <rgm@gnu.org>
13882         * help-fns.el (describe-variable): Describe ignored and risky local
13883         variables in a similar way to that in which we describe safe ones.
13885         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
13886         (byte-compile-output-file-form, byte-compile-output-docform)
13887         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
13888         Give some more local variables with common names a "bytecomp-" prefix,
13889         so as not to shadow things during compilation.
13890         * emacs-lisp/cl-macs.el (load-time-value)
13891         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
13892         `outbuffer' to `bytecomp-outbuffer'.
13894         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
13895         since the next two variables cover them automatically now.
13896         (elint-builtin-variables, elint-autoloaded-variables): New.
13897         (elint-unknown-builtin-args): Remove all members, since they can be
13898         parsed automatically now.
13899         (elint-extra-errors): New.
13900         (elint-env-add-env, elint-env-add-macro): Use cadr.
13901         (elint-current-buffer): Use or.  Change final message.
13902         (elint-get-top-forms): Use line-end-position.
13903         (elint-init-env): Use cadr.  Handle autoload, declare-function,
13904         and defalias.
13905         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
13906         (regexp-assoc): Remove unused function.
13907         (elint-top-form): Set elint-current-pos, to record the start of the
13908         top-level form, for compilation-mode.
13909         (elint-form): Trap errors in macro expansion.  Use dolist.
13910         (elint-unbound-variable): Use elint-builtin-variables and
13911         elint-autoloaded-variables.
13912         (elint-get-args): Use cadr, or.
13913         (elint-check-cond-form): Use dolist, cadr.
13914         (elint-check-condition-case-form): Doc fix.  Use cadr.
13915         Use elint-extra-errors.
13916         (elint-log): New function.
13917         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
13918         Distinguish errors and warnings.
13919         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
13920         Use a bytecomp-style format.
13921         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
13922         (elint-get-log-buffer): Use compilation mode.  Disable undo.
13923         Don't truncate lines.
13924         (elint-initialize): Set builtin and autoloaded variable lists.
13925         Only process elint-unknown-builtin-args if non-nil.
13926         (elint-find-builtin-variables, elint-find-autoloaded-variables):
13927         New functions.
13928         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
13930 2009-07-22  Kevin Ryde  <user42@zip.com.au>
13932         * net/newst-backend.el (newsticker--parse-atom-1.0)
13933         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
13934         (newsticker--parse-rss-1.0):
13935         * progmodes/idlwave.el (idlwave-mode):
13936         * progmodes/idlw-shell.el (idlwave-shell-mode):
13937         * progmodes/vera-mode.el (vera-mode):
13938         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
13939         * progmodes/vhdl-mode.el (vhdl-mode):
13940         * textmodes/table.el (table-generate-source)
13941         (table--warn-incompatibility):
13942         Hyperlink urls in docstrings with URL `...'.
13944 2009-07-22  Glenn Morris  <rgm@gnu.org>
13946         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
13947         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
13948         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
13949         Remove leading * from defcustom docs.
13951         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
13953         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
13954         defcustom doc.
13955         (list-load-path-shadows): Optionally, just return shadows as a string.
13957         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
13959 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
13961         * mail/rmailedit.el (rmail-edit-mode): Use
13962         auto-save-include-big-deletions.
13964         * mail/rmail.el (rmail-variables): Use
13965         auto-save-include-big-deletions.
13967         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
13968         changes.
13970 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
13972         * calc/calc.el (calc-undo-length): New variable.
13973         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
13975 2009-07-21  Richard Stallman  <rms@gnu.org>
13977         * files.el (auto-save-mode): Handle buffer-save-size = -2
13978         for toggling mode.
13980 2009-07-21  Glenn Morris  <rgm@gnu.org>
13982         * textmodes/ispell.el (ispell-looking-back): Update declaration.
13984         * calendar/todo-mode.el (calendar-current-date): Update declaration.
13986         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
13987         silence compiler.  Instead...
13988         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
13989         (ps-print-ensure-fontified): Update for above function name changes.
13991         * printing.el (pr-mh-get-msg-num, pr-mh-show)
13992         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
13993         silence compiler.  Instead...
13994         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
13995         (mh-show-buffer): Only define for compiler.
13996         (pr-mh-current-message): Update for above function name changes.
13998         * files.el (abort-if-file-too-large): Explicitly pass `filename'
13999         as an argument.
14000         (find-file-noselect, insert-file-1): Update for above change.
14002         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
14004         * mail/mailclient.el (mailclient-send-it): Fix message.
14006         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
14007         (edebug-eval): Check cl-debug-env is bound.
14008         (print-level, print-circle): Don't redefine built-in variables.
14010         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
14011         (custom-print-vectors): Remove old comments from doc.
14013         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
14014         (emerge-version): Make the variable an obsolete alias for the
14015         emacs-version variable.  Make the function obsolete.
14016         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
14017         Emerge options, rather than merging in into the main Options menu.
14018         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
14019         and auto advance modes.  Disable edit/fast items when not relevant.
14021 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
14023         * term/vt420.el (terminal-init-vt420): Fix typo.
14025 2009-07-20  Sam Steingold  <sds@gnu.org>
14027         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14028         variable (removed from compile.el on 2004-03-11).
14030 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
14032         * files.el (hack-local-variables-filter): Fix last change.
14034 2009-07-19  Juri Linkov  <juri@jurta.org>
14036         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14037         (dir-local-variables-alist): New buffer-local variable.
14038         (hack-local-variables-filter): If variable is not dir-local,
14039         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14040         because file-local overrides dir-local.
14041         (c-postprocess-file-styles) <declare-function>:
14042         Remove obsolete declaration.
14043         (hack-dir-local-variables): Add dir-local variable/value pair to
14044         `dir-local-variables-alist' and remove duplicates.  Doc fix.
14046         * help-fns.el (describe-variable): Add information about
14047         file-local and dir-local variables.
14049 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
14051         * files.el (hack-local-variables-filter): Rewrite.
14053 2009-07-19  Glenn Morris  <rgm@gnu.org>
14055         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14056         Silence compiler by only defining on XEmacs.
14058         * international/mule.el (auto-coding-regexp-alist): Only match
14059         BABYL... at the start of buffer, not of lines.  (Bug#3790)
14061         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14062         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
14063         (cal-menu-context-mouse-menu): Doc fix.
14065         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14067         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
14069 2009-07-18  Juri Linkov  <juri@jurta.org>
14071         * info.el: Virtual Info keyword finder.
14072         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14073         (Info-finder-file): New variable.
14074         (Info-finder-find-file): New function.
14075         (finder-known-keywords, finder-package-info)
14076         (find-library-name, lm-commentary): Use defvar and
14077         declare-function to silence compiler warnings.
14078         (Info-finder-find-node): New function.
14079         (info-finder): New command.
14081         * subr.el (process-kill-buffer-query-function): New function.
14082         (add-hook)<kill-buffer-query-functions>: Add hook
14083         `process-kill-buffer-query-function'.
14085 2009-07-18  Alan Mackenzie  <acm@muc.de>
14087         * progmodes/cc-mode.el (c-before-hack-hook)
14088         (c-postprocess-file-styles): Give invocation of `c-set-style'
14089         DONT-OVERRIDE parameter of t.  Already set style variables will
14090         thus not be overridden by style settings given by `c-file-syle'.
14092         * files.el (hack-local-variables-filter): Remove entries with
14093         duplicate keys from `file-local-variables-alist'.
14095 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14097         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14098         x-set-selection if display-selections-p returns nil for the
14099         current frame.
14101 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
14103         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14105 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14107         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14108         Accept nil in addition to a regexp.
14109         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14110         Accept nil in addition to a regexp.
14111         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14112         buffers that have an associated file.  Handle nil values of
14113         desktop-buffers-not-to-save and desktop-files-not-to-save.
14114         (Bug#3833)
14116         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14117         (x-disown-selection-internal): New functions.
14119 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
14121         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14122         warning.
14123         (gdb-breakpoints-header): Move forward to avoid compiler warning.
14124         (gdb-make-header-line-mouse-map): Remove duplicate definition.
14126 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
14128         * simple.el (set-mark): Revert last change.
14130 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
14132         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14133         rendering of pngs is not possible instead of messaging a long
14134         description.
14136 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
14138         * w32-fns.el (x-selection-owner-p): New function.
14140         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14141         (mouse-yank-at-click, mouse-yank-primary): If
14142         select-active-regions is non-nil, deactivate the mark before
14143         insertion.
14145         * simple.el (deactivate-mark, set-mark): Only save selection if we
14146         own it.
14148 2009-07-17  Kenichi Handa  <handa@m17n.org>
14150         * case-table.el (describe-buffer-case-table): Fix for the case
14151         that KEY is a cons.
14153 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
14155         * vc-rcs.el (vc-rcs-find-file-hook):
14156         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14158 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
14160         * net/tramp.el (tramp-wait-for-output): Handle the case when
14161         commands do not return a newline but a null byte before the shell
14162         prompt.  (Bug#3858)
14164 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14166         * term/ns-win.el (ns-set-alpha): Don't declare.
14167         (ns-set-background-alpha): Remove function.
14169 2009-07-16  Kevin Ryde  <user42@zip.com.au>
14171         * emacs-lisp/copyright.el (copyright-update): Save match-data across
14172         y-or-n-p, for safety.
14174 2009-07-16  Richard Stallman  <rms@gnu.org>
14176         * files.el (auto-save-mode): If buffer-saved-size is -2,
14177         don't clobber it.
14179         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14180         (rmail-retry-ignored-headers): Add more uninteresting fields.
14182 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
14184         * net/rcirc.el (rcirc): Use history variables.
14185         (rcirc-server-name-history, rcirc-nick-name-history)
14186         (rcirc-server-port-history): New variables.
14188 2009-07-15  Kenichi Handa  <handa@m17n.org>
14190         * international/mule-cmds.el (set-language-environment-charset):
14191         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14192         ignore them.
14194         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14195         Delete unibyte-display.
14197 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14199         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14201 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14203         * simple.el (deactivate-mark): Optional argument FORCE.
14204         (set-mark): Use deactivate-mark.
14206         * info.el (Info-search): No need to check transient-mark-mode
14207         before calling deactivate-mark.
14209         * select.el (x-set-selection): Doc fix.
14210         (x-valid-simple-selection-p): Allow buffer values.
14211         (xselect--selection-bounds): Handle buffer values.  Suggested by
14212         David De La Harpe Golden.
14214         * mouse.el (mouse-set-region, mouse-drag-track): Call
14215         copy-region-as-kill before setting the mark, to let
14216         select-active-regions work.
14218 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
14220         * simple.el (deactivate-mark): If select-active-regions is
14221         non-nil, copy the selection data into a string.
14222         (activate-mark): If select-active-regions is non-nil, set the
14223         selection to the current buffer.
14224         (set-mark): Update selection if select-active-regions is non-nil.
14226         * select.el (x-valid-simple-selection-p): Allow buffer values.
14228 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14230         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14231         and more featureful message-mode.
14233 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
14235         * select.el (x-set-selection): Doc fix.
14236         (x-valid-simple-selection-p): Disallow selection data consisting
14237         of a list or cons of integers, since that is not used.
14238         (xselect--selection-bounds, xselect--int-to-cons): New functions.
14239         (xselect-convert-to-string, xselect-convert-to-length)
14240         (xselect-convert-to-filename, xselect-convert-to-charpos)
14241         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14243 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
14245         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14246         output in -break-info command (Emacs bug #3794).
14248 2009-07-14  Glenn Morris  <rgm@gnu.org>
14250         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14251         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14252         (edebug-print-length, edebug-print-level, edebug-print-circle)
14253         (edebug-sit-for-seconds, edebug-view-outside)
14254         (edebug-bounce-point, edebug-set-global-break-condition)
14255         (edebug-Go-nonstop-mode, edebug-trace-mode)
14256         (edebug-Trace-fast-mode, edebug-continue-mode)
14257         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14258         (edebug-visit-eval-list): Doc fixes.
14260         * subr.el (def-edebug-spec): Doc fix.
14262 2009-07-14  Kenichi Handa  <handa@m17n.org>
14264         * international/characters.el: Fix setting of category ?C.
14266 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
14268         * term/ns-win.el (x-select-font): defalias x-select-font to
14269         ns-popup-font-panel instead of generate-fontset-menu.
14271 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
14273         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
14275 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
14277         * arc-mode.el (archive-find-type): Allow for a PK00 string before
14278         the PK\003\004 header (Bug#3770).
14280 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
14282         * pcomplete.el (pcomplete-comint-setup): Check for
14283         shell-dynamic-complete-filename too.
14285 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
14287         * simple.el (temporary-goal-column): Change the value for
14288         line-move-visual to a cons cell.
14289         (line-move-visual): Record or set the window hscroll, if
14290         necessary (Bug#3494).
14291         (line-move-1): Handle cons value of temporary-goal-column.
14293 2009-07-11  Kenichi Handa  <handa@m17n.org>
14295         * international/mule-diag.el (describe-character-set): Don't show
14296         width.
14298 2009-07-10  Sam Steingold  <sds@gnu.org>
14300         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14301         Omake sometimes indents the errors it prints, so allow all
14302         regexps to start with spaces.
14304 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
14306         * cus-edit.el (customize-changed-options-previous-release):
14307         Bump value to 22.1.  (Bug#3804)
14309 2009-07-08  Sam Steingold  <sds@gnu.org>
14311         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14312         to be a cons cell (test . ignored-directory) to selectively ignore
14313         some directories depending on the location of the search.
14315 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
14317         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14318         remote user is root, on the local host.
14319         (tramp-local-host-p): Either the local user or the remote user
14320         must be root.  (Bug#3771)
14322 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14324         * progmodes/gdb-mi.el (gdb): Remove description of
14325         gdb-use-separate-io-buffer.
14326         (menu): Don't allow toggling of or enable
14327         gdb-use-separate-io-buffer from menubar.
14329 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
14331         * mail/unrmail.el (unrmail): Make sure the message ends with two
14332         newlines (Bug#3769).
14334 2009-07-08  Glenn Morris  <rgm@gnu.org>
14336         * calendar/calendar.el (calendar-current-date): Rework previous change.
14338 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
14340         * calendar/calendar.el (calendar-current-date):
14341         Add an optional argument giving an offset from today.
14343 2009-07-08  Glenn Morris  <rgm@gnu.org>
14345         * tutorial.el (tutorial--describe-nonstandard-key):
14346         Adjust the message for when a key has been unbound.
14347         (help-with-tutorial): Hide the arch-tag.
14349 2009-07-08  Kenichi Handa  <handa@m17n.org>
14351         * international/fontset.el (setup-default-fontset): For each
14352         script, append (not set) font-specs.
14354         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14355         docstring.
14357 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14359         * progmodes/gdb-mi.el (gdb-init-1): Move sending
14360         -data-list-register-names to ...
14361         (gdb-starting): ... here because GDB 7.0 requires execution to
14362         have started when using this MI command.
14363         (gdb-set-header): New function to distinguish select and
14364         unselected tabs in gdb buffers.
14365         (gdb-propertize-header): New macro that uses gdb-set-header.
14366         (gdb-breakpoints-header, gdb-locals-header): Use it.
14367         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14369 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
14371         * Makefile.in (ELCFILES): Remove fadr.elc.
14373 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
14375         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14376         may contain frame information, so `string-match' should be used.
14377         (gdb-update): Disassembly is invalidated through
14378         `gdb-get-selected-frame'.
14379         (gdb-pad-string): New function to pad string with spaces.
14380         (gdb-invalidate-disassembly): Invalidate only if the buffer
14381         exists.
14382         (gdb-disassembly-handler-custom): Column alignment.
14383         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14384         placing new ones.
14385         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14386         end of line, too.
14387         (gdb-frame-handler): Match convention to for disassembly buffer
14388         mode name.
14389         (gdb-stack-list-frames-handler): Rewritten without regexps.
14390         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14391         not highlight breakpoints without line information.
14392         (gdb-input): Add trailing newline to command.
14394         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14395         buffer properly.
14396         (gdb-breakpoints-list-handler-custom): Replacement for
14397         `gdb-break-list-handler'.  Using real parser instead of regexps
14398         now.
14399         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14400         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14401         to place breakpoints.
14402         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14403         functions.
14404         (gdb-disassembly-handler-custom): Show overlay arrow.
14405         (gdb-disassembly-place-breakpoints): Show breakpoints in
14406         disassembly buffer.
14407         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14408         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14409         instead of parsing breakpoints buffer.  Fixed old menu references
14410         in `gud-menu-map'.
14412         * fadr.el: Remove.
14414         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14415         (gdb-memory-address): New variable which holds top address of
14416         memory page shown in memory buffer.
14417         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14418         customization variables.
14419         New functions:
14420         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14421         display the memory buffer.
14422         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14423         buffer display parameters.
14424         (def-gdb-memory-format, gdb-memory-format-binary)
14425         (gdb-memory-format-octal, gdb-memory-format-unsigned)
14426         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14427         Functions for setting memory buffer format.
14428         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14429         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14430         unit size used in memory buffer.
14431         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14432         to next/previous page of memory buffer.
14433         Now using (bindat-get-field) instead of fadr functions.
14435 2009-07-07  Sam Steingold  <sds@gnu.org>
14437         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14438         non-top-level files.
14440 2009-07-07  Kenichi Handa  <handa@m17n.org>
14442         * international/mule-cmds.el (reset-language-environment): Put
14443         the highset priority to the charset iso-8859-1.
14445 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14447         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14448         to the end of the line when locating the block (Bug#700).
14450 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
14452         * net/tramp.el (tramp-handle-write-region): Flush file properties
14453         in case of short track.
14455 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
14457         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14458         Coded custom representation of verilog error regular expressions
14459         to work with Emacs-22's new format.
14460         (verilog-error-regexp-xemacs-alist): Coded custom representation
14461         of verilog error regular expressions to work with XEmacs format.
14462         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14463         error recognition into XEmacs.
14464         (verilog-error-regexp-add-emacs): Hook routine to install verilog
14465         error recognition into Emacs-22.
14467 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14469         * woman.el: Remove stand-alone closing parentheses.
14470         (woman-file-name, woman2-format-paragraphs)
14471         (woman-leave-blank-lines): Code cleanup.
14472         (woman-use-own-frame): Change default to nil.
14473         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
14474         defaults to inherit from default faces.
14475         (woman2-process-escapes): Consume the newline after a stand-alone
14476         filler character (Bug#3651).
14478 2009-07-06  Glenn Morris  <rgm@gnu.org>
14480         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
14481         (top-level): Move provide to the end.
14482         (ffap): Remove defunct URL from custom group.
14484         * subr.el (eval-after-load): Doc fix.
14486 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
14488         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
14489         `calc-embedded-word' is called twice.
14491 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14493         * files.el (find-alternate-file-other-window, find-alternate-file):
14494         Obey confirm-nonexistent-file-or-buffer.
14496 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
14498         * dired-aux.el (dired-show-file-type): Handle remote files.
14500 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
14502         * desktop.el (desktop-globals-to-save):
14503         Add file-name-history (Bug#2750).
14505 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
14507         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
14509 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
14511         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
14512         property on entire argument since this is what eshell-lisp-command
14513         expects.
14515 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
14517         * net/tramp-gvfs.el (tramp-gvfs-methods)
14518         (tramp-gvfs-zeroconf-domain)
14519         (tramp-bluez-discover-devices-timeout): Add version flag.
14520         (tramp-gvfs-handler-mounted-unmounted)
14521         (tramp-gvfs-connection-mounted-p): Polish handling of
14522         incompatibilities between GVFS 0.2 and 1.0.
14524 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
14526         * cus-start.el (all): Add make-pointer-invisible.
14528 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
14530         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
14531         formatted correctly.
14533 2009-07-02  Juri Linkov  <juri@jurta.org>
14535         * info.el: Virtual Info files and nodes.
14536         (Info-virtual-files, Info-virtual-nodes): New variables.
14537         (Info-current-node-virtual): New variable.
14538         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
14539         New functions.
14540         (Info-file-supports-index-cookies): Use Info-virtual-file-p
14541         to check for a virtual file instead of checking a fixed list
14542         of node names.
14543         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
14544         instead of ad-hoc processing of "dir" and (apropos history toc).
14545         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
14546         instead of ad-hoc processing of "dir" and (apropos history toc).
14547         Reread a file when moving from a virtual node.
14548         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
14549         (Info-directory-toc-nodes, Info-directory-find-file)
14550         (Info-directory-find-node): New functions.
14551         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
14552         (Info-history): Move part of code to
14553         `Info-history-find-node'.
14554         (Info-history-toc-nodes, Info-history-find-file)
14555         (Info-history-find-node): New functions.
14556         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
14557         (Info-toc): Move part of code to `Info-toc-find-node'.
14558         (Info-toc-find-node): New function.
14559         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
14560         the current Info file name to references because now the node
14561         "*TOC*" belongs to the same Info manual.
14562         (Info-toc-build): Rename from `Info-build-toc'.
14563         (Info-toc-nodes): Rename input argument `file' to `filename'.
14564         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
14565         instead of ad-hoc processing of ("dir" apropos history toc).
14566         (Info-index-nodes): Use Info-virtual-file-p
14567         to check for a virtual file instead of checking a fixed list
14568         of node names.
14569         (Info-index-node): Add check for `Info-current-node-virtual'.
14570         Raise `save-match-data' higher up the tree to contain
14571         `search-forward' too (bug fix).
14572         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
14573         (Info-virtual-index-nodes): New variable.
14574         (Info-virtual-index-find-node, Info-virtual-index): New functions.
14575         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
14576         (Info-apropos-file, Info-apropos-nodes): New variables.
14577         (Info-apropos-toc-nodes, Info-apropos-find-file)
14578         (Info-apropos-find-node, Info-apropos-matches): New functions.
14579         (info-apropos): Move part of code to `Info-apropos-find-node' and
14580         `Info-apropos-matches'.
14581         (Info-mode-map): Bind "I" to `Info-virtual-index'.
14582         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
14583         for a virtual file instead of checking a fixed list of node names.
14585         * simple.el (async-shell-command): New command.
14587         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
14589         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
14590         instead of `mount-info'.
14592 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
14594         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
14595         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
14597 2009-07-02  Kenichi Handa  <handa@m17n.org>
14599         * international/mule.el (set-keyboard-coding-system): Force *-unix
14600         coding-system to avoid eol conversion.
14602 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
14604         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14605         Add handler for `process-file', `shell-command' and
14606         `start-file-process'.
14607         (tramp-gvfs-handle-shell-command)
14608         (tramp-gvfs-handle-start-file-process)
14609         (tramp-gvfs-handle-process-file): New defuns.
14610         (tramp-synce-list-devices): Simplify check for existence of property.
14612 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
14614         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
14616 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
14618         * language/korean.el (set-language-info-alist): Add korean-cp949,
14619         cp949 to spec.
14621 2009-07-01  Kenichi Handa  <handa@m17n.org>
14623         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
14625         * international/encoded-kb.el: Deleted.
14627         * international/mule.el (set-keyboard-coding-system): Perform the
14628         necessary setup here instead of calling encoded-kbd-setup-display.
14630 2009-07-01  Glenn Morris  <rgm@gnu.org>
14632         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
14634 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
14636         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
14638 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
14640         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
14641         Handle also the 'rename case, when setting file modes.  (Bug#3712)
14642         (tramp-default-file-modes): Remove execute permissions.
14644         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
14645         (top): Add a default for "synce" in `tramp-default-user-alist'.
14646         Add completion function for "synce" method.
14647         (tramp-hal-service, tramp-hal-path-manager)
14648         (tramp-hal-interface-manager, tramp-hal-interface-device):
14649         New defconst.
14650         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
14651         (tramp-synce-list-devices, tramp-synce-parse-device-names):
14652         New defuns.
14654         * net/trampver.el: Update release number.
14656 2009-06-30  Kenichi Handa  <handa@m17n.org>
14658         * international/fontset.el (setup-default-fontset): Add CJK fonts
14659         for symbols and the other miscellaneous characters.
14661         * language/korea-util.el (setup-korean-environment-internal):
14662         Make char-width-table suitable for Korean environments.
14663         (exit-korean-environment): Cancel above.
14665         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
14666         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
14667         setup-function to make char-width-table suitable for respective
14668         environments, and an exit-function to cancel that.
14670         * language/japan-util.el (setup-japanese-environment-internal):
14671         Call use-cjk-char-width-table with arg `ja_JP'.
14673         * international/characters.el (cjk-char-width-table): Delete it.
14674         (cjk-char-width-table-list): New variable.
14675         (use-cjk-char-width-table): New arg local-name.
14676         (use-default-char-width-table): Fix for the case that Emacs is
14677         already using the default char-width-table.
14679 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
14681         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
14682         modes mandatory.  (Bug#3712)
14684 2009-06-29  Alan Mackenzie  <acm@muc.de>
14686         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
14687         correction between the visible width of TABs and their number of bytes.
14689 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
14691         * server.el (server-buffer-done): Prevent kill-buffer from
14692         prompting by clearing the buffer modification flag (Bug#3696).
14694 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
14696         * progmodes/verilog-mode.el (verilog-beg-of-statement)
14697         (verilog-endcomment-reason-re): Support unique case and priority case.
14698         (verilog-basic-complete-re): Support localparam lineup.
14699         (verilog-beg-of-statement-1): Fix for robustness, unique case.
14700         (verilog-set-auto-endcomments): Fix for unique case, always_comb
14701         commenting.
14702         (verilog-leap-to-case-head): Now support *nested* unique &
14703         priority case statements.
14704         (verilog-auto-lineup): Make just declarations the default (as it
14705         had been).
14706         (verilog-leap-to-case-head): Support priority/unique case statements.
14707         (verilog-auto-lineup): Rework to give users radio buttons to
14708         select the various styles of automatic lineup.
14709         (verilog-error-regexp-alist): Rework to support the XEmacs style
14710         of error regular expressions from compilers, lint tools &
14711         simulators.  Note that GNU Emacs has made it impossible for a mode
14712         to load such things.
14713         (electric-verilog-terminate-line, verilog-indent-declaration)
14714         (verilog-auto-wiure): Rework for radio button selection of
14715         auto-lineup selection of specification of auto lineup.
14716         (verilog-beg-of-statement-1): Redesign to support proper operation
14717         in additional code, based on testing with auto-lineup.
14718         (verilog-calculate-indent, assignments & declarations)
14719         (verilog-backward-token): Enhance to support auto-lineup of
14720         assignments & declarations.
14721         (verilog-in-directive-p, verilog-at-struct-p): New function for
14722         easy test of whether we are.
14723         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
14724         to support safe execution at almost anyline.
14725         (verilog-calc-1): Properly support indenting deep inside generate
14726         blocks.
14727         (verilog-init-font): Remove definition & use of verilog-init-font,
14728         as it is redundant with font-lock-defaults.
14729         (verilog-mode): Alter the definition of verilog-font-lock-defaults
14730         to avoid circular calls if syntax-ppss is a function (as is the
14731         case now in 22.x GNU Emacs) as that function would sometimes call
14732         itself, leading to (nearly) infinite recursion.
14733         (verilog-ovm-begin-re, verilog-ovm-end-re)
14734         (verilog-ovm-statement-re, verilog-leap-to-head)
14735         (verilog-backward-token): Add support for OVM macros.  Some are
14736         complete statements, and others open and close scopes like begin
14737         and end.
14738         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
14739         (verilog-defun-level-generate-only-re): Really fix the defun-list
14740         compilation issue.
14741         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
14742         coverpoint, constraint and cross statements.
14743         (verilog-defun-level-list, verilog-generate-defun-level-list)
14744         (verilog-all-defun-level-list): Redo these specifications - it is
14745         too hard to support eval-when compile aggregation of lists also
14746         built at when-compile time.
14747         (verilog-defun-level-list): Place defconsts of variables used in
14748         building regular expressions which are built in eval-when-compile
14749         bodies in the same eval-when-compile body to facilitate compile
14750         without load.
14751         (verilog-beg-block-re-ordered): Support indenting
14752         virtual/protected tasks and functions.
14753         (verilog-defun-level-list, verilog-in-generate-region-p)
14754         (verilog-backward-ws&directives, verilog-calc-1): Speed up
14755         indentation of some module items (generate items).
14756         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
14757         across virtual/protected tasks and functions.
14759 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
14761         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
14762         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
14763         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
14764         in concatenations.  Reported by Yishay Belkind.
14765         (verilog-auto-ascii-enum): Support one-hot state machines in
14766         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
14767         (verilog-auto-inst, verilog-auto-inst-port): Include interface
14768         modport in AUTOINST and add vl-modport for users.  Reported by
14769         David Rogoff.
14770         (verilog-auto-inout-module, verilog-auto-inst)
14771         (verilog-decls-get-interfaces, verilog-insert-definition)
14772         (verilog-insert-one-definition, verilog-read-decls)
14773         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
14774         (verilog-sig-modport, verilog-signals-combine-bus)
14775         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
14776         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
14777         Suggested by David Rogoff.
14778         (verilog-repair-open-comma): Fix non-insertion of comma when
14779         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
14780         (verilog-make-width-expression): Simplify [A-1:0] expression
14781         widths to just {A{1'b0}}.
14782         (verilog-mode): Cleanup checkdoc warnings.
14783         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
14784         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
14785         inputs/outputs or data type.  Suggested by Vasu Kandadi.
14786         (next-error-last-buffer): Fix byte-compiler warning.
14787         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
14788         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
14789         or shell command text during AUTO expansion.  Suggested by Tad Truex.
14790         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
14791         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
14792         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
14793         in AUTOINOUT.  Reported by Matthew Lovell.
14794         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
14795         causing use of <= assignments.  Reported by Alex Reed.
14796         (verilog-read-decls): Fix triand, trior, wand, wor to be
14797         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
14798         (verilog-extended-complete-re): Support import "DPI-C" functions.
14799         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
14800         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
14801         (verilog-insert-date, verilog-insert-year)
14802         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
14803         Windows systems.  Reported by Michael Potts.
14804         (verilog-read-module-name): Fix AUTOINST when the child module
14805         declaration's name is a tick define.  Reported by Elliot Mednick.
14806         (verilog-read-decls): Fix V2K parameter bit subscripts getting
14807         passed to next parameter's definition.  Reported by Bruce T.
14808         (verilog-read-decls): Fix detecting "parameter int" when using
14809         AUTOINSTPARAM.  Reported by Bruce T.
14810         (verilog-goto-defun): Fix goto not finding modules unless first
14811         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
14812         (verilog-mode): Expand -f flag arguments on entry to mode so
14813         verilog-goto-defun will work.  Reported by Lawrence Butcher.
14814         (verilog-getopt): Expand environment variables in -f file
14815         arguments.  Suggested by Lawrence Butcher.
14816         (verilog-set-define): Fix "Symbol's value as variable is void"
14817         when reading enumerations.
14818         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
14819         Suggested by Stephen Peltan.
14820         (verilog-read-defines): Fix reading of enumerations in include
14821         files.  Reported by Steve Peltan.
14823 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
14825         * files.el (trash-directory): Fix defcustom type.
14827 2009-06-28  Juri Linkov  <juri@jurta.org>
14829         * help-fns.el (describe-function-1): Correctly locate adviced
14830         functions in hyperlink (Bug#2438).
14832 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
14834         * files.el (trash-directory): Change default to nil.
14835         (move-file-to-trash): If trash-directory is nil and
14836         system-move-file-to-trash is unbound, perform freedesktop-style
14837         trashing.
14839 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
14841         * files.el (move-file-to-trash): Add freedesktop trash
14842         support (Bug#973).
14844 2009-06-28  Glenn Morris  <rgm@gnu.org>
14846         * autorevert.el (global-auto-revert-non-file-buffers)
14847         (global-auto-revert-mode): Doc fixes.
14849 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
14851         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
14853 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
14855         * faces.el (x-handle-named-frame-geometry): Ensure that we have
14856         opened an X connection before calling x-get-resource (Bug#3194).
14858         * play/doctor.el: Remove reference to obsolete website.
14859         (make-doctor-variables): Correct grammar mistake (Bug#2633).
14861 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
14863         Remove find-file-not-found-hook VC method.  (Bug#2757)
14864         * vc-hooks.el (vc-file-not-found-hook)
14865         (vc-default-find-file-not-found-hook): Remove functions.
14866         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
14867         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
14868         * vc.el:
14869         * vc-hg.el:
14870         * vc-git.el: Do not mention find-file-not-found-hook VC method.
14872 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
14874         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
14875         compatibility function for `looking-back'.
14877         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
14878         Use `ispell-looking-back'.
14880 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
14882         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
14883         rather than `filename'.
14885 2009-06-23  Miles Bader  <miles@gnu.org>
14887         * face-remap.el (text-scale-set): New function.
14889 2009-06-23  Glenn Morris  <rgm@gnu.org>
14891         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
14893         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
14895         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
14897         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
14899         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14900         Simplify Persian conditionals.
14902         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
14903         variable `filename'.
14905         * comint.el (comint-insert-input): Doc fix.
14907         * Makefile.in (ELCFILES): Fix typo in previous change.
14909 2009-06-23  Miles Bader  <miles@gnu.org>
14911         * cus-start.el: Add entry for `recenter-redisplay'.
14913 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
14915         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
14916         Add an optional argument for the backend, use it instead of
14917         calling vc-backend.
14918         (vc-mode-line): Add an optional argument for the backend.
14919         Pass the backend to vc-state and vc-working-revision.  Move code for
14920         special handling for vc-state being a buffer to ...
14922         * vc-rcs.el (vc-rcs-find-file-hook):
14923         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
14925         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
14926         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
14927         vc-stay-local-p and vc-mode-line calls.
14929         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
14930         (vc-cvs-diff, vc-cvs-annotate-command)
14931         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
14932         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
14933         vc-mode-line calls.
14935         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
14936         direct comparison.
14937         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
14938         backend when calling vc-mode-line.
14939         (vc-register): Do not create a closure for calling the vc register
14940         function, call it directly.
14942 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
14944         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
14945         to make it obvious item can be clicked.
14947         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
14949 2009-06-23  Kenichi Handa  <handa@m17n.org>
14951         * language/korea-util.el (korean-key-bindings): Change the binding
14952         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
14953         same command.
14955 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
14957         Sync with Tramp 2.1.16.
14959         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
14961         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
14962         when a loading of a package fails.  Completion function for rsync
14963         is `tramp-completion-function-alist-ssh'.
14964         (all): Replace all calls of `split-string' and
14965         `tramp-split-string' by `tramp-compat-split-string'.
14966         (tramp-default-method): Use `tramp-compat-process-running-p'.
14967         (tramp-default-proxies-alist): Allow also Lisp forms.
14968         (tramp-remote-path): Add choice "Private Directories".
14969         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
14970         (tramp-domain-regexp): Allow also "-", "_" and ".".
14971         (tramp-end-of-output): Remove newlines, and add "$" at the end.
14972         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
14973         (tramp-debug-message): Insert header line in debug buffer.
14974         (tramp-handle-directory-files-and-attributes-with-stat):
14975         Care about filenames with spaces, or starting with "-".
14976         (tramp-handle-dired-uncache): New defun.
14977         (tramp-handle-insert-directory): Don't flush the directory from
14978         cache, this is handled by `dired-uncache' now.
14979         (tramp-handle-insert-file-contents): Improve error handling.
14980         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14981         Quote `tramp-end-of-output'.
14982         (tramp-action-password): Improve trace message.
14983         (tramp-check-for-regexp): Both echoes must be present, before removing.
14984         (tramp-open-connection-setup-interactive-shell): Trace coding system.
14985         (tramp-compute-multi-hops): Eval cons cells of
14986         `tramp-default-proxies-alist'.
14987         (tramp-maybe-open-connection): Use the same command pattern for
14988         first hop and further hops.
14989         (tramp-wait-for-output): Remove handling of newlines.
14990         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
14991         (tramp-split-string): Remove function.  It is handled in
14992         tramp-compat now.
14994         * net/tramp-cmds.el (tramp-bug):
14995         Recommend `tramp-cleanup-all-connections' in the bug mail.
14997         * net/tramp-compat.el (tramp-compat-split-string)
14998         (tramp-compat-process-running-p): New defuns.
15000         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
15001         for `dired-uncache'.
15003         * net/tramp-gvfs.el: New package.
15005         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15006         Add handler for `dired-uncache'.
15007         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
15009         * net/trampver.el: Update release number.  Make version check fit
15010         for SXEmacs 22.
15012 2009-06-22  Jim Meyering  <meyering@redhat.com>
15014         Automatically handle .xz suffix (XZ-compressed files), too.
15015         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
15016         XZ is the successor to LZMA: <http://tukaani.org/xz/>
15018 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
15019             Nick Roberts  <nickrob@snap.net.nz>
15021         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
15022         repository (http://sphinx.net.ru/hg/gdb-mi/).
15024 2009-06-22  Glenn Morris  <rgm@gnu.org>
15026         * files.el (dir-locals-collect-mode-variables): Allow for any number of
15027         `mode' and `eval' entries.  (Bug#3430)
15029         * Makefile.in (ELCFILES): Add fadr.elc.
15031         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15032         differing behavior of \n and ^ in strings.  (Bug#3385)
15034         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15036         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15037         property.
15038         (lisp-indent-function): Make it a defcustom.
15040 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
15042         * progmodes/gdb-ui.el: Replace with ...
15043         * progmodes/gdb-mi.el: ... this file.
15044         * progmodes/gud.el: Modify for gdb-mi.el.
15046 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
15048         * fadr.el: New file.
15050 See ChangeLog.14 for earlier changes.
15052 ;; Local Variables:
15053 ;; coding: utf-8
15054 ;; End:
15056     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
15058   This file is part of GNU Emacs.
15060   GNU Emacs is free software: you can redistribute it and/or modify
15061   it under the terms of the GNU General Public License as published by
15062   the Free Software Foundation, either version 3 of the License, or
15063   (at your option) any later version.
15065   GNU Emacs is distributed in the hope that it will be useful,
15066   but WITHOUT ANY WARRANTY; without even the implied warranty of
15067   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15068   GNU General Public License for more details.
15070   You should have received a copy of the GNU General Public License
15071   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15073 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1