* net/tramp.el (tramp-methods): Move hostname to the end in all
[emacs.git] / lisp / ChangeLog
blob02e75a40b21745e8c3841d8e9a09d47c3f14c265
1 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
3         * net/tramp.el (tramp-methods): Move hostname to the end in all
4         plink `tramp-login-args'.
6 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
8         * net/tramp.el (tramp-open-shell): New defun.
9         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10         Use it.
12 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
14         * net/tramp.el (tramp-file-name-regexp-unified)
15         (tramp-completion-file-name-regexp-unified): On W32 systems, do
16         not regard the volume letter as remote filename.  (Bug#5447)
18 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
20         * custom.el (custom-declare-variable): Give a clearer error message
21         when the docstring is missing (bug#6476).
23 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
25         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
26         (sql-login-params): New widget definition.
27         (sql-oracle-login-params, sql-mysql-login-params)
28         (sql-solid-login-params, sql-sybase-login-params)
29         (sql-informix-login-params, sql-ingres-login-params)
30         (sql-ms-login-params, sql-postgres-login-params)
31         (sql-interbase-login-params, sql-db2-login-params)
32         (sql-linter-login-params): Use it.
33         (sql-sqlite-login-params): Use it; Define "database" parameter as
34         a file name.
35         (sql-sqlite-program): Change to "sqlite3"
36         (sql-comint-sqlite): Make sure database name is complete.
37         (sql-for-each-login): New function.
38         (sql-connect, sql-save-connection): Use it.
39         (sql-get-login-ext): New function.
40         (sql-get-login): Use it.
41         (sql-make-alternate-buffer-name): Handle :file parameters.
43 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
45         * dired.el (dired-no-confirm): Document value t and fix defcustom to
46         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
48 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
50         * dired.el (dired-mode-map): Use command remapping (bug#6632).
52 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
54         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
56 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
58         * net/tramp.el (tramp-get-ls-command)
59         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
60         instead of "/".
62 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
64         * progmodes/sql.el: Version 2.3.
65         (sql-connection-alist): Changed keys from symbols to strings;
66         enhanced the widget definition.
67         (sql-mode-menu): Added submenu to select connections.
68         (sql-interactive-mode-menu): Added "Save Connection" item.
69         (sql-add-product): Fixed menu item.
70         (sql-get-product-feature): Improved error handling.
71         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
72         (sql-make-alternate-buffer-name): Simplified.
73         (sql-product-interactive): Handle missing product.
74         (sql-connect): Support string keys, minor improvements.
75         (sql-save-connection): New function.
76         (sql-connection-menu-filter): New function.
78 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
80         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
81         (tramp-open-connection-setup-interactive-shell): Apply
82         workaround for IRIX64 bug.  Move argument of last
83         `tramp-send-command' where it belongs to.
85 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
87         * net/tramp.el (tramp-perl-file-attributes)
88         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
89         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
90         front of `login-args'.
92 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
94         * time.el (display-time-world-mode): Define with `define-derived-mode'.
95         Set `show-trailing-whitespace' to nil.
96         (display-time-world-display): Simplify.
98 2010-07-18  Alan Mackenzie  <acm@muc.de>
100         Enhance `c-file-style' in file/directory local variables.
101         * progmodes/cc-mode.el (c-count-cfss): New function.
102         (c-before-hack-hook): Call `c-set-style' differently according to
103         whether c-file-style was set in file or directory local
104         variables.
106 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
108         * progmodes/sql.el: Version 2.2.
109         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
110         defcustom :safe keyword rather than putting safe-local-variable
111         property.
112         (sql-password): Use defcustom :risky keyword rather than putting
113         risky-local-variable property.
114         (sql-oracle-login-params, sql-sqlite-login-params)
115         (sql-solid-login-params, sql-sybase-login-params)
116         (sql-informix-login-params, sql-ingres-login-params)
117         (sql-ms-login-params, sql-postgres-login-params)
118         (sql-interbase-login-params, sql-db2-login-params)
119         (sql-linter-login-params): Add `port' option
120         (sql-get-product-feature): Added NO-INDIRECT parameter.
121         (sql-comint-oracle, sql-comint-sybase)
122         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
123         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
124         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
125         (sql-comint-linter): Renamed sql-connect-* functions to
126         sql-comint-*.
127         (sql-product-alist, sql-mode-menu): Renamed as above and
128         :sqli-connect-func to :sqli-comint-func.
129         (sql-connection): New variable
130         (sql-interactive-mode): Set it.
131         (sql-connection-alist): New variable.
132         (sql-connect): New function.
133         (sql--alt-buffer-part, sql--alt-if-not-empty)
134         (sql-make-alternate-buffer-name): Improved alternative buffer name.
136 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
138         * image-mode.el (image-bookmark-make-record): Do not set context
139         in an image (Bug#6650).
141 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
143         * simple.el (select-active-region): New function.
144         (push-mark-command, set-mark, activate-mark)
145         (handle-shift-selection): Use it.
146         (deactivate-mark): Don't check for size of region.
148         * mouse.el (mouse-drag-track): Use select-active-region.
150 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
152         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
153         "--dired" stronger.
155 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
157         * term/x-win.el (x-select-enable-primary): Change default to nil.
158         (x-select-enable-clipboard): Add :version keyword.
160         * mouse.el (mouse-drag-copy-region):
161         * simple.el (select-active-regions): Likewise.
163 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
165         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
166         (vc-coding-system-for-diff): Use it to decide whether to inherit
167         from the file the EOL format for reading the diffs of that file.
168         (Bug#4451)
170 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
172         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
173         unibyte, so compressed attachments are not compressed again.
175 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
177         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
178         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
179         (tramp-find-shell): Simplify setting connection property.
180         (tramp-get-ls-command): Make test for "--color=never" stronger.
182 2010-07-15  Simon South  <ssouth@member.fsf.org>
184         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
185         blocks within record declarations (i.e. variant parts) correctly.
187 2010-07-15  Simon South  <ssouth@member.fsf.org>
189         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
190         over literal tokens when parsing so newlines aren't "absorbed" by
191         single-line comments.  Corrects the indentation of case blocks
192         that have a comment on the first line.
194 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
196         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
197         by Drew Adams (Bug#5504).
199 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
201         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
202         now that Unicode is used (Bug#6594).
204 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
206         * term/x-win.el (x-select-enable-clipboard): Default to t.
207         (x-initialize-window-system): Don't overwrite Paste menu item.
209         * simple.el (select-active-regions): Default to t.
210         (push-mark-command): Don't overwrite primary with empty string.
212         * mouse.el: Bind mouse-2 to mouse-yank-primary.
213         (mouse-drag-copy-region): Default to nil.
215         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
216         Cut/Copy/Paste menu bar items.
218 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
220         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
221         Patch applied by Karl Fogel.
223         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
224         and `bookmark-current-buffer' if they have been already set in
225         another buffer (e.g gnus-art).
227 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
228             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
230         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
232         * bookmark.el (bookmark-make-record-default): Allow unneeded
233         information to be omitted from the record.
235         Adjust declarations and calls:
237         * info.el (bookmark-make-record-default): Adjust declaration.
238         (Info-bookmark-make-record): Adjust call.
240         * woman.el (bookmark-make-record-default): Adjust declaration.
241         (woman-bookmark-make-record): Adjust call.
243         * man.el (bookmark-make-record-default): Adjust declaration.
244         (Man-bookmark-make-record): Adjust call.
246         * image-mode.el (bookmark-make-record-default): Adjust declaration.
248         * doc-view.el (bookmark-make-record-default): Adjust declaration.
250 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
252         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
253         This is also from Thierry Volpiatto's patch in bug #6444.  However,
254         because it was extraneous to the functional change in that patch,
255         and causes a re-indendation, I am committing it separately.
257 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
259         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
260         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
261         Patch applied by Karl Fogel (Bug#6444).
263 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
265         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
267 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
269         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
270         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
271         (ns-alternatives-map): Change S-tab binding to backtab
272         (bug#6616).
274         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
275         under ns.
277 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
279         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
280         (Bug#5806)
282         * language/tv-util.el (tai-viet-re): Remove format.
284 2010-07-12  Kenichi Handa  <handa@m17n.org>
286         * language/hebrew.el: Remove no-byte-compile declaration.
287         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
288         composition-function-table for 3-character looking back.
289         (hebrew-font-get-precomposed): New function.
290         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
292 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
294         * mouse.el (mouse-drag-track): Handle select-active-regions
295         (Bug#6612).
297 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
299         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
300         empty argument to gvfs-copy.
302 2010-07-10  Glenn Morris  <rgm@gnu.org>
304         * calendar/calendar.el (calendar-week-end-day): New function.
305         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
306         Respect calendar-week-start-day.  (Bug#6606)
307         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
308         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
309         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
310         respect calendar-week-start-day.
312 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
314         * simple.el (use-region-p): Doc fix (Bug#6607).
316 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
318         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
319         regexps for cucumber and ruby.
321 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
323         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
324         (epa-file-insert-file-contents): Hack to prevent
325         find-file from opening empty buffer when decryptin failed
326         (bug#6568).
328 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
330         * textmodes/ispell.el (ispell-alternate-dictionary):
331         Use file-readable-p.
332         Return nil if no word-list is found at default locations.
333         (ispell-complete-word-dict): Default to nil.
334         (ispell-command-loop): Use 'word-list' when using lookup-words.
335         (lookup-words): Use ispell-complete-word-dict or
336         ispell-alternate-dictionary.  Check for word-list availability
337         and handle errors if needed with better messages (Bug#6539).
338         (ispell-complete-word): Use ispell-complete-word-dict or
339         ispell-alternate-dictionary.
341 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
343         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
344         builtins (BufferError, BytesWarning, WindowsError; callables
345         bin, bytearray, bytes, format, memoryview, next, print; __package__).
347 2010-07-07  Glenn Morris  <rgm@gnu.org>
349         * play/zone.el (top-level): Do not require timer, tabify, or cl.
350         (zone-shift-left): Ignore intangibility, and any errors from
351         forward-char.
352         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
353         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
354         deleting, and copying text properties.
355         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
356         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
357         to point-max is hard.
358         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
359         (zone-fill-out-screen): Ignore intangibility.
361 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
363         * menu-bar.el (menu-bar-mode):
364         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
365         if it has been set.
367         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
368         word/line selection (Bug#6565).
370 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
372         * net/dbus.el (dbus-send-signal): Declare function.
374 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
376         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
377         (dbus-register-property): New optional argument EMITS-SIGNAL.
378         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
380 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
382         * mouse.el (mouse-drag-overlay): Variable deleted.
383         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
384         (mouse--remap-link-click-p): New function.
385         (mouse-drag-track): Handle dragging by using temporary Transient
386         Mark mode, instead of a special overlay.
387         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
388         mouse-show-mark.
390         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
391         deleted.
393 2010-07-02  Juri Linkov  <juri@jurta.org>
395         * autoinsert.el (auto-insert-alist): Fix readability
396         by using dotted pair notation for lambda.
398 2010-07-02  Juri Linkov  <juri@jurta.org>
400         * faces.el (read-face-name): Rename arg `string-describing-default'
401         to `default'.  Doc fix.  Display the default value in quotes
402         in the prompt.  With empty input, return the `default' arg,
403         unless the default value is a string (in which case return nil).
404         (describe-face): Replace the string `default' arg of `read-face-name'
405         with the symbol `default'.
407 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
409         * emulation/viper-cmd.el (viper-delete-backward-char)
410         (viper-del-backward-char-in-insert)
411         (viper-del-backward-char-in-replace, viper-change)
412         (viper-backward-indent): Replace delete-backward-char with
413         delete-char (Bug#6552).
415 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
417         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
419 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
421         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
422         argument passed to frame-creation-function (Bug#5378).
424         * faces.el (x-handle-named-frame-geometry)
425         (x-handle-reverse-video, x-create-frame-with-faces)
426         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
427         separately consult default-frame-alist.  It is now passed as the
428         PARAMETER argument.
430 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
432         * startup.el (command-line): Don't call tool-bar-setup in a
433         tty-only build.
435 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
437         * ruler-mode.el (ruler--save-header-line-format): New fun.
438         (ruler-mode): Use it as a setter function, so as not to overwrite
439         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
441 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
443         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
444         (vc-root-diff, vc-print-root-log, vc-log-incoming)
445         (vc-log-outgoing): Use it.
446         (vc-diff-internal): Set diff-vc-backend.
448         * vc/diff-mode.el (diff-vc-backend): New var.
450 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
452         * dynamic-setting.el (font-setting-change-default-font): Remove
453         call to message.
455 2010-06-28  Kenichi Handa  <handa@m17n.org>
457         * international/quail.el (quail-insert-kbd-layout): Fix the
458         showing of untranslated characters.
460 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
462         * simple.el (delete-active-region): New option.
463         (delete-backward-char): Implement in Lisp.
464         (delete-forward-char): New command.
466         * mouse.el (mouse-region-delete-keys): Deleted.
467         (mouse-show-mark): Simplify.
469         * bindings.el (global-map): Bind delete and DEL, the former to
470         delete-forward-char.
472 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
474         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
475         (ruby-mode): Bind indent-line-function (Bug#5119).
477 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
479         * startup.el (command-line): Recognize "0" X resource value.
481 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
483         * startup.el (command-line): Use X resources to set the value of
484         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
486         * menu-bar.el (menu-bar-mode):
487         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
488         Set init-value to t.
490         * frame.el (frame-notice-user-settings): Don't change
491         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
492         vice versa (Bug#2249).
494 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
496         * w32-fns.el (w32-convert-standard-filename): Doc fix.
498 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
500         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
501         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
503         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
504         default directories are expanded (Bug#6143).
506 2010-06-24  Juri Linkov  <juri@jurta.org>
508         * minibuffer.el (completions-format): Change default from nil to
509         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
511 2010-06-24  Juri Linkov  <juri@jurta.org>
513         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
514         buffer-locally to lambda that re-runs the vc diff command.
515         (Bug#6447)
517 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
519         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
520         echo area is in use (Bug#3412).
522 2010-06-22  Glenn Morris  <rgm@gnu.org>
524         * textmodes/texinfmt.el (texinfo-format-region)
525         (texinfo-raise-lower-sections, texinfo-format-separate-node)
526         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
527         (texinfo-format-option, texinfo-noindent):
528         Use line-beginning-position and line-end-position.
530         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
531         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
532         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
533         utf-8 characters.
535 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
537         * play/zone.el (zone-fall-through-ws): Fix next-line ->
538         forward-line fallout.
540 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
542         * mouse.el (mouse-appearance-menu): Add docstring.
544         * help.el (describe-key): Print up-event using key-description.
546 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
548         * net/zeroconf.el (zeroconf-resolve-service)
549         (zeroconf-service-resolver-handler): Use
550         `dbus-byte-array-to-string'.
551         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
553 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
555         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
557 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
559         Avoid displaying files with a nil state in vc-dir.
560         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
561         cases that cause insertion.
562         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
563         with a nil state.
565 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
567         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
569 2010-06-29  Leo  <sdl.web@gmail.com>
571         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
573 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
575         * generic-x.el (bat-generic-mode): Fix regexp for command line
576         switches (Bug#5719).
578 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
580         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
581         of nconc to avoid pure storage error (Bug#6239).
583 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
585         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
586         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
587         bindings of bookmark-automatically-show-annotations (Bug#6515).
589 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
591         * arc-mode.el (archive-zip-extract): Don't quote the file name on
592         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
594 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
596         * comint.el (make-comint, make-comint-in-buffer): Mention return
597         value in the docstrings.  (Bug#6498)
599 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
601         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
602         since it is not present when using some non-default switches.
604 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
606         * simple.el (compose-mail): Fix doc string to refer to
607         `compose-mail-user-agent-warnings', instead of to the
608         nonexistent `compose-mail-check-user-agent'.
610 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
612         Fix an indentation bug:
614         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
615         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
616         of existing values.
618         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
619         (c-clear->-pair-props-if-match-before): now return t when they've
620         cleared properties, nil otherwise.
621         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
622         by taking account of the existing value.
624         * progmodes/cc-defs.el
625         (c-clear-char-property-with-value-function): Fix this to clear the
626         property rather than overwriting it with nil.
628 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
630         * emacs-lisp/package.el (package-print-package): Add link to
631         package description via describe-package.
632         (describe-package-1): List package requirements.  Add button to
633         perform installation.
634         (package-menu-describe-package): New command.
636         * help-mode.el (help-package): New button type.
638 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
640         * emacs-lisp/package.el: Move package-list-packages binding to
641         menu-bar.el.
642         (describe-package, describe-package-1, package--dir): New funs.
643         (package-activate-1): Use package--dir.
645         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
647         * help-mode.el (help-package-def): New button type.
649         * menu-bar.el: Move package-list-packages binding here from
650         package.el.
652 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
654         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
656 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
658         * emacs-lisp/edebug.el (edebug-read-list):
659         Phase out old-style backquotes.
661 2010-06-17  Juri Linkov  <juri@jurta.org>
663         * help-mode.el (help-mode): Set buffer-local variable
664         revert-buffer-function to help-mode-revert-buffer.
665         (help-mode-revert-buffer): New function.
667         * info.el (Info-revert-find-node): Check for major-mode Info-mode
668         before popping to "*info*" (like in other Info functions).
669         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
670         old-history-forward.  Pop to old-buffer-name or "*info*" to
671         recreate the killed buffer.  Set Info-history-forward from
672         old-history-forward.
673         (Info-breadcrumbs-depth): Add :group and :version.
675 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
677         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
679 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
681         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
682         for languages like Portuguese with pt_{BR,PT} and no plain pt.
684 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
686         * emacs-lisp/package.el (package-menu-mode-map):
687         Move initialization into declaration.
689         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
691 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
693         * emacs-lisp/package.el (package-archive-base): Point to
694         elpa.gnu.org.
695         (package-enable, package-load-list): New defcustoms.
696         (package-user-dir, package-directory-list): Turn into defcustoms.
697         Don't include package-user-dir in package-directory-list.
698         (package--builtins-base): Don't include Emacs as a "package".
699         (package-subdirectory-regexp): New var.
700         (package-load-all-descriptors, package-compute-transaction)
701         (package-download-transaction): Obey package-load-list.
702         (package-activate-1): Rename from package-do-activate.
703         (package-list-packages-internal): Check package-load-list.
704         (package-load-descriptor, package-generate-autoloads)
705         (package-unpack, package-unpack-single)
706         (package--read-archive-file, package-delete): Use
707         expand-file-name.
709         * emacs-lisp/package-x.el: New file.  Package uploading
710         functionality split out from package.el.
712         * startup.el (command-line): Load packages after reading init
713         file.
715 2010-06-17  Tom Tromey  <tromey@redhat.com>
717         * emacs-lisp/package.el: New file.
719 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
721         Fix vc-annotate for renamed files when using Git.
722         * vc-git.el (vc-git-find-revision): Deal with empty results from
723         ls-files.  Doe not pass the object as a file name to cat-file, it
724         is not a file name.
725         (vc-git-annotate-command): Pass the file name using -- to avoid
726         ambiguity with the revision.
727         (vc-git-previous-revision): Pass a relative file name.
729 2010-06-22  Glenn Morris  <rgm@gnu.org>
731         * progmodes/js.el (js-mode-map): Use standard capitalization and
732         ellipses for menu entries.
734         * wid-edit.el (widget-complete): Doc fix.
736 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
738         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
740 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
742         Fix annotating other revisions for renamed files in vc-annotate.
743         * vc-annotate.el (vc-annotate): Add an optional argument for the
744         VC backend.  Use it when non-nil.
745         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
746         (Bug#6487)
748         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
749         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
750         Do not pass the file name to the 'previous-revision call when we
751         don't want a file diff.  (Bug#6489)
753 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
755         Fix finding revisions for renamed files in vc-annotate.
756         * vc.el (vc-find-revision): Add an optional argument for
757         the VC backend.  Use it when non-nil.
758         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
759         backend to vc-find-revision.  (Bug#6487)
761 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
763         Fix reading file names in Git annotate buffers.
764         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
765         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
767 2010-06-20  Alan Mackenzie  <acm@muc.de>
769         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
770         in file local variables, set it first.
772 2010-06-19  Glenn Morris  <rgm@gnu.org>
774         * descr-text.el (describe-char-unicode-data): Insert separating
775         space when needed.  (Bug#6422)
777         * progmodes/idlwave.el (idlwave-action-and-binding):
778         Fix typo in 2009-12-03 change.  (Bug#6450)
780 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
782         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
783         handling for `lambda' (misunderstanding).
785 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
787         * calc/calc-poly.el (math-accum-factors): Make sure that
788         constants aren't distributed after they are factored out.
790 2010-06-16  Juri Linkov  <juri@jurta.org>
792         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
793         `list-colors-print'.  (Bug#6332)
795         * subr.el (read-quoted-char): Fix up last change (bug#6290).
797 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
799         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
800         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
802         * font-lock.el (font-lock-major-mode): Rename from
803         font-lock-mode-major-mode to distinguish it from
804         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
805         (font-lock-set-defaults):
806         * font-core.el (font-lock-default-function): Adjust users.
807         (font-lock-mode): Don't set it at all.
809 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
811         * vc-annotate.el (vc-annotate): Use vc-read-revision.
813 2010-06-16  Glenn Morris  <rgm@gnu.org>
815         * calendar/appt.el (appt-time-msg-list): Doc fix.
816         (appt-check): Let-bind appt-warn-time.
817         (appt-add): Make the 3rd argument optional.
818         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
819         Only add WARNTIME to the output list if non-nil.
821 2010-06-16  Ivan Kanis  <apple@kanis.eu>
823         * calendar/appt.el (appt-check): Let the 3rd element of
824         appt-time-msg-list specify the warning time.
825         (appt-add): Add new argument with the warning time.  (Bug#5176)
827 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
829         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
830         older than version 1.6.  (Bug#6361)
832 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
834         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
835         used by cl-do-arglist.  (Bug#6408)
837 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
839         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
840         portuguese casechars/not-casechars for missing 'çÇ'.
841         Suggested by Rolando Pereira (bug#6434).
843 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
845         * facemenu.el (list-colors-sort): Doc fix.
847 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
849         * progmodes/sql.el (sql-connect-mysql): Fix typo.
851 2010-06-14  Juri Linkov  <juri@jurta.org>
853         Add sort option `list-colors-sort'.  (Bug#6332)
854         * facemenu.el (color-rgb-to-hsv): New function.
855         (list-colors-sort): New defcustom.
856         (list-colors-sort-key): New function.
857         (list-colors-display): Doc fix.  Sort list according to the option
858         `list-colors-sort'.
859         (list-colors-print): Add HSV values to `help-echo' property of
860         RGB strings.
862 2010-06-14  Juri Linkov  <juri@jurta.org>
864         * compare-w.el: Move to the "vc" subdirectory.
866 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
868         * image-mode.el (image-mode-map): Remap left-char and right-char.
870         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
872 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
874         * term/common-win.el (x-colors): Add all the color names defined
875         in rgb.txt (Bug#6332).
877         * facemenu.el (list-colors-print): Don't print extra names if it
878         will overflow the window width.
880         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
881         change (Bug#6343).
883 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
885         * files.el (make-directory): Doc fix (bug#6396).
887 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
889         * net/tramp.el (tramp-remote-process-environment): Protect version
890         string by apostroph.
891         (tramp-shell-prompt-pattern): Do not use a shy group in case of
892         XEmacs.
893         (tramp-file-name-for-operation): Add `call-process-region'.
894         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
896         * net/tramp-compat.el (top): Do not autoload
897         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
898         only when `start-file-process' is not bound.
899         (tramp-advice-file-expand-wildcards): Do not use
900         `tramp-handle-file-remote-p'.
901         (tramp-compat-make-temp-file): Handle the case, that
902         `make-temp-file' has no third argument EXTENSION.
904 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
906         * makefile.w32-in (WINS_BASIC): Include new directory vc.
908         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
910 2010-06-11  Juri Linkov  <juri@jurta.org>
912         * finder.el (finder-known-keywords): Add keyword "vc"
913         for version control.
915         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
916         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
917         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
918         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
920 2010-06-11  Juri Linkov  <juri@jurta.org>
922         Move version control related files to the "vc" subdirectory.
923         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
924         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
925         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
926         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
927         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
928         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
929         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
930         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
931         Move files to the "vc" subdirectory.
933 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
935         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
936         (Bug#6367).
938 2010-06-11  Stephen Eglen  <stephen@gnu.org>
940         * shell.el: Bind `shell-resync-dirs' to M-RET.
942 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
944         * notifications.el: Move file from lisp/net, because it is
945         supposed to talk locally to the user.
947 2010-06-10  Julien Danjou  <julien@danjou.info>
949         * net/notifications.el (notifications-on-action-signal)
950         (notifications-on-closed-signal): Pass notification id as first
951         argument to the callback functions.  Add docstrings.
952         (notifications-notify): Fix docstring.
954 2010-06-10  Glenn Morris  <rgm@gnu.org>
956         * emacs-lisp/authors.el (authors-ignored-files)
957         (authors-valid-file-names): Add some files.
959 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
961         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
962         merge conflict, giving preference to the emacs-23 version of the code.
964 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
966         * emacs-lisp/advice.el (ad-compile-function):
967         Define warning-suppress-types before we let-bind it (bug#6275).
969         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
970         declare it, make it buffer-local and permanent-local (bug#6324).
971         (vc-resynch-window): Adjust name.
972         * vc-hooks.el (vc-find-file-hook): Adjust name.
974 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
976         * net/notifications.el (notifications-notify): Fix docstring.
978 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
980         Update to Unicode 6.0.0 beta.
981         * international/charprop.el: Update copyright.
982         * international/mule-cmds.el (ucs-names): Update character ranges.
983         * international/uni-bidi.el:
984         * international/uni-category.el:
985         * international/uni-combining.el:
986         * international/uni-comment.el:
987         * international/uni-decimal.el:
988         * international/uni-decomposition.el:
989         * international/uni-digit.el:
990         * international/uni-lowercase.el:
991         * international/uni-mirrored.el:
992         * international/uni-name.el:
993         * international/uni-numeric.el:
994         * international/uni-old-name.el:
995         * international/uni-titlecase.el:
996         * international/uni-uppercase.el: Regenerate.
998 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1000         * emacs-lisp/smie.el (comment-string-strip): Declare function.
1001         (smie-precs-precedence-table): Fix typo in docstring.
1003         * vc-mtn.el (log-edit-extract-headers): Declare function.
1005         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1007         * net/notifications.el (dbus-register-signal): Declare function.
1008         (notifications-notify): Fix typos and reflow docstring.
1010 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1012         Improve VC create/retrieve tag/branch.
1013         * vc.el (vc-create-tag): Do not read the directory name for VCs
1014         with repository revision granularity.  Adjust the tag/branch
1015         prompt.  Reset VC properties.
1016         (vc-retrieve-tag): Do not read the directory name for VCs
1017         with repository revision granularity.  Reset VC properties.
1019 2010-06-09  Julien Danjou  <julien@danjou.info>
1021         * net/notifications.el: New file.
1023 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
1025         Add optional support for resetting VC properties.
1026         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1027         call vc-file-clearprops when true.
1028         (vc-resynch-buffer): Add new optional argument, pass it down.
1029         (vc-resynch-buffers-in-directory): Likewise.
1031         Improve support for special markup in the VC commit message.
1032         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1033         * vc-hg.el (vc-hg-checkin): Add support for Date:.
1034         * vc-git.el (vc-git-checkin):
1035         * vc-bzr.el (vc-bzr-checkin): Likewise.
1037 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1039         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1040         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1042 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
1044         * iimage.el: Remove images as soon as the underlying text is modified.
1045         (iimage-modification-hook): New function.
1046         (iimage-mode-buffer): Use it.
1048 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1050         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1051         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
1052         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
1053         (smie-indent-keyword): Add handling of open-paren keywords.
1054         (smie-indent-comment-continue): Don't assume comment-continue.
1056 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
1058         * window.el (pop-to-buffer): Remove the conditional that
1059         compares new-window and old-window, so it will reselect
1060         the selected window unconditionally.
1061         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1063 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1065         * emacs-lisp/smie.el (smie-indent-offset-after)
1066         (smie-indent-forward-token, smie-indent-backward-token): New functions.
1067         (smie-indent-after-keyword): Use them.
1068         (smie-indent-fixindent): Only applies to the indentation of the BOL.
1069         (smie-indent-keyword): Tweak the black magic.
1070         (smie-indent-comment-continue): Strip comment-continue before use.
1071         (smie-indent-functions): Indent comments before keywords.
1073 2010-06-06  Juri Linkov  <juri@jurta.org>
1075         * isearch.el (isearch-lazy-highlight-search): Fix looping
1076         by checking for empty match.  This syncs this loop with the
1077         similar loop in `isearch-search'.  (Bug#6362)
1079 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
1081         * net/dbus.el (dbus-register-method): Declare function.
1082         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1083         (dbus-introspect): Doc fix.
1084         (dbus-event-bus-name, dbus-introspect-get-interface)
1085         (dbus-introspect-get-argument): Reflow docstrings.
1087 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
1089         vc-log-incoming/vc-log-outgoing fixes for Git.
1090         * vc-git.el (vc-git-log-view-mode): Fix font lock for
1091         incoming/outgoing logs.
1092         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1093         instead of vc-git-compute-remote.
1094         (vc-git-compute-remote): Remove.
1096 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
1098         * term/common-win.el (x-colors): Add "dark green" and "dark
1099         turquoise" (Bug#6332).
1101 2010-06-04  Juri Linkov  <juri@jurta.org>
1103         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1104         Instead of setting `replace' to t and replacing the same string
1105         with itself, don't do certain actions when
1106         kill-do-not-save-duplicates is non-nil and string is equal to car
1107         of kill-ring: don't call menu-bar-update-yank-menu, don't push
1108         interprogram-paste strings to kill-ring, and don't push the input
1109         argument `string' to kill-ring.
1110         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1112 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1114         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1116 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
1118         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1119         (tramp-gvfs-handler-mounted-unmounted)
1120         (tramp-gvfs-connection-mounted-p): Handle default-location.
1122         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1123         move files to trash.
1125 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
1127         * international/mule-cmds.el (nonascii-insert-offset)
1128         (nonascii-translation-table): Add obsolescence information.
1130         * international/mule.el (make-translation-table-from-vector): Doc fix.
1132 2010-06-03  Eric Ludlam  <zappo@gnu.org>
1134         * cedet/semantic/lex-spp.el
1135         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1136         invalid values during save, just save a nil (Bug#6324).
1138 2010-06-03  Glenn Morris  <rgm@gnu.org>
1140         * desktop.el (desktop-clear-preserve-buffers):
1141         Add "*Warnings*" buffer.  (Bug#6336)
1143 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
1145         vc-log-incoming/vc-log-outgoing improvements for Git.
1146         * vc-git.el (vc-git-log-outgoing): Use the same format as the
1147         short log.
1148         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
1150         Add bindings for vc-log-incoming and vc-log-outgoing.
1151         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1152         and vc-log-outgoing.
1153         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1154         and vc-log-outgoing.
1156 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1158         * net/rcirc.el (rcirc-sort-nicknames): Remove.
1159         (rcirc-handler-366): Always sort nicknames.
1161 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
1163         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1165 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
1167         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1169 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1171         * net/rcirc.el (rcirc-sort-nicknames): Change default.
1172         (rcirc-sort-nicknames-join): Avoid setq.
1174 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1176         * net/rcirc.el (rcirc-sort-nicknames): New custom.
1177         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1178         (rcirc-handler-366): Use them.
1180 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1182         Split smie-indent-calculate into more manageable chunks.
1183         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1184         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1185         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1186         (smie-indent-exps): Extract from smie-indent-calculate.
1187         (smie-indent-functions): New var.
1188         (smie-indent-functions): Use them.
1190 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1192         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1193         (smie-indent-calculate): Simplify and cleanup.
1195 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
1197         * net/tramp-gvfs.el (top): Require url-util.
1198         (tramp-gvfs-mount-point): Remove.
1199         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1200         New defuns.
1201         (with-tramp-dbus-call-method): Format trace message.
1202         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1203         Implement backup call, when operation on local files fails.
1204         Use progress reporter.  Flush properties of changed files.
1205         (tramp-gvfs-handle-make-directory): Make more traces.
1206         (tramp-gvfs-url-file-name): Hexify file name in url.
1207         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1208         into account for the resulting file name.
1209         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1210         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
1211         (tramp-gvfs-handler-mounted-unmounted)
1212         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1213         attribute "default_location".  Set "prefix" property.
1214         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1215         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1216         exists.  Raise an error, if not (due to a corresponding answer
1217         "no" in interactive questions, for example).
1219 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
1221         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1223 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
1225         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1226         right-*.  (Bug#6265)
1228 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
1230         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1231         * vc-git.el (vc-git-compute-remote): New function.
1232         (vc-git-log-outgoing): Use it instead of hard coding a value.
1233         (vc-git-log-incoming): New function.
1235         Improve state updating for VC tag commands.
1236         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1237         to update the state of all buffers in the directory.
1239         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1241 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1243         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1244         `file-directory-p' to the filename part rather than to the whole text.
1246 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
1248         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1249         (bug#6231).
1251 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1253         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1255 2010-05-31  Drew Adams  <drew.adams@oracle.com>
1257         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1259 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
1261         * subr.el (momentary-string-display): Just use read-event to read
1262         the exit event (Bug#6238).
1264 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
1266         * international/mule.el (define-coding-system): Doc fix (bug#6313).
1268 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1270         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1271         Suggested by Eli Zaretskii <eliz@gnu.org>.
1273 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1275         * minibuffer.el (completion-file-name-table): Don't return a boundary
1276         past the end of `string' (bug#6299).
1277         (completion--file-name-table): Delegate to completion-file-name-table
1278         for the `boundaries' case.
1280 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1282         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1283         movement commands.
1285         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1286         `path-separator', but maintain compatibility with Emacs 20.2.
1288 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1290         * server.el (server-process-filter): Receive parent-id argument
1291         from emacsclient.
1292         (server-create-window-system-frame): New arg.  Pass parent-id as
1293         frame parameter.
1295 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
1297         Bidi-sensitive word movement with arrow keys.
1298         * subr.el (right-arrow-command, left-arrow-command): Move to
1299         bindings.el.
1301         * bindings.el (right-char, left-char): Move from subr.el and
1302         rename from right-arrow-command and left-arrow-command.
1303         (right-word, left-word): New functions.
1304         (global-map) <right>: Bind to right-char.
1305         (global-map) <left>: Bind to left-char.
1306         (global-map) <C-right>: Bind to right-word.
1307         (global-map) <C-left>: Bind to left-word.
1309         * ls-lisp.el (ls-lisp-classify-file): New function.
1310         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1311         (ls-lisp-classify): Call ls-lisp-classify-file.
1312         (insert-directory): Remove blanks from switches.
1314 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
1316         * ansi-color.el: Delete unused escape sequences (Bug#6085).
1317         (ansi-color-drop-regexp): New constant.
1318         (ansi-color-apply, ansi-color-filter-region)
1319         (ansi-color-apply-on-region): Delete unrecognized control sequences.
1320         (ansi-color-apply): Build string list before calling concat.
1322 2010-05-28  Juri Linkov  <juri@jurta.org>
1324         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1325         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1326         (Bug#5270)
1328 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1330         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1331         to ignored backtrace functions.
1332         (with-progress-reporter): Expand docstring.
1333         (tramp-handle-delete-file): Implement TRASH argument.
1334         (tramp-get-remote-trash): New defun.
1336 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
1338         * net/tramp-compat.el (tramp-compat-delete-file): Use
1339         `symbol-value' for backward compatibility.
1341         * net/tramp.el (tramp-handle-make-symbolic-link)
1342         (tramp-handle-load)
1343         (tramp-do-copy-or-rename-file-via-buffer)
1344         (tramp-do-copy-or-rename-file-directly)
1345         (tramp-do-copy-or-rename-file-out-of-band)
1346         (tramp-handle-process-file, tramp-handle-call-process-region)
1347         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1348         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1349         (tramp-delete-temp-file-function): Use `delete-file' instead
1350         of `tramp-compat-delete-file'.
1352         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1353         (tramp-fish-handle-make-symbolic-link)
1354         (tramp-fish-handle-process-file): Use `delete-file' instead
1355         of `tramp-compat-delete-file'.
1357         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1358         `delete-file' instead of `tramp-compat-delete-file'.
1360         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1361         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1362         `tramp-compat-delete-file'.
1364         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1365         `delete-file' instead of `tramp-compat-delete-file'.
1367         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1368         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1369         (tramp-smb-handle-write-region): Use `delete-file' instead of
1370         `tramp-compat-delete-file'.
1371         (tramp-smb-handle-delete-directory): Use 'trash as arg.
1373 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1375         * dired.el (dired-delete-file): New arg TRASH.
1376         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
1377         (dired-do-flagged-delete, dired-do-delete): Use trash.
1379         * speedbar.el (speedbar-item-delete): Allow trashing.
1381         * files.el (delete-directory): New arg TRASH.
1383         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1384         (ange-ftp-rename-remote-to-remote)
1385         (ange-ftp-rename-local-to-remote)
1386         (ange-ftp-rename-remote-to-local, ange-ftp-load)
1387         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1388         `delete-file'.
1389         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1390         allow trashing.
1392         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1393         handle new TRASH arg of `delete-file'.
1395         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1396         (tramp-handle-make-symbolic-link, tramp-handle-load)
1397         (tramp-do-copy-or-rename-file-via-buffer)
1398         (tramp-do-copy-or-rename-file-directly)
1399         (tramp-do-copy-or-rename-file-out-of-band)
1400         (tramp-handle-process-file, tramp-handle-call-process-region)
1401         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1402         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1403         (tramp-delete-temp-file-function): Use null TRASH arg in
1404         tramp-compat-delete-file call.
1406         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1407         (tramp-fish-handle-delete-file)
1408         (tramp-fish-handle-make-symbolic-link)
1409         (tramp-fish-handle-process-file): Use null TRASH arg in
1410         `tramp-compat-delete-file' call.
1412         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
1413         arg in `tramp-compat-delete-file' call.
1415         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1416         (tramp-gvfs-handle-write-region): Use null TRASH arg in
1417         `tramp-compat-delete-file' call.
1419         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
1420         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
1421         `tramp-compat-delete-file' call.
1423         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1424         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1425         (tramp-smb-handle-write-region): Use null TRASH arg in
1426         tramp-compat-delete-file call.
1427         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
1428         (tramp-smb-handle-delete-file): Rename arg.
1430         * diff.el (diff-sentinel):
1431         * epg.el (epg--make-temp-file, epg-decrypt-string)
1432         (epg-verify-string, epg-sign-string, epg-encrypt-string):
1433         * jka-compr.el (jka-compr-partial-uncompress)
1434         (jka-compr-call-process, jka-compr-write-region):
1435         * server.el (server-sentinel): Remove optional arg from
1436         delete-file, reverting 2010-05-03 change.
1438 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1440         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
1441         font-lock-constant-face, not obsolete font-lock-reference-face.
1443 2010-05-27  Kenichi Handa  <handa@m17n.org>
1445         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
1446         element of GSTRING is nil.
1448 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1450         * emacs-lisp/smie.el (smie-forward-token-function)
1451         (smie-backward-token-function): New vars.
1452         (smie-backward-sexp, smie-forward-sexp)
1453         (smie-indent-hanging-p, smie-indent-calculate): Use them.
1454         (smie-default-backward-token): Rename from smie-backward-token and
1455         skip comments.
1456         (smie-default-forward-token): Rename from smie-forward-token and
1457         skip comments.
1458         (smie-next-sexp): Handle nil results from next-token.
1459         (smie-indent-calculate): Add a new case for special `fixindent' comments.
1461 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
1463         * progmodes/verilog-mode.el (verilog-type-font-keywords):
1464         Use font-lock-constant-face, not obsolete font-lock-reference-face.
1466 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
1468         * htmlfontify.el (hfy-face-resolve-face): New function.
1469         (hfy-face-to-style): Use it (Bug#6279).
1471 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1473         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
1474         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
1476 2010-05-26  Glenn Morris  <rgm@gnu.org>
1478         * emulation/edt.el (edt-load-keys): Use locate-library.
1480 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
1482         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
1483         (log-edit-changelog-entries): Doc fix.
1484         (log-edit-changelog-insert-entries): Args changed.
1485         Rename relative filenames in ChangeLog entries.  Delete tabs.
1486         (log-edit-insert-changelog-entries): Reorganize return value of
1487         `log-edit-changelog-entries' to pass filenames to
1488         log-edit-changelog-insert-entries.
1490 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1492         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
1493         `image-dired-dired-insert-marked-thumbs' to
1494         `image-dired-dired-toggle-marked-thumbs'.
1496         * image-dired.el: Require cl when compiling.
1497         (image-dired-dired-toggle-marked-thumbs): Rename from
1498         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
1499         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
1500         to 'no-dir.  Skip files whose names don't match
1501         `image-file-name-regexp'.  When file has a thumbnail overlay,
1502         delete it.  (Bug#5270)
1504 2010-05-25  Juri Linkov  <juri@jurta.org>
1506         * image-mode.el (image-mode): Add image-after-revert-hook to
1507         after-revert-hook.
1508         (image-after-revert-hook): New function.  (Bug#5669)
1510 2010-05-25  Juri Linkov  <juri@jurta.org>
1512         * image.el (image-animated-p): When delay between animated images
1513         is 0, set it to 10 (0.1 sec).  (Bug#6258)
1515 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1517         * net/tramp.el (tramp-handle-insert-directory): Don't use
1518         `forward-word', its default syntax could be changed.
1520 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
1522         * net/tramp.el (tramp-progress-reporter-update): New defun.
1523         (with-progress-reporter): Use it.
1524         (tramp-process-actions):
1525         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
1526         current message, in order to let progress reporter continue
1527         afterwards.  (Bug#6257)
1529 2010-05-25  Glenn Morris  <rgm@gnu.org>
1531         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
1532         Add :version.
1534 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1536         * net/rcirc.el (rcirc-default-user-name): Change to "user".
1537         (rcirc-default-full-name): Change to "unknown".
1538         (rcirc-user-name-history): Add variable.
1540 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
1541             Jonathan Rockway  <jon@jrock.us>
1543         * net/rcirc.el (rcirc-server-alist): Add :pass.
1544         (rcirc): When prompting for connection parameters, also prompt for
1545         username and password.
1546         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
1547         value to server when connecting.
1549 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1551         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
1552         (smie-merge-prec2s): Pass the tables as separate args.
1553         (smie-bnf-precedence-table): Adjust call accordingly.
1554         (smie-prec2-levels): Set levels at the end.
1556         Replace Lisp calls to delete-backward-char by delete-char.
1557         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
1558         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
1559         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
1560         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
1561         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
1562         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
1563         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
1564         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
1565         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
1566         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
1567         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
1568         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
1569         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
1570         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
1571         delete-backward-char by calls to delete-char.
1573 2010-05-25  Kenichi Handa  <handa@m17n.org>
1575         * language/hebrew.el (hebrew-shape-gstring): New function.
1576         Register it in composition-function-table for all Hebrew combining
1577         characters.
1579 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1581         * epa.el (epa--select-keys): Don't explicitly delete the window since
1582         that can fail (e.g. sole window in frame).  Use dedication instead.
1584 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
1586         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1588 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
1590         * image.el (image-refresh): Define as an alias for image-flush.
1592         * image-mode.el (image-toggle-display-image): Caller changed.
1594 2010-05-21  Juri Linkov  <juri@jurta.org>
1596         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
1597         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
1598         whitespace, call wildcard-to-regexp on substrings and concat them
1599         with "\\|".  (Bug#6114)
1601 2010-05-21  Alan Mackenzie  <acm@muc.de>
1603         * progmodes/cc-engine.el (c-parse-state-get-strategy):
1604         Replace parameter `here' with `here-' and `here-plus', which sandwich
1605         any pertinent CPP construct.
1606         (c-remove-stale-state-cache-backwards): Fix a bug which happens
1607         when doing (c-parse-state) in a CPP construct: Exclude any "new"
1608         CPP construct from taking part in the scanning.
1610 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
1612         * net/tramp.el (tramp-do-copy-or-rename-file)
1613         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
1614         Tune `with-progress-reporter' messages.
1615         (tramp-handle-vc-registered):
1616         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
1617         (tramp-fish-handle-insert-file-contents)
1618         (tramp-fish-maybe-open-connection):
1619         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1620         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
1621         (tramp-imap-handle-insert-file-contents)
1622         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1624 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
1626         * add-log.el (change-log-font-lock-keywords):
1627         Highlight all authors in multi-author entries.
1629         * smerge-mode.el (smerge-refine-ignore-whitespace)
1630         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
1631         Fix typos in docstrings.
1632         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
1634 2010-05-21  Glenn Morris  <rgm@gnu.org>
1636         * progmodes/fortran.el (fortran-mode):
1637         * progmodes/f90.el (f90-mode): Derive from prog-mode.
1639         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
1640         having a relative path in src/Makefile.in.
1642 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1644         * help-mode.el (help-make-xrefs): For Info node links turn
1645         newlines into spaces.  Link node names with newlines are matched
1646         by help-xref-info-regexp and buttonized, this change ensures they
1647         can be followed successfully with RET.  (Bug#6206)
1649 2010-05-20  Juri Linkov  <juri@jurta.org>
1651         * locate.el (locate): Use pop-to-buffer instead of
1652         switch-to-buffer-other-window.  (Bug#6204)
1654 2010-05-20  Juri Linkov  <juri@jurta.org>
1656         * replace.el (replace-highlight): Fix lazy-highlighting
1657         for `M-s w str M-% str RET'.
1659 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
1661         * isearch.el (isearch-yank-word-or-char): Pull next subword
1662         when `subword-mode' is activated.  (Bug#6220)
1664 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
1666         * isearch.el (isearch-update-post-hook): New hook.
1667         (isearch-update): Use the new hook.  (Bug#6225)
1669 2010-05-20  Juri Linkov  <juri@jurta.org>
1671         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
1672         [f1], [help], and (char-to-string help-char) instead of "\C-h".
1673         (Bug#6222)
1675 2010-05-20  Juri Linkov  <juri@jurta.org>
1677         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
1678         (Bug#6223)
1680 2010-05-20  Juri Linkov  <juri@jurta.org>
1682         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
1683         FILE-NAME to read from the minibuffer when called interactively
1684         with prefix argument instead of using buffer-file-name.
1685         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
1687         * dired.el: Update autoloads.
1689 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
1691         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
1692         nxml-finish-element, for consistency with SGML mode.
1694         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
1695         octave-close-block.
1697 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
1699         * composite.el: Require cl when compiling.
1700         (reference-point-alist, compose-gstring-for-graphic)
1701         (compose-gstring-for-terminal): Fix typos in docstrings.
1703 2010-05-19  Juri Linkov  <juri@jurta.org>
1705         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
1706         set-window-parameter.
1708 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1710         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
1711         where appropriate.
1712         (tramp-maybe-open-connection): Use it.
1714 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
1716         * simple.el (move-end-of-line): Make sure we are at line beginning
1717         before backing up to end of previous line.
1719 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1721         * password-cache.el (password-cache-remove): Fix docstring.
1723         * net/secrets.el: Autoload the widget functions.
1724         (secrets-search-items, secrets-create-item)
1725         (secrets-get-attributes, secrets-expand-item): Attributes will be
1726         stored on the password database without leading ":", as all other
1727         clients do as well.
1728         (secrets-mode): Fix docstring.
1729         (secrets-show-secrets): Provide it as autoloaded command only when
1730         D-Bus support is available.  Check existence of Secret Service API.
1732 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1734         * indent.el (indent-region): Deactivate region (bug#6200).
1736 2010-05-19  Glenn Morris  <rgm@gnu.org>
1738         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
1740 2010-05-19  Kenichi Handa  <handa@m17n.org>
1742         * composite.el: Register compose-gstring-for-graphic in
1743         composition-function-table only for combining characters (Mn, Mc, Me).
1745 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
1747         * calc/calc-trail.el (calc-trail-isearch-forward)
1748         (calc-trail-isearch-backward): Ensure that the new window
1749         point is set correctly.
1751 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1753         * subr.el (read-quoted-char): Resolve modifiers after key
1754         remapping (bug#6212).
1756 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
1758         Add visualization code for secrets.
1759         * net/secrets.el (secrets-mode): New major mode.
1760         (secrets-show-secrets, secrets-show-collections)
1761         (secrets-expand-collection, secrets-expand-item)
1762         (secrets-tree-widget-after-toggle-function)
1763         (secrets-tree-widget-show-password): New defuns.
1765 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1767         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
1768         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
1769         handled in smie-next-sexp.
1770         (smie-indent-calculate): Provide a starting indentation (so the
1771         recursion is well-founded ;-).
1773         Fix handling of non-associative equal levels.
1774         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
1775         when it's not needed.
1776         (smie-op-left, smie-op-right): New functions.
1777         (smie-next-sexp): New function, extracted from smie-backward-sexp.
1778         Better handle equal levels to distinguish the associative case from
1779         the "multi-keyword construct" case.
1780         (smie-backward-sexp, smie-forward-sexp): Use it.
1782 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
1784         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
1786         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
1787         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
1789 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1791         Provide a simple generic indentation engine and use it for Prolog.
1792         * emacs-lisp/smie.el: New file.
1793         * progmodes/prolog.el (prolog-smie-op-levels)
1794         (prolog-smie-indent-rules): New var.
1795         (prolog-mode-variables): Use them to configure SMIE.
1796         (prolog-indent-line, prolog-indent-level): Remove.
1798 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
1800         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
1801         order before computing the averages.
1803 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
1805         * calc/calc-vec.el (calc-histogram):
1806         (calcFunc-histogram): Allow vectors as inputs.
1807         (math-vector-avg): New function.
1809         * calc/calc-ext.el (math-group-float): Have the number of digits
1810         being grouped depend on the radix (Bug#6189).
1812 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
1814         * version.el (emacs-copyright, emacs-version): Don't define here,
1815         now that emacs.c defines it.
1817 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
1819         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
1820         "Describe Language Environment" menu item.
1822         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
1824         Bidi-sensitive movement with arrow keys.
1825         * subr.el (right-arrow-command, left-arrow-command): New functions.
1827         * bindings.el (global-map): Bind them to right and left arrow keys.
1829         Don't override standard definition of convert-standard-filename.
1830         * files.el (convert-standard-filename): Call
1831         w32-convert-standard-filename and dos-convert-standard-filename on
1832         the corresponding systems.
1834         * w32-fns.el (w32-convert-standard-filename): Rename from
1835         convert-standard-filename.  Doc fix.
1837         * dos-fns.el (dos-convert-standard-filename): Doc fix.
1838         (convert-standard-filename): Don't defalias.
1839         (register-name-alist, make-register, register-value)
1840         (set-register-value, intdos): Obsolete aliases for the
1841         corresponding dos-* functions and variables.
1842         (dos-intdos): Add a doc string.
1844 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
1846         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
1847         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
1848         (math-compose-tex-func):
1849         * calc/calccomp.el (math-compose-expr):
1850         * calc/calc-ext.el (math-format-flat-expr-fancy):
1851         * calc/calc-store.el (calc-read-var-name):
1852         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
1854         * calc/calc.el (var-π, var-φ, var-γ): New variables.
1855         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
1856         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
1857         (math-standard-units): Add units.
1859 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1861         * progmodes/asm-mode.el (asm-mode):
1862         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
1864         * pcomplete.el (pcomplete-completions-at-point): New function,
1865         extracted from pcomplete-std-complete.
1866         (pcomplete-std-complete): Use it.
1868 2010-05-15  Glenn Morris  <rgm@gnu.org>
1870         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1871         Remove references to CVS, RCS and Old directories.
1873 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
1875         * calc/calc-bin.el (math-format-twos-complement): Group digits when
1876         appropriate.
1878 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1880         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
1881         (sh-mode-syntax-table): Give it a default value instead.
1882         (sh-header-marker): Make buffer-local.
1883         (sh-mode): Move make-local-variable to the corresponding setq.
1884         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
1885         Use complete-with-action.
1887         * simple.el (prog-mode): New (abstract) major mode.
1888         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
1889         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
1891 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
1893         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
1894         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
1895         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
1896         (sql-make-alternate-buffer-name, sql-placeholders-filter)
1897         (sql-escape-newlines-filter, sql-input-sender)
1898         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
1900 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
1902         Add TeX open-block and close-block keybindings to SGML, and vice versa.
1904         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
1905         latex-open-block and C-c / to latex-close-block.
1907         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
1908         and C-c C-e to sgml-close-tag.
1910 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
1912         * net/tramp.el (with-progress-reporter): Create reporter object
1913         only when the message would be displayed.  Handle nested calls.
1914         (tramp-handle-load, tramp-handle-file-local-copy)
1915         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1916         (tramp-maybe-send-script, tramp-find-shell):
1917         Use `with-progress-reporter'.
1918         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
1919         Fix message text.
1921         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1922         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1923         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1924         Use `with-progress-reporter'.
1926 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
1928         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
1929         process everytime when spellchecking from the minibuffer (bug#6143).
1931 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1933         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
1935         * dos-fns.el: Add "dos-" prefix for namespace control.
1936         (convert-standard-filename): Define as alias for
1937         dos-convert-standard-filename but only if applicable.
1939 2010-05-12  Alan Mackenzie  <acm@muc.de>
1941         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1942         Push the mark at the start of these functions when appropriate.
1944 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1946         * minibuffer.el (completion-cycle-threshold): New custom var.
1947         (completion--do-completion): Use it.
1948         (minibuffer-complete): Use cycling if appropriate.
1950 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
1952         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
1953         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
1955 2010-05-11  Juri Linkov  <juri@jurta.org>
1957         * scroll-all.el (scroll-all-check-to-scroll):
1958         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
1960 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1962         * iimage.el (iimage-mode-map): Move initialization into declaration.
1963         (iimage-mode-buffer): Use with-silent-modifications.
1964         Simplify calling convention.  Adjust callers.
1965         (iimage-mode): Don't run hook redundantly.
1967         * minibuffer.el (completion-pcm--pattern->regex):
1968         Fix last change (bug#6160).
1970 2010-05-10  Juri Linkov  <juri@jurta.org>
1972         Remove nodes visited during Isearch from the Info history.
1973         * info.el (Info-isearch-initial-history)
1974         (Info-isearch-initial-history-list): New variables.
1975         (Info-isearch-start): Record initial values of
1976         Info-isearch-initial-history and Info-isearch-initial-history-list.
1977         Add Info-isearch-end to isearch-mode-end-hook.
1978         (Info-isearch-end): New function.
1980 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
1982         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
1983         format string, in order to work around a bug in pdksh.
1984         Reported by Gilles Pion <gpion@lfdj.com>.
1985         (tramp-handle-verify-visited-file-modtime): Do not send a command
1986         when the connection is not established.
1987         (tramp-handle-set-file-times): Simplify the check for utc.
1989 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
1991         Fix use of `filter-buffer-substring' (rework previous change).
1992         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
1993         (cua-repeat-replace-region):
1994         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
1995         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1996         (cua-cut-region-to-global-mark): Use it.
1998 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
2000         * progmodes/sql.el: Version 2.1.
2001         (sql-product-alist): Redesign structure of product info.
2002         (sql-product, sql-user, sql-server, sql-database): Safe variables.
2003         (sql-port, sql-port-history): New variables.
2004         (sql-interactive-product): New variable.
2005         (sql-send-terminator): New variable.
2006         (sql-imenu-generic-expression): Add "Types" imenu entry.
2007         (sql-oracle-login-params, sql-sqlite-login-params)
2008         (sql-mysql-login-params, sql-solid-login-params)
2009         (sql-sybase-login-params, sql-informix-login-params)
2010         (sql-ingres-login-params, sql-ms-login-params)
2011         (sql-postgres-login-params, sql-interbase-login-params)
2012         (sql-db2-login-params, sql-linter-login-params)
2013         (sql-oracle-scan-on): New variables.
2014         (sql-mode-map): Add C-c C-i to start interactive mode.
2015         (sql-mode-menu): Update existing menu entries.
2016         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2017         (sql-mode-oracle-font-lock-keywords)
2018         (sql-mode-postgres-font-lock-keywords)
2019         (sql-mode-ms-font-lock-keywords)
2020         (sql-mode-sybase-font-lock-keywords)
2021         (sql-mode-informix-font-lock-keywords)
2022         (sql-mode-interbase-font-lock-keywords)
2023         (sql-mode-ingres-font-lock-keywords)
2024         (sql-mode-solid-font-lock-keywords)
2025         (sql-mode-mysql-font-lock-keywords)
2026         (sql-mode-sqlite-font-lock-keywords)
2027         (sql-mode-db2-font-lock-keywords)
2028         (sql-mode-linter-font-lock-keywords): Update initialization to
2029         reduce run-time complexity.
2030         (sql-add-product, sql-del-product): New functions.
2031         (sql-set-product-feature, sql-get-product-feature): New functions.
2032         (sql-product-font-lock): Update product API.
2033         (sql-add-product-keywords): New function.
2034         (sql-highlight-product): Update product API.
2035         (sql-help-list-products): New function.
2036         (sql-help): Dynamically lists free and non-free products.
2037         (sql-get-login): Correct bug in handling history and added
2038         prompt for port.
2039         (sql-copy-column): Copy without properties.
2040         (sqli-input-sender): Apply filters to SQLi input.
2041         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2042         Implement as a filter.
2043         (sql-escape-newlines-filter): Implement as a filter.
2044         (sql-remove-tabs-filter): New function.
2045         (sql-send-magic-terminator): New function.
2046         (sql-send-string): Implement magic terminator.
2047         (sql-send-region): Use `sql-send-string'.
2048         (sql-interactive-mode): Use product API.
2049         (sql-product-interactive): Use product API.
2050         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2051         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2052         (sql-db2, sql-linter): Use `sql-product-interactive'.
2053         (sql-connect): New function.
2054         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2055         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2056         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2057         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2058         Use `sql-connect'.
2060 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2062         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2063         New custom variable.
2064         (completion-pcm--string->pattern): Use it.
2065         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2066         Make it handle any symbol as `any'.
2067         (completion-pcm--merge-completions): Extract common suffix for the new
2068         `prefix' symbol as well.
2069         (completion-substring--all-completions): Use the new `prefix' symbol.
2071 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
2073         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2074         not bound.
2075         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2076         (tramp-compat-funcall): New defmacro.
2077         (tramp-compat-line-beginning-position)
2078         (tramp-compat-line-end-position)
2079         (tramp-compat-temporary-file-directory)
2080         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2081         (tramp-compat-copy-file, tramp-compat-copy-directory)
2082         (tramp-compat-delete-file, tramp-compat-delete-directory)
2083         (tramp-compat-number-sequence, tramp-compat-process-running-p)
2084         * net/tramp.el (top, with-progress-reporter)
2085         (tramp-rfn-eshadow-setup-minibuffer)
2086         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2087         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2088         (tramp-completion-mode-p, tramp-check-for-regexp)
2089         (tramp-open-connection-setup-interactive-shell)
2090         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2091         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2092         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2093         * net/tramp-cmds.el (tramp-cleanup-all-connections)
2094         (tramp-reporter-dump-variable, tramp-load-report-modules)
2095         (tramp-append-tramp-buffers)
2096         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2098         * net/tramp-imap.el (top): Autoload `epg-make-context'.
2100 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2102         * progmodes/compile.el (compilation-buffer-modtime): Rename from
2103         buffer-modtime.  Adjust users.
2105 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2107         * international/mule.el (auto-coding-alist): Only purecopy
2108         car of each item, not the whole list (Bug#6083).
2110 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2112         * progmodes/js.el (js-mode): Make paragraph variables local before
2113         calling c-setup-paragraph-variables (Bug#6071).
2115 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
2117         * composite.el (compose-region, reference-point-alist): Fix typos
2118         in the doc strings.
2120 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2122         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2123         gnuplot's "set" command.
2125 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2127         * abbrev.el (last-abbrev-text): Doc fix.
2128         (abbrev-prefix-mark): Don't escape parenthesis.
2130 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
2132         * composite.el (find-composition): Doc fix.
2134 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2136         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2137         (sql-oracle-program, sql-sqlite-options)
2138         (sql-query-placeholders-and-send): Doc fixes.
2139         (sql-set-product, sql-interactive-mode): Reflow docstrings.
2140         (sql-imenu-generic-expression, sql-buffer)
2141         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2142         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2143         (sql-mode-sybase-font-lock-keywords)
2144         (sql-mode-informix-font-lock-keywords)
2145         (sql-mode-interbase-font-lock-keywords)
2146         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2147         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2148         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2149         (sql-product-feature, sql-highlight-product)
2150         (comint-line-beginning-position, sql-rename-buffer)
2151         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2152         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2153         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2154         Fix typos in docstrings.
2156 2010-05-08  Juri Linkov  <juri@jurta.org>
2158         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2159         property instead of `invisible' and `after-string' (bug#5998).
2161 2010-05-08  Juri Linkov  <juri@jurta.org>
2163         * image-mode.el (image-mode-as-text): Fix typo in docstring.
2165 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
2167         * filecache.el (file-cache-add-directory-list)
2168         (file-cache-add-directory-recursively): Fix typos in docstrings.
2170 2010-05-08  Kenichi Handa  <handa@m17n.org>
2172         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2173         (gujarati-composable-pattern): Fix typo.
2175 2010-05-08  Kenichi Handa  <handa@m17n.org>
2177         * language/indian.el (oriya-composable-pattern)
2178         (tamil-composable-pattern, malayalam-composable-pattern):
2179         Add two-part vowels to "v" (vowel sign).
2181 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2183         * files.el (copy-directory): Handle symlinks (Bug#5982).
2185 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
2187         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2188         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
2189         (Bug#5846).
2191 2010-05-08  Glenn Morris  <rgm@gnu.org>
2193         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2195         * minibuffer.el (completion-at-point): Doc fix.
2197 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2199         * electric.el (Electric-command-loop): Minor tweak.
2201         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2202         better with dedicated windows.
2204 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2206         * Version 23.2 released.
2208 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
2209             Stefan Monnier  <monnier@iro.umontreal.ca>
2211         Highlight vendor specific properties.
2212         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2213         (css-proprietary-property): New face.
2214         (css-font-lock-keywords): Use them.
2216 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
2218         * cus-start.el (all): Add native condition for tool-bar-* symbols.
2220 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2222         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2223         * files.el (auto-mode-alist): Remove redundant entries.
2225         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2226         * simple.el (auto-save-mode): Move from files.el.
2227         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2229 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2231         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2233 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2235         * mail/binhex.el (binhex-decode-region-internal)
2236         * mail/uudecode.el (uudecode-decode-region-internal)
2237         * net/dns.el (dns-read-string-name, dns-write, dns-read)
2238         (dns-read-type, dns-query)
2239         * pgg-parse.el (pgg-parse-armor)
2240         * pgg.el (pgg-verify-region)
2241         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2242         XEmacs.
2244         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2246 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
2248         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2250         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2251         * emulation/cua-base.el (cua-repeat-replace-region):
2252         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2253         (cua-cut-region-to-global-mark):
2254         Remove text properties with `set-text-properties'.
2256 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
2258         * net/tramp.el (top, with-progress-reporter):
2259         Use `symbol-function' inside `funcall'.
2261         * net/tramp-compat.el (tramp-compat-file-attributes)
2262         (tramp-compat-delete-file, tramp-compat-delete-directory):
2263         Handle only `wrong-number-of-arguments' error.
2265         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2266         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2267         inside `funcall'.
2269 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2271         * minibuffer.el (completion--sreverse, completion--common-suffix):
2272         New functions.
2273         (completion-pcm--merge-completions): Extract common suffix when safe.
2275         * emacs-lisp/easy-mmode.el (define-minor-mode):
2276         Make :variable more flexible.
2277         * files.el (auto-save-mode): Use it to define using define-minor-mode.
2279 2010-05-05  Juri Linkov  <juri@jurta.org>
2281         Add `slow' and `history' tags to the desktop data.
2283         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2284         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2285         (Info-finder-find-node): Require `finder.el' to be able
2286         to restore node from the desktop.
2287         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
2288         data `Info-history' and `slow' tag in the assoc list.
2289         (Info-restore-desktop-buffer): Don't restore nodes with the
2290         `slow' tag.  Restore `Info-history'.
2292 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
2294         Add FORCE argument to `delete-file'.
2296         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2297         forcing to delete the temporary file.
2298         (ange-ftp-delete-file): Add FORCE arg.
2299         (ange-ftp-rename-remote-to-remote)
2300         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2301         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2302         Force file deletion.
2304         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2306         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2307         (tramp-handle-make-symbolic-link, tramp-handle-load)
2308         (tramp-do-copy-or-rename-file-via-buffer)
2309         (tramp-do-copy-or-rename-file-directly)
2310         (tramp-do-copy-or-rename-file-out-of-band)
2311         (tramp-handle-process-file, tramp-handle-call-process-region)
2312         (tramp-handle-shell-command, tramp-handle-file-local-copy)
2313         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2314         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2316         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2317         (tramp-fish-handle-make-symbolic-link)
2318         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2320         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2321         Use `tramp-compat-delete-file'.
2323         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2324         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2326         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2327         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2329         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2330         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2331         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2332         `tramp-compat-delete-file'.
2334 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2336         Minor cleanups.
2337         * subr.el (add-minor-mode): Use push.
2338         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2339         * emulation/edt.el (edt-select-mode): Simplify.
2341         Use define-minor-mode in more cases.
2342         * term/tvi970.el (tvi970-set-keypad-mode):
2343         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2344         (normal-erase-is-backspace-mode):
2345         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2346         (set-scroll-bar-mode-1): (Re)move to its sole caller.
2347         (get-scroll-bar-mode): New function.
2348         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2350         Use define-minor-mode for less obvious cases.
2351         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2352         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2353         * international/iso-ascii.el (iso-ascii-mode):
2354         * frame.el (auto-raise-mode, auto-lower-mode):
2355         * composite.el (global-auto-composition-mode): Use define-minor-mode.
2357 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
2359         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2360         in order to see error messages for failed logins.
2362 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
2364         * diff.el (diff-sentinel):
2366         * epg.el (epg--make-temp-file, epg-decrypt-string)
2367         (epg-verify-string, epg-sign-string, epg-encrypt-string):
2369         * jka-compr.el (jka-compr-partial-uncompress)
2370         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2372         * server.el (server-sentinel): Use delete-file's new FORCE arg
2373         (Bug#6070).
2375 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2377         Use define-minor-mode where applicable.
2378         * view.el (view-mode):
2379         * type-break.el (type-break-query-mode)
2380         (type-break-mode-line-message-mode):
2381         * textmodes/reftex.el (reftex-mode):
2382         * term/vt100.el (vt100-wide-mode):
2383         * tar-mode.el (tar-subfile-mode):
2384         * savehist.el (savehist-mode):
2385         * ibuf-ext.el (ibuffer-auto-mode):
2386         * composite.el (auto-composition-mode):
2387         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2388         Use define-minor-mode.
2389         (vhdl-mode): Use static mode-line format.
2390         (vhdl-mode-line-update): Delete.
2391         (vhdl-create-mode-menu, vhdl-activate-customizations)
2392         (vhdl-hs-minor-mode): Don't bother calling it.
2394 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2396         * simple.el (with-wrapper-hook): Move.
2397         (buffer-substring-filters): Mark obsolete.
2398         (filter-buffer-substring-functions): New variable.
2399         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
2401         Use a mode-line spec rather than a static string in Semantic.
2402         * cedet/semantic/util-modes.el:
2403         (semantic-minor-modes-format): New var to replace...
2404         (semantic-minor-modes-status): Remove.
2405         (semantic-mode-line-update): Construct a mode-line spec rather than
2406         a static string so that mouse buttons can be used on individual minor
2407         modes and so that semantic-mode-line-update only needs to be called
2408         when global settings are changed.
2409         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
2410         Call semantic-mode-line-update.
2411         (semantic-toggle-minor-mode-globally): Don't assume mode is on
2412         minor-mode-alist, check semantic-minor-mode-alist as well.
2413         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
2414         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
2415         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
2416         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2417         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2418         (define-semantic-idle-service, semantic-idle-summary-mode):
2419         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
2420         Don't call semantic-mode-line-update any more.
2422 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2424         Use define-minor-mode in CEDET where applicable.
2426         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
2427         Use define-minor-mode.
2429         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
2430         Remove unused arg `keymap' and code redundant with define-minor-mode.
2431         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
2432         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
2433         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
2434         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
2435         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
2436         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
2437         Use define-minor-mode.
2438         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
2439         (semantic-show-unmatched-syntax-mode-setup)
2440         (semantic-show-parser-state-mode-setup)
2441         (semantic-highlight-func-mode-setup): Inline into sole caller.
2443         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2444         (semantic-mru-bookmark-mode): Use define-minor-mode.
2445         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
2447         * cedet/semantic/idle.el (define-semantic-idle-service):
2448         Use define-minor-mode and inline setup function into its sole caller.
2449         (semantic-idle-scheduler-mode-setup)
2450         (semantic-idle-summary-mode-setup): Inline into sole caller.
2451         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
2452         Use define-minor-mode.
2454         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
2455         (semantic-decoration-mode): Use define-minor-mode.
2456         (semantic-decoration-mode-setup): Inline into sole caller.
2458         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
2459         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
2460         (ede-dired-add-to-target): Use dolist.
2462 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2463             Michael Albinus  <michael.albinus@gmx.de>
2465         Implement compression for inline methods.
2467         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2468         (tramp-copy-size-limit): Allow also nil.
2469         (tramp-inline-compress-commands): New defconst.
2470         (tramp-find-inline-compress, tramp-get-inline-compress)
2471         (tramp-get-inline-coding): New defuns.
2472         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2473         replaced by `tramp-get-inline-coding'.
2474         (tramp-handle-file-local-copy, tramp-handle-write-region)
2475         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2477 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2479         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
2480         Remove unused functions.
2482         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
2483         Set find-tag-default-function as a variable rather than a property.
2485         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
2486         * progmodes/etags.el (tags-completion-at-point-function):
2487         Remove left over interactive spec.  Add autoloading stub.
2488         (complete-tag): Use tags-completion-at-point-function.
2490 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
2492         * minibuffer.el (tags-completion-at-point-function): Fix return value.
2494 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2496         * ido.el (ido-init-completion-maps): Remove C-v binding.
2497         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
2499 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
2501         * minibuffer.el (tags-completion-at-point-function): New function.
2502         (completion-at-point-functions): Use it.
2504         * cedet/semantic.el (semantic-completion-at-point-function): New function.
2505         (semantic-mode): Use semantic-completion-at-point-function for
2506         completion-at-point-functions instead.
2508         * progmodes/etags.el (complete-tag): Revert last change.
2510 2010-04-29  Alan Mackenzie  <acm@muc.de>
2512         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
2513         off-by-one error (in end of macro position).
2515 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2517         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
2518         firefox is absent.  Don't autoload.
2519         (browse-url-galeon-program): Don't autoload.
2521 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2523         * bindings.el (complete-symbol): Move into minibuffer.el.
2525         * minibuffer.el (complete-tag): Move from etags.el.  If tags
2526         completion cannot be performed, return nil instead of signalling
2527         an error.
2528         (completion-at-point): Make it an alias for complete-symbol.
2529         (complete-symbol): Move from bindings.el, and replace with the
2530         body of completion-at-point.
2532         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
2534         * cedet/semantic.el (semantic-mode): When enabled, add
2535         semantic-ia-complete-symbol to completion-at-point-functions.
2537         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
2538         if Semantic is not active.
2540 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
2542         * net/tramp.el (tramp-remote-selinux-p): New defun.
2543         (tramp-handle-file-selinux-context)
2544         (tramp-handle-set-file-selinux-context): Use it.
2546 2010-04-28  Sam Steingold  <sds@gnu.org>
2548         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2549         `safe-local-variable' if the value is a string or a symbol with
2550         the property `bug-reference-url-format'.
2552 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
2554         * progmodes/bug-reference.el (bug-reference-url-format): Revert
2555         2010-04-27 change due to security risk.
2557 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2559         Make it possible to locally disable a globally enabled mode.
2560         * simple.el (fundamental-mode): Run fundamental-mode-hook.
2561         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
2562         rather than kill-all-local-variables so it runs fundamental-mode-hook.
2563         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2564         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
2565         that subsequent hooks get a chance to disable it.
2567 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2569         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2570         Avoid re-enabling a minor mode after the user turned the minor mode
2571         off if MODE-enable-in-buffers is run twice (typically once from
2572         fundamental-mode's after-change-major-mode-hook and a second time from
2573         run-mode-hook's own after-change-major-mode-hook).
2575         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
2577 2010-04-27  Sam Steingold  <sds@gnu.org>
2579         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2580         `safe-local-variable' if the value is a string or a function, as
2581         documented and implemented on 2010-04-02.
2583 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
2585         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
2586         when method is 'kill.
2588 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
2590         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
2591         condition in default directory check.
2592         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
2593         Kill ispell process when killing its associated buffer.
2595 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
2597         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
2598         but we aren't using it.
2600 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
2602         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
2603         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
2605 2010-04-24  Glenn Morris  <rgm@gnu.org>
2607         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
2608         Ignore VCS-ignore files, and deleted nextstep preferences files.
2609         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
2610         (authors-ambiguous-files): New list.
2611         (authors-valid-file-names): Add some deleted files.
2612         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
2613         (authors-disambiguate-file-name): New function.  (Bug#5501)
2614         (authors-canonical-file-name): Doc fix.
2615         Don't warn about obsolete files.
2616         (authors-canonical-file-name, authors-scan-el):
2617         Use authors-disambiguate-file-name.
2619         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2620         Add autoload cookies.
2621         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
2622         (generated-autoload-file): Set file-local value to "htmlfontify.el".
2623         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
2624         They have definitions / compiler macros in cl.el.
2625         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2626         Replace manual autoloads with generated ones.
2627         (htmlfontify-unload-rgb-file): Remove autoload.
2628         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
2630 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2632         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
2633         (byte-compile-setq-default): Optimize for the
2634         single-var case and don't call byte-compile-form in this case to avoid
2635         inf-loop with byte-compile-set-default.
2637         * progmodes/compile.el (compilation-start): Abbreviate default directory.
2639 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
2641         Implement SELINUX backends.
2643         * net/tramp.el (tramp-file-name-handler-alist):
2644         Add `file-selinux-context' and `set-file-selinux-context'.
2645         (tramp-handle-file-selinux-context)
2646         (tramp-handle-set-file-selinux-context): New defuns.
2647         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2648         Handle PRESERVE-SELINUX-CONTEXT.
2650         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2651         Add `file-selinux-context' and `set-file-selinux-context'.
2652         (tramp-gvfs-handle-file-selinux-context)
2653         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2654         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2656         * net/ange-ftp.el (ange-ftp-copy-file):
2657         * net/tramp-fish.el (tramp-fish-handle-copy-file):
2658         * net/tramp-imap.el (tramp-imap-handle-copy-file):
2659         * net/tramp-smb.el (tramp-smb-handle-copy-file):
2660         Add PRESERVE-SELINUX-CONTEXT.
2662 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2664         Synchronize with Tramp repository.
2666         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
2667         (tramp-action-process-alive, tramp-action-out-of-band)
2668         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2669         (tramp-exists-file-name-handler): Fix docstring.
2670         (with-progress-reporter): New defmacro.
2671         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
2672         (tramp-maybe-open-connection): Use it.
2674 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
2676         Detect ssh 'ControlMaster' argument automatically in some cases.
2678         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2679         (tramp-default-method): Use it.
2681 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2683         * net/tramp.el (tramp-handle-copy-file): Add new optional
2684         parameter `preserve-selinux-context'.
2685         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
2687 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2689         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
2690         Ensure, that non remote files are still checked.  Oops.
2692 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
2694         Fix Bug#5840.
2696         * icomplete.el (icomplete-completions): Use `non-essential'.
2698         * net/tramp.el (tramp-connectable-p): New defun.
2699         (tramp-handle-expand-file-name)
2700         (tramp-completion-handle-file-name-all-completions)
2701         (tramp-completion-handle-file-name-completion): Use it.
2703 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2705         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
2707 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
2709         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
2711         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
2713         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
2714         is present.
2716         * info.el (info-tool-bar-map): Add labels.
2718         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
2720         * cus-edit.el (custom-commands): Add labels for tool bar.
2721         (custom-buffer-create-internal, Custom-mode): Adjust for
2722         labels in custom-commands.
2724         * dynamic-setting.el: Renamed from font-setting.el.
2726 2010-04-21  John Wiegley  <jwiegley@gmail.com>
2728         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
2729         toggles the use of virtual buffers.
2730         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
2731         value.
2732         (ido-toggle-virtual-buffers): New function.
2734 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
2736         Use `define-derived-mode'; fix window selection; doc fixes.
2737         * play/tetris.el (tetris, tetris-update-speed-function)
2738         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
2739         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
2740         (tetris-rotate-next, tetris-end-game, tetris-start-game)
2741         (tetris-pause-game): Fix typos in docstrings.
2742         (tetris-mode-map, tetris-null-map):
2743         Move initialization into declaration.
2744         (tetris-mode): Define with `define-derived-mode';
2745         set show-trailing-whitespace to nil.
2746         (tetris): Prefer window already displaying the "*Tetris*" buffer.
2748 2010-04-21  Karel Klíč  <kklic@redhat.com>
2750         * files.el (backup-buffer): Handle SELinux context, and return it
2751         if a backup was made by renaming.
2752         (backup-buffer-copy): Set SELinux context to the target file.
2753         (basic-save-buffer): Set SELinux context of the newly written file.
2754         (basic-save-buffer-1): Now it also returns any SELinux context.
2755         (basic-save-buffer-2): Set SELinux context of the newly created file,
2756         and return it.
2757         * net/tramp.el (tramp-file-name-for-operation):
2758         Add file-selinux-context.
2760 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2762         Make the log-edit comments use RFC822 format throughout.
2764         * vc.el (vc-checkin, vc-modify-change-comment):
2765         Adjust to new vc-start/finish-logentry.
2766         (vc-find-conflicted-file): New command.
2767         (vc-transfer-file): Adjust to new vc-checkin.
2768         (vc-next-action): Improve scoping.
2770         * vc-hg.el (vc-hg-log-edit-mode): Remove.
2771         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
2773         * vc-git.el (vc-git-log-edit-mode): Remove.
2774         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
2775         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
2777         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
2778         (vc-start-logentry): Remove argument `extra'.
2779         (vc-finish-logentry): Remove extra args.
2781         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
2782         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
2783         (vc-bzr-conflicted-files): New function.
2785         * log-edit.el (log-edit-extra-flags)
2786         (log-edit-before-checkin-process): Remove.
2787         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
2788         (log-edit-headers-alist): New var.
2789         (log-edit-header-contents-regexp): New const.
2790         (log-edit-match-to-eoh): New function.
2791         (log-edit-font-lock-keywords): Use them.
2792         (log-edit): Insert a "Summary:" header as default.
2793         (log-edit-mode): Mark font-lock rules as case-insensitive.
2794         (log-edit-done): Cleanup headers.
2795         (log-view-process-buffer): Remove.
2796         (log-edit-extract-headers): New function to replace it.
2798 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
2800         * subr.el (default-direction-reversed): Remove obsolescence info.
2802 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2804         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
2805         windows/frames.
2807         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
2808         I.e. include text after point in the completion region.
2809         Also, return nil when we're not after/in a symbol.
2811         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
2812         default enable-multibyte-characters.
2814 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2816         * international/mule.el: Help the user choose a valid coding-system.
2817         (read-buffer-file-coding-system): New function.
2818         (set-buffer-file-coding-system): Use it.  Prompt the user if the
2819         coding-system cannot encode all the chars.
2821         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
2822         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
2823         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
2824         Don't use *vc-bzr-shelve*.
2826 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
2828         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
2829         Don't destroy list before using it.
2831 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
2833         Fix the version number for added files.
2834         * vc-hg.el (vc-hg-working-revision): Check if the file is
2835         registered after hg parent fails (Bug#5961).
2837 2010-04-19  Glenn Morris  <rgm@gnu.org>
2839         * htmlfontify.el (htmlfontify-buffer)
2840         (htmlfontify-copy-and-link-dir): Autoload entry points.
2842 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
2844         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2845         name relative to the project root (Bug#5960).
2847 2010-04-19  Glenn Morris  <rgm@gnu.org>
2849         * vc-git.el (vc-git-print-log): Doc fix.
2851 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
2853         * ido.el (ido-file-internal): Fix 2009-12-02 change.
2855 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
2857         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2858         default settings (Bug#5928).
2860 2010-04-19  Glenn Morris  <rgm@gnu.org>
2862         * progmodes/fortran.el (fortran-match-and-skip-declaration):
2863         New function.
2864         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
2866 2010-04-19  Kenichi Handa  <handa@m17n.org>
2868         * language/indian.el (malayalam-composable-pattern): Fix previous
2869         change (add U+0D4D "SIGN VIRAMA").
2870         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2871         (tamil-composable-pattern): Fix typo in the regexp.
2872         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2873         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2874         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2876 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
2878         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2879         paragraph-separate (Bug#5821).
2881 2010-04-19  Juri Linkov  <juri@jurta.org>
2883         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2885         * info.el (Info-find-node-2): Comment out code that skips
2886         breadcrumbs line.
2887         (Info-mouse-follow-link): New command.
2888         (Info-link-keymap): New keymap.
2889         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2890         Return a string with links instead of inserting breadcrumbs
2891         to the Info buffer.
2892         (Info-fontify-node): Comment out code that inserts breadcrumbs.
2893         Instead of putting the `invisible' text property over the Info
2894         header, make an overlay over the Info header with the `invisible'
2895         property and `after-string' set to the string returned by
2896         `Info-breadcrumbs'.
2898 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
2900         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2901         Reported by monkey@sandpframing.com.
2903 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2905         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
2906         (tmm-get-keymap): Add key-binding shortcuts now that they're not
2907         available in the "keyseq cache" any more.
2909         * custom.el (defcustom): Add edebug spec.
2911 2010-04-18  Juri Linkov  <juri@jurta.org>
2913         Test for special mode-class in view-buffer instead of view-file (bug#5513).
2915         * view.el (view-file, view-buffer): Move test for special mode-class
2916         from view-file to view-buffer.
2918         * tar-mode.el (tar-extract): Turn if's into one cond
2919         like in arc-mode.el.
2921 2010-04-18  Juri Linkov  <juri@jurta.org>
2923         Add 7z archive format support (bug#5475).
2925         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
2926         (archive-7z-extract): New defcustom.
2927         (archive-find-type): Add magic string for 7z.
2928         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
2929         If `stderr-file' is non-nil, use `(t stderr-file)' for the
2930         `buffer' arg of `call-process'.
2931         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
2932         call the function `archive-7z-extract' with the variable
2933         `archive-7z-extract' let-bound to `archive-zip-extract'.
2934         (archive-7z-summarize, archive-7z-extract): New functions.
2936         * international/mule.el (auto-coding-alist):
2937         * files.el (auto-mode-alist): Add 7z file extension.
2939 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2941         * loadup.el: Setup hash-cons for pure data.
2943         Fix duplicate entries in cedet's loaddefs.el files.
2944         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
2945         Should make most file-local generated-autoload-file unnecessary.
2946         (print-readably): Silence warnings.
2947         (autoload-find-destination): Take load-name as an arg to make sure
2948         it's the same as the one that will be in the file.
2949         (autoload-generate-file-autoloads): Adjust to above changes.
2950         Try to make the dataflow a bit simpler.
2952         * cvs-status.el (cvs-refontify): Remove unused.
2954 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
2956         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
2958         * calc-bin.el (calc-radix): Have the "O" option turn on
2959         twos-complement mode.
2961 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
2963         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
2964         Add `calc-option-prefix-help' to calc-help autoloads.
2965         (calc-inverse): Add "Option" to message, as appropriate.
2966         (calc-hyperbolic): Add "Option" to message, as appropriate.
2967         (calc-option, calc-is-option): New functions.
2969         * calc-help.el (calc-full-help): Add `calc-option-help'.
2970         (calc-option-prefix-help): New function.
2972         * calc-misc.el (calc-help): Add "Option" entry.
2974         * calc.el (calc-local-var-list): Add `calc-option-flag'.
2975         (calc-option-flag): New variable.
2976         (calc-do): Set `calc-option-flag to nil.
2977         (calc-set-mode-line): Add "Opt " as appropriate.
2979 2010-04-16  Juri Linkov  <juri@jurta.org>
2981         Move scrolling commands from simple.el to window.el
2982         because their primitives are implemented in window.c.
2984         * simple.el (scroll-error-top-bottom)
2985         (scroll-up-command, scroll-down-command, scroll-up-line)
2986         (scroll-down-line, scroll-other-window-down)
2987         (beginning-of-buffer-other-window, end-of-buffer-other-window):
2988         * window.el (scroll-error-top-bottom)
2989         (scroll-up-command, scroll-down-command, scroll-up-line)
2990         (scroll-down-line, scroll-other-window-down)
2991         (beginning-of-buffer-other-window, end-of-buffer-other-window):
2992         Move from simple.el to window.el because their primitives are
2993         implemented in window.c.
2995 2010-04-16  Juri Linkov  <juri@jurta.org>
2997         * isearch.el (isearch-lookup-scroll-key): Check both
2998         `isearch-scroll' and `scroll-command' properties.
2999         (scroll-up, scroll-down): Remove `isearch-scroll' property.
3001         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3003         * simple.el (scroll-up-command, scroll-down-command)
3004         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3006 2010-04-15  Juri Linkov  <juri@jurta.org>
3008         * simple.el (scroll-up-command, scroll-down-command)
3009         (scroll-up-line, scroll-down-line): Put `scroll-command'
3010         property on the these symbols.  Remove them from
3011         `scroll-preserve-screen-position-commands'.
3013         * mwheel.el (mwheel-scroll): Put `scroll-command' and
3014         `isearch-scroll' properties on the `mwheel-scroll' symbol.
3015         Remove it from `scroll-preserve-screen-position-commands'.
3017         * isearch.el (isearch-allow-scroll): Doc fix.
3019 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
3021         * net/tramp.el (tramp-error-with-buffer): Don't show the
3022         connection buffer when we are in completion mode.
3023         (tramp-file-name-handler): Catch the error for some operations
3024         when we are in completion mode.  This gives the user the chance to
3025         correct the file name in the minibuffer.
3027 2010-04-15  Glenn Morris  <rgm@gnu.org>
3029         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3031 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
3033         Simplify by using `define-derived-mode'.
3034         * info.el (Info-mode):
3035         * calendar/todo-mode.el (todo-mode):
3036         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3037         (gomoku-mode-map): Move initialization into declaration.
3039 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
3041         Fix Bug#5840.
3042         * ido.el (ido-file-name-all-completions-1):
3043         * minibuffer.el (minibuffer-completion-help):
3044         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3046 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3048         * simple.el (non-essential): New var.
3050         Add a new field `location' to bookmarks for non-file bookmarks.
3051         * bookmark.el (bookmark-location): Use the new field, if present.
3052         (bookmark-insert-location): Undo last change, not needed any more.
3053         * man.el (Man-bookmark-make-record):
3054         * woman.el (woman-bookmark-make-record): Add `location' field.
3056 2010-04-14  Juri Linkov  <juri@jurta.org>
3058         * simple.el (scroll-error-top-bottom): New defcustom.
3059         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
3061         * emulation/pc-select.el (pc-select-override-scroll-error):
3062         Obsolete in favor of `scroll-error-top-bottom'.
3064 2010-04-14  Juri Linkov  <juri@jurta.org>
3066         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3067         `scroll-up-command' and `M-v' to `scroll-down-command'.
3069         * emulation/cua-rect.el (cua--init-rectangles):
3070         * forms.el (forms--change-commands):
3071         * image-mode.el (image-mode-map):
3072         Remap scroll-down-command and scroll-up-command
3073         in addition to scroll-down and scroll-up.
3075 2010-04-14  Juri Linkov  <juri@jurta.org>
3077         * mwheel.el (scroll-preserve-screen-position-commands):
3078         Add mwheel-scroll to this list of commands.
3080         * simple.el (scroll-preserve-screen-position-commands):
3081         Add scroll-up-command, scroll-down-command, scroll-up-line,
3082         scroll-down-line to this list of commands.
3084 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3086         * obsolete/complete.el: Move from lisp/complete.el.
3088         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3090         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3091         to the minor mode function now turns the mode ON unconditionally.
3093 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3095         * vc-dir.el (vc-dir-kill-line): New command.
3096         (vc-dir-mode-map): Bind it to C-k.
3098         * bookmark.el (bookmark-insert-location): Handle a nil filename.
3100         * woman.el: Add bookmark declarations to silence the compiler.
3101         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3102         step to compatibility between man and woman bookmarks.
3103         Adjust for Man-default-bookmark-title renaming.
3104         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
3106         * man.el: Add bookmark declarations to silence the compiler.
3107         (Man-name-local-regexp): Make it match NAME as well.
3108         (Man-getpage-in-background): Return the buffer.
3109         (Man-notify-when-ready): Use `case'.
3110         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3111         Don't hardcode "NAME".  Simplify.
3112         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3113         Rename from Man-bookmark-make-record.
3114         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
3115         we have the actual man-args.  Use Man-getpage-in-background rather
3116         than `man' since the arg is already processed.  Let bookmark.el do the
3117         window handling.  Only wait for the relevant process.
3118         Don't forget to autoload.
3120         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3122 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3124         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3125         New functions.
3126         (woman-mode): Setup bookmark support.
3128         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3129         (man-bookmark-jump): New functions.
3130         (Man-mode): Setup bookmark support.
3132 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
3134         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3135         recognize ssh-keygen prompt (Bug#2817).
3137 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3139         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3141 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3143         Synchronize with Tramp repository.
3145         * net/tramp.el (tramp-completion-function-alist)
3146         (tramp-file-name-regexp, tramp-chunksize)
3147         (tramp-local-coding-commands, tramp-remote-coding-commands):
3148         Fix docstring.
3149         (tramp-remote-process-environment): Use `format' instead of `concat'.
3150         (tramp-handle-directory-files-and-attributes)
3151         (tramp-get-remote-path): Use `copy-tree'.
3152         (tramp-handle-file-name-all-completions): Backward/ XEmacs
3153         compatibility: Use `completion-ignore-case' if
3154         `read-file-name-completion-ignore-case' does not exist.
3155         (tramp-do-copy-or-rename-file-directly): Do not use
3156         `tramp-handle-file-remote-p'.
3157         (tramp-do-copy-or-rename-file-out-of-band):
3158         Use `tramp-compat-delete-directory'.
3159         (tramp-do-copy-or-rename-file-out-of-band)
3160         (tramp-compute-multi-hops, tramp-maybe-open-connection):
3161         Use `format-spec-make'.
3162         (tramp-find-foreign-file-name-handler)
3163         (tramp-advice-make-auto-save-file-name)
3164         (tramp-set-auto-save-file-modes): Remove superfluous check for
3165         `stringp'.  This is done inside `tramp-tramp-file-p'.
3166         (tramp-debug-outline-regexp): New defconst.
3167         (tramp-get-debug-buffer): Use it.
3168         (tramp-check-for-regexp): Use (forward-line 1).
3169         (tramp-set-auto-save-file-modes): Adapt version check.
3171         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3172         Wrap call of `featurep' for 2nd argument.
3173         (tramp-compat-make-temp-file): Simplify fallback implementation.
3174         (tramp-compat-copy-tree): Remove function.
3175         (tramp-compat-delete-directory): Provide implementation for older
3176         Emacsen.
3178         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3179         Do not use `tramp-fish-handle-file-attributes.
3181         * net/trampver.el: Update release number.
3183 2010-04-10  Glenn Morris  <rgm@gnu.org>
3185         * progmodes/compile.el (compilation-save-buffers-predicate):
3186         Add missing :version tag.
3188 2010-04-09  Sam Steingold  <sds@gnu.org>
3190         * progmodes/compile.el (compilation-save-buffers-predicate):
3191         Remove the "autoload" cookie.
3193         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3194         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3195         and `bug-reference-prog-mode' can be used in hooks directly.
3197 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3199         Add --author support to git commit.
3200         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3201         (vc-git-log-edit-mode): New minor mode.
3202         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3203         New declarations.
3205 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
3207         * vc-hooks.el, vc-git.el: Improve documentation comments.
3209 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3211         Fix some of the problems in defsubst* (bug#5728).
3212         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3213         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3215 2010-04-07  Sam Steingold  <sds@gnu.org>
3217         * progmodes/compile.el (compilation-save-buffers-predicate):
3218         New custom variable.
3219         (compile, recompile): Pass it to `save-some-buffers'.
3221 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
3223         * wid-edit.el (widget-choose): Move cursor to the second line of
3224         the buffer (Bug#5695).
3226 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3228         Add new VC methods: vc-log-incoming and vc-log-outgoing.
3229         * vc.el (vc-print-log-setup-buttons): New function split out from
3230         vc-print-log-internal.
3231         (vc-log-internal-common): New function, a parametrized version of
3232         vc-print-log-internal.
3233         (vc-print-log-internal): Just call vc-log-internal-common with the
3234         right arguments.
3235         (vc-incoming-outgoing-internal):
3236         (vc-log-incoming, vc-log-outgoing): New functions.
3237         (vc-log-view-type): New permanent local variable.
3239         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3241         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3242         of the dynamic bound vc-short-log.
3243         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3245         * vc-git.el (vc-git-log-outgoing): New function.
3246         (vc-git-log-view-mode): Use vc-log-view-type instead
3247         of the dynamic bound vc-short-log.
3249         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3250         of the dynamic bound vc-short-log.  Highlight the tag.
3251         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3252         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3253         (vc-hg-incoming-mode): Remove.
3254         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3256 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
3258         Fix default-directory for vc-root-diff.
3259         * vc.el (vc-root-diff): Bind default-directory to the root
3260         directory for the diff command.
3262 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
3264         * progmodes/verilog-mode.el (verilog-forward-sexp):
3265         (verilog-calc-1): Support "disable fork" and "fork wait" multi
3266         word keywords, suggested by Steve Pearlmutter.
3267         (verilog-pretty-declarations): Support lineup of declarations in
3268         port lists.
3269         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3270         fix bug for /* / comments
3271         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3272         Speed up and simplfy as this is never called with a bound.
3273         (verilog-pretty-declarations): Enhance to line up declarations
3274         inside a parameter list, suggested by Alan Morgan.
3275         (verilog-pretty-expr): Tune assignment regular expression match
3276         string for corner cases; also use markers instead of character
3277         number as indent changes the later.
3279 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
3281         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3282         as missing keyword.
3283         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3284         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
3285         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3286         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
3287         Tennant.
3288         (verilog-keywords):
3289         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3290         1800-2009 keywords, including "global.".
3292 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3294         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3295         appearing in buffer list (if a live buffer name matched a recentf
3296         file basename).  Should use uniquify to offer a real solution.
3298 2010-04-06  John Wiegley  <jwiegley@gmail.com>
3300         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3301         comment to code, and add a :version tag.
3302         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3304 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
3306         Enable recentf-mode if using virtual buffers.
3307         * ido.el (recentf-list): Declare for byte-compiler.
3308         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
3309         (ido-make-buffer-list): Simplify.
3310         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
3312 2010-04-05  Juri Linkov  <juri@jurta.org>
3314         Scrolling commands which scroll a line instead of full screen.
3315         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3317         * simple.el (scroll-up-line, scroll-down-line): New commands.
3318         Put property isearch-scroll=t on them.
3320         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3321         Remove commands.
3323 2010-04-05  Juri Linkov  <juri@jurta.org>
3325         Scrolling commands which do not signal errors at top/bottom.
3326         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3328         * simple.el (scroll-up-command, scroll-down-command): New commands.
3329         Put property isearch-scroll=t on them.
3331         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3332         `scroll-down-command' and [next] from `scroll-up' to
3333         `scroll-up-command'.
3335         * emulation/cua-base.el: Put property CUA=move on
3336         `scroll-up-command' and `scroll-down-command'.
3337         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3338         and `scroll-down-command' to `cua-scroll-down'.
3340 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
3342         * help.el (describe-mode): Return nil.
3344 2010-04-04  John Wiegley  <jwiegley@gmail.com>
3346         * ido.el (ido-use-virtual-buffers): New variable to indicate
3347         whether "virtual buffer" support is enabled for IDO.
3348         (ido-virtual): Face used to indicate virtual buffers in the list.
3349         (ido-buffer-internal): If a buffer is chosen, and no such buffer
3350         exists, but a virtual buffer of that name does (which would be why
3351         it was in the list), recreate the buffer by reopening the file.
3352         (ido-make-buffer-list): If virtual buffers are being used, call
3353         `ido-add-virtual-buffers-to-list' before the make list hook.
3354         (ido-virtual-buffers): New variable which contains a copy of the
3355         current contents of the `recentf-list', albeit pared down for the
3356         sake of speed, and with proper faces applied.
3357         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3358         create a list of "virtual buffers" to present to the user in
3359         addition to the currently open set.  Note that this logic could
3360         get rather slow if that list is too large.  With the default
3361         `recentf-max-saved-items' of 200, there is little speed penalty.
3363 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3365         * font-lock.el: Require CL when compiling.
3366         (font-lock-turn-on-thing-lock): Use `case'.
3368 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
3370         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3371         Zaretskii.
3373 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
3375         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3376         (semantic-create-imenu-directory-index): Fix typos in docstrings.
3377         (semantic-imenu-goto-function): Reflow docstring.
3379 2010-04-02  Juri Linkov  <juri@jurta.org>
3381         * ehelp.el (electric-help-orig-major-mode):
3382         New buffer-local variable.
3383         (electric-help-mode): Set it to original major-mode.  Doc fix.
3384         (with-electric-help): Use `electric-help-orig-major-mode' instead
3385         of (default-value 'major-mode).  Doc fix.
3386         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3388 2010-04-02  Sam Steingold  <sds@gnu.org>
3390         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3391         `vc-hg-command' with a list of flags.
3393         * progmodes/bug-reference.el (bug-reference-bug-regexp):
3394         Also accept "patch" and "RFE".
3395         (bug-reference-fontify): `bug-reference-url-format' can also be a
3396         function to be able to handle the bug kind.
3397         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3399 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
3401         * tmm.el (tmm-get-keymap): Check with symbolp before passing
3402         value to fboundp, it may not be a symbol.
3404 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3406         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
3408 2010-03-31  Juri Linkov  <juri@jurta.org>
3410         * simple.el (next-line, previous-line): Re-throw a signal
3411         with `signal' instead of using `ding'.
3412         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
3414 2010-03-31  Juri Linkov  <juri@jurta.org>
3416         * simple.el (keyboard-escape-quit): Raise deselecting the active
3417         region higher than exiting the minibuffer.
3418         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
3420 2010-03-31  Juri Linkov  <juri@jurta.org>
3422         * image.el (image-animated-p): Use `image-metadata' instead of
3423         `image-extension-data'.  Get GIF extenstion data from metadata
3424         property `extension-data'.
3426 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3428         * simple.el (append-to-buffer): Simplify.
3430 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
3432         * textmodes/artist.el (artist-mode): Fix typo in docstring.
3433         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
3435 2010-03-31  Kenichi Handa  <handa@m17n.org>
3437         * language/sinhala.el (composition-function-table): Fix regexp for
3438         the new Unicode specification.
3440         * language/indian.el (devanagari-composable-pattern)
3441         (tamil-composable-pattern, kannada-composable-pattern)
3442         (malayalam-composable-pattern): Adjust for the new Unicode
3443         specification.
3444         (bengali-composable-pattern, gurmukhi-composable-pattern)
3445         (gujarati-composable-pattern, oriya-composable-pattern)
3446         (telugu-composable-pattern): New variables to cope with the new
3447         Unicode specification.  Use them in composition-function-table.
3449 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3451         Make tmm-menubar work for the Buffers menu again (bug#5726).
3452         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
3453         vectors rather than cons cells, as used in menu-bar-update-buffers.
3455 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3457         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
3458         (js-insert-and-indent): Revert 2009-08-15 change, restoring
3459         electric punctuation for "{}();,:" (Bug#5586).
3461         * mail/sendmail.el (mail-default-directory): Doc fix.
3463 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3465         * mail/sendmail.el (mail-default-directory): Doc fix.
3467 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
3469         * subr.el (version-regexp-alist, version-to-list)
3470         (version-list-<, version-list-=, version-list-<=)
3471         (version-list-not-zero, version<, version<=, version=): Doc fix.
3472         (Bug#5744).
3474 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
3476         * vc.el (vc-root-diff): Doc fix.
3478 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3480         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
3482         * simple.el (append-to-buffer): Fix last change.
3484 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
3486         * simple.el (append-to-buffer): Ensure that point is preserved if
3487         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
3488         (Bug#5749)
3490 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3492         * files.el (auto-mode-case-fold): Change default to t.
3494 2010-03-30  Juri Linkov  <juri@jurta.org>
3496         * dired-x.el (dired-omit-mode): Doc fix.
3498 2010-03-30  Juri Linkov  <juri@jurta.org>
3500         * replace.el (occur-accumulate-lines): Move occur-engine related
3501         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
3502         to be located after `occur-engine'.
3504 2010-03-30  Juri Linkov  <juri@jurta.org>
3506         Make occur handle multi-line matches cleanly with context.
3507         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
3509         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
3510         (occur-engine): Add local variables `ret', `prev-after-lines',
3511         `prev-lines'.  Use more arguments for `occur-context-lines'.
3512         Set first elem of its returned list to `data', and the second elem
3513         to `prev-after-lines'.  Don't print the separator line.
3514         In the end, print remaining context after-lines.
3515         (occur-context-lines): Add new arguments `begpt', `endpt',
3516         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
3517         after-lines of the previous match with before-lines of the
3518         current match and not overlap them.  Return a list with two
3519         values: the output line and the list of context after-lines.
3521 2010-03-30  Juri Linkov  <juri@jurta.org>
3523         * replace.el (occur-accumulate-lines): Fix a bug where the first
3524         context line at the beginning of the buffer was missing.
3526 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
3528         * files.el: Make bidi-display-reordering safe variable for boolean
3529         values.
3531 2010-03-29  Phil Hagelberg  <phil@evri.com>
3532             Chong Yidong  <cyd@stupidchicken.com>
3534         * subr.el: Extend progress reporters to perform "spinning".
3535         (progress-reporter-update, progress-reporter-do-update):
3536         Handle non-numeric value arguments.
3537         (progress-reporter--pulse-characters): New var.
3539 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
3541         * progmodes/compile.el (compilation-start): Fix regexp detection
3542         of initial cd command (Bug#5771).
3544 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
3546         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
3548 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
3550         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3551         * lisp/progmodes/gdb-mi.el: Restore.
3552         * lisp/progmodes/gdb-ui.el: Remove.
3553         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
3555 2010-03-25  Glenn Morris  <rgm@gnu.org>
3557         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
3558         all dired buffers, even tramp ones.  (Bug#5755)
3560 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3562         Add "union tags" in mpc.el.
3563         * mpc.el: Remove backward compatibility code.
3564         (mpc-browser-tags): Change default.
3565         (mpc--find-memoize-union-tags): New var.
3566         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
3567         (mpc-cmd-find): Handle the case where the playlist does not exist.
3568         Handle union-tags.
3569         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
3570         (mpc-cmd-add): Use mpc-cmd-flush.
3571         (mpc-tagbrowser-tag-name): New fun.
3572         (mpc-tagbrowser-buf): Use it.
3573         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
3575 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3577         Misc cleanup.
3578         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
3579         Use replace-regexp-in-string.
3580         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
3581         (makefile-imake-mode-syntax-table): Move init into defvar.
3582         (makefile-mode): Use define-derived-mode.
3584         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
3585         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
3586         not be present any more.
3588 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3590         * faces.el (set-face-attribute): Fix typo in docstring.
3591         (face-valid-attribute-values): Reflow docstring.
3593         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
3595 2010-03-24  Glenn Morris  <rgm@gnu.org>
3597         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
3599 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3601         * indent.el (indent-for-tab-command): Doc fix.
3603 2010-03-24  Alan Mackenzie  <acm@muc.de>
3605         * progmodes/cc-engine.el (c-remove-stale-state-cache):
3606         Fix off-by-one error.  Fixes bug #5747.
3608 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3610         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
3611         (image-dired-read-comment): Doc fix.
3613         * json.el (json-object-type, json-array-type, json-key-type)
3614         (json-false, json-null, json-read-number):
3615         * minibuffer.el (completion-in-region-functions):
3616         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
3617         (cal-tex-cursor-week):
3618         * emacs-lisp/trace.el (trace-function):
3619         * eshell/em-basic.el (eshell/printnl):
3620         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
3621         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
3622         * obsolete/levents.el (allocate-event, event-key, event-object)
3623         (event-point, event-process, event-timestamp, event-to-character)
3624         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
3625         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
3626         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
3627         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
3628         (reftex-highlight-selection): Fix typos in docstrings.
3630 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3632         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
3634 2010-03-24  Glenn Morris  <rgm@gnu.org>
3636         * mail/rmail.el (rmail-highlight-face): Restore option deleted
3637         2008-02-13 without comment; mark it obsolete.
3638         (rmail-highlight-headers): Use rmail-highlight-face once more.
3640 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
3642         * woman.el (woman2-process-escapes): Only consume the newline if
3643         the filler character is on a line by itself (Bug#5729).
3645 2010-03-24  Kenichi Handa  <handa@m17n.org>
3647         * language/indian.el (devanagari-composable-pattern): Add more
3648         consonants.
3650 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3652         * net/trampver.el: Update release number.
3654 2010-03-24  Glenn Morris  <rgm@gnu.org>
3656         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
3658 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3660         * net/tramp.el (tramp-find-executable):
3661         Use `tramp-get-connection-buffer'.  Make the regexp for checking
3662         output of "wc -l" more robust.
3663         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
3664         (tramp-open-connection-setup-interactive-shell): Remove workaround
3665         for OpenSolaris bug, it is not needed anymore.
3667 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
3669         * cedet/semantic/imenu.el: New file, from the CEDET repository
3670         (Bug#5412).
3672 2010-03-24  Glenn Morris  <rgm@gnu.org>
3674         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
3676 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
3678         * files.el (auto-mode-alist): Accept more verilog file patterns.
3680 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3682         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
3684 2010-03-24  Glenn Morris  <rgm@gnu.org>
3686         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
3687         log-edit-before-checkin-process.
3689         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
3691         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
3693         * vc-dispatcher.el (vc-start-logentry): Doc fix.
3694         (log-view-process-buffer, log-edit-extra-flags): Declare.
3696         * log-edit.el (log-edit-before-checkin-process): Doc fix.
3698         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3699         Consistently check ede-object is bound throughout.
3701         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
3703 2010-03-23  Sam Steingold  <sds@gnu.org>
3705         Fix bug#5620: recalculate all markers on compilation buffer
3706         modifications, not on file modifications.
3707         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
3708         the buffer modification time, for buffers not associated with files.
3709         (compilation-mode): Create it.
3710         (compilation-filter): Update it.
3711         (compilation-next-error-function): Use it instead of
3712         `visited-file-modtime' for timestamp.
3714 2010-03-23  Juri Linkov  <juri@jurta.org>
3716         Implement Occur multi-line matches.
3717         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
3719         * replace.el (occur): Doc fix.
3720         (occur-engine): Set `begpt' to the beginning of the first line.
3721         Set `endpt' to the end of the last match line.  At first, count
3722         line numbers between `origpt' and `begpt'.  Split out code from
3723         `out-line' variable to new let-bindings `match-prefix' and
3724         `match-str'.  In `out-line' add non-numeric prefix to all
3725         non-first lines of multi-line matches.  Finally, count lines
3726         between `begpt' and `endpt' and add to `lines'.
3728 2010-03-23  Juri Linkov  <juri@jurta.org>
3730         * replace.el (occur-accumulate-lines, occur-engine):
3731         Use `occur-engine-line' instead of duplicate code.
3732         (occur-engine-line): New function created from duplicate code
3733         in `occur-accumulate-lines' and `occur-engine'.
3735         * replace.el (occur-engine-line): Add optional arg `keep-props'.
3736         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
3738 2010-03-23  Juri Linkov  <juri@jurta.org>
3740         * finder.el: Remove TODO tasks.
3742         * info.el (Info-finder-find-node): Add node "all"
3743         with all package info.  Handle a list of multiple keywords
3744         separated by comma.
3745         (info-finder): In interactive use with a prefix argument,
3746         use `completing-read-multiple' to read a list of keywords
3747         separated by comma.
3749 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3751         Add a new completion style `substring'.
3752         * minibuffer.el (completion-basic--pattern): New function.
3753         (completion-basic-try-completion, completion-basic-all-completions):
3754         Use it.
3755         (completion-substring--all-completions)
3756         (completion-substring-try-completion)
3757         (completion-substring-all-completions): New functions.
3758         (completion-styles-alist): New style `substring'.
3760 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3762         Get rid of .elc files after removal of the corresponding .el.
3763         * Makefile.in (compile-clean): New target.
3764         (compile-main): Use it.
3766 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
3768         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
3769         don't do make there.  When compiling with separate object dir, there
3770         is no Makefile there.
3772 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3774         Get rid of the ELCFILES abomination, again.
3775         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3776         (all, compile): Don't call compile-last.
3777         (compile-main): Build the "elcfiles" list dynamically.
3778         (compile-targets): New (internal) target.
3780 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
3782         * Makefile.in (top_srcdir): Define.
3783         (abs_top_builddir): Define.
3784         (srcdir): Don't append `/..'.
3785         (EMACS): Use ${abs_top_builddir}.
3786         (all, compile, compile-always, compile-last): Don't set emacswd.
3787         (update-subdirs, update-authors): Use $(top_srcdir) instead of
3788         $(srcdir).
3789         (lisp): Use $(srcdir) instead of @srcdir@.
3791 2010-03-21  Juri Linkov  <juri@jurta.org>
3793         Fix message of multi-line occur regexps and multi-buffer header lines.
3794         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
3796         * replace.el (occur-1): Don't display regexp if it is longer
3797         than window-width.  Use `query-replace-descr' to display regexp.
3798         (occur-engine): Don't display regexp in the buffer header for
3799         multi-buffer occur.  Display a separate header line with total
3800         match count and regexp for multi-buffer occur.
3801         Use `query-replace-descr' to display regexp.
3803 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3805         * net/secrets.el: Fix parenthesis.
3806         (secrets-enabled): Fix parenthesis.
3808 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3810         Use more relative file and directory names.
3811         * Makefile.in (EMACS): Arrange for it to work when we chdir.
3812         (setwins, setwins_almost, setwins_for_subdirs):
3813         Don't `cd'; output relative names.
3814         (all, compile, compile-always, compile-last): Set emacswd.
3815         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
3816         Just cd to the lisp source dir so we can use relative file names.
3818         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
3820 2010-03-20  Glenn Morris  <rgm@gnu.org>
3822         * textmodes/rst.el: Use faces for font-lock customization, and make the
3823         old -face variables obsolete.
3824         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
3825         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
3826         (rst-block-face, rst-external-face, rst-definition-face)
3827         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
3828         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
3829         Make obsolete.
3830         (rst-font-lock-keywords-function): Update for above changes.
3832 2010-03-20  Juri Linkov  <juri@jurta.org>
3834         * s-region.el:
3835         * obsolete/s-region.el: Move to obsolete.
3837 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
3839         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
3841 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
3843         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
3845 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
3847         Add special markup processing for commit logs.
3848         * log-edit.el (log-edit-extra-flags): New variable.
3849         (log-edit): Add new argument MODE.  Use that mode when non-nil
3850         instead of the log-view-mode.
3851         (log-view-process-buffer): New function.
3853         * vc.el: Document that the checkin method takes optional
3854         arguments.  Document new backend specific method: log-view-mode.
3855         (vc-default-log-edit-mode): New function.
3856         (vc-checkin): Use a backend specific log-view-mode.
3857         Pass extra arguments to the checkin method.
3858         (vc-modify-change-comment): Pass a dummy extra argument.
3860         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
3861         log-edit.
3862         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
3863         (vc-finish-logentry): Process the log buffer before passing it
3864         down.  Pass log-edit-extra-flags.
3866         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
3867         command.
3868         (log-edit-extra-flags, log-edit-before-checkin-process):
3869         New declarations.
3871         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
3872         command.
3873         (log-edit-extra-flags, log-edit-before-checkin-process):
3874         New declarations.
3875         (vc-hg-log-edit-mode): New derived mode.
3877         * vc-arch.el (vc-arch-checkin):
3878         * vc-cvs.el (vc-cvs-checkin):
3879         * vc-git.el (vc-git-checkin):
3880         * vc-mtn.el (vc-mtn-checkin):
3881         * vc-rcs.el (vc-rcs-checkin):
3882         * vc-sccs.el (vc-sccs-checkin):
3883         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
3885 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3887         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
3888         parent typo).
3890 2010-03-19  Glenn Morris  <rgm@gnu.org>
3892         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3894 2010-03-18  Glenn Morris  <rgm@gnu.org>
3896         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
3898         * replace.el (query-replace-history): Give it a doc string.
3899         (map-query-replace-regexp): Use query-replace-from-history-variable
3900         and query-replace-to-history-variable.
3902         * mail/hashcash.el (declare-function): Remove duplicate definition.
3904         * mail/emacsbug.el (report-emacs-bug-pretest-address):
3905         Make it an obsolete alias for report-emacs-bug-address.
3906         (message-strip-special-text-properties): Declare.
3907         (report-emacs-bug): Remove test for a pretest bug address.
3908         Combine message-mode-specific code.
3910         * mail/supercite.el: Don't require sendmail.
3911         (mh-in-header-p): Declare rather than using with-no-warnings.
3912         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
3913         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
3915         * calendar/cal-french.el: Convert to utf-8.
3917         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
3918         Emacs scripts.
3920 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
3922         * net/secrets.el (secrets-enabled): New variable.  Use it instead
3923         of a subfeature.
3925 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
3927         * net/secrets.el (top): Register the D-Bus signals only when the
3928         service "org.freedesktop.secrets" can be pinged.
3929         Provide subfeature `enabled'.
3931 2010-03-14  Juri Linkov  <juri@jurta.org>
3933         Add finder unknown keywords.
3935         * finder.el (finder-unknown-keywords): New function.
3937         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
3938         to create a Finder node with unknown keywords.
3940 2010-03-14  Juri Linkov  <juri@jurta.org>
3942         * finder.el (finder-compile-keywords): Replace `princ' with
3943         `prin1' on a list of symbols interned from keyword strings.
3945         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
3946         a comma, then split keywords using a comma and optional whitespace.
3947         Otherwise, split by whitespace.
3949         * complete.el:
3950         * face-remap.el:
3951         * log-view.el:
3952         * net/hmac-def.el:
3953         * net/hmac-md5.el:
3954         * net/netrc.el:
3955         * progmodes/mixal-mode.el: Fix keywords.
3957 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
3959         * Makefile.in (ELCFILES): Add net/secrets.elc.
3961         * net/secrets.el: New file.
3963 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
3965         * facemenu.el (list-colors-display, list-colors-print): New arg
3966         callback.  Use it to allow selecting colors.
3968         * wid-edit.el (widget-image-insert): Insert image prop even if the
3969         current display is non-graphic.
3970         (widget-field-value-set): New fun.
3971         (editable-field): Use it.
3972         (widget-field-value-get): Clean up unused var.
3973         (widget-color-value-create, widget-color--choose-action):
3974         New funs.  Allow using list-colors-display to choose color.
3976 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
3978         * cus-edit.el: Resort topmost custom groups.
3979         (custom-buffer-sort-alphabetically): Default to t.
3980         (customize-apropos): Use apropos-parse-pattern.
3981         (custom-search-field): New var.
3982         (custom-buffer-create-internal): Add custom-apropos search field.
3983         (custom-add-parent-links): Don't display parent doc.
3984         (custom-group-value-create): Don't sort top-level custom group.
3985         (custom-magic-value-create): Show visibility button before option name.
3987         (custom-variable-state): New fun, from custom-variable-state-set.
3988         (custom-variable-state-set): Use it.
3989         (custom-group-value-create): Hide options with standard values
3990         using the :hidden-states property.  Use progress reporter.
3992         (custom-show): Simplify.
3993         (custom-visibility): Disable images by default.
3994         (custom-variable): New property :hidden-states.
3995         (custom-variable-value-create): Enable images for
3996         custom-visibility widgets.  Use :hidden-states property to
3997         determine initial visibility.
3999         * wid-edit.el (widget-image-find): Give images center ascent.
4000         (visibility): Add :on-image and :off-image properties.
4001         (widget-visibility-value-create): Use them.
4003 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
4005         * cus-edit.el (processes): Remove from development group.
4006         (oop, hypermedia): Delete group.
4007         (comm): Promote to top-level group.
4009         * net/browse-url.el (browse-url):
4010         * net/xesam.el (xesam):
4011         * net/tramp.el (tramp):
4012         * net/goto-addr.el (goto-address):
4013         * net/ange-ftp.el (ange-ftp): Put in comm group.
4015         * view.el (view): Remove from editing group.
4017         * uniquify.el (uniquify): Put in files group.
4019         * net/browse-url.el (browse-url):
4020         * ps-print.el (postscript): Put in external group.
4022         * cus-edit.el (outlines):
4023         * textmodes/text-mode.el (text-mode-hook):
4024         * textmodes/table.el (table):
4025         * textmodes/picture.el (picture):
4026         * outline.el (outlines): Put in wp group.
4028         * nxml/nxml-mode.el (nxml): Remove from wp group.
4030         * net/tramp-imap.el (tramp-imap): Put in tramp group.
4032         * mail/metamail.el (metamail): Remove from hypermedia group.
4034         * cus-edit.el (abbrev):
4035         * whitespace.el (whitespace):
4036         * vcursor.el (vcursor):
4037         * reveal.el (reveal):
4038         * hl-line.el (hl-line): Put in convenience group.
4040         * epg-config.el (epg): Put in data group.
4042         * emulation/pc-select.el (pc-select): Put in emulations group.
4044         * calculator.el (calculator): Put in applications group.
4046 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4048         Add .dir-locals.el support for file-less buffers.
4049         * files.el (hack-local-variables): Split out code to apply local
4050         variable settings ...
4051         (hack-local-variables-apply): ... here.  New function.
4052         (hack-dir-local-variables): Use the default directory for when the
4053         buffer does not have an associated file.
4054         (hack-dir-local-variables-non-file-buffer): New function.
4055         * diff-mode.el (diff-mode):
4056         * vc-annotate.el (vc-annotate-mode):
4057         * vc-dir.el (vc-dir-mode):
4058         * log-edit.el (log-edit-mode):
4059         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4061 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4063         Add support for shelving snapshots and for showing shelves.
4064         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4065         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4066         New functions.
4067         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4068         (vc-bzr-extra-menu-map): Map them.
4070 2010-03-11  Glenn Morris  <rgm@gnu.org>
4072         * cus-edit.el (customize-changed-options-previous-release):
4073         Bump to 23.1.
4075         * image.el (image-animate-max-time): Fix :version tag.
4077 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
4079         * Branch for 23.2.
4081 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4083         * vc-git.el (vc-git-revision-table): Include remote branches.
4085 2010-03-10  Kim F. Storm  <storm@cua.dk>
4087         Animated image API.
4088         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4090         * image.el (image-animate-max-time): New defcustom.
4091         (image-animated-types): New defconst.
4092         (create-animated-image, image-animate-timer)
4093         (image-animate-start, image-animate-stop, image-animate-timeout)
4094         (image-animated-p): New functions.
4096         * image-mode.el (image-toggle-display-image):
4097         Replace `create-image' with `create-animated-image'.
4099 2010-03-09  Miles Bader  <miles@gnu.org>
4101         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4102         instead of "format:"; this ensures that the output is
4103         newline-terminated.
4105 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
4107         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4108         that all errors are caught, and that the return value is always a
4109         list (Bug#5692).
4111 2010-03-08  Kenichi Handa  <handa@m17n.org>
4113         * language/misc-lang.el (windows-1256): New coding system.
4114         (cp1256): New alias of windows-1256 (bug#5690).
4116 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
4118         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4119         call to rfc822-bad-address.  (Bug#5692)
4121 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4123         * vc-git.el (vc-git-annotate-extract-revision-at-line):
4124         Use vc-git-root as default directory for revision path (Bug#5657).
4126 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
4128         * calculator.el (calculator): Don't bind split-window-keep-point
4129         (Bug#5674).
4131 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4133         * vc-git.el: Re-flow to fit into 80 columns.
4134         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4135         Remove spurious `quote' element in each case alternative.
4136         (vc-git-show-log-entry): Use prog1.
4137         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4139 2010-03-06  Glenn Morris  <rgm@gnu.org>
4141         * cedet/semantic/grammar.el (semantic-grammar-header-template):
4142         Update template copyright to GPLv3+.
4144 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4146         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4148 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
4150         * macros.el (insert-kbd-macro): Look up keyboard macro using the
4151         definition, not the name (Bug#5481).
4153 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4155         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4156         argument with a local variable.  (Bug#5670)
4158 2010-03-02  Juri Linkov  <juri@jurta.org>
4160         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
4162 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
4164         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4165         error when FILENAME and NEWNAME are existing remote directories.
4167         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4168         parameter DIR-FLAG.
4170 2010-03-02  Glenn Morris  <rgm@gnu.org>
4172         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4173         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4175 2010-03-01  Kenichi Handa  <handa@m17n.org>
4177         * language/burmese.el (burmese-composable-pattern): Rename from
4178         myanmar-composable-pattern.
4180         * international/characters.el (script-list):
4181         * international/fontset.el (script-representative-chars):
4182         Change myanmar to burmese.
4183         (otf-script-alist): Likewise.
4184         (setup-default-fontset): Likewise.  Re-fix :otf spec.
4186 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4188         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4190 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
4192         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4194 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4196         * net/tramp.el (tramp-handle-write-region): START can be a string.
4197         Take care in the checks.  Reported by Dan Davison
4198         <davison@stats.ox.ac.uk>.
4200 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4202         * net/dbus.el (dbus-introspect, dbus-get-property)
4203         (dbus-set-property, dbus-get-all-properties):
4204         Use `dbus-call-method' when noninteractive.  (Bug#5645)
4206 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
4208         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4209         * emacs-lisp/elint.el (elint-add-required-env):
4210         * cedet/semantic/db-find.el
4211         (semanticdb-find-translate-path-brutish-default):
4212         * cedet/ede/make.el (ede-make-check-version):
4213         * calendar/icalendar.el (icalendar--add-diary-entry):
4214         * calc/calcalg2.el (math-tracing-integral):
4215         * files.el (recover-session-finish): Use with-current-buffer
4216         instead of save-excursion.
4218 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4220         Fix in-buffer completion when after-change-functions modify the buffer.
4221         * minibuffer.el (completion--replace): New function.
4222         (completion--do-completion): Use it and use relative movement.
4224 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
4226         * international/fontset.el (setup-default-fontset): Fix :otf spec.
4228 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
4230         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4231         Allow the characters _<> in the stack entry (Bug#5653).
4233 2010-02-26  Kenichi Handa  <handa@m17n.org>
4235         * language/burmese.el: Fix entries in composition-function-table.
4236         (myanmar-composable-pattern): New variable.
4238         * international/fontset.el (setup-default-fontset): Add an entry
4239         for myanmar.
4241         * international/characters.el (script-list): Add Myanmar
4242         Extended-A.
4244 2010-02-26  Glenn Morris  <rgm@gnu.org>
4246         * custom.el (custom-initialize-delay): Doc fix.
4248         * mail/sendmail.el (send-mail-function): Autoload the call
4249         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4251 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
4253         * files.el (hack-local-variables-filter): For eval forms, also
4254         check safe-local-variable-p (Bug#5636).
4256 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
4258         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4259         and use c(ad)r of cddr (Bug#5640).
4261 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
4263         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4264         setting the modes by `ignore-errors'.  It might fail, for example
4265         if the file is not owned by the user but the group.
4266         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4268 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
4270         * files.el (directory-listing-before-filename-regexp): Use
4271         stricter matching for iso-style dates, to avoid false matches with
4272         date-like filenames (Bug#5597).
4274         * htmlfontify.el (htmlfontify): Doc fix.
4276         * eshell/eshell.el (eshell): Doc fix.
4278         * startup.el (fancy-about-screen): In mode-line, apply
4279         mode-line-buffer-id face only to the buffer name (Bug#5613).
4281 2010-02-20  Kevin Ryde  <user42@zip.com.au>
4283         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4284         In `watcom' anchor regexp to start of line, to avoid slowness
4285         (Bug#5599).
4287 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
4289         * subr.el (remove-yank-excluded-properties): Explain in a comment
4290         why `category' property is removed.
4292 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
4294         * isearch.el (isearch-update-post-hook, isearch-update): Revert
4295         2010-02-17 change.
4297 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
4299         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4300         (icalendar--convert-weekly-to-ical)
4301         (icalendar--convert-yearly-to-ical)
4302         (icalendar--convert-block-to-ical)
4303         (icalendar--convert-cyclic-to-ical)
4304         (icalendar--convert-anniversary-to-ical): Take care of time
4305         specifications where hour has 1-digit only (Bug#5549).
4307 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
4309         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4310         of disassemble output in GDB 7.1.
4312 2010-02-19  Glenn Morris  <rgm@gnu.org>
4314         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4315         property.  (Bug#5593)
4317 2010-02-18  Sam Steingold  <sds@gnu.org>
4319         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4321 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4323         Use abbreviated file names in bookmarks (bug#5591).
4324         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4325         calls to expand-file-name.
4326         (bookmark-relocate): Use abbreviated file names in bookmarks.
4327         (bookmark-load): Use abbreviated file names in messages.
4329 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4331         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4332         expand "." and "..".  Reported by Thierry Volpiatto
4333         <thierry.volpiatto@gmail.com>.
4335 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
4337         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4338         permissions of the temporary file to "0600".  In case the remote
4339         file has no read permissions for the owner, there might be
4340         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
4342 22010-02-18  Glenn Morris  <rgm@gnu.org>
4344         * emacs-lisp/authors.el (authors-renamed-files-alist):
4345         Add entries for INSTALL.CVS.
4347 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
4349         * vc-bzr.el: Fix typo in Known Bugs section.
4351         * isearch.el (isearch-update-post-hook): New hook.
4352         (isearch-update): Use the new hook.
4354 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
4356         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4357         Fix errors in copying directories.
4358         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4359         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4360         (tramp-handle-delete-file)
4361         (tramp-handle-dired-recursive-delete-directory)
4362         (tramp-handle-write-region): Flush also the cache for the upper
4363         directory.
4365 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
4367         * simple.el (save-interprogram-paste-before-kill): Doc fix.
4369         * cus-edit.el (hardware): Doc fix.
4371         * man.el (man): Add to external custom group.
4373         * delim-col.el (columns): Move to wp custom group.
4375         * doc-view.el (doc-view): Add to data custom group.
4377         * cedet/data-debug.el (data-debug): Move to extensions group.
4379         * cedet/ede.el (ede):
4380         * cedet/srecode.el (srecode):
4381         * cedet/semantic.el (semantic): Put in tools and extensions group.
4383         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4385         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4386         by ispell-parse-output (Bug#5575).
4388 2010-02-16  Kenichi Handa  <handa@m17n.org>
4390         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4391         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4392         (skkdic-convert): Use `euc-japan' coding system for writing.
4394 2010-02-16  Glenn Morris  <rgm@gnu.org>
4396         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4397         tex-main-file before using it.  (Bug#5562)
4399 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4401         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4402         warnings, since it is annoying for the user to see them each time he
4403         runs the code.
4405 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
4407         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
4408         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
4409         instead of PROC for caching "first-password-request".  Otherwise,
4410         new processes would not profit from passwords already entered.
4412         * net/tramp-cache.el (tramp-dump-connection-properties):
4413         Don't save "first-password-request" property.
4415 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
4417         * outline.el (outline-head-from-level):
4418         * simple.el (with-wrapper-hook):
4419         * cedet/ede.el (ede-run-target, project-delete-target)
4420         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
4421         (ede-adebug-project, ede-adebug-project-parent)
4422         (ede-adebug-project-root):
4423         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
4424         (elint-defun, elint-buffer-env, elint-top-form-logged)
4425         (elint-unbound-variable):
4426         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
4427         Fix typos in docstrings.
4429 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
4431         * files.el (insert-directory): When WILDCARD-REGEXP and
4432         FULL-DIRECTORY-P are nil, insert the file entry instead of the
4433         whole directory.  (Bug#5551)
4435         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
4436         dired's alignment sanity.  (Bug#5516)
4438 2010-02-14  Juri Linkov  <juri@jurta.org>
4440         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
4441         Remove remaining ^H with their preceding chars.  (Bug#5566)
4443 2010-02-13  Glenn Morris  <rgm@gnu.org>
4445         * simple.el (transpose-subr): Give it a doc-string.
4447         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
4448         Doc fixes.
4450 2010-02-12  Juri Linkov  <juri@jurta.org>
4452         * arc-mode.el (archive-unique-fname): Make directories for nested
4453         archives.  (Bug#5540)
4455 2010-02-12  Juri Linkov  <juri@jurta.org>
4457         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
4459 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4461         * subr.el (copy-overlay): Handle deleted overlays.
4463         * man.el (Man-completion-table): Don't signal an error if we can't run
4464         manual-program (bug#4056).
4466 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
4468         * textmodes/artist.el (artist-mt): Fix typos in docstring.
4470 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4472         * info.el (Info-bookmark-jump): Simplify.
4474         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4475         (bookmark-default-handler): Accept new bookmark field `buffer'.
4477 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
4479         * iswitchb.el (iswitchb-completions): Revert last change.
4481 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
4483         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
4484         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
4485         This prevents file names like "~/" being listed literally.
4487 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
4489         * term/xterm.el (xterm-maybe-set-dark-background-mode):
4490         Remove dead code.  (Bug#5546)
4492 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
4494         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
4495         correctly (Bug#5548).
4497 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
4499         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
4500         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
4502 2010-02-08  Kenichi Handa  <handa@m17n.org>
4504         * international/mule-util.el (with-coding-priority): Add autoload
4505         cookie for putting `lisp-indent-function'.
4507 2010-02-07  Glenn Morris  <rgm@gnu.org>
4509         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
4510         Move F2003 named interfaces from keywords-2 to keywords-1, and
4511         use function-name-face rather than constant-face.
4512         Simplify "abstract interface" regexp.
4514 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
4516         * eshell/esh-util.el (eshell-file-attributes): New optional arg
4517         ID-FORMAT.  Pass it to `file-attributes'.
4519         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
4521 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
4523         * faces.el (set-face-attribute): Allow calling
4524         internal-set-lisp-face-attribute with 'unspecified family and
4525         foundry argument (Bug#5536).
4527 2010-02-07  Glenn Morris  <rgm@gnu.org>
4529         * progmodes/f90.el (f90-font-lock-keywords-2)
4530         (f90-looking-at-type-like, f90-looking-at-program-block-end):
4531         Handle F2003 named interfaces.
4533 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
4535         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
4536         beg and end before calling c-get-state-before-change-functions.
4538 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
4540         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
4542 2010-02-05  Juri Linkov  <juri@jurta.org>
4544         * doc-view.el (doc-view-mode):
4545         * image-mode.el (image-mode): Put property mode-class=special.
4546         (Bug#4896)
4548 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
4550         * vc-svn.el (vc-svn-revision-table): New function.
4552 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
4554         * net/ange-ftp.el (ange-ftp-insert-directory):
4555         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4556         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4557         Handle also directories.  (Bug#5478)
4559 2010-02-05  Glenn Morris  <rgm@gnu.org>
4561         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
4563 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
4565         * startup.el (command-line-1): Convert options beginning with a
4566         single dash as well (Bug#5519).
4568 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4570         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
4571         * minibuffer.el (completion-initials-expand): Only check the presence
4572         of delims *within* the boundaries, since otherwise the / delim is
4573         always found for files.
4575         Fix up various corner case problems.
4576         * doc-view.el (doc-view-last-page-number): New function.
4577         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
4578         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
4579         (doc-view-kill-proc): Avoid inf-loop in freak cases.
4580         (doc-view-reconvert-doc): Use the new recursive delete-directory.
4581         (doc-view-convert-current-doc): Don't create the resolution.el file
4582         here any more.
4583         (doc-view-pdf/ps->png): Do it here instead.
4584         (doc-view-already-converted-p): Check that resolution.el is present.
4585         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
4586         windows that are not yet showing images.
4588 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
4590         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
4591         `dired-uncache' for every elemnt which is an absolute file name.
4593         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
4594         directory, handle its directory component.
4595         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
4596         function is called permanently and creates noise, otherwise.
4598         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4599         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4600         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
4602 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
4604         * macros.el (apply-macro-to-region-lines):
4605         Minor simplification.  (Bug#5485)
4607 2010-02-04  Glenn Morris  <rgm@gnu.org>
4609         * mail/rmail.el (rmail-show-message-1): Handle malformed
4610         quoted-printable text.  (Bug#5441)
4612         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
4614         * simple.el (visual-line-mode): Capitalize lighter.
4616 2010-02-03  John Wiegley  <jwiegley@gmail.com>
4618         * iswitchb.el (iswitchb-completions): Add bookmark files to the
4619         list of files considered for "virtual buffer" completions.
4621 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
4623         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
4624         also in case of (and (not full) (not wildcard)).  This is needed
4625         when dired is called with a list of files, which are not in
4626         `default-directory'.  (Bug#5478)
4628 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4630         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
4632 2010-02-02  Juri Linkov  <juri@jurta.org>
4634         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
4635         from unidiff to allow function-line after @@.
4637 2010-02-02  Juri Linkov  <juri@jurta.org>
4639         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
4640         '(RCS SCCS) with inverted condition.
4642 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
4644         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
4645         messages.
4647 2010-02-01  Juri Linkov  <juri@jurta.org>
4649         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
4650         compare with "pkunzip" and "pkzip" instead of only "pkzip".
4651         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
4652         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
4654 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4656         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
4657         (doc-view-revert-buffer): New command.
4658         (doc-view-mode-map): Use it.
4660 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
4662         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
4663         pending merge is detected.
4665 2010-01-31  Juri Linkov  <juri@jurta.org>
4667         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
4668         beginning of interactive spec like all other grep commands do.
4669         Put "all" in front of "gz".  (Bug#5260)
4671 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
4673         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
4675 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
4677         * dirtrack.el (dirtrack): Warn instead of signalling error if the
4678         regexp is incorrect (Bug#5476).
4680 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
4682         * net/tramp.el (tramp-handle-insert-directory): Handle also
4683         symlinks, when FILENAME is not in `default-directory'.
4685 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
4687         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
4688         FILE is not in `default-directory'.  (Bug#5478)
4690         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
4691         of SWITCHES.  Handle the case, FILENAME is not in
4692         `default-directory'.  (Bug#5478)
4693         (tramp-register-file-name-handlers): Add safe-magic property.
4695 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
4697         * arc-mode.el (archive-zip-extract): Quote the argument passed to
4698         unzip (Bug#5475).
4700 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
4702         * progmodes/flymake.el (flymake-allowed-file-name-masks)
4703         (flymake-master-make-header-init): Add other C++ filename masks.
4704         (flymake-find-possible-master-files)
4705         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
4707 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
4709         Fix some busybox annoyances.
4711         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
4712         not responding." string.
4713         (tramp-open-connection-setup-interactive-shell): Dump stty
4714         settings.  Enable "neveropen" arg for all `tramp-send-command'
4715         calls.  Handle "=" in variable values properly.
4716         (tramp-find-inline-encoding): Raise an error, when no encoding is
4717         found.
4718         (tramp-wait-for-output): Check, whether PROC buffer is available.
4719         Remove spurious " ^H" sequences, sent by busybox.
4720         (tramp-get-ls-command): Suppress coloring, if possible.
4722 2010-01-28  Glenn Morris  <rgm@gnu.org>
4724         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
4726         * log-edit.el (log-edit-strip-single-file-name): Add missing
4727         :safe, :group, and :version tags.
4729 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
4731         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
4732         buffers.  (Bug#5477)
4734 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
4736         * files.el (delete-directory): Handle moving to trash without
4737         first doing recursion (Bug#5436).
4739 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
4741         * vc-hooks.el (vc-path): Mark as obsolete.
4743 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
4745         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
4746         names too.
4748         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
4749         for the short log.
4750         (vc-bzr-log-view-mode): Adjust regexp for the above change.
4752 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
4754         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
4756         * vc-bzr.el (vc-bzr-revision-table): New function.
4758 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
4760         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
4761         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
4763 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
4765         Remove support for adding --signoff on commit.
4766         Future support will use an incompatible generic mechanism.
4767         * vc-git.el (vc-git-add-signoff): Remove variable.
4768         (vc-git-toggle-signoff): Remove function.
4769         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
4771         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
4772         from xterm-set-background-mode.  Return t if the background mode
4773         was set.
4774         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
4775         earlier, call it again in case the background mode has changed.
4777 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
4779         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
4780         (Bug#3541).
4782 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
4784         * emacs-lisp/assoc.el (aelement): Doc fix.
4785         (aput, adelete, amake): Use lexical-let (Bug#5450).
4787 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
4789         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
4790         is the same as subprogram call, not declaration.  (Bug#5435).
4792 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
4794         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
4795         (tramp-smb-maybe-open-connection): Use it.
4797 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
4799         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
4801 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4803         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
4804         just because we see "encoding: 8bit".
4805         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
4807 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
4809         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
4811 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
4813         * jka-compr.el (jka-compr-load): If load-file is not in
4814         load-history, try its file-truename version.  (bug#5447)
4816 2010-01-21  Alan Mackenzie  <acm@muc.de>
4818         Fix a situation where deletion of a cpp construct throws an error.
4819         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
4820         invoking c-with-all-but-one-cpps-commented-out, check that the
4821         special cpp construct is still in the buffer.
4822         (c-parse-state): Record the special cpp with markers, not numbers.
4824 2010-01-21  Kenichi Handa  <handa@m17n.org>
4826         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
4827         process last-command-event, as it is now decoded first (Bug#5380).
4829 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
4831         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
4833 2010-01-20  Glenn Morris  <rgm@gnu.org>
4835         * indent.el (tab-always-indent): Fix custom-type.
4837 2010-01-19  Alan Mackenzie  <acm@muc.de>
4839         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
4840         buffer throws "args out of range".
4841         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
4842         playing the role of delimiter.
4844 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
4846         * progmodes/ada-mode.el: Fix bug#5400.
4847         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
4848         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
4849         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
4850         Improve comments in "is" portion.  Handle null procedure declaration.
4851         (ada-move-to-end): Improve doc string.
4853 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
4855         * ido.el (ido-cur-list): Initialize to nil.
4856         Remove obsolete information from commentary.
4857         (ido-choice-list): Initialize to nil.
4858         (ido-get-bufname): Reject minibuffers.
4859         (ido-make-buffer-list): If "default" is a nonexistent
4860         buffer, ignore it, as per the function's comment.
4861         (ido-kill-buffer-internal): New function.
4862         (ido-kill-buffer-at-head): Use it.
4863         (ido-visit-buffer): Likewise.
4865 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4867         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
4869 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
4871         * cedet/ede/locate.el (ede-locate-file-in-project)
4872         (ede-locate-file-in-project-impl): Fix typos in docstrings.
4873         (ede-enable-locate-on-project): Fix typos in error messages.
4875         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
4876         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
4877         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
4878         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
4879         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
4880         Fix typos in menu help.
4882         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
4883         Fix typos in chart titles.
4885         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
4886         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
4887         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
4888         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
4889         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
4890         (semantic-parse-stream, semantic-parse-region)
4891         (semantic-parse-region-default, semantic--set-buffer-cache)
4892         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
4893         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
4894         (semantic-default-submodes):
4895         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
4896         (semanticdb-create-ebrowse-database)
4897         (semanticdb-find-tags-for-completion-method)
4898         (semanticdb-find-tags-by-class-method)
4899         (semanticdb-deep-find-tags-by-name-method)
4900         (semanticdb-deep-find-tags-for-completion-method):
4901         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
4902         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
4903         (semanticdb-find-tags-for-completion-method)
4904         (semanticdb-find-tags-by-class-method)
4905         (semanticdb-deep-find-tags-for-completion-method):
4906         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
4907         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
4908         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
4909         (semanticdb-find-tags-by-name-method)
4910         (semanticdb-find-tags-by-name-regexp-method)
4911         (semanticdb-find-tags-for-completion-method)
4912         (semanticdb-find-tags-by-class-method)
4913         (semanticdb-find-tags-external-children-of-type-method)
4914         (semanticdb-find-tags-subclasses-of-type-method)
4915         (semanticdb-deep-find-tags-by-name-method)
4916         (semanticdb-deep-find-tags-by-name-regexp-method)
4917         (semanticdb-deep-find-tags-for-completion-method):
4918         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
4919         (semanticdb-enable-gnu-global-in-buffer)
4920         (semanticdb-find-tags-for-completion-method)
4921         (semanticdb-deep-find-tags-by-name-method)
4922         (semanticdb-deep-find-tags-for-completion-method):
4923         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
4924         (javascript-mode, semanticdb-find-translate-path)
4925         (semanticdb-find-tags-for-completion-method)
4926         (semanticdb-find-tags-by-class-method)
4927         (semanticdb-deep-find-tags-by-name-method)
4928         (semanticdb-deep-find-tags-for-completion-method)
4929         (semanticdb-find-tags-external-children-of-type-method):
4930         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
4931         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
4932         (global-semantic-idle-scheduler-mode):
4933         * cedet/srecode/dictionary.el (srecode-field-value)
4934         (srecode-dictionary-add-section-dictionary):
4935         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
4936         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
4937         (describe-class, eieio-describe-generic, describe-generic):
4938         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
4939         (eieio-speedbar-expand):
4940         * emulation/viper-cmd.el (viper-exec-form-in-vi)
4941         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
4942         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
4943         (viper-del-backward-char-in-replace, viper-backward-indent)
4944         (viper-brac-function, viper-register-to-point, viper-submit-report):
4945         * net/tramp.el (tramp-remote-coding-commands):
4946         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
4947         Fix typos in docstrings.
4949 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4951         * mail/sendmail.el (mail-yank-original): Set the mark if the
4952         specified function for yanking does not do it.
4954 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
4956         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
4958         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
4959         resyncing a directory.
4961 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
4963         * progmodes/ada-mode.el: Fix bug#1920.
4964         (ada-ident-re): Delete ., allow multibyte characters.
4965         (ada-goto-label-re): New; matches goto labels.
4966         (ada-block-label-re): New; matches block labels.
4967         (ada-label-re): New; matches both.
4968         (ada-named-block-re): Deleted; callers changed to use
4969         `ada-block-label-re' instead.
4970         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
4971         Use `ada-block-label-re'.
4972         (ada-indent-on-previous-lines): Improve handling of goto labels.
4973         (ada-get-indent-block-start): Special-case block label.
4974         (ada-get-indent-label): Split into `ada-indent-block-label' and
4975         `ada-indent-goto-label'.
4976         (ada-goto-stmt-start, ada-goto-next-non-ws):
4977         Optionally ignore goto labels.
4978         (ada-goto-next-word): Simplify.
4979         (ada-indent-newline-indent-conditional): Insert newline before
4980         trying to fix indentation; doc fix.
4982 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
4984         * calc/calc.el (calc-command-flags): Give it an initial value.
4986 2010-01-17  Glenn Morris  <rgm@gnu.org>
4988         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
4990 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4992         * cedet/semantic.el (semantic-mode):
4993         * files.el (minibuffer-with-setup-hook):
4994         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
4995         (artist-key-draw-continously, artist-key-do-continously-continously)
4996         (artist-key-set-point-continously, artist-mouse-draw-continously):
4997         Fix typos in docstrings.
4999 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
5001         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5002         return t (Bug#3898).
5004 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
5006         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5007         can parse the output of the external commands (Bug#5279).
5009 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
5011         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5013 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
5015         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5017         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5019         * startup.el (command-line): Remove unused --icon-type arg.
5020         Handle --display arg, passing it to command-line-1 (Bug#5392).
5022 2010-01-16  Mario Lang  <mlang@delysid.org>
5024         * cedet/ede/cpp-root.el (ede-cpp-root-project):
5025         * cedet/ede/files.el (ede-expand-filename):
5026         * cedet/ede/simple.el (ede-simple-project):
5027         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5028         (semantic-complete-inline-tag-engine):
5029         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5030         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5031         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5032         * cedet/semantic/db.el (semanticdb-equivalent-mode):
5033         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5034         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5035         * emacs-lisp/chart.el (chart-translate-namezone):
5036         * textmodes/artist.el (artist-compute-popup-menu-table):
5037         Remove duplicated words in doc-strings.
5039 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
5041         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5042         to mairix-search to suppress threading (Bug#5342).
5044 2010-01-15  Kenichi Handa  <handa@m17n.org>
5046         * international/mule-cmds.el (canonicalize-coding-system-name):
5047         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5049 2010-01-15  Glenn Morris  <rgm@gnu.org>
5051         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
5053         * wid-edit.el (widget-keymap): Doc fix.
5055         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5056         former seems to be more widely accepted by various svn versions.
5058 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5060         * find-cmd.el (find-constituents):
5061         * vc-arch.el (vc-arch-root):
5062         * window.el (window-body-height, pop-up-frames):
5063         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5064         (semantic-no-reparse-needed-change-hook):
5065         * cedet/srecode/insert.el (srecode-resolve-argument-list)
5066         (srecode-template-inserter-blank, srecode-template-inserter-variable)
5067         (srecode-template-inserter-ask, srecode-template-inserter-width)
5068         (srecode-template-inserter-section-start)
5069         (srecode-template-inserter-section-end, srecode-insert-method):
5070         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5071         * progmodes/ada-stmt.el (ada-if):
5072         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5073         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5074         (ispell-encoding8-command, ispell-aspell-supports-utf8)
5075         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5077         * progmodes/flymake.el (flymake-post-syntax-check):
5078         Fix typo in error message.
5080 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5082         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5083         which is always a string.  (Bug#5313)
5085 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
5087         * progmodes/ada-xref.el (ada-default-prj-properties):
5088         Simplify previous change.
5090 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5092         * progmodes/ada-xref.el (ada-default-prj-properties):
5093         Default ada_project_path to $ADA_PROJECT_PATH.
5095 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5097         * progmodes/ada-mode.el (ada-create-keymap):
5098         Override `narrow-to-defun' with `ada-narrow-to-defun'.
5100 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5102         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5103         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5104         (ada-get-current-indent, ada-imenu-generic-expression)
5105         (ada-which-function): Check for it.
5107 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
5109         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5110         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5112 2010-01-14  Glenn Morris  <rgm@gnu.org>
5114         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
5116 2010-01-14  Kenichi Handa  <handa@m17n.org>
5118         * composite.el (auto-composition-mode): Make it a buffer local
5119         variable (permanent-local).
5120         (auto-composition-function): Set the default value to
5121         auto-compose-chars.
5122         (auto-composition-mode): Make it a simple function, not a minor mode.
5123         (global-auto-composition-mode): Likewise.
5124         (turn-on-auto-composition-if-enabled): Delete it.
5126 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
5128         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5130 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
5132         * files.el (copy-directory): Compute target for recursive
5133         directories with identical names.  (Bug#5343)
5135 2010-01-12  Glenn Morris  <rgm@gnu.org>
5137         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5138         it to bug-gnu-emacs rather than emacs-pretest-bug.
5140 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5142         * cedet/data-debug.el (data-debug): Fix customization group reference.
5144 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
5146         * cedet/semantic/analyze.el (semantic-analyze-push-error)
5147         (semantic-analyze-context, semantic-analyze-context-assignment)
5148         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5149         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5150         (semantic-java-doc-keywords-map):
5151         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5152         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5153         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5154         (semantic-c-classname, semantic-format-tag-uml-prototype)
5155         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5156         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5157         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5158         (semantic-get-local-variables, semantic-end-of-command)
5159         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5160         (lisp-mode):
5161         * cedet/semantic/bovine/make.el (makefile-mode):
5162         * cedet/semantic/wisent/python.el (wisent-python-string-re)
5163         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5164         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5165         (semantic-lex, semantic-get-local-variables, python-mode):
5166         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5167         * cedet/srecode/extract.el (srecode-extract-state-set)
5168         (srecode-extract-method): Fix typos in docstrings.
5170 2010-01-11  Sam Steingold  <sds@gnu.org>
5172         * imenu.el (imenu-default-create-index-function): Detect infinite
5173         loops caused by imenu-prev-index-position-function.
5175 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5177         * htmlfontify.el (htmlfontify-load-rgb-file)
5178         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5179         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5180         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5181         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5182         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5183         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5184         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5185         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5186         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5187         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5188         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5189         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5190         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5191         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5192         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5193         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5194         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5195         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5196         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5197         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5198         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5199         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5200         backslash-quoting from parentheses, etc.
5202 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
5204         * progmodes/js.el: Autoload javascript-mode alias.
5206 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
5208         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5209         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5210         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5211         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5212         Fix typos in docstrings.
5213         (ffap-url-regexp): Doc fix.
5214         (ffap-at-mouse): Fix typo in message.
5216 2010-01-11  Glenn Morris  <rgm@gnu.org>
5218         * version.el (emacs-copyright): Set copyright year to 2010.
5220 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5222         * format.el (format-annotate-function): Only set
5223         write-region-post-annotation-function after running to-fn so as not to
5224         affect nested write-region calls (bug#5273).
5226 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
5228         * cedet/semantic.el (semantic-new-buffer-setup-functions):
5229         Add python parser.
5231         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5232         wisent/python.el.
5234 2010-01-10  Richard Kim  <emacs18@gmail.com>
5236         * cedet/semantic/wisent/python-wy.el:
5237         * cedet/semantic/wisent/python.el: New files.
5239 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5241         * man.el (Man-goto-section): Signal error if the section is not
5242         found (Bug#5317).
5244 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
5246         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5247         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
5249 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
5251         * progmodes/compile.el: Don't treat compile-command as safe if
5252         compilation-read-command might be nil (Bug#4218).
5254 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
5256         * startup.el (command-line-1): Use orig-argi to check for ignored X and
5257         NS options.
5259 2010-01-08  Kenichi Handa  <handa@m17n.org>
5261         * international/fontset.el (build-default-fontset-data):
5262         Exclude characters in scripts kana, hangul, han, or cjk-misc.
5264 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
5266         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5267         to `create-file-buffer' as it expects, not just a buffer name.
5268         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5269         to help uniquify.  (Bug#3224)
5271 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
5273         * font-setting.el (font-setting-change-default-font): Use user-spec
5274         instead of name.
5276 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5278         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5280 2010-01-05  Tom Tromey  <tromey@redhat.com>
5282         * progmodes/python.el (python-font-lock-keywords):
5283         Handle qualified decorators (Bug#881).
5285 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5287         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5288         in a lightweight checkout.
5290 2010-01-05  Kenichi Handa  <handa@m17n.org>
5292         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5294 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5296         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5298 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
5300         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5301         checkouts.  (Bug#618)
5302         (vc-bzr-log-view-mode): Also highlight the author.
5303         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5304         (vc-bzr-shelve-menu-map):
5305         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5306         (vc-bzr-shelve-apply): Make prompt more explicit.
5308 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5310         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5311         They are valid characters in URL paths (rfc3986), and at least
5312         Firefox does not understand the encoded version (Bug#3166).
5314 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
5316         * progmodes/octave-mod.el (octave-end-keywords)
5317         (octave-block-begin-or-end-regexp, octave-block-match-alist):
5318         Add "end" keyword (Bug#3061).
5319         (octave-end-as-array-index-p): New function.
5320         (calculate-octave-indent): Use it.
5322 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5324         * bookmark.el: Consistently put the text property on the bookmark name.
5325         (bookmark-bmenu-marks-width): Bump back to 2, to include
5326         annotation marks.
5327         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5328         property on the bookmark name, instead of not putting it at all.
5329         (bookmark-bmenu-list): Fix where we put the text property.
5331 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5333         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5334         for showing buffer modified state (as added in the previous change).
5336 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5338         * bookmark.el: Show modified state of bookmark buffer more accurately.
5339         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5340         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5341         (with-buffer-modified-unmodified): New macro.
5342         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5343         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5344         Use new macro to preserve the buffer modified state.
5346 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5348         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5349         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5350         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5351         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5352         (bookmark-bmenu-rename, bookmark-bmenu-locate)
5353         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5354         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5356 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5358         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5359         Make the lines in the generated doc string shorter.  (Bug#4668)
5361 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
5363         * net/rcirc.el: Add follow-link binding (Bug#4738).
5365 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
5367         * Makefile.in (bzr-update): Rename from cvs-update.
5368         (cvs-update): New target for backward compatibility.
5370         * makefile.w32-in (bzr-update): Rename from cvs-update.
5371         (cvs-update): New target for backward compatibility.
5373 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5375         * bookmark.el: Remove gratuitous gratitude.
5377 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5379         * bookmark.el (bookmark-bmenu-any-marks): New function
5380         (bookmark-bmenu-save): Clear buffer modification if no marks.
5382 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5384         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5385         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5386         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5387         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5389         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5390         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5391         To: emacs-devel {_AT_} gnu.org
5392         Subject: bookmark.el bug report
5393         Date: Mon, 28 Dec 2009 14:19:16 +0800
5394         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5396 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
5398         * bookmark.el: Improvements suggested by Drew Adams:
5399         (bookmark-bmenu-ensure-position): New name for
5400         `bookmark-bmenu-check-position'.  Just ensure the position,
5401         don't return any meaningful value.
5402         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5403         New constants.
5405 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
5407         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
5408         (bookmark-yank-point, bookmark-bmenu-check-position):
5409         Fix typos in docstrings.
5410         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
5411         (bookmark-name-from-full-record, bookmark-get-position)
5412         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
5413         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
5414         Remove useless quoting of parenthesis, etc. in docstrings.
5416         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
5417         (ediff-append-custom-diff): Fix typo in error message.
5418         (ediff-meta-mark-equal-files): Fix typos in messages.
5420         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
5422         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
5423         Fix typo in docstring.
5425         * net/imap-hash.el (imap-hash-make): Doc fix.
5426         (imap-hash-test): Fix typo in error message; reflow docstring.
5427         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
5428         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
5429         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
5430         Fix typos in docstrings.
5431         (imap-hash-open-connection): Fix typo in error message.
5433         * play/gomoku.el (gomoku): Fix typos in docstring.
5435         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
5436         (gdb-jsonify-buffer): Fix typos in docstring.
5437         (gdb-goto-breakpoint): Fix typo in error message.
5438         ("Display Other Windows"): Fix typo in help message.
5439         (gdb-speedbar-expand-node): Fix typo in question.
5441         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
5442         (idlwave-html-system-help-location, idlwave-html-help-location)
5443         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
5444         (idlwave-help-browser-generic-args, idlwave-help-directory)
5445         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
5446         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
5447         (idlwave-online-help, idlwave-help-html-link)
5448         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
5449         Fix typos in docstrings.
5450         (idlwave-help-with-source, idlwave-help-find-routine-definition):
5451         Reflow docstrings.
5452         (idlwave-help-assistant-start): Fix typo in error message.
5454         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
5455         (octave-electric-space): Fix typos in docstrings.
5457 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5459         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
5461 2010-01-01  Juri Linkov  <juri@jurta.org>
5463         * comint.el (comint-input-ring-size): Make it a defcustom and
5464         increase the default to 500 (Bug#5148).
5466 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
5468         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
5469         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
5470         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
5472 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
5474         Show working revision correctly for mercurial.
5475         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
5476         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
5478 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
5480         Declare some functions for the byte-compiler.
5481         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
5482         (speedbar-timer-fn, speedbar-change-expand-button-char)
5483         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
5485 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
5487         This changeset reverts GDB Graphical Interface to use annotations.
5488         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
5490 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
5492         Make vc-dir work on subdirectories of the bzr root.
5493         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
5494         file names relative to it.
5495         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
5496         relative directory to vc-bzr-after-dir-status.
5498 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
5500         * font-lock.el (font-lock-refresh-defaults): New function, which
5501         can be used to let font-lock react to external changes in
5502         variables like font-lock-defaults and keywords.
5503         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
5505 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
5507         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
5509         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
5511 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
5513         Supersede color.diff settings in git log (bug#5211).
5515         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
5516         escape chars in its output when the user has color.diff set to `always'.
5517         This fix works on git 1.4.2 and newer (released on 2006-08-13).
5519 2009-12-26  Kevin Ryde  <user42@zip.com.au>
5521         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
5522         node.  Keep previous "Index" name to work with past coreutils too.
5524         * man.el (man): Revise docstring a bit to show -a and -l as
5525         examples.  Add -k description since support for it has otherwise
5526         been a secret.  (Further to bug#3717.)
5527         (Man-bgproc-sentinel): When "-k foo" produces no output show error
5528         "no matches" rather than "Can't find manpage", as the latter reads
5529         like -k was interpreted as a page name, which is not so.  (Bug#5431)
5531 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
5533         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
5534         switches.  Check also for //SUBDIRED// line.
5536 2009-12-25  Kenichi Handa  <handa@m17n.org>
5538         * language/indian.el (devanagari-composable-pattern): Fixed to
5539         handle ZWNJ and ZWJ.  Use it in composition-function-table for
5540         Devanagari.
5541         (malayalam-composable-pattern): Fix previous change.
5543 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5545         * ps-print.el (ps-face-attributes): It was not returning the
5546         attribute face for faces specified as string.  Reported by harven
5547         <harven@free.fr>.
5548         (ps-print-version): New version 7.3.5.
5550 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
5552         * calendar/icalendar.el (icalendar--convert-tz-offset):
5553         Fix timezone names.
5554         (icalendar--convert-tz-offset): Fix the "last-day-problem".
5555         (icalendar--add-diary-entry): Remove the trailing blank that
5556         diary-make-entry inserts.
5558 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
5560         Make `file-expand-wildcards' work for remote files.
5562         * files.el (file-expand-wildcards): In case of remote files, check
5563         only local file name part for wildcards.  Provide feature 'files
5564         and subfeature 'remote-wildcards.  (Bug#5198)
5566         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
5567         if there is already an established connection.
5568         (tramp-advice-file-expand-wildcards): Remove it.
5570         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
5571         (tramp-advice-file-expand-wildcards): Move from tramp.el.
5572         Activate advice for older GNU Emacs versions.  (Bug#5237)
5574 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
5576         Some doc fixes (more needed).
5578         * find-cmd.el (find-constituents): Reflow docstring.
5579         (find-cmd, find-prune, find-command): Fix typos in docstrings.
5580         (find-generic): Doc fix.
5582 2009-12-17  Juri Linkov  <juri@jurta.org>
5584         Fix regression from 23.1 to allow multiple modes in Local Variables.
5586         * files.el (hack-local-variables-filter): While ignoring duplicates,
5587         don't take `mode' into account.
5588         (hack-local-variables-filter, hack-dir-local-variables):
5589         Don't remove duplicate `mode' from local-variables-alist (like `eval').
5591 2009-12-17  Juri Linkov  <juri@jurta.org>
5593         Make `dired-diff' safer.  (Bug#5225)
5595         * dired-aux.el (dired-diff): Signal an error when `file' equals to
5596         `current' or when `file' is a directory of the `current' file.
5598 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
5600         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
5601         unconditionally preloaded files.
5603 2009-12-16  Juri Linkov  <juri@jurta.org>
5605         Revert to old 23.1 logic of using the file at the mark as default.
5606         * dired-aux.el (dired-diff): Use the file at the mark as default
5607         if it's not the same as the current file, and the target dir is
5608         the current dir or the mark is active.  Add the current file
5609         as the arg of `dired-dwim-target-defaults'.  Use the default file
5610         in the prompt.  (Bug#5225)
5612 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
5614         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
5615         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
5616         (tramp-check-for-regexp): Check also, when an echoing shell stops
5617         to echo sent commands.
5619 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5621         * Makefile.in: Revert last change (Bug#5191).
5623 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
5625         * vc-hg.el (vc-hg-print-log): Fix argument order.
5626         (vc-hg-working-revision): Make sure the command is executed in a
5627         known environment so that we can parse the output.  (Bug#4417)
5629 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5631         * progmodes/python.el (python-symbol-completions): Remove text
5632         properties from symbol string before calling python-send-receive.
5634 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
5636         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5637         when there are values for both file and line.  (Bug#5060)
5639 2009-12-14  Juri Linkov  <juri@jurta.org>
5641         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
5642         whitespace after the file name of the first line of unified format,
5643         because git-diff doesn't output whitespace and file modification time
5644         after the file name.
5646 2009-12-14  David Kastrup  <dak@gnu.org>
5648         * info.el (Info-hide-cookies-node): Before hiding a cookie,
5649         check if it already has the `display' property added by
5650         `Info-display-images-node', and not put the `invisible' property
5651         in this case.
5653 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
5655         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
5656         (semantic-mru-bookmark-mode): Doc fixes.
5658         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
5659         of assert.
5661 2009-12-13  Glenn Morris  <rgm@gnu.org>
5663         * mail/emacsbug.el (message-sort-headers): Define for compiler.
5664         (report-emacs-bug): In message-mode, sort manually before storing
5665         original report text.  (Bug#5178)
5666         Remove superfluous save-excursion.
5668 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
5670         * net/dbus.el (dbus-property-handler): Filter lambda forms out
5671         when responding to "GetAll" properties.
5673 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
5675         * simple.el (compose-mail): Remove mail-setup-with-from from
5676         customization checks.
5678 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
5680         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
5681         RAR archives created on Unix systems.
5683 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5685         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
5686         the varalias that was accidentally removed by the 2009-11-19 change
5687         (bug#5186).
5689 2009-12-12  Kenichi Handa  <handa@m17n.org>
5691         * language/indian.el (indian-compose-regexp): New function.
5692         (malayalam-composable-pattern): Fix the pattern.
5693         (composition-function-table): Set malayalam-composable-pattern for
5694         Malayalam characters.
5696 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
5698         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
5699         rather than down-mouse-1, based on follow-link conventions.
5701         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
5702         are compiled.
5704 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
5706         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
5707         (verilog-vmm-statement-re, verilog-ovm-statement-re)
5708         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
5709         (verilog-leap-to-head, verilog-backward-token):
5710         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
5712 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
5714         * progmodes/verilog-mode.el (verilog-auto-lineup)
5715         (verilog-nameable-item-re): Cleanup user-visible spelling and
5716         documentation errors.  One reported by Gary Delp.
5717         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
5718         (verilog-read-decls): Fix AUTOWIRE with types declared in a
5719         package, bug195.  Reported by Pierre-David Pfister.
5721 2009-12-11  Glenn Morris  <rgm@gnu.org>
5723         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
5725         * mail/emacsbug.el: No longer require sendmail.
5726         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
5727         (report-emacs-bug-orig-text): Doc fix.
5728         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
5729         New local variables, to adapt to different mail-user-agents.
5730         (report-emacs-bug): Fix test for a gnu.org address.
5731         Use overlays for emphasis, since font-lock defeats 'face property.
5732         Pretest bugs also end up at the newsgroup these days.
5733         Stop message-mode stripping text properties.
5734         Set and use the new buffer-local variables.
5735         (report-emacs-bug-hook): Add doc-string.
5736         Remove some unnecessary save-excursions and simplify.
5737         Use the appropriate hook and send-command.
5739         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
5740         capitalization of some menu entries.
5742 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5744         * whitespace.el (whitespace-display-char-on):
5745         Ensure `buffer-display-table' is unique when two or more windows are
5746         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
5747         New version 12.1.
5749 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
5751         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
5752         characters in the Attribute field.
5754 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
5756         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
5758 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5760         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
5761         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5762         Disregard autoload-excludes.
5763         (update-directory-autoloads): Obey autoload-excludes here instead.
5764         But don't store its contents in no-autoloads and remove entries that
5765         refer to excludes files.
5767 2009-12-10  Glenn Morris  <rgm@gnu.org>
5769         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
5770         (expand-mail-aliases): Define for compiler.
5772         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
5773         Define for compiler.
5775         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
5776         appropriate for the mail-user-agent in use.
5778 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
5780         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
5782 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
5784         Fix short log parsing and fontification.
5785         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
5786         Fix fontification for the [merge] label.
5788 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
5790         Drop some properties to avoid surprises (bug#5002).
5791         * htmlfontify.el (hfy-ignored-properties): New defcustom.
5792         (hfy-fontify-buffer): Use it.
5794 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5796         Minor cleanup.
5797         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
5798         Adjust all callers.
5799         (ffap-locate-file): Remove unused arg `dir-ok' and make other
5800         args compulsory.  Adjust callers.
5801         (ffap-gopher-at-point): Remove unused var `name'.
5803         Get rid of the ELCFILES abomination.
5804         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
5805         (compile-elcfiles): New phony target.
5806         (compile-main): Compute ELCFILES dynamically.
5807         (compile-clean): New target to remove left-over elc files.
5808         (compile, all): Use it.
5810 2009-12-09  Kenichi Handa  <handa@etlken>
5812         * international/mule-diag.el: Require help-mode instead of help-fns.
5814 2009-12-09  Kenichi Handa  <handa@m17n.org>
5816         * international/mule-cmds.el (ucs-names): Supply sufficiently
5817         fine ranges instead of pre-calculating accurate ranges.
5818         Iterate with bigger gc-cons-threshold.
5820 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
5822         Add support for stashing a snapshot of the current tree.
5823         * vc-git.el (vc-git-stash-snapshot): New function.
5824         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
5826 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
5828         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
5829         instead of `(beginning|end)-of-line'.
5831 2009-12-08  Glenn Morris  <rgm@gnu.org>
5833         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
5835         * Makefile.in (ELCFILES): Regenerate.
5837 2009-12-07  Juri Linkov  <juri@jurta.org>
5839         Don't lazy-highlight the comint output in history Isearch mode.
5841         * comint.el (comint-history-isearch-search): Instead of
5842         `comint-line-beginning-position', use `comint-after-pmark-p'
5843         to check if point if before the process mark, and go to
5844         `process-mark' in this case.
5846 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5848         * textmodes/tex-mode.el (latex-complete)
5849         (latex-indent-or-complete): Remove.
5850         (latex-mode): Set completion-at-point-functions instead.
5852         Provide a standard completion command and hook it into TAB.
5853         * minibuffer.el (completion-at-point-functions): New var.
5854         (completion-at-point): New command.
5855         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
5856         * progmodes/python.el (python-mode-map): Use completion-at-point.
5857         (python-completion-at-point): Rename from python-partial-symbol and
5858         adjust for use in completion-at-point-functions.
5859         (python-mode): Setup completion-at-point for Python completion.
5860         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
5861         extracted from lisp-complete-symbol.
5862         (lisp-complete-symbol): Use it.
5863         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
5864         setup completion-at-point for Elisp completion.
5865         (emacs-lisp-mode-map, lisp-interaction-mode-map):
5866         Use completion-at-point.
5867         * ielm.el (ielm-map): Use completion-at-point.
5868         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
5869         * progmodes/sym-comp.el: Move to...
5870         * obsolete/sym-comp.el: Move from progmodes.
5872 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
5874         Prevent save-buffer in Rmail buffers from using the coding-system
5875         of the current message, and from clobbering the encoding mnemonics
5876         in the mode line (Bug#4623).
5878         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
5879         flag, too.
5880         (rmail-message-encoding): New variable.
5881         (rmail-write-region-annotate): Record the encoding of the current
5882         message in rmail-message-encoding.
5883         (rmail-after-save-hook): New function, restores the encoding of
5884         the current message after the message collection is saved.
5886 2009-12-07  Juri Linkov  <juri@jurta.org>
5888         * progmodes/grep.el (grep-read-files): Use `completing-read'
5889         instead of `read-string'.  Set its `collection' arg to
5890         `read-file-name-internal'.  (Bug#4301)
5892 2009-12-07  Juri Linkov  <juri@jurta.org>
5894         Correctly restore original Isearch point.  (Bug#4994)
5896         * isearch.el (isearch-mode): Move `isearch-push-state' after
5897         `(run-hooks 'isearch-mode-hook)'.
5898         (isearch-cancel): When `isearch-push-state-function' is defined,
5899         let-bind `isearch-cmds' to the first state (the last element of
5900         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
5901         function and restores the original point).  Otherwise, move point
5902         to `isearch-opoint'.
5904 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5906         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
5907         chars that don't have names, so the table can be built much faster at
5908         run-time.
5910 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
5912         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
5913         change.  Suggested by David Kastrup.
5915         * simple.el (compose-mail): Check for incompatibilities and warn.
5916         (compose-mail-user-agent-warnings): New option.
5918 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5920         Support showing a single log entry from vc-annotate.
5921         * vc.el (print-log): Add a new argument: START-REVISION.
5922         (vc-print-log-internal): Add a new optional argument and
5923         pass it to the backend.
5924         (vc-print-log, vc-print-root-log): Adjust callers.
5925         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
5926         buffer already displays the requested log entry, use it.
5927         Otherwise display only the log entry in question.
5928         * vc-svn.el (vc-svn-print-log):
5929         * vc-mtn.el (vc-mtn-print-log):
5930         * vc-hg.el (vc-hg-state):
5931         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
5932         (vc-git-show-log-entry): Return t on success.
5933         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
5934         (vc-bzr-show-log-entry): Return t on success.
5935         * vc-rcs.el (vc-rcs-print-log):
5936         * vc-sccs.el (vc-sccs-print-log):
5937         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
5939 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5941         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
5942         Add menus to the meta mode.  (Bug#5043)
5944 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
5946         * ediff-init.el (ediff-event-key): Use event-to-character instead of
5947         event-key.
5949         * ediff.el (ediff-buffers-internal): Add unwind-protect.
5951 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
5953         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
5954         Berbain <raphael.berbain@gmail.com>.
5956         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
5957         characters.
5958         (tramp-initial-end-of-output): New defconst.
5959         (tramp-methods, tramp-find-shell)
5960         (tramp-open-connection-setup-interactive-shell)
5961         (tramp-maybe-open-connection): Use it.
5962         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
5963         existence of `#' and `$'.
5965         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
5966         `tramp-initial-end-of-output'.
5968 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5970         Get the background mode from the terminal for xterm, and set
5971         faces accordingly.
5972         * term/xterm.el (xterm-set-background-mode): New function.
5973         (terminal-init-xterm): Use it in case xterm supports background
5974         color queries.  Recompute faces after getting the background
5975         color.
5977 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
5979         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
5980         number comment back on its own line, for easier parsing.
5982 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5984         Make it work for non-file buffers (bug#5102).
5985         * doc-view.el (doc-view-current-cache-dir):
5986         Use doc-view-buffer-file-name rather than buffer-file-name.
5987         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
5989 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
5991         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
5992         author field is too short.
5994 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
5996         * vc-git.el (vc-git-print-log): Handle a limit argument.
5997         Display the short log in graph form and with labels.
5998         (vc-git-log-view-mode): Handle labels.
6000         Make vc-revert change VC state from 'added to 'unregistered.
6001         * vc-git.el (vc-git-revert): Call git reset first.
6003 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6005         * net/newst-backend.el, net/newst-plainview.el:
6006         * net/newst-reader.el, net/newst-ticker.el:
6007         * net/newst-treeview.el, net/newsticker.el:
6008         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
6010 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6012         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6014         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6015         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
6016         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6017         Update annotation regexp.
6019         * simple.el (beginning-of-visual-line): Constrain to field
6020         boundaries (Bug#5106).
6022 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
6024         * xml.el (xml-substitute-numeric-entities): Move
6025         newsticker--decode-numeric-entities in newst-backend.el to
6026         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6027         * net/newst-backend.el (newsticker--parse-generic-feed)
6028         (newsticker--parse-generic-items)
6029         (newsticker--decode-numeric-entities): Move
6030         newsticker--decode-numeric-entities in newst-backend.el to
6031         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
6033 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
6035         * progmodes/js.el (js--js-not): Add null to the list of values.
6037 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
6039         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6041 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6043         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6044         delimiter if it is at the end of the current line.
6045         (bibtex-generate-url-list): Fix docstring.
6047 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6049         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6050         minibuffer's content with itself.
6051         Fold the confirm-after-completion case into the `confirm' case.
6052         (completion-pcm-word-delimiters): Add : and / to the delimiters.
6054 2009-12-06  Kevin Ryde  <user42@zip.com.au>
6056         * ffap.el (ffap-rfc-path): Make this a defcustom since
6057         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
6059         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6060         manuals, similar to existing setup for help-mode.  (Bug#3913.)
6062 2009-12-05  Juri Linkov  <juri@jurta.org>
6064         Save and restore dired buffer's point positions too.  (Bug#4880)
6066         * dired.el (dired-save-positions): Return in the first element
6067         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6068         Doc fix.
6069         (dired-restore-positions): First restore buffer's position.
6070         While restoring window's positions, check if window still displays
6071         the original buffer.
6073 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
6075         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6076         if possible.
6078         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6079         Make argument optional.
6081         * shell.el (shell): Require ansi-color (Bug#5113).
6083         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6085         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6087 2009-12-05  Alan Mackenzie  <acm@muc.de>
6089         * progmodes/cc-mode.el (c-before-hack-hook)
6090         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6091         `c-file-style' to work again.  This reversion restores the current
6092         software to its state in Emacs 23.1.  (Bug#4146)
6094 2009-12-05  Kevin Ryde  <user42@zip.com.au>
6096         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6097         comment-start-skip to comment-end-skip as comment (Bug#4781).
6099 2009-12-05  Juri Linkov  <juri@jurta.org>
6101         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6102         for virtual nodes.  (Bug#4147)
6103         (Info-find-node-2): Set `Info-current-node-virtual' to nil
6104         when moving from a virtual node.
6105         (Info-mode-menu): Add `Info-virtual-index' to the menu.
6106         (Info-mode): Add `Info-virtual-index' to the docstring.
6108 2009-12-05  Eric Ludlam  <zappo@gnu.org>
6110         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6111         Describe project macro symbols.
6113         * cedet/semantic/complete.el (semantic-complete-do-completion):
6114         Don't call semantic-collector-current-exact-match.
6116         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6117         ede-objects as targets.
6119         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6120         a target's object list even if compiler vars are already in the
6121         Makefile.
6123         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6124         list of headers producing necessary macros.
6126 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6128         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6129         track of the buffer position of the end of a BibTeX entry as this
6130         position may change during reformatting.
6131         (bibtex-format-entry): Remove whitespace before processing
6132         numerical fields so that we recognize the latter properly.
6133         (bibtex-reformat): Do not use push which changes the global value
6134         of bibtex-entry-format.
6135         (bibtex-field-braces-alist, bibtex-field-strings-alist)
6136         (bibtex-field-re-init): Replace only space characters by regexp
6137         for whitespace.
6138         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6139         (bibtex-initialize): Also update bibtex-strings.
6140         (bibtex-kill-field): Preserve white space at end of entry.
6141         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6142         Update bibtex-reference-keys.
6144 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6146         * minibuffer.el (completion-pcm--merge-try): Also consider placing
6147         point after a star, if that's the only place where modifications can
6148         make progress.
6150 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
6152         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6153         in docstrings.
6155 2009-12-04  Juri Linkov  <juri@jurta.org>
6157         * proced.el (proced): Call `(proced-update t)' to update process
6158         information instead of only running proced-post-display-hook.
6159         (proced-send-signal): Add a leading space to the buffer name
6160         " *Marked Processes*" to make this buffer ephemeral.
6162 2009-12-04  Juri Linkov  <juri@jurta.org>
6164         * dired.el (dired-auto-revert-buffer): New defcustom.
6165         (dired-internal-noselect): Use it.
6167 2009-12-04  Juri Linkov  <juri@jurta.org>
6169         Change roles of modes and functions in image-mode.el (Bug#5062).
6171         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6172         in `auto-mode-alist'.
6173         (image-mode-previous-major-mode): New variable.
6174         (image-minor-mode-map): Rename from `image-mode-text-map'.
6175         (image-mode): Move graceful error-handling code from
6176         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
6177         (image-minor-mode): Remove all image-handling code.
6178         Replace `image-mode-text-map' with `image-minor-mode-map'.
6179         Check for `image-type' in mode-line format string.
6180         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6181         (image-mode-as-text): New function with most code from
6182         `image-mode-maybe'.
6183         (image-toggle-display-text): Move code that removes image
6184         properties from `image-toggle-display' to here.
6185         (image-toggle-display-image): New function with code that adds
6186         image properties copied from `image-toggle-display'.
6187         (image-toggle-display): Remove most code with leaving only code
6188         that toggles between `image-mode-as-text' and `image-mode'.
6190 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
6192         * net/newst-treeview.el
6193         (newsticker--treeview-list-highlight-start): Restored call to
6194         save-excursion: Selected item was stuck.
6195         (newsticker--treeview-list-select): New.
6196         (newsticker--treeview-item-show-text)
6197         (newsticker--treeview-item-show)
6198         (newsticker--treeview-item-update): Use new
6199         newsticker-treeview-item-mode.
6200         (newsticker-treeview-update): Keep current item.
6201         (newsticker-treeview-next-new-or-immortal-item): Doc change.
6202         (newsticker--treeview-first-feed): Doc change.
6203         (newsticker-treeview-list-menu)
6204         (newsticker-treeview-item-menu): Added menu entries.
6205         (newsticker-treeview-item-mode): New.
6207         * net/newst-backend.el (newsticker-customize): Delete other
6208         windows.
6210 2009-12-04  Sam Steingold  <sds@gnu.org>
6212         * log-view.el (log-view-mode-map): "q" calls quit-window,
6213         like in all the other non-self-insert buffers.
6215 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6217         Minor cleanup.
6218         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6219         key decoding rather than do it manually via last-input-event +
6220         ascii-character.
6221         (term-exec): Use delete-and-extract-region.
6222         (term-handle-ansi-terminal-messages): Remove unused var `end'.
6223         (term-process-pager): Remove unused var `i'.
6224         (term-dynamic-simple-complete): Make obsolete.
6225         (serial-update-config-menu): Remove unused vars `y' and `str'.
6226         (term-update-mode-line): Remove unused var `temp'.
6228 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6230         Limit the number of log entries displayed by default.
6231         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6232         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6233         using a prefix argument.
6235 2009-12-03  Glenn Morris  <rgm@gnu.org>
6237         * progmodes/idlwave.el (class): Restore still useful declaration.
6239 2009-12-03  Alan Mackenzie  <acm@muc.de>
6241         Enhance `c-parse-state' to run efficiently in "brace deserts".
6243         * progmodes/cc-mode.el (c-basic-common-init):
6244         Call c-state-cache-init.
6245         (c-neutralize-syntax-in-and-mark-CPP): Rename from
6246         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
6247         placing `category' properties value 'c-cpp-delimiter at its boundaries.
6249         * progmodes/cc-langs.el (c-before-font-lock-function):
6250         c-extend-and-neutralize-syntax-in-CPP has been renamed
6251         c-neutralize-syntax-in-and-mark-CPP.
6253         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6254         with `category' properties now, not `syntax-table' ones.
6256         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6257         enhanced (but slower) version of c-end-of-macro that won't land
6258         inside a literal or on another awkward character.
6259         (c-state-cache-too-far, c-state-cache-start)
6260         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6261         (c-state-nonlit-pos-cache-limit, c-state-point-min)
6262         (c-state-point-min-lit-type, c-state-point-min-lit-start)
6263         (c-state-min-scan-pos, c-state-brace-pair-desert)
6264         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6265         buffer local variables.
6266         (c-state-literal-at, c-state-lit-beg)
6267         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6268         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6269         (c-state-cache-top-paren, c-state-cache-after-top-paren)
6270         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6271         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6272         (c-renarrow-state-cache)
6273         (c-append-lower-brace-pair-to-state-cache)
6274         (c-state-push-any-brace-pair, c-append-to-state-cache)
6275         (c-remove-stale-state-cache)
6276         (c-remove-stale-state-cache-backwards, c-state-cache-init)
6277         (c-invalidate-state-cache-1, c-parse-state-1)
6278         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6279         (c-parse-state): Enhance and refactor.
6280         (c-debug-parse-state): Amend to deal with all the new variables.
6282         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6283         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6284         modify to use category text properties rather than syntax-table ones.
6285         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6286         to switch off/on the syntactic paren property of C++ template
6287         delimiters using the category property.
6288         (c-with-<->-as-parens-suppressed): Macro to invoke code with
6289         template delims suppressed.
6290         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6291         New constant/macros which apply category properties to the start
6292         and end of preprocessor constructs.
6293         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6294         "comment out" the syntactic value of characters in preprocessor
6295         constructs.
6296         (c-with-cpps-commented-out)
6297         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6298         with characters in all or all but one preprocessor constructs
6299         "commented out".
6301 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6303         * proced.el (proced-filter-alist): Use regexp-quote.
6305 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
6307         Cleanup.
6308         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6309         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
6310         arguments.  Expand `default-directory'.
6312         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6313         the benefit of returning an expanded localname.
6314         (tramp-tramp-file-p): Handle the case NAME is not a string.
6316 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6318         Add support for bzr shelve/unshelve.
6319         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6320         (vc-bzr-extra-menu-map): New variables.
6321         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6322         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6323         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6324         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6325         (vc-bzr-dir-extra-headers): Display shelves.
6327         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6329 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6331         * textmodes/bibtex.el (bibtex-complete-internal):
6332         Use completion-in-region.
6333         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6335 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
6337         Support applying stashes.  Improve UI.
6338         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6339         (vc-git-stash-apply, vc-git-stash-pop)
6340         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6341         (vc-git-stash-menu): New functions.
6342         (vc-git-stash-menu-map): New variable.
6343         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6345 2009-12-03  Glenn Morris  <rgm@gnu.org>
6347         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6348         (vc-print-log-internal): Fix previous change.
6349         (vc-revert): Correct pluralization.
6351 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6353         * progmodes/make-mode.el (makefile-special-targets-list): No need for
6354         it to be an alist any more.
6355         (makefile-complete): Use completion-in-region.
6357         * progmodes/octave-mod.el (octave-complete-symbol):
6358         Use completion-in-region.
6360         Misc cleanup.
6361         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6362         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6363         (idlwave-complete-class): Don't quote lambda.
6364         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6365         (idlwave-mode-map): Move initialization into declaration.
6366         (idlwave-action-and-binding): Use backquotes.
6367         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6368         Simplify.
6369         (idlwave-is-pointer-dereference): Remove unused var `pos'.
6370         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6371         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6372         `parts', and `all-parts'.
6373         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6374         (idlwave-convert-xml-system-routine-info): Remove unused string
6375         `version-string'.
6376         (idlwave-display-user-catalog-widget): Use dolist.
6377         (idlwave-scanning-lib): Declare dynamically-scoped var.
6378         (idlwave-scan-library-catalogs): Remove unused var `flags'.
6379         (completion-highlight-first-word-only): Declare to silence bytecomp.
6380         (idlwave-popup-select): Tighten scope of `resp'.
6381         (idlwave-find-struct-tag): Remove unused var `beg'.
6382         (idlwave-after-load-rinfo-hook): Declare.
6383         (idlwave-sintern-class-info): Remove unused var `taglist'.
6384         (idlwave-find-class-definition): Remove unused var `list'.
6385         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6386         (idlwave-what-module-find-class): Remove unused var `classes'.
6388 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
6390         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6392 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6394         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6395         buffers visited.  Remove redundant current-buffer-saving.
6397 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6399         Use completion-in-buffer and remove uses of dynamic scoping.
6400         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6401         (pascal-buffer-to-use, pascal-flag): Don't declare.
6402         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6403         (pascal-get-completion-decl, pascal-keyword-completion):
6404         Add `pascal-str' argument, save-excursion,
6405         return the found completions, and don't filter with pascal-pred.
6406         (pascal-completion-cache): New var.
6407         (pascal-completion): Don't switch buffer any more (it was never
6408         necessary).  Don't save-excursion any more (it's done by the called
6409         subroutines).  Use a cache to avoid redundant computations.
6410         Use complete-with-action rather than pascal-completion-response and
6411         let it apply the predicate as well.
6412         (pascal-complete-word): Use completion-in-buffer when
6413         pascal-toggle-completions is nil.
6414         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
6415         not used any more.
6416         (pascal-comp-defun): Don't change buffer any more.
6417         Use complete-with-action rather than pascal-completion-response and
6418         let it apply the predicate as well.
6419         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
6420         when neded.
6422 2009-12-02  Kenichi Handa  <handa@m17n.org>
6424         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
6425         shape for all Indic scripts.
6427 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6429         Use completion-in-buffer.
6430         * wid-edit.el (widget-field-text-end): New function.
6431         (widget-field-value-get): Use it.
6432         (widget-string-complete, widget-file-complete)
6433         (widget-color-complete): Use it and completion-in-region.
6434         (widget-complete): Don't narrow the buffer.
6436 2009-12-02  Glenn Morris  <rgm@gnu.org>
6438         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
6439         (rmail-select-summary): Use rmail-pop-to-buffer.
6440         * mail/rmailsum.el: Replace all pop-to-buffer calls with
6441         rmail-pop-to-buffer, to prevent horizontal splits.
6443         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
6444         save-excursion with save-current-buffer.
6445         Widen before searching.  (Bug#5093)
6446         (diary-list-sexp-entries): Remove superfluous save-excursion.
6448 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
6450         * woman.el (woman-make-bufname): Handle man-pages with "." in the
6451         name.  (Bug#5038)
6453 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6455         * ido.el (ido-file-internal): Handle filenames at point that do
6456         not have a directory part.  (Bug#5049)
6458 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
6460         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
6461         (mpc-songs-jump-to, mpc-resume): Doc fixes.
6463 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
6465         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
6466         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
6467         any more.
6469 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6471         * comint.el (comint-insert-input): Ignore clicks to the right of
6472         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
6474         * vc.el (vc-print-log-internal): Don't wait for the process to
6475         terminate before setting up the major mode.
6477         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
6478         in case.
6480         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
6481         the last element.
6483         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
6485 2009-12-01  Glenn Morris  <rgm@gnu.org>
6487         * window.el (window--display-buffer-2): Fix previous changes.
6489 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
6491         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
6493 2009-12-01  Glenn Morris  <rgm@gnu.org>
6495         * Makefile.in (ELCFILES): Add mpc.elc.
6497 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6499         * mpc.el: New file.
6501 2009-12-01  Glenn Morris  <rgm@gnu.org>
6503         * window.el (window-to-use): Define for compiler.
6505         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
6506         consistent with others (no final period).
6508         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
6509         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
6511 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
6513         Make vc-print-log buttons work.
6514         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
6516 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
6518         * savehist.el (savehist-autosave-interval): Allow setting to nil
6519         through customize.  (Bug#5056)
6521 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
6523         Fix references to jit-lock properties.
6524         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6525         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
6526         (perl-font-lock-special-syntactic-constructs):
6527         Quote jit-lock-defer-multiline property.
6529 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
6531         * vc-git.el (vc-git-registered): Call vc-git-root only once.
6533 2009-11-30  Juri Linkov  <juri@jurta.org>
6535         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
6536         value `buffer' of `multi-isearch-next-buffer-current-function'.
6537         Use `(current-buffer)' when `buffer' is nil.
6538         (multi-isearch-next-buffer-from-list): Don't fallback to
6539         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
6541 2009-11-30  Juri Linkov  <juri@jurta.org>
6543         * misearch.el (multi-isearch-read-buffers): Move canonicalization
6544         of buffers with `get-buffer' to `multi-isearch-buffers'.
6545         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6546         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
6547         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
6548         FILES with `expand-file-name' converting relative file names
6549         to absolute.  Doc fix.  (Bug#4727)
6551 2009-11-30  Juri Linkov  <juri@jurta.org>
6553         * misearch.el (multi-isearch-read-buffers)
6554         (multi-isearch-read-matching-buffers): New functions.
6555         (multi-isearch-buffers, multi-isearch-buffers-regexp):
6556         Use them in the `interactive' spec.  Doc fix.
6557         (multi-isearch-read-files, multi-isearch-read-matching-files):
6558         New functions.
6559         (multi-isearch-files, multi-isearch-files-regexp):
6560         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
6562 2009-11-30  Juri Linkov  <juri@jurta.org>
6564         * doc-view.el (doc-view-continuous):
6565         Rename from `doc-view-continuous-mode'.
6566         (doc-view-menu): Move "Toggle display" to the top.
6567         Add submenu "Continuous" with radio buttons "Off"/"On"
6568         and "Save as Default".
6569         (doc-view-scroll-up-or-next-page)
6570         (doc-view-scroll-down-or-previous-page)
6571         (doc-view-next-line-or-next-page)
6572         (doc-view-previous-line-or-previous-page): Rename
6573         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
6575 2009-11-30  Juri Linkov  <juri@jurta.org>
6577         * comint.el (comint-mode-map): Rebind `M-r' from
6578         `comint-previous-matching-input' to
6579         `comint-history-isearch-backward-regexp'.
6580         Unbind `M-s' to allow global key binding `M-s'.
6581         Add menu items for `comint-history-isearch-backward' and
6582         `comint-history-isearch-backward-regexp'.  (Bug#3746)
6584 2009-11-30  Juri Linkov  <juri@jurta.org>
6586         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
6587         For def=recenter, replace `recenter' with `recenter-top-bottom'
6588         that is called with `this-command' and `last-command' let-bound
6589         to `recenter-top-bottom'.  When the last `def' was not `recenter',
6590         set `recenter-last-op' to nil.  (Bug#4981)
6592 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6594         Minor cleanup and simplification.
6595         * filecache.el (file-cache-add-directory)
6596         (file-cache-add-directory-recursively)
6597         (file-cache-add-from-file-cache-buffer)
6598         (file-cache-delete-file-regexp, file-cache-delete-directory)
6599         (file-cache-files-matching-internal, file-cache-display): Use dolist.
6600         (file-cache-temp-minibuffer-message): Delete function.
6601         (file-cache-minibuffer-complete): Use minibuffer-message instead.
6603         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6604         Don't signal an error when bumping into EOB in tr, s, or y.
6606 2009-11-29  Juri Linkov  <juri@jurta.org>
6608         * startup.el (fancy-about-text): Fix wording of Guided Tour.
6609         (Bug#4960)
6611         * descr-text.el (describe-char-unidata-list): Use lowercase name
6612         for "Unicode name" like in other tags.
6614 2009-11-29  Juri Linkov  <juri@jurta.org>
6616         * ediff-util.el (ediff-minibuffer-with-setup-hook):
6617         New compatibility macro.
6618         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
6620 2009-11-29  Juri Linkov  <juri@jurta.org>
6622         Add defcustom to define the cycling order of `recenter-top-bottom'.
6623         (Bug#4981)
6625         * window.el (recenter-last-op): Doc fix.
6626         (recenter-positions): New defcustom.
6627         (recenter-top-bottom): Rewrite to use `recenter-positions'.
6628         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
6630 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
6632         Improve integration of Tramp and ange-ftp in eshell.
6634         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
6635         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
6636         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
6638         * eshell/esh-util.el (top): Require also Tramp when compiling.
6639         (eshell-directory-files-and-attributes): Check for FTP remote
6640         connection.
6641         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
6642         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
6643         (eshell-file-attributes): Handle ".".  Return `entry'.
6645         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
6646         (ange-ftp-directory-files-and-attributes)
6647         (ange-ftp-real-directory-files-and-attributes): New defuns.
6649         * net/tramp.el (tramp-maybe-open-connection): Open the remote
6650         shell with "exec" when possible.  This prevents trailing prompts
6651         in `start-file-process'.
6653 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6655         Try and remove assumptions about point-min==1.
6656         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
6657         (rng-compute-mode-line-string): Show the validation percentage in
6658         terms of the narrowed text, not the widened text.
6659         (rng-do-some-validation): Don't catch internal errors when debugging.
6660         (rng-first-error): Simplify.
6661         (rng-after-change-function): Remove work around.  AFAIK the bug has
6662         been fixed a while ago.
6664         * image-mode.el (image-minor-mode): Exit more gracefully when the image
6665         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6667         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
6669         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6670         `cd' doesn't always do it for us (bug#5067).
6672         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
6673         on 2009-10-25 as part of some other change (bug#5067).
6675 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6677         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6678         `suspicious'.
6679         (byte-compile-warnings): Use byte-compile-warning-types.
6680         (byte-compile-save-excursion): Warn about use of set-buffer right
6681         after save-excursion.
6683         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
6684         the excursion as well.
6686 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
6688         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
6689         providing a Tramp related implementation of "su" and "sudo".
6690         (eshell-unix-initialize): Add "su" and "sudo".
6692 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
6694         * net/socks.el (socks-send-command): Convert binary request to
6695         unibyte before sending.  This fixes mishandling of some port
6696         numbers such as 129.
6698 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6700         * help.el (describe-bindings-internal): Remove `interactive'.
6702         * man.el (Man-completion-table): Trim a terminating "(".
6703         Remove the space between name page a section.
6704         Add the command's description on the `help-echo' property.
6705         Remove `process-connection-type' binding since it's unused by
6706         call-process.
6707         Provide completion for the "<section> <name>" format as well.
6708         (Man-default-man-entry): Remove spurious var shadowing the argument.
6710 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6712         * log-view.el: Add "Keywords: tools", since its other keywords
6713         aren't in finder-known-keywords, and following vc.el.
6715         * sha1.el (sha1-string-external): default-directory "/" in case
6716         otherwise non-existent.  process-connection-type pipe for touch of
6717         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6719 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6721         Misc coding convention cleanups.
6722         * htmlfontify.el (hfy-init-kludge-hook): Rename from
6723         hfy-init-kludge-hooks.
6724         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
6725         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
6726         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
6727         and push.
6728         (hfy-slant, hfy-weight): Use tables rather than code.
6729         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
6730         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
6731         (hfy-face-attr-for-class): Initialize `face-spec' directly.
6732         (hfy-face-to-css): Remove `nconc' with single arg.
6733         (hfy-p-to-face-lennart): Use `or'.
6734         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
6735         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
6736         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
6737         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
6738         (hfy-force-fontification): Use run-hooks.
6740 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
6742         Various minor fixes.
6743         * htmlfontify.el (hfy-default-header): Add toggle_invis since
6744         Javascript belongs in the header, not the body.
6745         (hfy-javascript): Remove.
6746         (hfy-fontify-buffer): Don't insert it any more.
6747         (hfy-face-at): Handle (face0 face1 face2) style face properties.
6748         Fix bug in invis handling when there were no invis props in a chunk.
6750 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6752         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
6754 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
6756         * finder.el (finder-mode-map): Add a menu.
6758 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
6760         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
6761         "unsigned" structs.
6763         (verilog-leap-to-head, verilog-backward-token): Handle "disable
6764         fork" statement better.
6766 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
6768         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
6769         (verilog-delete-auto, verilog-delete-empty-auto-pair)
6770         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
6771         Reported by Clay Douglass.
6773         (verilog-auto-inst, verilog-auto-star-safe)
6774         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6775         Fix removing "// Interfaces" when saving .* expansions.  Reported by
6776         Pierre-David Pfister.
6778 2009-11-26  Glenn Morris  <rgm@gnu.org>
6780         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
6781         the scope.
6783 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
6785         * vc-annotate.el (vc-annotate-revision-previous-to-line):
6786         Really use previous revision.
6788 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6790         * man.el (Man-completion-table): default-directory "/" in case
6791         doesn't otherwise exist.  process-environment COLUMNS=999 so as
6792         not to truncate long names.  process-connection-type pipe to avoid
6793         any chance of hitting the pseudo-tty TIOCGWINSZ.
6794         (man): completion-ignore-case t for friendliness and since man
6795         itself is case-insensitive on the command line.
6796         Further to Bug#3717.
6798         * arc-mode.el: Add "Keywords: files", so the details in its
6799         commentary can be reached from finder-by-keyword.
6800         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
6801         editing mode, but it's comms related and sgml-mode.el has "comm"
6802         on that basis too.
6803         * textmodes/bibtex-style.el: Add "Keywords: tex".
6804         * international/isearch-x.el, international/ja-dic-cnv.el:
6805         * international/ja-dic-utl.el, international/kkc.el:
6806         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
6808 2009-11-25  Juri Linkov  <juri@jurta.org>
6810         * man.el (Man-completion-table): Modify regexp to include
6811         section names to completion strings.  (Bug#3717)
6813 2009-11-25  Juri Linkov  <juri@jurta.org>
6815         Search recursively in gzipped files.  (Bug#4982)
6817         * progmodes/grep.el (grep-highlight-matches): Add new options
6818         `always' and `auto'.  Doc fix.
6819         (grep-process-setup): Check `grep-highlight-matches' for
6820         `auto-detect' to determine the need to compute grep defaults.
6821         Move Windows/DOS specific --colors settings handling
6822         to `grep-compute-defaults'.  Check `grep-highlight-matches'
6823         to get the value of "--color=".
6824         (grep-compute-defaults): Compute `grep-highlight-matches' when it
6825         has the value `auto-detect'.  Move Windows/DOS specific settings
6826         from `grep-process-setup'.
6827         (zrgrep): New command with alias `rzgrep'.
6829 2009-11-25  Juri Linkov  <juri@jurta.org>
6831         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
6832         to nil instead of switching off view-mode.  (Bug#4896)
6834 2009-11-25  Juri Linkov  <juri@jurta.org>
6836         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
6838         * mwheel.el (mwheel-scroll-up-function)
6839         (mwheel-scroll-down-function): New defvars.
6840         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
6841         `scroll-up', and `mwheel-scroll-down-function' instead of
6842         `scroll-down'.
6844         * doc-view.el (doc-view-scroll-up-or-next-page)
6845         (doc-view-scroll-down-or-previous-page): Add optional ARG.
6846         Use this ARG in the call to image-scroll-up/image-scroll-down.
6847         Change `interactive' spec to "P".  Goto next/previous page only
6848         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
6849         SPC/DEL case).  Doc fix.
6850         (doc-view-next-line-or-next-page)
6851         (doc-view-previous-line-or-previous-page): Rename arg to ARG
6852         for consistency.
6853         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
6854         `doc-view-scroll-up-or-next-page', and buffer-local
6855         `mwheel-scroll-down-function' to
6856         `doc-view-scroll-down-or-previous-page'.
6858 2009-11-25  Juri Linkov  <juri@jurta.org>
6860         Provide additional default values (directories at other Dired
6861         windows) via M-n in the minibuffer of some Dired commands.
6863         * dired-aux.el (dired-diff, dired-compare-directories)
6864         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
6865         `minibuffer-default' in `minibuffer-with-setup-hook'.
6866         (dired-dwim-target-directory): Find a window that displays Dired
6867         buffer instead of failing when the next window is not Dired.
6868         Use `get-window-with-predicate' to find for the next Dired window.
6869         (dired-dwim-target-defaults): New function.
6871         * ediff-util.el (ediff-read-file-name):
6872         Use `dired-dwim-target-defaults' to set `minibuffer-default'
6873         in `minibuffer-with-setup-hook'.
6875 2009-11-25  Juri Linkov  <juri@jurta.org>
6877         Provide additional default values (file name at point or at the
6878         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
6880         * minibuffer.el (read-file-name-defaults): New function.
6881         (read-file-name): Reset `minibuffer-default' to nil when
6882         it duplicates initial input `insdef'.
6883         Bind `minibuffer-default-add-function' to lambda that
6884         calls `read-file-name-defaults' in `minibuffer-selected-window'.
6885         (minibuffer-insert-file-name-at-point): New command.
6887         * files.el (file-name-at-point-functions): New defcustom.
6888         (find-file-default): Remove defvar.
6889         (find-file-read-args): Don't use `find-file-default'.
6890         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6891         to `read-file-name'.
6892         (find-file-literally): Use `read-file-name' with
6893         `confirm-nonexistent-file-or-buffer'.
6895         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
6897         * dired.el (dired-read-dir-and-switches):
6898         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6899         to `read-file-name'.
6900         (dired-file-name-at-point): New function.
6901         (dired-mode): Add hook `dired-file-name-at-point' to
6902         `file-name-at-point-functions'.
6904 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6906         Really make the *Completions* window soft-dedicated (bug#5030).
6907         * window.el (window--display-buffer-2): Add `dedicated' argument.
6908         (display-buffer): Pass it when needed so the dedicated flag is set
6909         after calling set-window-buffer, which would otherwise reset it.
6911 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6913         * progmodes/meta-mode.el (meta-complete-symbol):
6914         * progmodes/etags.el (complete-tag):
6915         * mail/mailabbrev.el (mail-abbrev-complete-alias):
6916         Use completion-in-region.
6918         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
6919         (dabbrev-completion): Use completion-in-region.
6920         (dabbrev--abbrev-at-point): Simplify regexp.
6922         * abbrev.el (abbrev--before-point): Use word-motion functions
6923         if :regexp is not specified (bug#5031).
6925         * subr.el (string-prefix-p): New function.
6927         * man.el (Man-completion-cache): New var.
6928         (Man-completion-table): Use it.
6930         * vc.el (vc-print-log-internal): Make `limit' optional for better
6931         compatibility (e.g. with vc-annotate.el).
6933 2009-11-24  Kevin Ryde  <user42@zip.com.au>
6935         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
6936         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
6938         * emacs-lisp/elint.el (elint-add-required-env): Better error message
6939         when .el source file not found or other error.
6941 2009-11-24  Markus Triska  <markus.triska@gmx.at>
6943         * linum.el (linum-update-window): Ignore intangible (bug#4996).
6945 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6947         Handle the [back] button properly (bug#4979).
6948         * descr-text.el (describe-text-properties): Add a `buffer' argument.
6949         Use help-setup-xref, help-buffer, and with-help-window.
6950         (describe-char): Add `buffer' argument.
6951         Pass proper command to help-setup-xref.  Don't meddle with
6952         help-xref-stack-item directly.
6953         (describe-text-category): Use with-help-window and help-buffer.
6955         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
6956         for the displayed buffer (bug#4887).
6958         * man.el (Man-completion-table): New function.
6959         (man): Use it.
6961 2009-11-24  David Reitter  <david.reitter@gmail.com>
6963         * vc-git.el (vc-git-registered): Use checkout directory (where
6964         .git is) rather than the file's directory and a relative path spec
6965         to work around a bug in git.
6967 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
6969         Improve handling of processes on remote hosts.
6971         * eshell/esh-util.el (eshell-path-env): New defvar.
6972         (eshell-parse-colon-path): New defun.
6973         (eshell-file-attributes): Use `eshell-parse-colon-path'.
6975         * eshell/esh-ext.el (eshell-search-path):
6976         Use `eshell-parse-colon-path'.
6977         (eshell-remote-command): Remove argument HANDLER.
6978         (eshell-external-command): Check for FTP remote connection.
6980         * eshell/esh-proc.el (eshell-gather-process-output):
6981         Use `file-truename', in order to start also symlinked files.
6982         Apply `start-file-process' instead of `start-process'.
6983         Shorten `command' to the local file name part.
6985         * eshell/em-cmpl.el (eshell-complete-commands-list):
6986         Use `eshell-parse-colon-path'.
6988         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
6990         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
6991         to `eshell-directory-change-hook'.
6993 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
6995         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
6996         because it could be enabled automatically if view-read-only is non-nil.
6998 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
7000         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7001         made on 2009-11-22.
7003 2009-11-24  Glenn Morris  <rgm@gnu.org>
7005         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7006         deleted variable bookmark-bmenu-bookmark-column.
7008         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7009         Move after definition of global-semantic-idle-tag-highlight-mode.
7011 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7013         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7015 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7017         * net/browse-url.el (browse-url-filename-alist): On Windows, add
7018         two slashes to the "file:" prefix.
7019         (browse-url-file-url): De-munge Cygwin filenames before passing
7020         them to Windows browser.
7021         (browse-url-default-windows-browser): Use call-process.
7023 2009-11-23  Juri Linkov  <juri@jurta.org>
7025         Implement DocView Continuous mode.  (Bug#4896)
7026         * doc-view.el (doc-view-continuous-mode): New defcustom.
7027         (doc-view-mode-map): Bind C-n/<down> to
7028         `doc-view-next-line-or-next-page', C-p/<up> to
7029         `doc-view-previous-line-or-previous-page'.
7030         (doc-view-next-line-or-next-page)
7031         (doc-view-previous-line-or-previous-page): New commands.
7033 2009-11-23  Juri Linkov  <juri@jurta.org>
7035         Implement Isearch in comint input history.  (Bug#3746)
7036         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7037         `isearch-mode-hook'.
7038         (comint-history-isearch): New defcustom.
7039         (comint-history-isearch-backward)
7040         (comint-history-isearch-backward-regexp): New commands.
7041         (comint-history-isearch-message-overlay): New buffer-local variable.
7042         (comint-history-isearch-setup, comint-history-isearch-end)
7043         (comint-goto-input, comint-history-isearch-search)
7044         (comint-history-isearch-message, comint-history-isearch-wrap)
7045         (comint-history-isearch-push-state)
7046         (comint-history-isearch-pop-state): New functions.
7048 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
7050         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7051         return.
7052         (tramp-handle-make-symbolic-link)
7053         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7054         Quote file names.
7055         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7056         (tramp-handle-process-file): Use it.
7058 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7060         * window.el (move-to-window-line-last-op): Remove.
7061         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7063 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
7065         Make M-r mirror the new cycling behavior of C-l.
7066         * window.el (move-to-window-line-last-op): New var.
7067         (move-to-window-line-top-bottom): New command.
7068         (global-map): Bind M-r move-to-window-line-top-bottom.
7070 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
7072         * dired-x.el (dired-guess-shell-alist-default):
7073         Support xz format.  (Bug#4953)
7075 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
7077         * cedet/srecode/map.el (srecode-get-maps):
7078         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7079         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7080         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7081         (semantic-toggle-decoration-style):
7082         * cedet/semantic/decorate/include.el
7083         (semantic-decoration-include-describe)
7084         (semantic-decoration-unknown-include-describe)
7085         (semantic-decoration-unparsed-include-describe)
7086         (semantic-decoration-all-include-summary):
7087         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7088         * cedet/semantic/analyze/complete.el
7089         (semantic-analyze-possible-completions):
7090         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7091         (semantic-show-unmatched-syntax-mode)
7092         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7093         (semantic-highlight-func-mode):
7094         * cedet/semantic/util.el (semantic-describe-buffer):
7095         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7096         (semantic-symref-find-tags-by-name)
7097         (semantic-symref-find-tags-by-regexp)
7098         (semantic-symref-find-tags-by-completion)
7099         (semantic-symref-find-file-references-by-name)
7100         (semantic-symref-find-text):
7101         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7102         (senator-yank-tag):
7103         * cedet/semantic/scope.el (semantic-calculate-scope):
7104         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7105         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7106         (define-semantic-idle-service):
7107         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7108         (semantic-complete-analyze-inline-idle):
7109         * cedet/semantic/analyze.el (semantic-analyze-current-context):
7110         * cedet/mode-local.el (describe-mode-local-bindings)
7111         (describe-mode-local-bindings-in-mode):
7112         * cedet/ede/make.el (ede-make-check-version):
7113         * cedet/ede/locate.el (ede-enable-locate-on-project):
7114         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7115         (cedet-idutils-version-check):
7116         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7117         (cedet-gnu-global-version-check):
7118         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7119         (cedet-cscope-version-check): Use called-interactively-p instead
7120         of interactive-p.
7122         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7123         Use semantic-format-tag-prototype.
7125 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
7127         * emulation/viper-cmd.el: Use viper-last-command-char instead of
7128         last-command-char/last-command-event.
7129         (viper-prefix-arg-value): Do correct conversion of event-char for
7130         XEmacs.
7132         * emulation/viper-util.el, emulation/viper.el:
7133         Use viper-last-command-char instead of
7134         last-command-char/last-command-event.
7136         * ediff-init.el, ediff-mult.el, ediff-util.el:
7137         Replace last-command-char and last-command-event
7138         with (ediff-last-command-char) everywhere.
7140         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7141         created in fundamental mode.
7143         * ediff.el (ediff-version): Revert the change of interactive-p to
7144         called-interactively-p.
7146 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
7148         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7149         generation from word-movement command names.
7151 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
7153         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7154         (semantic-complete-jump-local, semantic-complete-jump):
7155         Improve prompt string.
7157 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
7159         * cus-start.el (all): Add native condition for font-use-system-font.
7161 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
7163         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7164         Correct the patch from 2009-11-18.  (Bug#3910)
7166 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
7168         * progmodes/subword.el: Rename from lisp/subword.el.
7170         * subword.el: Rename to progmodes/subword.el.
7172         * Makefile.in (ELCFILES): Adapt to subword.el move.
7174 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7175             Stefan Monnier  <monnier@iro.umontreal.ca>
7177         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7178         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7179         (bookmark-bmenu-show-filenames): Use push.
7180         (bookmark-bmenu-hide-filenames): Use local var instead of
7181         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
7182         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7183         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7184         filenames now that the bookmark names are always available.
7186 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7188         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7189         (bookmark-search-pattern): Move and leave unbound.
7190         (bookmark-bmenu-mode-map): Change binding.
7191         (bookmark-read-search-input): Simplify.
7192         Don't use text-char-description.  Don't error on non-char events.
7193         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7194         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7195         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7196         Use a local var for the timer.
7197         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7198         (i.e. bookmark-bmenu-search).
7200 2009-11-21  Glenn Morris  <rgm@gnu.org>
7202         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
7204 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7206         * net/browse-url.el (browse-url-default-windows-browser):
7207         Use cygstart for cygwin.
7209 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
7211         * bookmark.el: Formatting and doc fixes only:
7212         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7213         (bookmark-bmenu-search): Wrap to fit within 80 columns.
7214         Minor grammar and punctuation fixes in doc string.
7215         (bookmark-read-search-input): Adjust to fit within 80 columns.
7217 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7219         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7220         (c-backward-into-nomenclature): Adapt to subword renaming.
7222         * subword.el (subword-forward, subword-backward, subword-mark)
7223         (subword-kill, subword-backward-kill, subword-transpose)
7224         (subword-downcase, subword-upcase, subword-capitalize)
7225         (subword-forward-internal, subword-backward-internal):
7226         Rename from forward-subword, backward-subword, mark-subword,
7227         kill-subword, backward-kill-subword, transpose-subwords,
7228         downcase-subword, upcase-subword, capitalize-subword,
7229         forward-subword-internal, backward-subword-internal.
7231 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7233         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7234         New options.
7235         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7236         New vars.
7237         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7238         (bookmark-bmenu-filter-alist-by-regexp)
7239         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7240         (bookmark-bmenu-search): New command.
7241         (bookmark-bmenu-mode-map): Bind it.
7243 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7245         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7247         * cedet/semantic/idle.el (define-semantic-idle-service)
7248         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7250 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
7252         * progmodes/cc-cmds.el: declare-functioned forward-subword and
7253         backward-subword to quit the byte-compiler.
7255         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7257         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7259         * progmodes/cc-cmds.el (c-update-modeline)
7260         (c-forward-into-nomenclature, c-backward-into-nomenclature):
7261         Refer to subword.el functions instead of cc-subword.el.
7263         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7264         subword.el functions instead of cc-subword.el.
7266         * progmodes/cc-subword.el: Rename to subword.el.
7267         * subword.el: Rename from progmodes/cc-subword.el.
7268         (subword-mode-map): Rename from c-subword-mode-map.
7269         (subword-mode): Rename from c-subword-mode.
7270         (global-subword-mode): New global minor mode.
7271         (forward-subword): Rename from c-forward-subword.
7272         (backward-subword): Rename from c-backward-subword.
7273         (mark-subword): Rename from c-mark-subword.
7274         (kill-subword): Rename from c-kill-subword.
7275         (backward-kill-subword): Rename from c-backward-kill-subword.
7276         (transpose-subwords): Rename from c-tranpose-subword.
7277         (downcase-subword): Rename from c-downcase-subword.
7278         (capitalize-subword): Rename from c-capitalize-subword.
7279         (forward-subword-internal): Rename from c-forward-subword-internal.
7280         (backward-subword-internal): Rename from c-backward-subword-internal.
7282 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
7284         * vc.el (vc-deduce-fileset): Allow non-state changing operations
7285         from a dired buffer.
7286         (vc-dired-deduce-fileset): New function.
7287         (vc-root-diff, vc-print-root-log): Use it.
7289         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7290         nil LIMIT argument to vc-print-log-internal.
7292 2009-11-20  Glenn Morris  <rgm@gnu.org>
7294         * Makefile.in (ELCFILES): Regenerate.
7296 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
7298         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7300         * cedet/semantic.el: Enable idle-mode menu items only if
7301         global-semantic-idle-scheduler-mode is enabled.
7302         (semantic-default-submodes): Doc fix.
7304         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7305         When turning off, disable other idle modes.
7307 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
7309         * calc/calc.el (calc-set-mode-line):
7310         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7311         (math-format-number): Rename `math-format-complement-signed' to
7312         `math-format-twos-complement'.
7314         * calc/calc-bin.el (math-format-twos-complement): Rename from
7315         math-format-complement-signed.
7316         (calc-radix): Rename `calc-complement-signed-mode' to
7317         `calc-twos-complement-mode'.
7318         (calc-octal-radix, calc-hex-radix): Add an argument for
7319         two's complement.
7321         * calc/calc-embed.el (calc-embedded-mode-vars):
7322         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7324         * calc/calc-ext.el (calc-init-extensions):
7325         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7326         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7328         * calc/calc-units.el (math-build-units-table-buffer):
7329         Let `calc-twos-complement-mode' be nil.
7331         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7332         entries.
7334         * calc/calc-vec.el (calcFunc-vunpack):
7335         * calc/calc-aent.el (calc-do-calc-eval):
7336         * calc/calc-forms.el (math-format-date):
7337         * calc/calc-graph.el (calc-graph-plot):
7338         * calc/calc-math.el (math-use-emacs-fn):
7339         * calc/calccomp.el (math-compose-expr):
7340         Let `calc-twos-complement-mode' be nil.
7342 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7344         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7345         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
7346         * minibuffer.el (completion-in-region-functions): New hook.
7347         (completion-in-region): New function.
7348         * emacs-lisp/lisp.el (lisp-complete-symbol):
7349         * pcomplete.el (pcomplete-std-complete): Use it.
7351 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7353         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7354         (latex-complete-alist): New vars.
7355         (latex-string-prefix-p, latex-complete-bibtex-keys)
7356         (latex-complete-envnames, latex-complete-refkeys)
7357         (latex-complete-data): New functions.
7358         (latex-complete, latex-indent-or-complete): New commands.
7360         * window.el (display-buffer-mark-dedicated): New var.
7361         (display-buffer): Obey it.
7362         * minibuffer.el (minibuffer-completion-help): Use it.
7364         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7366         * filecache.el (file-cache-add-file): Use push and cons.
7367         (file-cache-delete-file-regexp): Use push.
7368         (file-cache-complete): Use completion-in-region.
7370         * simple.el (with-wrapper-hook): Fix thinko.
7372         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7373         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7374         Use with-current-buffer and string-to-number.
7375         (hfy-fallback-colour-values): Use assoc-string.
7376         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7377         (hfy-face-at): Remove unused var `found-face'.
7378         (hfy-compile-stylesheet): Remove unused var `css'.
7379         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7380         and `orig-buffer'.
7381         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7382         Use with-current-buffer.
7383         (hfy-text-p): Use expand-file-name and fewer setq.
7385 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
7387         * htmlfontify.el, hfy-cmap.el: New files.
7389 2009-11-19  Juri Linkov  <juri@jurta.org>
7391         * minibuffer.el (completions-format): New defcustom.
7392         (completion--insert-strings): Implement vertical format.
7394         * simple.el (switch-to-completions): Move point to the first
7395         completion when point was at the beginning of the buffer.
7397 2009-11-19  Juri Linkov  <juri@jurta.org>
7399         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
7401         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7403 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
7405         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
7406         (mail-signature): Change default to t.
7407         (mail-from-style): Deprecate `system-default' value.
7408         (mail-insert-from-field): For default value of mail-from-style,
7409         default to `angles' unless `angles' needs quoting and `parens'
7410         does not.
7411         (mail-citation-prefix-regexp): Use citation regexp from
7412         message-mode.
7414 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
7416         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7417         Set variables for computing the prompt for reading password.
7419 2009-11-19  Glenn Morris  <rgm@gnu.org>
7421         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
7423         * textmodes/flyspell.el (sgml-lexical-context): Declare.
7425         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
7426         (newsticker-treeview-listwindow-height): Fix custom type.
7428 2009-11-19  Kenichi Handa  <handa@m17n.org>
7430         * descr-text.el (describe-char-padded-string): Compose with TAB
7431         only if there's a font for CH.
7432         (describe-char): Fix the condition for detecting a trivial composition.
7434 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
7436         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
7437         more accurate version of the regexp.  (Bug#3910)
7439 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7441         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
7443 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
7445         * font-setting.el (font-use-system-font): Declare for byte-compiler.
7446         (font-setting-change-default-font): Fix typo in docstring.
7448 2009-11-18  Alan Mackenzie  <acm@muc.de>
7450         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
7452 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7454         * font-setting.el (font-use-system-font): Move ...
7456         * cus-start.el (all): ... to here.
7458 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
7460         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
7461         Don't set `ad-return-value' if `ad-do-it' doesn't.
7463         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
7464         modification time.
7466 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7468         * menu-bar.el: Put "Use system font" in Option-menu.
7469         (menu-bar-options-save): Add font-use-system-font.
7471         * loadup.el: If feature system-font-setting or font-render-setting is
7472         there, load font-setting.
7474         * Makefile.in (ELCFILES): Add font-settings.el.
7475         * font-setting.el: New file.
7477 2009-11-17  Glenn Morris  <rgm@gnu.org>
7479         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
7481         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
7482         Preserve point in the list buffer.  (Bug#4939)
7483         Use point-at-eol.
7484         (newsticker--treeview-list-update-highlight)
7485         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
7487 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7489         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
7490         Remove.
7492         * calc/calc-ext.el (calc-init-extensions): Remove references to
7493         symclip.
7495         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
7497         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
7498         * calc/calc-help.el (calc-b-prefix-help): Remove references to
7499         `calc-symclip'.
7501 2009-11-16  Kevin Ryde  <user42@zip.com.au>
7503         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7504         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
7506         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
7507         (lm-keywords-list): Allow comma-only separator like "foo,bar".
7508         Ignore trailing spaces by omit-nulls to split-string (fixing
7509         regression from Emacs 21 due to the incompatible split-string
7510         change).  (Bug #4928.)
7512 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7514         * vc.el (vc-log-show-limit): Default to 2000.
7515         (vc-print-log-internal): Insert buttons to request more entries
7516         when limiting the output.
7518         * vc-sccs.el (vc-sccs-print-log):
7519         * vc-rcs.el (vc-rcs-print-log):
7520         * vc-cvs.el (vc-cvs-print-log):
7521         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
7522         LIMIT is non-nil.
7524 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7526         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
7527         error when `tramp-gvfs-dbus-event-vector' is set.
7528         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
7530 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7532         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
7534 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
7536         * net/dbus.el (dbus-unregister-service): New defun.
7537         (dbus-register-property): Register the handlers of
7538         "org.freedesktop.DBus.Properties" for SERVICE.
7539         (dbus-property-handler): Fix docstring.
7541 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7543         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
7544         Quote doc string reference in defvaralias as it is not in special form.
7545         (byte-compile-output-docform): Doc fix.
7547 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
7549         * calc/calc.el (math-2-word-size, math-half-2-word-size)
7550         (calc-complement-signed-mode): New variables.
7551         (calc-set-mode-line): Add indicator for twos-complements.
7552         (math-format-number): Format twos-complement notation.
7554         * calc/calc-bin.el (calc-word-size): Reset the variables
7555         `math-2-word-size' and `math-half-2-word-size'.
7556         (math-format-complement-signed, math-symclip, calcFunc-symclip)
7557         (calc-symclip): New functions.
7559         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
7561         * calc/calc-embed.el (calc-embedded-mode-vars):
7562         Add `calc-complement-signed-mode' to the list of modes.
7564         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
7565         (calc-b-oper-keys): Add `calc-symclip' to list.
7567         * calc/calc-ext.el (math-read-number-fancy): Read complement
7568         signed numbers.
7569         (calc-init-extensions): Add binding for `calc-symclip'.
7570         Add autoload for `calcFunc-symclip' and `calc-symclip'.
7572         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
7573         `calc-symclip'.
7574         (calc-modes-menu): Add item for twos complement mode.
7576         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
7578 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7580         * register.el (jump-to-register, insert-register): Handle Semantic
7581         tags.  From commented-out advice in semantic/senator.el.
7583 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
7585         * vc.el (vc-log-show-limit): New variable.
7586         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
7587         when using a prefix argument.
7588         (vc-print-log-internal): Add new argument LIMIT.
7590         * vc-svn.el (vc-svn-print-log):
7591         * vc-mtn.el (vc-mtn-print-log):
7592         * vc-hg.el (vc-hg-print-log):
7593         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
7594         pass it to the log command when set.  Make the BUFFER argument
7595         non-optional.
7597         * vc-sccs.el (vc-sccs-print-log):
7598         * vc-rcs.el (vc-rcs-print-log):
7599         * vc-git.el (vc-git-print-log):
7600         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
7601         ignore it.  Make the BUFFER argument non-optional
7603         * bindings.el (mode-line-buffer-identification): Do not purecopy.
7605 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
7607         * dired.el (dired-mode-map): Move encryption items to "Operate"
7608         menu (Bug#4703).
7610         * strokes.el (strokes-update-window-configuration): Make strokes
7611         buffer current before erasing (Bug#4906).
7613         * cedet/semantic/idle.el (semantic-idle-summary-mode)
7614         (semantic-idle-summary-mode): Define using define-minor-mode
7615         instead of define-semantic-idle-service.
7616         (semantic-idle-summary-mode): New function.
7617         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
7618         that mouse motion does not reset the echo area.
7620 2009-11-15  Juri Linkov  <juri@jurta.org>
7622         * simple.el (set-mark-default-inactive): Add :type, :group
7623         and :version.  (Bug#4876)
7625 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
7627         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
7628         (archive-unique-fname): ... here.  (Bug#4929)
7630 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7632         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
7633         with a real fix.
7635         * novice.el (disabled-command-function): Add useful args.
7636         Setup the help buffer so that [back] works.
7637         Remove redundant call to help-mode.
7638         (disabled-command-function): Use `case'.
7639         (en/disable-command): New function extracted from enable-command.
7640         (enable-command, disable-command): Use it.
7642 2009-11-14  Glenn Morris  <rgm@gnu.org>
7644         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
7645         constants.  (Bug#4913)
7647         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
7649 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
7651         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
7652         defined in C that have no doc-strings.  (Bug#1063)
7654 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
7656         * cus-edit.el (data, files):
7657         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
7659 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
7661         * simple.el (shell-command): Doc fix (Bug#4891).
7663         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
7665 2009-11-14  Glenn Morris  <rgm@gnu.org>
7667         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
7668         statements for vc-diff, emerge-quit, and rmail-cease-edit.
7669         If they are already loaded, eval-after-load will do the right thing.
7671         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
7672         compiling.
7674         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
7676         * simple.el (x-selection-owner-p): Declare.
7677         (read-mail-command): Use custom radio type rather than choice.
7678         (completion-no-auto-exit): Doc fix.
7680         * custom.el (defgroup):
7681         * epg-config.el (epg): Doc fixes.
7683 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
7685         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
7686         * international/ccl.el (define-ccl-program): Do not purecopy the
7687         docstring, defconst does it anyway.
7689 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7691         * add-log.el (add-change-log-entry): Avoid displaying the changelog
7692         a second time.
7694         * x-dnd.el (x-dnd-maybe-call-test-function):
7695         * window.el (split-window-vertically):
7696         * whitespace.el (whitespace-help-on):
7697         * vc-rcs.el (vc-rcs-consult-headers):
7698         * userlock.el (ask-user-about-lock-help)
7699         (ask-user-about-supersession-help):
7700         * type-break.el (type-break-force-mode-line-update):
7701         * time-stamp.el (time-stamp-conv-warn):
7702         * terminal.el (te-set-output-log, te-more-break, te-filter)
7703         (te-sentinel, terminal-emulator):
7704         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
7705         (term-write-input-ring, term-check-source, term-start-output-log):
7706         (term-display-buffer-line, term-dynamic-list-completions):
7707         (term-ansi-make-term, serial-term):
7708         * subr.el (selective-display):
7709         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7710         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
7711         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
7712         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
7713         (speedbar-remove-localized-speedbar-support)
7714         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
7715         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
7716         (speedbar-buffers-line-directory):
7717         * simple.el (shell-command-on-region, append-to-buffer)
7718         (prepend-to-buffer):
7719         * shadowfile.el (shadow-save-todo-file):
7720         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
7721         (scroll-bar-maybe-set-window-start):
7722         * sb-image.el (speedbar-image-dump):
7723         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
7724         (load-save-place-alist-from-file):
7725         * ps-samp.el (ps-print-message-from-summary):
7726         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
7727         (ps-background-image, ps-begin-job, ps-do-despool):
7728         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
7729         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
7730         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
7731         (pr-call-process, pr-file-list, pr-interface-save):
7732         * novice.el (disabled-command-function)
7733         (enable-command, disable-command):
7734         * mouse.el (mouse-buffer-menu-alist):
7735         * mouse-copy.el (mouse-kill-preserving-secondary):
7736         * macros.el (kbd-macro-query):
7737         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
7738         * informat.el (batch-info-validate):
7739         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
7740         * hippie-exp.el (try-expand-dabbrev-visible):
7741         * help-mode.el (help-make-xrefs):
7742         * help-fns.el (describe-variable):
7743         * generic-x.el (bat-generic-mode-run-as-comint):
7744         * finder.el (finder-mouse-select):
7745         * find-dired.el (find-dired-sentinel):
7746         * filesets.el (filesets-file-close):
7747         * files.el (list-directory):
7748         * faces.el (list-faces-display, describe-face):
7749         * facemenu.el (list-colors-display):
7750         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
7751         * epg.el (epg--process-filter, epg-cancel):
7752         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
7753         (epa--read-signature-type):
7754         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
7755         (emerge-file-names):
7756         * ehelp.el (electric-helpify):
7757         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
7758         * ediff-vers.el (rcs-ediff-view-revision):
7759         * ediff-util.el (ediff-setup):
7760         * ediff-mult.el (ediff-append-custom-diff):
7761         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
7762         (ediff-wordify):
7763         * echistory.el (Electric-command-history-redo-expression):
7764         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7765         * disp-table.el (describe-display-table):
7766         * dired.el (dired-find-buffer-nocreate):
7767         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
7768         * dabbrev.el (dabbrev--same-major-mode-p):
7769         * chistory.el (list-command-history):
7770         * apropos.el (apropos-documentation):
7771         * allout.el (allout-obtain-passphrase):
7772         (allout-copy-exposed-to-buffer):
7773         (allout-verify-passphrase): Use with-current-buffer.
7775 2009-11-13  Glenn Morris  <rgm@gnu.org>
7777         * Makefile.in (ELCFILES): Regenerate.
7779 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
7781         * net/dbus.el (dbus-registered-objects-table): Rename from
7782         `dbus-registered-functions-table', because it contains also properties.
7783         (dbus-unregister-object): Unregister also properties.
7784         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
7785         Use a timeout of 500 msec, in order to not block.
7786         (dbus-register-property, dbus-property-handler): New defuns.
7788 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7790         * simple.el (minibuffer-default-add-completions): Drop deprecated
7791         4th arg.
7793 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
7795         * textmodes/artist.el (artist-mouse-choose-operation):
7796         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
7797         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
7798         (artist-compute-up-event-key): New function.
7799         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
7801 2009-11-13  Kenichi Handa  <handa@m17n.org>
7803         * language/japan-util.el: Make sure that the value of jisx0208
7804         property is jisx0208 character.
7806 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
7808         * international/mule.el (auto-coding-regexp-alist): Only purecopy
7809         car or each item, not the whole list.
7811 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7813         * minibuffer.el (minibuffer-completion-help):
7814         Use minibuffer-hide-completions.
7816 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
7818         * dired.el (dired-save-positions, dired-restore-positions): New funs.
7819         (dired-revert): Use them (bug#4880).
7821 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
7823         * tooltip.el (tooltip-frame-parameters): Undo previous change.
7825 2009-11-12  Juri Linkov  <juri@jurta.org>
7827         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
7828         New functions.
7829         (find-file-literally-at-point): Alias of `ffap-literally'.
7831 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
7833         * textmodes/ispell.el (ispell-skip-region-alist):
7834         * textmodes/css-mode.el (auto-mode-alist):
7835         * progmodes/compile.el (auto-mode-alist):
7836         * international/mule.el (ctext-non-standard-encodings-alist)
7837         (ctext-non-standard-encodings-regexp):
7838         * simple.el (shell-command-switch, text-read-only):
7839         * replace.el (occur-mode-map):
7840         * paths.el (rmail-file-name):
7841         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
7842         * find-file.el (ff-special-constructs):
7843         * files.el (file-name-handler-alist):
7844         * composite.el: Purecopy strings.
7846         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
7848 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
7850         * widget.el (define-widget): Purecopy the docstring.
7851         * international/mule-cmds.el (charset): Do not purecopy the
7852         docstring here, define-widget does it.
7854         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7855         * textmodes/bibtex-style.el (auto-mode-alist):
7856         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7857         * progmodes/compile.el (compile-command):
7858         * language/korea-util.el (default-korean-keyboard):
7859         * international/mule-conf.el (file-coding-system-alist):
7860         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
7861         * tooltip.el (tooltip-frame-parameters):
7862         * newcomment.el (comment-end, comment-padding):
7863         * dired.el (dired-trivial-filenames):
7864         * comint.el (comint-file-name-prefix): Purecopy initial values.
7866 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
7868         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
7869         (tramp-advice-minibuffer-electric-tilde): Unload advices via
7870         `tramp-unload'.
7871         (tramp-advice-make-auto-save-file-name)
7872         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
7873         after removing the advice.
7875 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
7877         * progmodes/grep.el (grep-regexp-alist):
7878         * international/mule-cmds.el (iso-2022-control-alist):
7879         * emacs-lisp/timer.el (timer-duration-words):
7880         * subr.el (version-separator, version-regexp-alist):
7881         * minibuffer.el (completion-styles-alist):
7882         * faces.el (face-attribute-name-alist, list-faces-sample-text):
7883         Change defvars to defconsts.
7885         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
7886         * loadup.el ("international/mule-conf"): Load the byte compiled version.
7887         * international/mule-conf.el: Allow to be byte compiled.
7889         * international/mule.el (define-charset): Purecopy props.
7890         (load-with-code-conversion): Purecopy doc string and file name.
7891         (put-charset-property): Purecopy strings.
7892         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
7894         * international/mule-cmds.el (register-input-method): Purecopy arguments.
7895         (define-char-code-property): Correctly purecopy the table.
7897         * international/ccl.el (define-ccl-program): Purecopy the docstring.
7899         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
7901         * subr.el (add-hook): Purecopy strings.
7902         (eval-after-load): Purecopy load-history-regexp and the form.
7904         * custom.el (custom-declare-group): Purecopy load-file-name.
7906         * subr.el (menu-bar-separator): New defconst.
7907         * net/eudc.el (eudc-tools-menu):
7908         * international/mule-cmds.el (set-coding-system-map)
7909         (mule-menu-keymap):
7910         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7911         * vc-hooks.el (vc-menu-map):
7912         * replace.el (occur-mode-map):
7913         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
7914         (menu-bar-edit-menu, menu-bar-goto-menu)
7915         (menu-bar-custom-menu, menu-bar-showhide-menu)
7916         (menu-bar-options-menu, menu-bar-tools-menu)
7917         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
7918         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
7919         (menu-bar-help-menu):
7920         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
7921         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
7923         * term/x-win.el (x-gtk-stock-map):
7924         * progmodes/vera-mode.el (auto-mode-alist):
7925         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7926         (inferior-lisp-program, inferior-lisp-load-command):
7927         * progmodes/hideshow.el (hs-special-modes-alist):
7928         * progmodes/gud.el (same-window-regexps):
7929         * progmodes/grep.el (grep-program, find-program, xargs-program):
7930         * net/telnet.el (same-window-regexps):
7931         * net/rlogin.el (same-window-regexps):
7932         * language/ethiopic.el (font-ccl-encoder-alist):
7933         * vc-sccs.el (vc-sccs-master-templates):
7934         * vc-rcs.el (vc-rcs-master-templates):
7935         * subr.el (cl-assertion-failed):
7936         * simple.el (next-error-overlay-arrow-position):
7937         * lpr.el (lpr-command):
7938         * locate.el (locate-ls-subdir-switches):
7939         * info.el (same-window-regexps, info)
7940         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7941         * image-mode.el (image-mode, auto-mode-alist):
7942         * hippie-exp.el (hippie-expand-ignore-buffers):
7943         * format.el (format-alist):
7944         * find-dired.el (find-ls-subdir-switches, find-grep-options)
7945         (find-name-arg):
7946         * facemenu.el (facemenu-keybindings):
7947         * dired.el (dired-listing-switches, dired-chown-program):
7948         * diff.el (diff-switches, diff-command):
7949         * cus-edit.el (same-window-regexps):
7950         * bindings.el (mode-line-mule-info)
7951         (mode-line-buffer-identification): Purecopy strings.
7953 2009-11-11  Juri Linkov  <juri@jurta.org>
7955         * simple.el (dired-get-filename) <declare-function>:
7956         Tell the byte-compiler about dired-get-filename.
7957         (shell-command): In Dired mode, get filename from the current line
7958         as the default value.
7960 2009-11-10  Glenn Morris  <rgm@gnu.org>
7962         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
7963         * calendar/holidays.el, progmodes/cperl-mode.el:
7964         Update x-popup-menu declarations.
7966         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
7967         (list-load-path-shadows): Use dolist.
7968         (list-load-path-shadows): Use with-current-buffer.
7970 2009-11-10  Juri Linkov  <juri@jurta.org>
7972         * minibuffer.el (read-file-name): Support a list of default values
7973         in `default-filename'.  Use the first file name where only one
7974         element is required.  Doc fix.
7976 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
7978         * net/dbus.el (dbus-unregister-object): Release service, if no
7979         other method is registered for it.
7981 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
7983         * bookmark.el (bookmark-completing-read): Sort bookmark names if
7984         bookmark-sort-flag is non-nil (Bug#4653).
7986 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
7988         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
7989         the progress reporter entirely.
7991         * emulation/cua-base.el: Add CUA property to some CC mode commands
7992         (Bug#4100).
7994 2009-11-08  Kevin Ryde  <user42@zip.com.au>
7996         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
7997         at end of sentence (Bug#4818).
7999 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
8001         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8002         Handle "see declaration of" MSFT statements (Bug#4100).
8004 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
8006         * net/tramp.el (tramp-advice-make-auto-save-file-name)
8007         (tramp-advice-file-expand-wildcards): Unload via
8008         `ad-remove-advice'.
8010         * net/trampver.el: Update release number.
8012 2009-11-08  Kevin Ryde  <user42@zip.com.au>
8014         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8015         `ad-do-it'.
8017 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
8019         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8020         in order to keep context in SELinux.
8022 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
8024         * dired-aux.el (dired-query): Place cursor in echo area and allow
8025         C-g.
8027         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8028         menu item if not on a directory (Bug#4701).
8030 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
8032         Sync with Tramp 2.1.17.
8034         * net/tramp.el (tramp-handle-copy-directory): Don't use
8035         `file-remote-p' (due to compatibility).
8037         * net/tramp-compat.el (tramp-compat-copy-directory)
8038         (tramp-compat-delete-directory): New defuns.
8040         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8041         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8042         `tramp-compat-delete-directory'.
8044         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8045         (tramp-smb-handle-delete-directory): Use
8046         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8048         * net/trampver.el: Update release number.
8050 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
8052         * tar-mode.el (tar-copy): Call write-region on the right buffer
8053         (Bug#4857).
8055         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8056         by hand, if necessary (Bug#4878).
8058 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
8060         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8061         align size column (Bug#4839).
8063         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8064         statement.
8066 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8068         * progmodes/ld-script.el (auto-mode-alist):
8069         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8071         * cus-face.el (custom-declare-face): Purecopy face spec.
8073 2009-11-06  Kenichi Handa  <handa@m17n.org>
8075         * international/uni-bidi.el: Re-generated.
8076         * international/uni-category.el: Re-generated.
8077         * international/uni-combining.el: Re-generated.
8078         * international/uni-mirrored.el: Re-generated.
8080 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8082         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8083         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8084         (tex-start-options, slitex-run-command, latex-run-command)
8085         (tex-run-command, tex-directory):
8086         * textmodes/ispell.el (ispell-html-skip-alists)
8087         (ispell-tex-skip-alists, ispell-tex-skip-alists):
8088         * textmodes/fill.el (adaptive-fill-first-line-regexp):
8089         (adaptive-fill-regexp):
8090         * textmodes/dns-mode.el (auto-mode-alist):
8091         * progmodes/python.el (interpreter-mode-alist):
8092         * progmodes/etags.el (tags-compression-info-list):
8093         * progmodes/etags.el (tags-file-name):
8094         * net/browse-url.el (browse-url-galeon-program)
8095         (browse-url-firefox-program):
8096         * mail/sendmail.el (mail-signature-file)
8097         (mail-citation-prefix-regexp):
8098         * international/mule-conf.el (eight-bit):
8099         * international/latexenc.el (latex-inputenc-coding-alist):
8100         * international/fontset.el (x-pixel-size-width-font-regexp):
8101         * emacs-lisp/warnings.el (warning-type-format):
8102         * emacs-lisp/trace.el (trace-buffer):
8103         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8104         (emacs-lisp-mode-map):
8105         * calendar/holidays.el (holiday-solar-holidays)
8106         (holiday-bahai-holidays, holiday-islamic-holidays)
8107         (holiday-christian-holidays, holiday-hebrew-holidays)
8108         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8109         (hebrew-holidays-1, holiday-oriental-holidays)
8110         (holiday-general-holidays):
8111         * x-dnd.el (x-dnd-known-types):
8112         * tool-bar.el (tool-bar):
8113         * startup.el (site-run-file):
8114         * shell.el (shell-dumb-shell-regexp):
8115         * rfn-eshadow.el (file-name-shadow-tty-properties)
8116         (file-name-shadow-properties):
8117         * paths.el (remote-shell-program, news-directory):
8118         * mouse.el ([C-down-mouse-3]):
8119         * menu-bar.el (menu-bar-tools-menu):
8120         * jka-cmpr-hook.el (jka-compr-load-suffixes)
8121         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8122         (jka-compr-compression-info-list):
8123         * isearch.el (search-whitespace-regexp):
8124         * image-file.el (image-file-name-extensions):
8125         * find-dired.el (find-ls-option):
8126         * files.el (directory-listing-before-filename-regexp)
8127         (directory-free-space-args, insert-directory-program)
8128         (list-directory-brief-switches, magic-fallback-mode-alist)
8129         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8130         (automount-dir-prefix):
8131         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8132         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8133         (face-font-registry-alternatives, face-font-registry-alternatives)
8134         (face-font-family-alternatives):
8135         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8136         (facemenu-foreground-menu, facemenu-face-menu):
8137         * epa-hook.el (epa-file-name-regexp):
8138         * dnd.el (dnd-protocol-alist):
8139         * textmodes/rst.el (auto-mode-alist):
8140         * button.el (default-button): Purecopy strings.
8142 2009-11-06  Glenn Morris  <rgm@gnu.org>
8144         * Makefile.in (ELCFILES): Update.
8146 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8148         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8149         * emacs-lisp/levents.el: Move to obsolete/levents.el.
8151         * nxml/xsd-regexp.el (xsdre-gen-categories):
8152         * nxml/xmltok.el (xmltok-parse-entity):
8153         * nxml/rng-parse.el (rng-parse-validate-file):
8154         * nxml/rng-maint.el (rng-format-manual)
8155         (rng-manual-output-force-new-line):
8156         * nxml/rng-loc.el (rng-save-schema-location-1):
8157         * nxml/rng-cmpct.el (rng-c-parse-file):
8158         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8159         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8161 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
8163         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8164         Remove extra save-excursions and make-variable-buffer-local's.
8165         Suggested by Stefan Monnier.
8167         (verilog-getopt-file, verilog-module-inside-filename-p)
8168         (verilog-set-define): Merge GNU 1.35 and repair changes from
8169         switching to using with-current-buffer.
8171         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8172         being treated as a number and confusing AUTORESET.
8173         Reported by Dan Dever.
8175         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8176         Add verilog-auto-ignore-concat to fix backward compatibility with
8177         older verilog-modes.  Reported by Dan Katz.
8179         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8180         containing closing anchors "...$".
8182         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8183         Reported by Wade Smith.
8185         (verilog-batch-execute-func): Comment on function usage.
8187 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
8189         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8190         for labels.
8192         (verilog-label-re, verilog-calc-1): Support proper indent of named
8193         asserts.
8195         (verilog-backward-token, verilog-basic-complete-re)
8196         (verilog-beg-of-statement, verilog-indent-re): Support proper
8197         indent of the assert statement at the beginning of a block of text.
8199         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8200         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8201         tokens as begins.
8203 2009-11-05  Glenn Morris  <rgm@gnu.org>
8205         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8206         Emacs 19.  (Bug#1531)
8207         (byte-compile-fix-header): Update for the above change.
8208         Drop test for epoch::version.
8210         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8211         * cus-dep.el (custom-make-dependencies):
8212         * finder.el (finder-compile-keywords):
8213         Use autoload-rubric's feature argument.
8215         * calendar/diary-lib.el (top-level): Make load behave more like require.
8217         * vc-git.el (vc-git-stash-map): Move definition before use.
8219 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
8221         * custom.el (custom-declare-group): Purecopy standard-value.
8222         (custom-declare-group): Purecopy custom-prefix.
8224         * international/mule.el (load-with-code-conversion):
8225         Call do-after-load-evaluation unconditionally.
8227         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8229 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8231         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8233 2009-11-04  Glenn Morris  <rgm@gnu.org>
8235         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8236         (byte-compile-compatibility): Remove option.
8237         (byte-compile-close-variables, byte-compile-fix-header)
8238         (byte-compile-insert-header, byte-compile-output-docform)
8239         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8240         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8241         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8242         (byte-compile-insert, byte-compile-defun):
8243         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
8244         (byte-defop-compiler19): Remove.
8245         Without byte-compile-compatibility, the 'emacs19-opcode property is not
8246         used by anything.  Replace all calls with byte-defop-compiler.
8248 2009-11-04  Juri Linkov  <juri@jurta.org>
8250         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8251         (menu-bar-options-menu): Don't quote the `prop' arg of
8252         `menu-bar-make-mm-toggle'.
8254 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
8256         * calendar/calendar.el (cal-loaddefs):
8257         * calendar/diary-lib.el (diary-loaddefs):
8258         * calendar/holidays.el (hol-loaddefs):
8259         * eshell/esh-module.el (esh-groups): Load rather than require.
8261 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8263         * calendar/todo-mode.el (todo-add-category): Don't hardcode
8264         point-min==1.
8265         (todo-top-priorities): Only display-buffer when called interactively.
8266         (todo-item-start): Don't save excursion point.
8267         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
8268         (todo-insert-item-here, todo-file-item, todo-remove-item):
8269         Adjust uses of todo-item-start and todo-item-end.
8271         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8272         (autoload-rubric): Don't use any more.
8273         * cedet/semantic/fw.el (semantic/loaddefs):
8274         * cedet/srecode.el (srecode/loaddefs):
8275         * cedet/ede.el (ede/loaddefs): Load rather than require.
8276         * cedet/ede/cpp-root.el:
8277         * cedet/ede/emacs.el:
8278         * cedet/ede/files.el:
8279         * cedet/ede/linux.el:
8280         * cedet/ede/locate.el:
8281         * cedet/ede/make.el:
8282         * cedet/ede/shell.el:
8283         * cedet/ede/speedbar.el:
8284         * cedet/ede/system.el:
8285         * cedet/ede/util.el:
8286         * cedet/semantic/analyze.el:
8287         * cedet/semantic/bovine.el:
8288         * cedet/semantic/complete.el:
8289         * cedet/semantic/ctxt.el:
8290         * cedet/semantic/db-file.el:
8291         * cedet/semantic/db-find.el:
8292         * cedet/semantic/db-global.el:
8293         * cedet/semantic/db-mode.el:
8294         * cedet/semantic/db-typecache.el:
8295         * cedet/semantic/db.el:
8296         * cedet/semantic/debug.el:
8297         * cedet/semantic/dep.el:
8298         * cedet/semantic/doc.el:
8299         * cedet/semantic/edit.el:
8300         * cedet/semantic/find.el:
8301         * cedet/semantic/format.el:
8302         * cedet/semantic/html.el:
8303         * cedet/semantic/ia-sb.el:
8304         * cedet/semantic/ia.el:
8305         * cedet/semantic/idle.el:
8306         * cedet/semantic/lex-spp.el:
8307         * cedet/semantic/lex.el:
8308         * cedet/semantic/mru-bookmark.el:
8309         * cedet/semantic/scope.el:
8310         * cedet/semantic/senator.el:
8311         * cedet/semantic/sort.el:
8312         * cedet/semantic/symref.el:
8313         * cedet/semantic/tag-file.el:
8314         * cedet/semantic/tag-ls.el:
8315         * cedet/semantic/tag-write.el:
8316         * cedet/semantic/tag.el:
8317         * cedet/semantic/util-modes.el:
8318         * cedet/semantic/analyze/complete.el:
8319         * cedet/semantic/analyze/refs.el:
8320         * cedet/semantic/bovine/c.el:
8321         * cedet/semantic/bovine/gcc.el:
8322         * cedet/semantic/bovine/make.el:
8323         * cedet/semantic/bovine/scm.el:
8324         * cedet/semantic/decorate/include.el:
8325         * cedet/semantic/decorate/mode.el:
8326         * cedet/semantic/symref/cscope.el:
8327         * cedet/semantic/symref/global.el:
8328         * cedet/semantic/symref/grep.el:
8329         * cedet/semantic/symref/idutils.el:
8330         * cedet/semantic/symref/list.el:
8331         * cedet/semantic/wisent/java-tags.el:
8332         * cedet/semantic/wisent/javascript.el:
8333         * cedet/srecode/compile.el:
8334         * cedet/srecode/cpp.el:
8335         * cedet/srecode/document.el:
8336         * cedet/srecode/el.el:
8337         * cedet/srecode/expandproto.el:
8338         * cedet/srecode/getset.el:
8339         * cedet/srecode/insert.el:
8340         * cedet/srecode/java.el:
8341         * cedet/srecode/map.el:
8342         * cedet/srecode/mode.el:
8343         * cedet/srecode/template.el:
8344         * cedet/srecode/texi.el: Remove the file-local setting of
8345         generated-autoload-feature.
8347         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8348         and only put a prop if it is non-nil.
8350 2009-11-03  Juri Linkov  <juri@jurta.org>
8352         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8353         (menu-bar-options-menu): Fix list quoting (Bug#4429).
8355         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8356         and "Menu" to make top-level menu item visually one unit (like
8357         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8358         multi-word menu items).  Fix :help string for quit-window.
8360 2009-11-03  Glenn Morris  <rgm@gnu.org>
8362         * cedet/mode-local.el (with-mode-local): Doc fix.
8364         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8365         (byte-compile-file-form-define-abbrev-table)
8366         (byte-compile-file-form-custom-declare-variable)
8367         (byte-compile-variable-ref, byte-compile-defvar):
8368         Whether or not a warning is enabled should only affect whether we issue
8369         the warning, not whether or not we collect the relevant data.
8370         Eg warnings can be turned on and off throughout the course of a file.
8372         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8373         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8375 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8377         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8378         * play/mpuz.el (mpuz-create-buffer):
8379         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8380         (lm-print-y,s,noise, lm-print-w0, lm-init):
8381         * play/gomoku.el (gomoku-prompt-for-move):
8382         * play/fortune.el (fortune-in-buffer):
8383         * play/dissociate.el (dissociated-press):
8384         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8385         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8386         * mail/supercite.el (sc-eref-show):
8387         * mail/smtpmail.el (smtpmail-send-it):
8388         * mail/rmailsum.el (rmail-summary-next-labeled-message)
8389         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8390         (rmail-summary-undelete-many, rmail-summary-rmail-update)
8391         (rmail-summary-goto-msg, rmail-summary-expunge)
8392         (rmail-summary-get-new-mail, rmail-summary-search-backward)
8393         (rmail-summary-add-label, rmail-summary-output-menu)
8394         (rmail-summary-output-body):
8395         * mail/rfc822.el (rfc822-addresses):
8396         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8397         * mail/mailpost.el (post-mail-send-it):
8398         * mail/hashcash.el (hashcash-generate-payment):
8399         * mail/feedmail.el (feedmail-run-the-queue)
8400         (feedmail-queue-send-edit-prompt-help-first)
8401         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8402         (feedmail-deduce-address-list):
8403         * eshell/esh-ext.el (eshell-remote-command):
8404         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
8405         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
8406         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
8407         (viper-save-string-in-file, viper-valid-marker):
8408         * emulation/viper-keym.el (viper-toggle-key):
8409         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
8410         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
8411         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
8412         * emulation/viper-cmd.el (viper-exec-form-in-vi)
8413         (viper-exec-form-in-emacs, viper-brac-function):
8414         * emulation/viper.el (viper-delocalize-var):
8415         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
8416         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
8417         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
8418         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
8419         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
8420         * emulation/edt.el (edt-electric-helpify):
8421         * emulation/cua-rect.el (cua--rectangle-aux-replace):
8422         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
8423         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
8424         (cua-indent-to-global-mark-column):
8425         * calendar/diary-lib.el (calendar-mark-1):
8426         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
8427         Use with-current-buffer.
8428         * emulation/viper.el (viper-delocalize-var): Use dolist.
8430 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
8432         * comint.el (comint-replace-by-expanded-history-before-point):
8433         Replace !! with the previous input string literally (Bug#1795).
8435 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
8437         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
8438         to be made up of whitespace.
8440 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
8442         * minibuffer.el (read-file-name): Don't use file dialogs for
8443         remote directories (Bug#99).
8445 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
8447         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
8449 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
8451         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
8452         instead of deleting the window or frame.
8454 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8456         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8457         Support face colors.
8459         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
8460         New function.  Support face colors (Bug#1168).
8461         (tex-common-initialization): Use it.
8463         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
8464         mode allows it (Bug#1168).
8466 2009-10-31  Juri Linkov  <juri@jurta.org>
8468         * facemenu.el (list-colors-display): Don't mark buffer as
8469         modified (Bug#3948).
8471 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
8473         * international/mule-diag.el (list-character-sets-1): Minor
8474         message fix (Bug#3526).
8476         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
8477         face property (Bug#4834).
8478         (etags-list-tags, etags-tags-apropos-additional)
8479         (etags-tags-apropos, tags-select-tags-table): Add follow-link
8480         property.
8482         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
8483         items.
8485         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
8486         items.
8488         * cedet/ede.el (ede-minor-mode):
8489         * cedet/semantic.el (semantic-mode): Toggle menu separators.
8491 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8493         * textmodes/two-column.el (2C-split):
8494         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
8495         * textmodes/tex-mode.el (tex-set-buffer-directory):
8496         * textmodes/spell.el (spell-region, spell-string):
8497         * textmodes/reftex.el (reftex-erase-buffer):
8498         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
8499         * textmodes/reftex-toc.el (reftex-toc-promote-action):
8500         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
8501         (reftex-select-item):
8502         * textmodes/reftex-ref.el (reftex-label-info-update)
8503         (reftex-offer-label-menu):
8504         * textmodes/reftex-index.el (reftex-index-change-entry)
8505         (reftex-index-phrases-info):
8506         * textmodes/reftex-global.el (reftex-create-tags-file)
8507         (reftex-save-all-document-buffers, reftex-ensure-write-access):
8508         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
8509         (reftex-view-crossref-from-bibtex):
8510         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
8511         (reftex-extract-bib-entries-from-thebibliography)
8512         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
8513         * textmodes/refbib.el (r2b-capitalize-title):
8514         (r2b-convert-buffer, r2b-help):
8515         * textmodes/page-ext.el (pages-directory)
8516         (pages-directory-goto-with-mouse):
8517         * textmodes/bibtex.el (bibtex-validate-globally):
8518         * textmodes/bib-mode.el (bib-capitalize-title):
8519         * textmodes/artist.el (artist-clear-buffer, artist-system):
8520         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
8521         (local-set-scheme-interaction-buffer, xscheme-process-filter)
8522         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
8523         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
8524         (xscheme-send-control-g-interrupt, xscheme-start-process)
8525         (xscheme-process-sentinel, xscheme-cd):
8526         * progmodes/verilog-mode.el (verilog-read-always-signals)
8527         (verilog-set-define, verilog-getopt-file)
8528         (verilog-module-inside-filename-p):
8529         * progmodes/sh-script.el:
8530         * progmodes/python.el (python-pdbtrack-get-source-buffer)
8531         (python-pdbtrack-grub-for-buffer, python-execute-file):
8532         * progmodes/octave-inf.el (inferior-octave):
8533         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8534         (idlwave-shell-compile-helper-routines, idlwave-set-local)
8535         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
8536         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
8537         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
8538         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
8539         (idlwave-shell-filter, idlwave-shell-examine-highlight)
8540         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
8541         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
8542         (idlwave-shell-examine-display, idlwave-shell-run-region)
8543         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
8544         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
8545         * progmodes/idlw-help.el (idlwave-help-get-special-help)
8546         (idlwave-help-get-help-buffer):
8547         * progmodes/gud.el (gud-basic-call, gud-find-class)
8548         (gud-tooltip-activate-mouse-motions-if-enabled):
8549         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8550         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
8551         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
8552         (ebrowse-tags-next-file):
8553         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
8554         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
8555         (ebnf-eps-finish-and-write):
8556         * progmodes/cpp.el (cpp-edit-save):
8557         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
8558         * progmodes/cc-defs.el (c-emacs-features):
8559         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
8560         (antlr-directory-dependencies):
8561         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
8562         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
8563         (ada-find-any-references, ada-make-filename-from-adaname)
8564         (ada-make-body-gnatstub):
8565         * obsolete/rnews.el (news-list-news-groups):
8566         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
8567         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
8568         * net/rcirc.el (rcirc-debug):
8569         * net/newst-treeview.el (newsticker--treeview-list-add-item)
8570         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
8571         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
8572         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
8573         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
8574         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
8575         (newsticker--treeview-list-clear-highlight)
8576         (newsticker--treeview-list-update-highlight)
8577         (newsticker--treeview-list-highlight-start)
8578         (newsticker--treeview-tree-update-highlight)
8579         (newsticker--treeview-get-selected-item)
8580         (newsticker-treeview-mark-list-items-old)
8581         (newsticker--treeview-set-current-node):
8582         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8583         * net/newst-backend.el (newsticker--get-news-by-funcall)
8584         (newsticker--get-news-by-wget, newsticker--image-get)
8585         (newsticker--image-sentinel):
8586         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
8587         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
8588         (eudc-ph-close-session):
8589         * net/eudc.el (eudc-save-options):
8590         * language/thai-word.el (thai-update-word-table):
8591         * language/japan-util.el (japanese-string-conversion):
8592         * international/titdic-cnv.el (tsang-quick-converter)
8593         (ziranma-converter, ctlau-converter):
8594         * international/mule-cmds.el (describe-language-environment):
8595         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
8596         (skkdic-convert-postfix, skkdic-convert-prefix):
8597         (skkdic-convert-okuri-nasi, skkdic-convert):
8598         * emacs-lisp/re-builder.el (reb-update-overlays):
8599         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
8600         * emacs-lisp/gulp.el (gulp-send-requests):
8601         * emacs-lisp/find-gc.el (trace-call-tree):
8602         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
8603         (eieio-describe-generic):
8604         * emacs-lisp/eieio-base.el (eieio-persistent-read):
8605         * emacs-lisp/edebug.el (edebug-outside-excursion):
8606         * emacs-lisp/debug.el (debugger-make-xrefs):
8607         * emacs-lisp/cust-print.el (custom-prin1-to-string):
8608         * emacs-lisp/chart.el (chart-new-buffer):
8609         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
8610         Use with-current-buffer.
8611         * textmodes/artist.el (artist-system): Don't call
8612         copy-sequence on a fresh string.
8613         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
8615 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
8617         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
8618         is no item to edit.  (Bug#4820)
8619         (todo-top-priorities): Restore point and restore narrowing in Todo
8620         buffer.  (Bug#4820)
8622 2009-10-31  Glenn Morris  <rgm@gnu.org>
8624         * net/ange-ftp.el (top-level): Don't require dired when compiling.
8625         (comint-last-output-start, comint-last-input-start)
8626         (comint-last-input-end): Don't defvar when compiling.
8627         (ange-ftp-process-file): Use bound-and-true-p.
8629         * pcmpl-rpm.el (top-level): Move provide statement to end.
8630         (pcmpl-rpm): Remove unused custom group.
8632         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
8634         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
8636         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8637         (byte-compile-warnings): Add `constants' as an option.
8638         (byte-compile-callargs-warn, byte-compile-arglist-warn)
8639         (display-call-tree): Update for byte-compile-fdefinition possibly
8640         returning `(macro lambda ...)'.  (Bug#4778)
8641         (byte-compile-variable-ref, byte-compile-setq-default):
8642         Respect `constants' member of byte-compile-warnings.
8644         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
8645         Use mapc rather than mapcar because the return value is never used.
8647         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
8648         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
8649         * cedet/semantic/html.el:
8650         Suppress harmless warnings about setting up semantic-imenu (not
8651         part of Emacs) variables.
8653 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8655         * vc-bzr.el (vc-bzr-revision-keywords): New var.
8656         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
8657         to "submit:".
8659         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
8660         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
8661         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
8662         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
8663         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
8664         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
8665         (semantic-analyzer-debug-global-symbol)
8666         (semantic-analyzer-debug-missing-innertype)
8667         (semantic-analyzer-debug-insert-include-summary):
8668         * cedet/semantic/util.el (semantic-file-tag-table):
8669         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
8670         (semantic-recursive-find-nonterminal-by-name):
8671         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
8672         * cedet/semantic/tag-file.el (semantic-prototype-file):
8673         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
8674         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
8675         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
8676         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
8677         (semantic-idle-summary-maybe-highlight):
8678         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
8679         (semantic-ia-sb-tag-info):
8680         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
8681         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
8682         * cedet/semantic/ede-grammar.el (project-compile-target):
8683         (ede-proj-makefile-insert-variables):
8684         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
8685         (semantic-debug-set-source-location, semantic-debug-interface-layout)
8686         (semantic-debug-mode, semantic-debug):
8687         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
8688         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
8689         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
8690         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
8691         (semanticdb-find-translate-path-includes--internal)
8692         (semanticdb-reset-log, semanticdb-find-log-activity):
8693         * cedet/semantic/db-file.el (object-write):
8694         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
8695         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
8696         (semanticdb-create-ebrowse-database):
8697         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
8698         * cedet/semantic/complete.el (semantic-displayor-focus-request)
8699         (semantic-collector-calculate-completions-raw)
8700         (semantic-complete-read-tag-analyzer):
8701         * cedet/semantic/analyze.el (semantic-analyze-pulse):
8702         * cedet/ede/util.el (ede-update-version-in-source):
8703         * cedet/ede/proj.el (project-delete-target):
8704         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
8705         (ede-proj-flush-autoconf):
8706         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
8707         (ede-proj-configure-synchronize):
8708         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
8709         * cedet/ede/linux.el (ede-linux-version):
8710         * cedet/ede/emacs.el (ede-emacs-version):
8711         * cedet/ede/dired.el (ede-dired-add-to-target):
8712         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
8713         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
8714         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
8715         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
8716         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
8717         (cedet-idutils-version-check):
8718         * cedet/cedet-global.el (cedet-gnu-global-call):
8719         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
8720         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
8721         * cedet/cedet-cscope.el (cedet-cscope-call)
8722         (cedet-cscope-expand-filename, cedet-cscope-version-check):
8723         Use with-current-buffer.
8724         * cedet/ede.el (ede-make-project-local-variable)
8725         (ede-set-project-variables, ede-set): Use dolist.
8727 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
8729         * textmodes/ispell.el (ispell-skip-region-alist):
8730         * international/mule-conf.el (eight-bit):
8731         * international/fontset.el (font-encoding-alist):
8732         * startup.el (pure-space-overflow-message):
8733         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
8734         * paths.el (gnus-nntp-service, rmail-spool-directory)
8735         (term-file-prefix):
8736         * files.el (save-some-buffers-action-alist):
8737         * cmuscheme.el (same-window-buffer-names):
8738         * ielm.el (same-window-buffer-names):
8739         * shell.el (same-window-buffer-names):
8740         * mail/sendmail.el (same-window-buffer-names):
8741         * progmodes/inf-lisp.el (same-window-buffer-names):
8742         * bindings.el (mode-line-client)
8743         (mode-line-column-line-number-mode-map):
8744         * language/tibetan.el (tibetan-precomposition-rule-regexp)
8745         (tibetan-precomposed-regexp): Purecopy string arguments.
8747 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8749         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
8750         (calcDigit-nondigit):
8751         * calc/calc-yank.el (calc-copy-to-buffer):
8752         * calc/calc-units.el (calc-invalidate-units-table):
8753         * calc/calc-trail.el (calc-trail-yank):
8754         * calc/calc-store.el (calc-insert-variables):
8755         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8756         * calc/calc-prog.el (calc-read-parse-table):
8757         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
8758         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
8759         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
8760         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
8761         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
8762         (calc-graph-name, calc-graph-find-command, calc-graph-view)
8763         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
8764         * calc/calc-ext.el (calc-realign):
8765         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
8766         (calc-embedded-finish-edit, calc-embedded-make-info)
8767         (calc-embedded-finish-command, calc-embedded-stack-change):
8768         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
8770         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
8771         (overload-docstring-extension): Use that info.
8772         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
8773         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
8774         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
8775         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
8776         (semantic-nonterminal-full-name): Add the new `when' info.
8777         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
8778         `assert'.
8780         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
8781         shell-dynamic-complete-filename in preference to
8782         comint-dynamic-complete-filename.
8784         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8785         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8786         Don't consider whether the display supports colors.
8787         (bookmark-import-new-list): Use dolist.
8788         (bookmark-bmenu-mode-map): Move initialization into declaration.
8789         (bookmark-bmenu-list): Use dolist, simplify.
8790         (bookmark-show-all-annotations): Use save-selected-window and dolist.
8791         (menu-bar-final-items): Use push.
8793 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
8795         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
8796         it works on remote files.
8797         (vc-hg-diff): Don't pass any `--cwd' argument.
8799 2009-10-27  Kevin Ryde  <user42@zip.com.au>
8801         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8802         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
8803         (Further to Bug#3921).
8805 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
8807         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
8808         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
8809         calling `tramp-imap-put-file'.  Add file size to the call.
8810         (tramp-imap-get-file-entries): Compute also user name, file size,
8811         and date.
8812         (tramp-imap-handle-insert-directory): Insert uid and gid.
8813         (tramp-imap-handle-file-attributes): Transform uid and gid
8814         according to `id-format'.
8815         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
8816         size in header X-Size.
8818 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
8820         * simple.el (transpose-subr): Give clearer error when the mark
8821         is not set.  (Bug#4807)
8823 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
8825         * net/tramp.el (tramp-perl-file-truename): New defconst.
8826         Perl code contributed by yary <not.com@gmail.com> (tiny change).
8827         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
8828         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
8829         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
8831         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
8832         Ignore `dired-call-process'.
8833         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
8835 2009-10-26  Julian Scheid  <julians37@gmail.com>
8837         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
8838         (tramp-get-remote-readlink): New defun.
8839         (tramp-handle-file-truename): Use it.
8840         (tramp-handle-file-exists-p): Check file-attributes cache, assume
8841         file exists if cache value present.
8842         (tramp-check-cached-permissions): New defun.
8843         (tramp-handle-file-readable-p): Use it.
8844         (tramp-handle-file-writable-p): Likewise.
8845         (tramp-handle-file-executable-p): Likewise.
8846         (tramp-handle-file-name-all-completions): Try using Perl to get
8847         partial completions.  When perl not available, combine `cd' and
8848         `ls' into single remote operation and use shell expansion to get
8849         partial remote directory contents.  Set `file-exists-p' cache for
8850         directory and any files returned by ls.  Change cache handling to
8851         support partial directory contents.  Use error message emitted by
8852         remote `cd' or Perl code for local tramp-error.
8853         (tramp-do-copy-or-rename-file-directly): Avoid separate
8854         tramp-send-command-and-check call.
8855         (tramp-handle-process-file): Merge three remote ops into one.
8856         Do not flush all caches when `process-file-side-effects' is set.
8857         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
8858         file-attributes shows uid/gid to be set already.
8860 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
8862         * textmodes/tex-mode.el (tex-dvi-view-command)
8863         (tex-show-queue-command, tex-open-quote):
8864         * progmodes/ruby-mode.el (auto-mode-alist)
8865         (interpreter-mode-alist): Purecopy strings.
8867         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
8869         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
8870         string for the hook, keymap and abbrev table.
8872         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
8874         * x-dnd.el (x-dnd-xdnd-to-action):
8875         * startup.el (fancy-startup-text, fancy-about-text): Change to
8876         defconst from defvar.
8878         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
8880         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
8881         Purecopy initialization strings.
8883         * mail/sendmail.el (mail-header-separator)
8884         (mail-personal-alias-file):
8885         * mail/rmail.el (rmail-default-dont-reply-to-names)
8886         (rmail-ignored-headers, rmail-retry-ignored-headers)
8887         (rmail-highlighted-headers, rmail-secondary-file-directory)
8888         (rmail-secondary-file-regexp):
8889         * files.el (null-device, file-name-invalid-regexp)
8890         (locate-dominating-stop-dir-regexp)
8891         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
8892         (interpreter-mode-alist): Use mapcar instead of mapc.
8894         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
8896         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
8897         (completion-ignored-extensions):
8898         (debug-ignored-errors): Purecopy strings.
8900 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8902         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
8903         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
8904         (pcomplete--here): Use push.
8906         * subr.el (all-completions): Declare the 4th arg obsolete.
8908 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8910         * pcomplete.el (pcomplete-unquote-argument-function): New var.
8911         (pcomplete-unquote-argument): New function.
8912         (pcomplete--common-suffix): Always pay attention to case.
8913         (pcomplete--table-subvert): Quote and unquote the text.
8914         (pcomplete--common-quoted-suffix): New function.
8915         (pcomplete-std-complete): Use it and pcomplete-begin.
8917         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
8918         we're inside a dedicated or minibuffer window.
8920 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8922         * cedet/semantic/fw.el (semantic-alias-obsolete)
8923         (semantic-varalias-obsolete): Make the `when' arg mandatory.
8924         (define-mode-overload-implementation):
8925         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
8926         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
8927         * cedet/semantic/util.el (semantic-file-token-stream)
8928         (semantic-something-to-stream):
8929         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
8930         (semantic-expand-nonterminal):
8931         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
8932         (semantic-find-dependency, semantic-find-nonterminal)
8933         (semantic-find-dependency):
8934         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
8935         (semantic-flex-text, semantic-flex-make-keyword-table)
8936         (semantic-flex-keyword-p, semantic-flex-keyword-put)
8937         (semantic-flex-keyword-get, semantic-flex-map-keywords)
8938         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
8939         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
8940         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
8941         (semantic-after-idle-scheduler-reparse-hooks):
8942         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
8943         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
8944         * cedet/semantic.el (semantic-toplevel-bovine-table)
8945         (semantic-toplevel-bovine-cache)
8946         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
8947         (semantic-init-mode-hooks, semantic-init-db-hooks)
8948         (semantic-bovination-working-type): Provide the `when' arg.
8950 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
8952         * bookmark.el: Update documentation, especially documentation
8953         of `bookmark-alist' and of the bookmark file format.
8954         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
8956 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
8958         * mail/emacsbug.el (report-emacs-bug): Clarify that the
8959         keybindings apply to the mail buffer (Bug#4003).  Shrink help
8960         window to buffer.
8962         * whitespace.el (whitespace-mode, whitespace-newline-mode)
8963         (global-whitespace-mode, global-whitespace-newline-mode)
8964         (whitespace-toggle-options, global-whitespace-toggle-options):
8965         Doc fix (Bug#3660).
8967         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
8968         of xmltok-start before the end tag was inserted (Bug#2840).
8970         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
8971         patterns that are preceded by an open-paren (Bug#1320).
8973 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
8975         * files.el (delete-directory): Delete symlinks to directories with
8976         delete-file (Bug#4739).
8978 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
8980         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
8981         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
8982         argument to make-obsolete.
8984         * cedet/semantic/fw.el (semantic-alias-obsolete)
8985         (semantic-varalias-obsolete): Add optional WHEN argument.
8987 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
8989         * vc.el (vc-backend-for-registration): Rename from
8990         vc-get-backend-for-registration.  Update callers.
8992         * international/mule-cmds.el (set-language-info-alist):
8993         Purecopy lang-env.
8994         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
8995         (charset): Purecopy the name.
8996         (define-char-code-property): Purecopy string arguments.
8998         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8999         Purecopy string arguments.
9001         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9002         * ediff-hook.el (menu-bar-ediff-menu):
9003         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9004         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9006 2009-10-24  Glenn Morris  <rgm@gnu.org>
9008         * comint.el (comint-dynamic-list-completions):
9009         * term.el (term-dynamic-list-completions): Use choose-completion rather
9010         than obsolete alias mouse-choose-completion.
9012         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9013         file-cache-choose-completion.
9014         (file-cache-choose-completion): Handle an optional event argument.
9015         (file-cache-mouse-choose-completion): Make it an obsolete alias.
9017         * progmodes/octave-mod.el (octave-complete-symbol):
9018         Use choose-completion if mouse-choose-completion is ever removed.
9020         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9021         use.
9023         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9024         compiler.
9026         * vc-hooks.el (vc-responsible-backend): Fix declaration.
9028 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9030         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9031         Ignore `pred' now that we receive one.
9032         Handle test-completion specially.
9034 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9036         * vc.el (vc-responsible-backend): Throw an error if not backend is
9037         found.  Remove the REGISTER argument.  Move the code dealing with
9038         REGISTER ...
9039         (vc-get-backend-for-registration): ... here.  New function.
9040         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9041         of vc-responsible-backend, pass the file name instead of the
9042         directory name.
9044 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9046         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9047         New funs.
9048         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
9049         (pcomplete-comint-setup): Don't modify a global var via
9050         accidental side-effects.
9051         (pcomplete-shell-setup): Adjust call accordingly.
9052         (pcomplete-parse-comint-arguments): Use push.
9054 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
9056         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9057         Allow uncapitalized info node names (Bug#3921).
9059         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9060         to the DEBUG file (Bug#3781).
9062 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
9064         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9065         dictionary entry (Bug#4579).
9067 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
9069         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9070         from `rfn-eshadow-update-overlay-hook' when unloading.
9071         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9072         "rsyncc".  Adjust doc string.
9073         (tramp-temp-buffer-file-name): New buffer-local defvar.
9074         (tramp-handle-insert-file-contents, tramp-handle-write-region):
9075         Keep temporary file when indicated by method ("rsync" and
9076         "rsyncc").
9077         (tramp-handle-write-region): Handle APPEND.
9078         (tramp-delete-temp-file-function): New defun.  Added to
9079         `kill-buffer-hook'.
9081 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
9083         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9085 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
9087         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9088         (color-name-rgb-alist, tty-standard-colors)
9089         (tty-color-mode-alist): Change to defconst.
9091         * simple.el (mark-inactive): Purecopy message.
9093         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9094         (global-map, yank-menu):
9095         * textmodes/ispell.el (ispell-menu-map):
9096         * net/eudc.el (eudc-tools-menu):
9097         * international/mule-cmds.el (describe-language-environment-map)
9098         (setup-language-environment-map, set-coding-system-map)
9099         (mule-menu-keymap):
9100         * vc-hooks.el (vc-menu-entry, vc-menu-map):
9101         * replace.el (occur-mode-map):
9102         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9104 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
9106         * calc/calc.el (math-read-number, math-read-number-simple): Use
9107         `save-match-data'.
9109 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9111         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9112         rather than fiddling with global-map bindings, since it should only
9113         affect per-terminal settings.
9114         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9116         * minibuffer.el (completion-table-with-terminator): Allow to specify
9117         the terminator-regexp.
9119         * simple.el (switch-to-completions): Look for *Completions* in other
9120         frames as well.
9122         * pcomplete.el: Allow the use of completion-tables.
9123         (pcomplete-std-complete): New command.
9124         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9125         (pcomplete--here): Use a function for `form' rather than an expression,
9126         so it can be byte-compiled.
9127         (pcomplete-here, pcomplete-here*): Adjust accordingly.
9128         Add edebug declaration.
9129         (pcomplete-show-completions): Remove unused var `curbuf'.
9130         (pcomplete-do-complete, pcomplete-stub):
9131         Don't assume `completions' is a list of strings any more.
9133 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
9135         * find-dired.el (find-name-arg): Fix typo in docstring.
9137 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9139         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9140         (pcmpl-linux-fs-types): Same, and update to new modules layout.
9142         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9143         pcomplete-entries.
9145         * comint.el (comint-read-input-ring, comint-write-input-ring)
9146         (comint-substitute-in-file-name)
9147         (comint-dynamic-complete-as-filename)
9148         (comint-dynamic-simple-complete)
9149         (comint-dynamic-list-filename-completions)
9150         (comint-dynamic-list-completions)
9151         (comint-redirect-results-list-from-process): Minor simplifications.
9153 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9155         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9156         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9157         the first form.  And insert a blank line after ";;; Code" since
9158         that's usual style.  (Bug#4612)
9160         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9162 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9164         * minibuffer.el (completion-table-with-terminator): Properly implement
9165         boundaries, in case `terminator' appears in the suffix.
9166         (completion--embedded-envvar-table): Don't return boundaries if
9167         there's no valid completion.  Simplify.
9168         (completion-file-name-table): New completion table extracted from
9169         completion--file-name-table.
9170         (completion--file-name-table): Use it.
9171         (read-file-name-predicate): Declare obsolete.
9172         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9173         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9174         completion-file-name-table, and use the `pred' argument.
9175         * files.el (locate-file-completion-table): Use the `pred' arg rather
9176         than read-file-name-predicate.
9177         (abbreviate-file-name): Use \` rather than ^ for BOS.
9179 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
9181         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9182         vc-responsible-backend to register, it causes problems.
9184 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9186         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9188 2009-10-21  Eric Ludlam  <zappo@gnu.org>
9190         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9191         (semantic-c-debug-mode-init-pch): New functions.
9192         (semantic-c-debug-mode-init-last-mode): New var.
9193         (semantic-c-parse-lexical-token): Use them.
9195         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9196         When extracting the argument list, limit only by point-max.
9198 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
9200         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9201         (tramp-smb-handle-file-attributes): Use it.
9202         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9203         (tramp-smb-handle-insert-directory): Use `mapc' rather than
9204         `mapcar'.  Use `tramp-smb-get-stat-capability'.
9205         Add `dired-filename' text properties.
9206         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9207         (tramp-smb-maybe-open-connection): Simplify check for smbclient
9208         version.
9210 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9212         * subr.el (read-key-delay): Reduce to 0.01.
9213         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9214         (bug#4751).
9216 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9218         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9220         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9221         (Info-menu): Remove unused vars `last' and `completions'.
9222         (Info-index-nodes): Remove unused var `node'.
9224         * info.el (Info-complete-menu-item): Use complete-with-action.
9226 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
9228         Make vc-annotate work through copies and renames.
9229         * vc-annotate.el (vc-annotate-extract-revision-at-line):
9230         Return the file name too.
9231         (vc-annotate-revision-at-line)
9232         (vc-annotate-find-revision-at-line)
9233         (vc-annotate-revision-previous-to-line)
9234         (vc-annotate-show-log-revision-at-line): Update to get the file
9235         name from vc-annotate-extract-revision-at-line.
9236         (vc-annotate-show-diff-revision-at-line-internal): Change the
9237         argument to mean whether to show a file diff or not.  Get the file
9238         name from vc-annotate-extract-revision-at-line.
9239         (vc-annotate-show-diff-revision-at-line):
9240         Update vc-annotate-show-diff-revision-at-line call.
9241         (vc-annotate-warp-revision): Add an optional file argument.
9243         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9244         (vc-git-annotate-extract-revision-at-line): Also return the file
9245         name if found.
9247         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9248         command.  Remove unused code.
9249         (vc-hg-annotate-re): Update to match --follow output.
9250         (vc-hg-annotate-extract-revision-at-line): Also return the file
9251         name if found.
9253         * vc.el: Update annotate-extract-revision-at-line documentation.
9255 2009-10-18  Kevin Ryde  <user42@zip.com.au>
9257         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9258         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9260         * net/browse-url.el (browse-url): Identify alist with "consp and
9261         not functionp" and let all other things go down the `apply' leg,
9262         as suggested by Stefan.  (Further to bug#4531.)
9264 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
9266         * minibuffer.el (read-file-name): Check for repeat before putting
9267         a default argument in file-name-history (Bug#4657).
9269         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9270         read syntax (Bug#4737).
9272         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9274 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9276         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9277         (html-tag-alist, html-tag-help): Add descriptions for undocumented
9278         entries and make note of obsolete tags.
9280 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9282         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9284 2009-10-18  Glenn Morris  <rgm@gnu.org>
9286         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9287         grep, so that binary files (eg international/uni-bidi.el) can match.
9288         Remove test for "UnicodeData" files, since it is hopefully unnecessary
9289         now, and in any case the file header format has changed.
9291 2009-10-17  Glenn Morris  <rgm@gnu.org>
9293         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9294         (flyspell-get-word, flyspell-large-region)
9295         (flyspell-auto-correct-previous-word): Doc/error message fixes.
9297 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9299         * Makefile.in (ELCFILES): Add ede/shell.
9301 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
9303         * term/common-win.el (x-colors): Purecopy it.
9305 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9307         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9308         permissive for when the buffer is empty.
9309         (tar-header-block-tokenize): Decode the username and groupname.
9310         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9312 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
9314         * cedet/srecode/srt.el:
9315         * cedet/srecode/compile.el:
9316         * cedet/semantic/mru-bookmark.el:
9317         * cedet/semantic/debug.el:
9318         * cedet/semantic/complete.el:
9319         * cedet/semantic/analyze.el: Require CL when compiling.
9321 2009-10-17  Eric Ludlam  <zappo@gnu.org>
9323         * cedet/semantic/scope.el
9324         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9325         tmpscope so that the regular scope will continue to work.
9327         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9328         Use semantic-idle-summary-highlight-face as the highlighting.
9330         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9331         contains multibyte characters, choose first applicable coding
9332         system automatically.
9334         * cedet/ede/project-am.el (project-run-target): New method.
9335         (project-run-target): New method.
9337         * cedet/ede.el (ede-target): Add run target menu item.
9338         (ede-project, ede-minor-keymap): Add ede-run-target binding.
9339         (ede-run-target): New function.
9340         (ede-target::project-run-target): New method.
9342         * cedet/ede/proj.el (project-run-target): New method.
9344         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9345         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
9346         Add :rules.
9347         (ede-proj-target-makefile-shared-object): Only libtool compilers
9348         now available.  Add linkers for libtool.
9349         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9350         (ede-proj-makefile-target-name): Always use .la extension.
9352         * cedet/ede/proj-prog.el (project-run-target): New method.
9354         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9355         (ede-g++-linker): Change Change link lines.
9357         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9358         When searching for old variables, go to the end of the buffer and
9359         search backward from there.
9360         (ede-proj-makefile-automake-insert-subdirs)
9361         (ede-proj-makefile-automake-insert-extradist): New methods.
9362         (ede-proj-makefile-create): Use them.
9364         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9365         Force FILE to expand to the current target.  Use file-exists-p to
9366         check that it exists.
9368         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9369         (ede-linux-load): Wrap dir in file-name-as-directory.
9370         Set :version slot.
9372         * cedet/ede/files.el (ede-get-locator-object): When enabling
9373         locate, do so on "top".
9375         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9376         file-name-as-directory during compare.
9377         (ede-emacs-version): Return Emacs/XEmacs differentiator.
9378         Get version number from different places.  Don't call egrep.
9379         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
9380         to set the directory.
9382         * cedet/ede/shell.el: New file.
9384         * cedet/inversion.el (inversion-decoders): Allow for stray . in
9385         alpha/beta variants.
9387 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9389         * international/mule-cmds.el (select-safe-coding-system): If the file
9390         has a coding cookie, use it regardless of any other setting (bug#4712).
9392 2009-10-17  Glenn Morris  <rgm@gnu.org>
9394         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9395         All errors should have messages.
9397         * foldout.el (foldout-mouse-swallow-events):
9398         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9400         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9401         (dired-keep-marker-copy, dired-keep-marker-hardlink)
9402         (dired-keep-marker-symlink, dired-dwim-target)
9403         (dired-copy-preserve-time): Do not autoload these defcustoms.
9405         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
9406         messages from messing up the file coding.  (Bug#4623)
9408 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
9410         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9411         if no match is found for the current dictionary.  (Bug#4578)
9413         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
9414         optional, since that is how it is documented, and this is often called
9415         with a nil argument.  (Bug#4577)
9416         (flyspell-external-point-words, flyspell-auto-correct-word)
9417         (flyspell-correct-word-before-point, flyspell-word-search-forward)
9418         (flyspell-word-search-backward): Remove nil argument in calls to
9419         flyspell-get-word, since it is not needed now.
9421 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
9423         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
9425 2009-10-16  Glenn Morris  <rgm@gnu.org>
9427         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
9429 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
9431         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
9432         (ange-ftp-file-size): New function.
9433         (ange-ftp-file-attributes): Use it.
9435 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
9437         * net/tramp-smb.el (tramp-smb-version): New defvar.
9438         (tramp-smb-maybe-open-connection): Use it, in order to avoid
9439         repeated checks.
9441 2009-10-16  Glenn Morris  <rgm@gnu.org>
9443         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9444         Maybe copy some custom properties from old to new name.  (Bug#4706)
9446 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
9448         * subr.el (error, sit-for, start-process-shell-command)
9449         (start-file-process-shell-command): Set the calling convention
9450         after the function definition.
9452 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9454         * subr.el (error, sit-for, start-process-shell-command)
9455         (start-file-process-shell-command): Use the new
9456         set-advertised-calling-convention feature.
9458 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
9460         * international/ucs-normalize.el (ucs-normalize-version):
9461         Change to 1.2.
9462         (check-range): Adjust for Unicode 5.2.
9464 2009-10-15  Juri Linkov  <juri@jurta.org>
9466         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
9467         to the `menu-item' format.
9469 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
9471         * net/tramp.el (tramp-replace-environment-variables): Do not fail
9472         if the environment variable does not exist.
9474         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9475         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
9476         parameter.
9477         (tramp-smb-handle-add-name-to-file)
9478         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9479         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9480         (tramp-smb-handle-file-attributes)
9481         (tramp-smb-do-file-attributes-with-stat)
9482         (tramp-smb-handle-file-local-copy)
9483         (tramp-smb-handle-insert-directory)
9484         (tramp-smb-handle-make-directory)
9485         (tramp-smb-handle-make-directory-internal)
9486         (tramp-smb-handle-make-symbolic-link)
9487         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
9488         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
9489         (tramp-smb-maybe-open-connection): Apply the changed parameters.
9490         (tramp-smb-read-file-entry): Read Disk names in compressed format.
9491         Handle long file names.
9492         (tramp-smb-get-cifs-capabilities): Check, whether the connection
9493         process is running.
9494         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
9495         Read share names with "-g" option.
9497 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
9499         * net/rcirc.el (rcirc-view-log-file): New command.
9500         (rcirc-track-minor-mode-map): Remove C-c ` binding.
9501         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
9502         specified.
9504 2009-10-15  Glenn Morris  <rgm@gnu.org>
9506         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
9507         from the second command-line argument.
9508         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
9509         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
9510         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
9511         w32-batch-update-autoloads.
9512         * emacs-lisp/autoload.el (autoload-make-program): New variable.
9513         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
9515         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
9516         the headers cannot be located.  Simplify, subtracting superflous
9517         save-excursions.
9519 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9521         Replace completion-base-size by completion-base-position to fix bugs
9522         such as (bug#4699).
9523         * simple.el (completion-base-position): New var.
9524         (completion-base-size): Mark as obsolete.
9525         (choose-completion): Make it work for mouse events as well.
9526         Pass the new base-position to choose-completion-string.
9527         (choose-completion-guess-base-position): New function, extracted from
9528         choose-completion-delete-max-match.
9529         (choose-completion-delete-max-match): Use it.  Make obsolete.
9530         (choose-completion-string): Use the new base-position info.
9531         (completion-root-regexp): Delete.
9532         (completion-setup-function): Preserve completion-base-position.
9533         Eliminate obsolete base-size manipulation.
9534         * minibuffer.el (display-completion-list): Don't mess with base-size.
9535         (minibuffer-completion-help): Set completion-base-position instead.
9536         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
9537         choose-completion.
9538         * textmodes/bibtex.el (bibtex-complete):
9539         * emacs-lisp/crm.el (crm--choose-completion-string):
9540         Adjust to new calling convention.
9541         * complete.el (partial-completion-mode): Use minibufferp to avoid
9542         bumping into incompatible change to choose-completion-string-functions.
9543         * ido.el (ido-choose-completion-string): Make its calling convention
9544         more permissive.
9545         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
9546         base-size manipulation.
9547         (comint-dynamic-list-input-ring): Use dotimes and push.
9548         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
9549         fundamental-mode.  Use `or'.
9551 2009-10-14  Juri Linkov  <juri@jurta.org>
9553         * misearch.el (multi-isearch-next-buffer-from-list)
9554         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
9556 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9558         * Makefile.in (compile-onefile): Load `bytecomp' rather than
9559         `bytecomp.el'.
9561         * minibuffer.el (completion-pcm--merge-completions): Make sure the
9562         string we return is all made up of text from the completions rather
9563         than part from the completions and part from the input (bug#4219).
9565         * ido.el (ido-everywhere): Use define-minor-mode.
9567         * buff-menu.el (list-buffers, ctl-x-map):
9568         Mark the entry points with ;;;###autoload cookies.
9570 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9572         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
9573         correctly in the detached head case.
9574         (vc-git-print-log): Remove unused binding.
9576         * vc.el (vc-responsible-backend): When a directory is passed for
9577         for registration create a VC repository if no backend is
9578         responsible for the directory argument.
9579         (vc-deduce-fileset): Tell vc-responsible-backend to register.
9581         * vc.el: Move comments about RCS and SCCS ...
9582         * vc-rcs.el:
9583         * vc-sccs.el: ... here, respectively.
9585 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9587         * minibuffer.el (completion--file-name-table): Return nil if there's
9588         no file completion, even if substitute-in-file-name changed
9589         the string (bug#4708).
9591 2009-10-13  Juri Linkov  <juri@jurta.org>
9593         * files-x.el (read-file-local-variable-value): Don't filter out
9594         minor modes from mode name completion (bug#4664).
9596 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9598         * international/mule-cmds.el (ucs-names): Remove exclusion of
9599         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
9601 2009-10-13  Kenichi Handa  <handa@m17n.org>
9603         * international/uni-name.el: Regenerated.
9605 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
9607         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
9608         should be automatically buffer-local, but isn't.)
9610 2009-10-12  Sam Steingold  <sds@gnu.org>
9612         * progmodes/compile.el (compilation-next-error-function): Fix the
9613         timestamps if the buffer has been visited before.
9614         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
9615         non-anchored patterns, like the perl one (bug#3928).
9617 2009-10-12  Glenn Morris  <rgm@gnu.org>
9619         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
9620         Let-bind `size'.
9622 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
9624         * proced.el (proced-unload-function): New function.
9626         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
9627         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
9628         Doc fix.
9630         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
9632 2009-10-11  Juri Linkov  <juri@jurta.org>
9634         * files-x.el (read-file-local-variable-value):
9635         Provide default value only for bound variables (bug#4664).
9637 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
9639         * net/tramp.el (tramp-local-host-p): Function shall return nil for
9640         connection methods like smb.
9642         * net/tramp-cache.el (tramp-flush-connection-property): The hash
9643         can be empty.
9645         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9646         (tramp-smb-file-name-handler-alist): Add handlers for
9647         `add-name-to-file', `make-symbolic-link'.
9648         (tramp-smb-handle-add-name-to-file)
9649         (tramp-smb-do-file-attributes-with-stat)
9650         (tramp-smb-handle-make-symbolic-link)
9651         (tramp-smb-get-cifs-capabilities): New defuns.
9652         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9653         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9654         (tramp-smb-handle-file-local-copy)
9655         (tramp-smb-handle-make-directory-internal)
9656         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9657         The file name syntax depends on cifs capabilities.
9658         (tramp-smb-handle-file-attributes):
9659         Call `tramp-smb-do-file-attributes-with-stat' if possible.
9660         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
9661         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
9663 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
9665         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
9666         (eieio-defclass): Apply deftype handler and setf-method properties
9667         directly.
9668         (eieio-add-new-slot): Avoid union function from cl library.
9669         (eieio--typep): New function.
9670         (eieio-perform-slot-validation): Use it.
9672 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
9674         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
9675         Update documentation to refer to the variables documented in r1.135.
9676         (Bug#4188)
9678 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
9680         * bookmark.el (Info-suffix-list): Remove this unused variable.
9681         (bookmark-current-point): Remove this obsolete variable.
9682         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
9683         Adjust for removal of bookmark-current-point.
9685         (bookmarks-already-loaded, bookmark-current-buffer)
9686         (bookmark-yank-point): Document.  (Bug#4188)
9688 2009-10-10  Glenn Morris  <rgm@gnu.org>
9690         * frame.el (frame-height): Doc fix.
9692         * calendar/calendar.el (calendar-split-width-threshold): New option.
9693         (calendar-basic-setup): Use calendar-split-width-threshold.
9695 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
9697         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
9698         Use .la for Automake.
9700 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
9702         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
9703         Use "autoreconf -i".  Suggested by Andreas Schwab.
9705 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
9707         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
9708         Ideographic Supplement" range (U+1F200..U+1F2FF).
9710 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9712         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
9713         since the list will have been rebuilt anyway.  (Bug#4349)
9715 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9717         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
9718         (bookmark-bmenu-execute-deletions): Don't save here, as
9719         bookmark-delete will now do so if necessary.
9720         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
9721         (Bug#4348)
9723 2009-10-09  Glenn Morris  <rgm@gnu.org>
9725         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
9727 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9729         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
9730         (bookmark-jump-other-window): Just invoke bookmark-jump with new
9731         argument now, so the two function's behaviors will match.  (Bug#3645)
9733 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
9735         * cedet/ede/proj.el (project-make-dist, project-compile-project):
9736         Fix filename test.
9737         (ede-proj-dist-makefile): Use expand-file-name instead of concat
9738         to expand file names.
9740 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
9742         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
9743         (tramp-file-name-real-host, tramp-file-name-port):
9744         Apply `save-match-data'.
9746         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
9747         case both directories are remote.
9748         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
9749         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
9751 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
9753         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
9754         (ede-proj-target-makefile-objectcode): Use it.
9756         * cedet/ede/source.el (ede-want-any-source-files-p)
9757         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
9758         Return search result.  This error was introduced while merging.
9760 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
9762         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
9764 2009-10-07  Glenn Morris  <rgm@gnu.org>
9766         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
9767         of concat.
9769 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9771         * files-x.el (read-file-local-variable): Include some
9772         non-user-variables in the completion table (bug#4664).
9774 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
9776         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
9777         message.
9779         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9780         (tramp-smb-file-name-handler-alist): Add handler for
9781         `copy-directory', `expand-file-name', `set-file-modes'.
9782         (tramp-smb-handle-copy-directory)
9783         (tramp-smb-handle-expand-file-name)
9784         (tramp-smb-handle-set-file-modes): New defuns.
9785         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
9786         (tramp-smb-handle-file-attributes): Simplify check for retrieving
9787         entry.
9788         (tramp-smb-handle-insert-directory): Don't flush the cache.
9789         (tramp-smb-maybe-open-connection): Check for samba client and
9790         server versions.
9792 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
9794         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
9795         to not error out of search for "^lisp=" fails.
9797 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
9799         * makefile.w32-in (WINS_UPDATES): New macro.
9800         (custom-deps, finder-data, autoloads): Use it.
9802 2009-10-07  Glenn Morris  <rgm@gnu.org>
9804         * Makefile.in (autoloads): Revert previous change.
9805         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
9806         the list of preloaded files passed on the command-line, get
9807         it from src/Makefile.
9809         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
9810         show the original buffer rather than a random one.
9812 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
9814         * help.el (describe-no-warranty): Place point in a slightly better
9815         position in the GPLv3 text.
9817 2009-10-06  Sam Steingold  <sds@gnu.org>
9819         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
9820         the comm attribute is present before calling regexp-quote.
9822 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
9824         * play/animate.el (animate-string): For good effect, make sure
9825         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
9827         * play/animate.el (animate-sequence, animate-birthday-present):
9828         * misc.el (butterfly): Don't set `indent-tabs-mode'.
9830 2009-10-06  Glenn Morris  <rgm@gnu.org>
9832         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
9834         * emacs-lisp/autoload.el (autoload-excludes): New variable.
9835         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
9836         (batch-update-autoloads): Process a string value of autoload-excludes,
9837         set during the build process.
9838         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
9840         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
9841         inside with-parsed...  macro so that `v' is defined.
9843         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
9844         * progmodes/fortran.el (fortran-end-of-block)
9845         (fortran-beginning-of-block):
9846         Also push mark in the macro case.
9848         * emerge.el (emerge-show-file-name):
9849         * calc/calc.el (calc-quit):
9850         * calc/calc-misc.el (calc-big-or-small):
9851         * calc/calc-graph.el (calc-graph-view):
9852         * calc/calc-ext.el (calc-reset):
9853         * calendar/calendar.el (calendar-basic-setup):
9854         Use window-full-height-p.
9856         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
9857         header we don't understand, don't insert another.  (Bug#4624)
9858         If changing mime charset, insert the new one in the right place.
9860 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
9862         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
9863         (cal-tex-cursor-month): Correctly increment the end date for diary and
9864         holiday listing.  (Bug#4626)
9866 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9868         * help-fns.el (describe-function-1): Don't burp if the function is not
9869         a symbol.
9871 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
9873         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
9874         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
9875         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
9876         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
9878         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
9879         (eieio-default-superclass): Reflow docstrings.
9880         (this, class-option-assoc, defclass, eieio-class-un-autoload)
9881         (eieio-unbind-method-implementations, defmethod)
9882         (eieio-validate-slot-value, eieio-validate-class-slot-value)
9883         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
9884         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
9885         (eieio-slot-originating-class-p, eieio-slot-name-index)
9886         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
9887         (constructor, initialize-instance, no-next-method, object-print)
9888         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
9889         Fix typos in docstrings.
9890         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
9891         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
9892         (next-method-p): Doc fixes.
9893         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
9894         Fix typos in error messages.
9895         (eieio-defmethod): Fix typo in description of generic method.
9897         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
9898         (eieio-persistent-save-interactive, slot-missing):
9899         Fix typos in docstrings.
9900         (eieio-instance-inheritor-slot-boundp): Doc fix.
9902         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
9903         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
9905         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
9906         (eieio-custom-object-apply-reset):
9907         Fix typos in docstrings and error messages.
9909         * emacs-lisp/eieio-datadebug.el (data-debug-show):
9910         Fix typo in docstring.
9912         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
9913         (eieio-browse-tree): Doc fix.
9914         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
9915         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
9916         Fix typos in docstrings.
9918         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
9919         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
9920         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
9921         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
9922         Reflow docstrings.
9924 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
9926         * vc-hg.el (log-view-vc-backend): Declare for compiler.
9927         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
9928         Set log-view-vc-backend so that diff can work.
9930         * log-view.el (log-view-diff): Use vc-diff-internal instead of
9931         vc-version-diff.
9932         (vc-diff-internal): Autoload this instead of vc-version-diff.
9934 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
9936         * simple.el (eval-expression): Doc fix.
9938         * progmodes/cwarn.el (cwarn-mode): Doc fix.
9940 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
9942         * files.el (directory-files-no-dot-files-regexp): New defconst.
9943         (delete-directory): Use it.
9944         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
9946         * net/tramp.el (tramp-verbose): Fix docstring.
9947         (tramp-methods): Add recursive option to `tramp-copy-args'.
9948         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
9949         "scp1_old", "scp2_old", "rsync", "rsyncc".
9950         (tramp-default-method): Check also for `auth-source-user-or-password'.
9951         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9952         Add handler for `copy-directory'.
9953         (tramp-handle-copy-directory): New defun.
9954         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
9955         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
9956         Optimize sent command.
9958 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9960         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
9961         window if necessary.
9963         * calendar/calendar.el (calendar-basic-setup): Don't call
9964         switch-to-buffer in a dedicated window.
9966 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
9968         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
9969         don't do anything related to relocating, just return nil.
9970         (bookmark-error-no-filename): New error.
9971         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
9972         bookmark has no file.  Don't even attempt to handle things that
9973         are not files; the whole point of custom handlers is to keep that
9974         knowledge elsewhere anyway.  Tighten some comments.
9975         (bookmark-file-or-variation-thereof): Remove now-unused function.
9976         (bookmark-location): Doc string fix.
9977         (Bug#4250)
9979 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9981         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
9982         don't use a file dialog, because they usually don't know how to read
9983         a directory target from the user.  (Bug#4230)
9984         Also, make sure the prompt can display directories as well as files.
9986 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9988         * bookmark.el (bookmark-set, bookmark-buffer-name):
9989         Improve doc strings.  (Bug#1193)
9991 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9993         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
9994         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
9995         (bookmark-get-annotation, bookmark-set-annotation)
9996         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
9997         (bookmark-set-position, bookmark-get-front-context-string)
9998         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
9999         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10000         (bookmark-jump-other-window, bookmark-handle-bookmark)
10001         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10002         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10003         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10004         Improve doc strings to say whether bookmark can be a string or
10005         a record or both, and make other consistency and clarity fixes.
10006         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10007         (bookmark-default-annotation-text, bookmark-yank-word)
10008         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10009         (bookmark-import-new-list, bookmark-maybe-rename)
10010         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10011         (bookmark-bmenu-bookmark): Give these doc strings.
10012         (bookmark-bmenu-check-position): Give this a doc string, but also
10013         add a FIXME comment about how the function may be pointless.
10014         (bookmark-default-handler): Rework doc string and change a
10015         parameter name, to clarify that this takes a bookmark record
10016         not a bookmark name.
10017         (bookmark-set): Change a parameter name to indicate its meaning,
10018         and improve the doc string a bit.
10019         (Bug#4188)
10021 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10023         * bookmark.el (bookmark-alist): Document the new `handler' element
10024         in the param alist.
10025         (bookmark-make-record-function): Adjust documentation for above.
10026         (Bug#4193)
10028 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
10030         * info.el (Info-bookmark-make-record): Document this function.
10031         (Info-bookmark-jump): Document with a doc string, not just a comment.
10032         (Bug#4203)
10034 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10036         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10037         (semantic-new-buffer-fcn): Call parser setup functions here.
10038         (semantic-mode): Don't call parser setup functions here, it's done
10039         in semantic-new-buffer-fcn now.
10040         (semantic-mode): Parse all existing buffers when enabled.
10042         * cedet/srecode/compile.el (srecode-compile-file):
10043         Call semantic-new-buffer-fcn if the buffer has not been parsed.
10045 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10047         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10049         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10050         (proj-comp-insert-variable-once): New macro, renamed from
10051         ede-pmake-insert-variable-once in ede/pmake.edl.
10052         (ede-proj-makefile-insert-variables): Use it.
10054 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
10056         * files.el (copy-directory): New defun.
10058         * dired-aux.el (dired-copy-file-recursive): Use it.
10060 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10062         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10063         (makefile-end-of-command):
10064         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10065         (semantic-end-of-context): Fix previous change.  Doc fixes.
10067 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10069         * files-x.el (modify-dir-local-variable)
10070         (copy-dir-locals-to-file-locals-prop-line):
10071         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10072         (makefile-end-of-command):
10073         * cedet/semantic/lex.el (semantic-lex-token):
10074         * cedet/semantic/analyze/fcn.el
10075         (semantic-analyze-dereference-metatype-1):
10076         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10077         (semantic-lex-cpp-undef):
10078         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10079         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10080         (semantic-end-of-context): Fix typos in docstrings.
10082         * recentf.el (recentf-unload-function): New function.
10084 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
10086         * cedet/ede.el (ede-project-placeholder-cache-file):
10087         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10088         * cedet/srecode/map.el (srecode-map-save-file):
10089         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
10091 2009-10-04  Glenn Morris  <rgm@gnu.org>
10093         * window.el (window-full-height-p): Add doc string.
10095 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
10097         * window.el (window-full-height-p): New function.  (Bug#4543)
10099 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
10101         * cedet/srecode/insert.el: Require srecode/args.
10103         * cedet/srecode/args.el: Require srecode/dictionary instead of
10104         srecode/insert.
10106         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10108         * files.el (auto-mode-alist): Add .srt and Project.ede.
10110         * cedet/semantic.el (semantic-mode):
10111         Handle srecode-template-mode-hook as well.
10112         (semantic-mode): Use js-mode-hook for Javascript hook.
10114         * cedet/srecode/template.el: Remove hook variable.
10116         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10118         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10119         projects exist.
10120         (ede-project-placeholder-cache-file): Default to a file in
10121         user-emacs-directory.
10123         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10124         templates in data-directory.
10125         (srecode-map-save-file): Default to a file in user-emacs-directory.
10127         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10128         directory.
10130 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10132         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10133         Doc fix.
10135         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10136         Only insert each variable once.
10138         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10139         (ede-pmake-insert-variable-shared): Use it.
10141         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10142         for lexical table iff table is nil.
10144 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
10146         * vc.el: Remove commented out code.
10147         (vc-derived-from-dir-mode): Remove, unused.
10148         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10150 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
10152         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10153         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
10154         there could be recursive loading when `default-directory' is a
10155         remote file name.  (Bug#4614)
10157 2009-10-03  Glenn Morris  <rgm@gnu.org>
10159         * calendar/calendar.el (calendar-basic-setup): Handle the case where
10160         the frame is wide.
10161         (calendar-generate-window): Test for shrinkability rather than width.
10163         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10164         declaration, currently false.
10166         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10167         reusing existing buffers, in case we happen to visit two files with the
10168         same basename.  (Bug#4593)
10170 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10172         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10173         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10174         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10175         subdirs of cedet as well.
10176         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10178 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10180         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10181         Obey advertised-signature-table.
10183         * help-fns.el (help-function-arglist): Don't check
10184         advertised-signature-table.
10185         (describe-function-1): Do it here instead so it also applies to subrs.
10187 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
10189         * simple.el (start-file-process): Say in the doc-string, that file
10190         handlers might not support pty association, if PROGRAM is nil.
10192         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10193         HOST and USER are strings.  They are nil, when there are
10194         incomplete entries in ~/.netrc, for example.
10195         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
10196         root directory ("device busy" error otherwise).
10198         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10199         Flush file properties of created directory.
10201 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
10203         * makefile.w32-in (WINS_BASIC): Remove cedet.
10204         (WINS_CEDET): Add cedet.
10205         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10207 2009-10-02  Kevin Ryde  <user42@zip.com.au>
10209         * net/browse-url.el (browse-url): Pass any symbol in
10210         browse-url-browser-function to `apply', since if you've mistakenly put
10211         an unbound symbol then the error is clearer.  (Bug#4531)
10213 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10215         * allout.el (allout-init, allout-back-to-current-heading)
10216         (allout-beginning-of-current-entry, allout-ascend-to-depth)
10217         (allout-ascend, allout-up-current-level, allout-end-of-level)
10218         (allout-previous-visible-heading, allout-forward-current-level)
10219         (allout-backward-current-level, allout-show-children):
10220         * apropos.el (apropos-describe-plist):
10221         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10222         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10223         * completion.el (add-completion, add-permanent-completion):
10224         * descr-text.el (describe-text-category, describe-char):
10225         * desktop.el (desktop-lazy-abort):
10226         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10227         * dired.el (dired-build-subdir-alist):
10228         * ediff.el (ediff-version):
10229         * elide-head.el (elide-head, elide-head-show):
10230         * emerge.el (emerge-version):
10231         * env.el (getenv):
10232         * face-remap.el (variable-pitch-mode):
10233         * faces.el (describe-face):
10234         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10235         (dired-at-point):
10236         * files.el (find-file-existing, auto-save-mode):
10237         * font-lock.el (font-lock-fontify-buffer):
10238         * help-fns.el (describe-function, describe-variable)
10239         (describe-syntax, describe-categories):
10240         * help.el (view-lossage, describe-bindings, describe-key)
10241         (describe-mode):
10242         * hexl.el (hexl-current-address):
10243         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10244         * info.el (Info-goto-emacs-key-command-node):
10245         * log-edit.el (log-edit-insert-cvs-template)
10246         (log-edit-insert-cvs-rcstemplate):
10247         * menu-bar.el (menu-bar-mode):
10248         * mouse.el (mouse-appearance-menu):
10249         * newcomment.el (comment-indent-new-line):
10250         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10251         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10252         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10253         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10254         * recentf.el (recentf-mode):
10255         * savehist.el (savehist-mode, savehist-save):
10256         * shadowfile.el (shadow-copy-files):
10257         * simple.el (kill-ring-save, next-line, previous-line)
10258         (normal-erase-is-backspace-mode):
10259         * strokes.el (strokes-update-window-configuration)
10260         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10261         (strokes-xpm-for-stroke):
10262         * time.el (emacs-uptime, emacs-init-time):
10263         * tutorial.el (tutorial--describe-nonstandard-key)
10264         (tutorial--detailed-help):
10265         * type-break.el (type-break-mode)
10266         (type-break-mode-line-message-mode, type-break-query-mode)
10267         (type-break-guesstimate-keystroke-threshold):
10268         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10269         * version.el (emacs-version):
10270         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10271         * winner.el (winner-mode):
10272         * calendar/timeclock.el (timeclock-in, timeclock-out)
10273         (timeclock-status-string, timeclock-change)
10274         (timeclock-workday-remaining-string)
10275         (timeclock-workday-elapsed-string)
10276         (timeclock-when-to-leave-string):
10277         * calendar/todo-mode.el (todo-add-category):
10278         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10279         * emacs-lisp/autoload.el (update-file-autoloads):
10280         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10281         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10282         (checkdoc-message-text, checkdoc-defun):
10283         * emacs-lisp/debug.el (debugger-list-functions):
10284         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10285         * emacs-lisp/eieio-opt.el (eieio-describe-class)
10286         (eieio-describe-generic):
10287         * emacs-lisp/lisp-mnt.el (lm-synopsis):
10288         * emacs-lisp/shadow.el (list-load-path-shadows):
10289         * emulation/cua-base.el (cua-mode):
10290         * emulation/edt.el (edt-set-scroll-margins):
10291         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10292         (tpu-toggle-regexp, tpu-toggle-search-direction)
10293         (tpu-toggle-rectangle, tpu-toggle-control-keys):
10294         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10295         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10296         (viper-set-parsing-style-toggling-macro)
10297         (viper-set-emacs-state-searchstyle-macros):
10298         * emulation/viper.el (viper-set-hooks):
10299         * eshell/esh-mode.el (eshell-truncate-buffer):
10300         * international/mule-cmds.el (prefer-coding-system)
10301         (describe-input-method, describe-language-environment):
10302         * international/mule-diag.el (list-character-sets)
10303         (describe-character-set, describe-coding-system)
10304         (describe-fontset, list-fontsets, list-input-methods):
10305         * mail/sendmail.el (mail-signature):
10306         * net/ange-ftp.el (ange-ftp-copy-file):
10307         * net/browse-url.el (browse-url):
10308         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10309         * net/quickurl.el (quickurl-add-url):
10310         * net/rcirc.el (names, topic):
10311         * net/xesam.el (xesam-mode):
10312         * play/5x5.el (5x5-new-game):
10313         * play/yow.el (apropos-zippy):
10314         * progmodes/ada-mode.el (ada-mode-version):
10315         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10316         (f90-end-of-block)
10317         (f90-beginning-of-block):
10318         * progmodes/fortran.el (fortran-end-of-block)
10319         (fortran-beginning-of-block):
10320         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10321         * progmodes/python.el (python-describe-symbol, python-shell):
10322         * term/ns-win.el (ns-print-buffer):
10323         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10324         * textmodes/flyspell.el (flyspell-mode-on):
10325         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10326         (pages-directory-for-addresses):
10327         * textmodes/table.el (table-recognize-cell)
10328         (table-query-dimension, table-generate-source)
10329         (table-insert-sequence, table--warn-incompatibility):
10330         * textmodes/tex-mode.el (tex-validate-buffer):
10331         * textmodes/texinfmt.el (texinfmt-version)
10332         (texinfo-format-buffer):
10333         Use `called-interactively-p' instead of `interactive-p'.
10335 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
10337         * image-mode.el (image-toggle-display):
10338         * emacs-lisp/elp.el (elp-instrument-function):
10339         * emacs-lisp/advice.el (ad-make-advised-definition):
10340         * emacs-lisp/easy-mmode.el (define-minor-mode):
10341         * net/browse-url.el (browse-url-maybe-new-window):
10342         * progmodes/sh-script.el (sh-learn-buffer-indent):
10343         Pass new argument 'any to `called-interactively-p'.
10345 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10347         * international/uni-bidi.el:
10348         * international/uni-category.el:
10349         * international/uni-combining.el:
10350         * international/uni-comment.el:
10351         * international/uni-decimal.el:
10352         * international/uni-decomposition.el:
10353         * international/uni-digit.el:
10354         * international/uni-lowercase.el:
10355         * international/uni-mirrored.el:
10356         * international/uni-name.el:
10357         * international/uni-numeric.el:
10358         * international/uni-old-name.el:
10359         * international/uni-titlecase.el:
10360         * international/uni-uppercase.el:
10361         Regenerate from Unicode 5.2.0 data.
10363 2009-10-01  Glenn Morris  <rgm@gnu.org>
10365         * Makefile.in (ELCFILES): Regenerate.
10367 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10369         * subr.el (interactive-p): Mark obsolete.
10370         (called-interactively-p): Make the optional-ness of `kind' obsolete.
10371         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10372         advertised-signature-table for subroutines as well.
10374         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10375         (set-advertised-calling-convention): New function.
10376         (make-obsolete, define-obsolete-function-alias)
10377         (make-obsolete-variable, define-obsolete-variable-alias):
10378         Make the optional-ness of `when' obsolete.
10379         (define-obsolete-face-alias): Make `when' non-optional.
10380         * help-fns.el (help-function-arglist):
10381         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10382         Use advertised-signature-table.
10384 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
10386         * files.el (delete-directory): New defun.  The original function
10387         in fileio.c has been renamed to `delete-directory-internal'.
10389         * dired.el (dired-delete-file): Call `delete-directory' with
10390         RECURSIVE parameter.
10392         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10393         parameter RECURSIVE.  Implementation is missing.
10395         * net/tramp.el (tramp-handle-make-directory): Flush upper
10396         directory's file properties.
10397         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10398         (tramp-handle-dired-recursive-delete-directory): Flush directory
10399         properties after the remove command only.
10401         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10402         Handle optional parameter RECURSIVE.
10404         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
10405         Handle optional parameter RECURSIVE.
10407         * net/tramp-smb.el (tramp-smb-errors): Add error message for
10408         connection timeout.
10409         (tramp-smb-handle-delete-directory): Handle optional parameter
10410         RECURSIVE.
10412 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10414         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
10415         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
10416         (byte-compile-defmacro): Use backquotes.
10418         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
10420         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
10421         has no associated file.
10422         (vc-resynch-buffer): Use vc-dir-buffers.
10424 2009-10-01  Glenn Morris  <rgm@gnu.org>
10426         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
10427         (chart-file-count):
10428         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
10429         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
10430         * emacs-lisp/eieio-opt.el (eieio-describe-class):
10431         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
10432         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
10433         (eieio-copy-parents-into-subclass, make-instance, class-children)
10434         (eieio-generic-form):
10435         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
10436         * cedet/cedet-idutils.el (cedet-idutils-search)
10437         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
10438         (cedet-idutils-version-check):
10439         * cedet/cedet.el (cedet-version):
10440         * cedet/data-debug.el (data-debug-insert-overlay-button)
10441         (data-debug-insert-overlay-list-button)
10442         (data-debug-insert-buffer-button)
10443         (data-debug-insert-buffer-list-button)
10444         (data-debug-insert-process-button, data-debug-insert-ring-button)
10445         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
10446         (data-debug-insert-stuff-vector-button)
10447         (data-debug-insert-symbol-button, data-debug-insert-string)
10448         (data-debug-insert-number, data-debug-insert-lambda-expression)
10449         (data-debug-insert-nil, data-debug-insert-simple-thing)
10450         (data-debug-insert-custom, data-debug-edebug-expr):
10451         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
10452         (global-ede-mode-map, ede-new, ede-debug-target)
10453         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
10454         * cedet/semantic.el (semantic-minimum-working-buffer-size)
10455         (semantic-fetch-tags, semantic-submode-list)
10456         (semantic-default-submodes):
10457         * cedet/ede/source.el (ede-source-match):
10458         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
10459         (project-am-package-info):
10460         * cedet/ede/proj.el (ede-proj-target, project-new-target):
10461         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
10462         * cedet/ede/proj-comp.el (ede-current-build-list):
10463         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
10464         * cedet/ede/files.el (ede-toplevel-project-or-nil):
10465         * cedet/ede/cpp-root.el (initialize-instance):
10466         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
10467         (autoconf-parameter-strip, autoconf-insert-new-macro):
10468         * cedet/semantic/wisent.el (wisent-lex-eoi):
10469         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
10470         (semantic-show-parser-state-mode):
10471         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
10472         * cedet/semantic/tag.el (semantic-tag-new-variable)
10473         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
10474         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
10475         (semantic--tag-deep-copy-tag-list)
10476         (semantic-tag-components-with-overlays-default):
10477         * cedet/semantic/symref.el (semantic-symref-find-text):
10478         * cedet/semantic/senator.el (senator-yank-tag)
10479         (senator-transpose-tags-up):
10480         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
10481         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
10482         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
10483         * cedet/semantic/lex.el (semantic-lex-comment-regex)
10484         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
10485         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
10486         * cedet/semantic/lex-spp.el
10487         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
10488         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
10489         * cedet/semantic/idle.el
10490         (semantic-idle-summary-current-symbol-info-brutish)
10491         (semantic-idle-summary-current-symbol-info-default):
10492         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
10493         (semantic--grammar-macro-compl-dict):
10494         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
10495         * cedet/semantic/format.el (semantic-format-tag-custom-list)
10496         (semantic-format-tag-canonical-name-default):
10497         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
10498         (semantic-find-tags-for-completion)
10499         (semantic-find-tags-by-scope-protection-default)
10500         (semantic-deep-find-tags-for-completion):
10501         * cedet/semantic/edit.el
10502         (semantic-edits-incremental-reparse-failed-hook)
10503         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
10504         (semantic-edits-splice-remove, semantic-edits-splice-replace):
10505         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
10506         * cedet/semantic/dep.el (semantic-dependency-include-path):
10507         * cedet/semantic/db.el (semanticdb-default-find-index-class)
10508         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
10509         (semanticdb-project-roots):
10510         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
10511         (semanticdb-find-adebug-insert-scanned-tag-cons)
10512         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
10513         (semanticdb-brute-deep-find-tags-for-completion):
10514         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
10515         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
10516         (semantic-end-of-context-default)
10517         (semantic-ctxt-current-function-default)
10518         (semantic-ctxt-scoped-types-default):
10519         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
10520         (semantic-complete-inline-tag-engine)
10521         (semantic-complete-inline-custom-type)
10522         (semantic-complete-read-tag-analyzer):
10523         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
10524         (semantic-chart-database-size):
10525         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
10526         (semantic-analyze-current-context):
10527         * cedet/semantic/symref/list.el (semantic-symref)
10528         (semantic-symref-hide-buffer, semantic-symref-symbol):
10529         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
10530         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
10531         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
10532         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
10533         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
10534         (semantic-c-dereference-template):
10535         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
10536         (semantic--analyze-refs-full-lookup-with-parents)
10537         (semantic--analyze-refs-full-lookup-simple):
10538         * cedet/semantic/analyze/complete.el
10539         (semantic-analyze-possible-completions):
10540         * cedet/srecode/table.el (srecode-mode-table-new):
10541         * cedet/srecode/srt.el (srecode-read-variable-name):
10542         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
10543         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
10544         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
10545         * cedet/srecode/map.el (srecode-current-map):
10546         * cedet/srecode/insert.el (srecode-insert)
10547         (srecode-insert-variable-secondname-handler, srecode-insert-method)
10548         (srecode-template-inserter-point-override)
10549         (srecode-insert-include-lookup):
10550         * cedet/srecode/getset.el (srecode-auto-choose-class):
10551         * cedet/srecode/extract.el (srecode-inserter-extract):
10552         * cedet/srecode/document.el
10553         (srecode-document-autocomment-return-last-alist)
10554         (srecode-document-autocomment-param-type-alist)
10555         (srecode-document-insert-function-comment)
10556         (srecode-document-insert-variable-one-line-comment)
10557         (srecode-document-function-name-comment):
10558         * cedet/srecode/dictionary.el (srecode-create-dictionary)
10559         (srecode-compound-toString):
10560         * cedet/srecode/compile.el (srecode-flush-active-templates):
10561         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
10562         Doc/message fixes.
10564         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
10565         match-data.  (Bug#4555).
10567         * cedet/semantic/bovine/gcc.el
10568         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
10569         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
10571         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
10572         rather than parsing it as a regexp.  This relaxes the layout
10573         requirements and makes errors easier to detect.
10574         (check-declare-verify): Check file is regular.
10575         (check-declare-directory): Doc fix.
10576         * subr.el (declare-function): Doc fix.
10578         * ibuffer.el (ibuffer-format-qualifier):
10579         * isearch.el (hi-lock-regexp-okay):
10580         * calc/calc.el (math-zerop):
10581         * mail/uce.el (rmail-msgbeg, rmail-msgend):
10582         * term/w32-win.el (setup-default-fontset, set-fontset-font):
10583         Remove unused declarations.
10585 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10587         * cedet/semantic/wisent/javat-wy.el
10588         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
10590 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
10592         * cedet/srecode/expandproto.el: Fix provide statement.
10594 2009-09-30  Eric Ludlam  <zappo@gnu.org>
10596         * emacs-lisp/eieio.el (boolean-p): Delete.
10598 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
10600         * cedet/ede/srecode.el: Fix provide statement.
10602 2009-09-30  Glenn Morris  <rgm@gnu.org>
10604         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
10605         * cedet/ede/proj-aux.el (ede-aux-source):
10606         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
10607         (ede-misc-source):
10608         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
10609         (semantic-mrub-switch-tags): Fix doc typos.
10611         * cedet/semantic/db-global.el (data-debug-new-buffer)
10612         (data-debug-insert-thing): Remove unneeded declarations (one broken).
10613         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
10615         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
10617         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
10618         use of CL function `remove-if-not'.
10620         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
10622         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
10623         filename is not a string.
10625 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
10627         * files.el (safe-local-eval-forms): Fix typo.
10629 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10631         * vc-hooks.el (vc-dir-buffers): New var.
10632         (vc-state-refresh): New function.
10633         (vc-state): Use it.
10634         (vc-after-save): Always ask the backend to recompute the new state.
10635         Always call vc-dir if necessary, using vc-dir-buffers.
10636         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
10637         Use vc-dir-buffers.
10638         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
10639         (vc-dir-prepare-status-buffer, vc-dir-update)
10640         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
10641         Don't call expand-file-name on default-directory.
10643 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10645         * speedbar.el (speedbar-item-delete):
10646         * calc/calc-prog.el (calc-kbd-if):
10647         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
10649         * epa.el (epa-key-list-mode-map):
10650         * hi-lock.el (hi-lock-menu): Fix typos in menus.
10652         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
10653         (hs-show-hook): Fix typo in docstring.
10655 2009-09-29  Glenn Morris  <rgm@gnu.org>
10657         * cedet/semantic/symref/idutils.el:
10658         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
10660         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
10662         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
10663         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
10664         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
10665         Mark declarations not understood by check-declare.
10667         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
10668         file-name-nondirectory call preventing location of cedet files.
10669         (check-declare-verify): Use literal search rather than re-search.
10670         Add basic defmethod and defclass, and define-overloadable-function.
10672         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10673         Use tramp-compat-file-attributes rather than nonexistent
10674         tramp-compat-handle-file-attributes.
10676         * Makefile.in (lisptagsfiles4): New.
10677         (AUTOGENEL): Add cedet loaddefs files.
10678         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
10679         (update-elclist, compile-always, backup-compiled-files)
10680         (bootstrap-clean): Add yet another directory level.
10681         (update-elclist): Use LC_COLLATE rather than COLLATE.
10682         (ELCFILES): Update, via `make update-elclist'.
10684 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10686         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
10687         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
10688         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
10690 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
10692         * Makefile.in (lisptagsfiles3): Define.
10693         (TAGS, TAGS-LISP): Use it.
10694         (update-elclist): Add third directory level to look for elc files.
10695         (compile-always): Likewise.
10696         (backup-compiled-files): Likewise.
10697         (bootstrap-clean): Likewise.
10698         (ELCFILES): Update.
10700 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
10702         * Makefile.in (ELCFILES): Add CEDET files.
10704 2009-09-28  Eric Ludlam  <zappo@gnu.org>
10706         CEDET (development tools) package merged.
10708         * cedet/*.el:
10709         * cedet/ede/*.el:
10710         * cedet/semantic/*.el:
10711         * cedet/srecode/*.el: New files.
10713 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
10715         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
10717         * net/tramp.el (top): Require tramp-imap.
10719         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10720         Use `tramp-compat-handle-file-attributes'.
10722 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10724         * net/tramp-imap.el: New package.
10726 2009-09-28  Eric Ludlam  <zappo@gnu.org>
10728         * emacs-lisp/chart.el:
10729         * emacs-lisp/eieio-base.el:
10730         * emacs-lisp/eieio-comp.el:
10731         * emacs-lisp/eieio-custom.el:
10732         * emacs-lisp/eieio-datadebug.el:
10733         * emacs-lisp/eieio-opt.el:
10734         * emacs-lisp/eieio-speedbar.el:
10735         * emacs-lisp/eieio.el: New files.
10737         * cedet/cedet-cscope.el:
10738         * cedet/cedet-files.el:
10739         * cedet/cedet-global.el:
10740         * cedet/cedet-idutils.el:
10741         * cedet/data-debug.el:
10742         * cedet/inversion.el:
10743         * cedet/mode-local.el:
10744         * cedet/pulse.el: New files.
10746 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10748         * whitespace.el (whitespace-trailing-regexp)
10749         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
10750         Fix doc string.
10752 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
10754         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
10755         menu.
10757         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
10758         menu-bar-ediff-menu.
10760         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
10761         define-overloadable-function.
10763         * progmodes/autoconf.el: Provide autoconf as well, so that this
10764         file can be `require'd.
10766         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
10768         * emacs-lisp/autoload.el (generated-autoload-feature)
10769         (generated-autoload-load-name): New vars.
10770         (autoload-rubric, autoload-generate-file-autoloads): Use them.
10771         (make-autoload): Recognize define-overloadable-function and
10772         defclass forms (for EIEIO).
10774         * Makefile.in (update-subdirs): Exclude cedet directory.
10776 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
10778         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
10780         * faces.el: Default light-background background for region face to
10781         ns_selection_color under NS.
10783 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10785         * net/imap-hash.el: New library, see NEWS.
10787         * Makefile.in (ELCFILES): Add imap-hash.el.
10789 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10791         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
10792         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
10793         * help-macro.el (make-help-screen): Avoid using an ambiguous function
10794         definition where the docstring could be taken for the return value.
10796 2009-09-26  Glenn Morris  <rgm@gnu.org>
10798         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
10799         Add option to only show images below a certain size.
10800         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
10801         save-excursion calls.
10803 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
10805         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
10806         subdirectories) and eieio.
10808 2009-09-26  Alan Mackenzie  <acm@muc.de>
10810         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
10811         buggy bracketing.  (Bug#4289)
10813         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
10814         character constants (as case labels).  (Bug#4289)
10816 2009-09-25  Juri Linkov  <juri@jurta.org>
10818         * files.el (safe-local-eval-forms): Allow time-stamp in
10819         before-save-hook (Bug#4554).
10821 2009-09-25  Drew Adams  <drew.adams@oracle.com>
10823         * menu-bar.el (list-buffers-directory): Doc fix.
10825 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10827         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
10828         Try and avoid copying twice the same paragraph.
10829         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
10830         Remove save-excursion.
10831         (log-edit-changelog-entry): Do it here instead.
10833 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
10835         * bs.el (bs--get-file-name): Use `list-buffers-directory'
10836         when available, instead of hardcoding mode names.  Doc fix.
10838         * menu-bar.el (list-buffers-directory): Add docstring.
10839         Make automatically buffer-local.
10841         * dired.el (dired-mode):
10842         * files.el (cd-absolute):
10843         * pcvs.el (cvs-temp-buffer):
10844         * pcvs-util.el (cvs-get-buffer-create):
10845         * shell.el (shell-mode):
10846         * vc-dir.el (vc-dir-mode):
10847         Don't make `list-buffers-directory' buffer local.
10849 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
10851         * comint.el (comint-exec, comint-run, make-comint):
10852         Doc fixes (Bug#4542).
10854 2009-09-25  Glenn Morris  <rgm@gnu.org>
10856         * mail/rmailmm.el (rmail-mime): New custom group.
10857         Move all defcustoms in this file into this group.
10858         (rmail-mime-media-type-handlers-alist): Revert previous change.
10859         (rmail-mime-show-images): New option.
10860         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
10861         references to it, since it wasn't actually used for anything.
10862         (rmail-mime-insert-image): New function.
10863         (rmail-mime-image): Use rmail-mime-insert-image.
10864         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
10865         obey the value of `rmail-mime-show-images' option.  Print the size of
10866         attachments.
10868 2009-09-25  David Engster  <deng@randomsample.de>
10870         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
10872 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10874         * whitespace.el: Does not highlight trailing spaces While point is
10875         at end of line.  Does not highligt spaces at beginning of buffer
10876         while point is at beginning of buffer.  Does not highlight spaces
10877         at end of buffer while point is at end of buffer.  (Bug#4177)
10878         New version 12.0.
10879         (whitespace-display-mappings): Adjust initialization.
10880         (whitespace-point, whitespace-font-lock-refontify): New vars.
10881         (whitespace-color-on, whitespace-color-off): Adjust code.
10882         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10883         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
10884         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
10886 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
10888         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
10890         * textmodes/sgml-mode.el: Remove xml-mode alias.
10892         * files.el (auto-mode-alist, conf-mode-maybe)
10893         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
10895 2009-09-24  Alan Mackenzie  <acm@muc.de>
10897         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
10898         c-forward-conditionals, but it doesn't move point and doesn't set
10899         the mark.
10900         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
10901         (c-down-conditional-with-else, c-backward-conditional)
10902         (c-forward-conditional): Refactor to use c-scan-conditionals.
10904 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10906         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
10907         (help-default-arg-highlight): Remove.
10908         (help-highlight-arg): New function.
10909         (help-do-arg-highlight): Use it.
10910         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
10912 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10914         * term.el (term-set-scroll-region, term-handle-ansi-escape):
10915         Undo last change, which didn't fix the problem and introduced others.
10917 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
10919         * progmodes/gdb-mi.el: Don't require speedbar.
10920         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
10922 2009-09-24  Glenn Morris  <rgm@gnu.org>
10924         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
10926         * term/ns-win.el (ns-reg-to-script): Define for compiler.
10928         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
10929         there is no newline after the final mime boundary.  (Bug#4539)
10930         Move markers on insertion so that any buttons inserted don't end up in
10931         the next part of a multipart message.
10932         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
10933         (rmail-mime-bulk-handler): Optionally handle images.
10934         (rmail-mime-image): New button action.
10935         (rmail-mime-image-handler): New function.
10936         (rmail-mime-mode): New mode.
10937         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
10939 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10941         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
10942         than just dropping elements from it (bug#4504).
10944         * term.el (term-set-scroll-region): Don't move cursor any more.
10945         (term-handle-ansi-escape): Call term-goto here instead.
10946         Suggested by Ivan Kanis <apple@kanis.eu>.
10948         * term.el: Require CL.
10949         (term-ansi-reset): New function.
10950         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
10951         (term-handle-colors-array): Simplify.
10953 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10955         * allout.el (allout-overlay-interior-modification-handler)
10956         (allout-obtain-passphrase):
10957         * epa-file.el (epa-file-write-region):
10958         * ps-print.el (ps-begin-job):
10959         * vc-hooks.el (vc-toggle-read-only):
10960         * vc-rcs.el (vc-rcs-rollback):
10961         * vc-sccs.el (vc-sccs-rollback):
10962         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
10963         (vc-version-diff, vc-revert, vc-rollback):
10964         * wdired.el (wdired-check-kill-buffer):
10965         * emacs-lisp/authors.el (authors):
10966         * net/socks.el (socks-open-connection):
10967         * net/zeroconf.el (zeroconf-service-add-hook):
10968         * obsolete/vc-mcvs.el (vc-mcvs-register):
10969         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
10970         (gdb-select-frame):
10971         * progmodes/grep.el (lgrep, rgrep):
10972         * progmodes/idlw-help.el (idlwave-help-check-locations)
10973         (idlwave-help-html-link, idlwave-help-assistant-open-link):
10974         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10975         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
10976         (reftex-toc-rename-label): Fix typos in error messages.
10978         * dired-aux.el (dired-do-shell-command): Reflow docstring.
10979         (dired-copy-how-to-fn): Doc fix.
10980         (dired-files-attributes, dired-read-shell-command):
10981         Fix typos in docstrings.
10983         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
10984         (dired-x-find-file-other-window): Reflow docstrings.
10985         (dired-omit-marker-char, dired-read-shell-command)
10986         (dired-x-submit-report): Fix typos in docstrings.
10988         * shell.el (shell-mode-hook):
10989         * view.el (View-scroll-line-forward):
10990         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
10991         Fix typos in docstrings.
10993         * net/dig.el (dig-invoke): Fix typo in docstring.
10994         (query-dig): Reflow docstring.
10996         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
10997         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
10998         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
10999         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11000         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11001         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11002         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11003         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11004         (idlwave-completion-map, idlwave-current-indent)
11005         (idlwave-custom-ampersand-surround, idlwave-customize)
11006         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11007         (idlwave-define-abbrev, idlwave-determine-class-special)
11008         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11009         (idlwave-end-block-reg, idlwave-end-of-statement)
11010         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11011         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11012         (idlwave-explicit-class-listed, idlwave-file-header)
11013         (idlwave-fill-paragraph, idlwave-find-class-definition)
11014         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11015         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11016         (idlwave-in-quote, idlwave-indent-action-table)
11017         (idlwave-indent-expand-table, idlwave-indent-line)
11018         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11019         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11020         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11021         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11022         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11023         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11024         (idlwave-outlawed-buffers, idlwave-popup-select)
11025         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11026         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11027         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11028         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11029         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11030         (idlwave-statement-type, idlwave-struct-skip)
11031         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11032         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11033         (idlwave-what-module-find-class): Fix typos in docstrings.
11034         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11035         (idlwave-calculate-cont-indent, idlwave-expand-equal)
11036         (idlwave-find-module, idlwave-find-structure-definition)
11037         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11038         (idlwave-list-load-path-shadows, idlwave-next-statement)
11039         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11040         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11041         (idlwave-template): Reflow docstrings.
11043         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11044         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11045         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11046         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11047         (idlwave-shell-display-line, idlwave-shell-display-wframe)
11048         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11049         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11050         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11051         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11052         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11053         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11054         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11055         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11056         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11057         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11058         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11059         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11060         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11061         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11062         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11063         Fix typos in docstrings.
11064         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11065         (idlwave-shell-hide-output, idlwave-shell-mode)
11066         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11067         Reflow docstrings.
11069         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11071 2009-09-24  Ivan Kanis  <apple@kanis.eu>
11073         * term.el (term-bold-attribute): New var.
11074         (term-handle-colors-array): Use it.
11076 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
11078         * progmodes/gdb-mi.el (gdb-version): New variable.
11079         (gdb-non-stop-handler): Set gdb-version.
11080         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11081         Condition "--thread" option on gdb-version.
11082         (gdb-invalidate-threads): Remove unused argument.
11084 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11086         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11087         to looking-back to avoid ridiculous slow down in large files (bug#4511).
11089 2009-09-23  Glenn Morris  <rgm@gnu.org>
11091         * mail/rmail.el (rmail-reply): Don't try to add a References header when
11092         replying to mail without References or Message-Id.  (Bug#4525)
11094 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
11096         * term/ns-win.el (ns-reg-to-script): New variable.
11098 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
11100         * epg.el (epg-wait-for-status): Preserve existing 'error results.
11102 2009-09-22  Sam Steingold  <sds@gnu.org>
11104         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11105         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11106         to 1 because hg returns status 1 when nothing is found.
11107         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11109 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11111         * textmodes/fill.el: Convert to utf-8 encoding.
11112         (fill-french-nobreak-p): Remove redundant » and « inherited from our
11113         pre-Unicode days.
11115         * add-log.el (change-log-fill-forward-paragraph): New function.
11116         (change-log-mode): Use it so fill-region DTRT.
11117         Set fill-indent-according-to-mode here rather than in
11118         change-log-fill-paragraph.
11119         (change-log-fill-paragraph): Remove.
11121 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
11123         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11124         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
11126 2009-09-22  Glenn Morris  <rgm@gnu.org>
11128         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11129         the scroll-bar scroll the calendar window rather than the buffer.
11131         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11132         commands that move point (as opposed to scrolling).
11134         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11136         * emacs-lisp/elint.el (elint): New custom group.
11137         (elint-log-buffer): Make it a defcustom.
11138         (elint-scan-preloaded, elint-ignored-warnings)
11139         (elint-directory-skip-re): New options.
11140         (elint-builtin-variables): Doc fix.
11141         (elint-preloaded-env): New variable.
11142         (elint-unknown-builtin-args): Add an entry for encode-time.
11143         (elint-extra-errors): Make it a variable rather than a constant.
11144         (elint-preloaded-skip-re): New constant.
11145         (elint-directory): Skip files matching elint-directory-skip-re.
11146         (elint-features): New variable, local to linted buffers.
11147         (elint-update-env): Initialize elint-features.  Possibly add
11148         elint-preloaded-env to the buffer's environment.
11149         (elint-get-top-forms): Bind elint-current-pos, for log messages.
11150         Skip quoted forms.
11151         (elint-init-form): New function, extracted from elint-init-env.
11152         Make non-list forms a warning rather than an error.
11153         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
11154         easy-menu-define, put that adds an error-condition, and provide.
11155         When requiring cl, also require cl-macs.  Really require cl, to handle
11156         some cl macros.  Store required libraries in the list elint-features,
11157         so as not to re-load them.  Treat cc-require like require.
11158         (elint-init-env): Call elint-init-form to do the work.
11159         Handle eval-and-compile and such like.
11160         (elint-add-required-env): Do not clear messages.
11161         (elint-special-forms): Add handlers for function, defalias, if, when,
11162         unless, and, or.
11163         (elint-form): Add optional argument to ignore elint-special-forms,
11164         useful to prevent recursive calls from handlers.  Doc fix.
11165         Respect elint-ignored-warnings.
11166         (elint-form): Respect elint-ignored-warnings.
11167         (elint-bound-variable, elint-bound-function): New variables.
11168         (elint-unbound-variable): Respect elint-bound-variable.
11169         (elint-get-args): Respect elint-bound-function.
11170         (elint-check-cond-form): Add some simple handling for (f)boundp and
11171         featurep tests.
11172         (elint-check-defalias-form): New handler.
11173         (elint-check-let-form): Make an empty let a warning rather than an
11174         error.
11175         (elint-check-setq-form): Make an empty setq a warning rather than an
11176         error.  Respect elint-ignored-warnings.
11177         (elint-check-defvar-form): Accept null doc-strings.
11178         (elint-check-conditional-form): New handler.  Does some simple-minded
11179         checking of featurep and (f)boundp tests.
11180         (elint-put-function-args): New function.
11181         (elint-initialize): Use elint-scan-doc-file rather than
11182         elint-find-builtin-variables.  Use elint-put-function-args.
11183         Possibly scan preloaded-file-list.
11184         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11185         extend to handle functions as well.
11187 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
11189         * linum.el (linum-delete-overlays, linum-update-window):
11190         Do not modify the right margin.  (Bug#3971)
11192 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
11194         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11195         nxml-mode instead of xml-mode.
11197 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11199         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
11201 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11203         * net/dig.el (dig-mode): Use define-derived-mode.
11205 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
11207         * vc-dispatcher.el (vc-do-command): Return the process object in
11208         the asynchronous case.  Use when instead of if.  Do not run
11209         vc-exec-after to display a message if not enabled.  (Bug#4463)
11211         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11212         properties to the stash strings.
11213         (vc-git-stash-list): Return a list of strings.
11214         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11215         (vc-git-stash-show-at-point): New functions.
11216         (vc-git-stash-map): New keymap.
11218         * register.el (ctl-x-r-map): Define the keys here instead of
11219         using autoload.
11221 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
11223         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11224         list, to workaround performance problem (bug#4485).
11226 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
11228         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11230 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
11232         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11233         Document that this option is not recommended to use.
11235 2009-09-19  Glenn Morris  <rgm@gnu.org>
11237         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11238         variable `var'.
11240         * calc/calc-alg.el (var):
11241         * calc/calcalg2.el (var): Define for compiler.
11243 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
11245         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11246         Doc fix (Bug#3932).
11248         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11250         * time-stamp.el (time-stamp-month-dd-yyyy)
11251         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11252         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11253         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11254         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11255         Remove functions that have been obsolete since 1995 (Bug#4436).
11257         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11258         indent buffer only if called interactively (Bug#4452).
11260 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
11261             Eli Zaretskii  <eliz@gnu.org>
11263         This fixes bug#4197 (merged to bug#865, though not identical).
11264         * server.el (server-auth-dir): Add docstring note about FAT32.
11265         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11266         but warn against using them.
11268 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
11270         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11271         older GDB where there is no has_more field.
11273 2009-09-19  Glenn Morris  <rgm@gnu.org>
11275         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11277 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
11279         * files.el (auto-mode-alist): Change default for XML files to nXML
11280         mode (Bug#4169).
11282 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
11284         * server.el (server-ensure-safe-dir): Pass 'integer
11285         to `file-attributes', as suggested.
11287 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11289         * dired-aux.el (dired-query-alist): Remove spurious backslash.
11290         (dired-query): Use read-key.
11292 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
11294         * cus-start.el (ns-use-qd-smoothing): Remove.
11296 2009-09-18  Glenn Morris  <rgm@gnu.org>
11298         * allout.el (top-level): Remove unnecessary progn.
11300         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11302         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11303         definition of abbrev table.
11305         * speedbar.el (speedbar-track-mouse):
11306         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11307         * net/eudc.el (eudc-expand-inline):
11308         * net/newst-backend.el (newsticker--cache-read-feed):
11309         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11310         condition-case handlers.
11312 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
11314         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11315         (gdb-var-list): Add an element for has_more field.
11316         (gdb-non-stop-handler): Enable pretty printing for STL containers.
11317         (gdb-var-create-handler, gdb-var-list-children-handler-1)
11318         (gdb-var-update-handler-1): Parse output of dynamic variable
11319         objects (STL containers).
11320         (gdb-var-delete-1): Pass var1 as an explicit second argument.
11321         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
11323         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11324         gdb-var-list.
11325         (gud-speedbar-buttons): Make node expandable if expression "has more"
11326         children.
11328 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
11330         * startup.el (emacs-quick-startup): Remove variable and all uses.
11331         (command-line): Set `inhibit-x-resources' instead.
11332         (command-line-1): Use `inhibit-x-resources' instead.
11334 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
11336         * subr.el: Fix last change to avoid using the `unless' macro,
11337         which breaks bootstrapping.
11339 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11341         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11342         extended definitions, in case we reload subr.el after having
11343         loaded CL.
11344         (eval-next-after-load): Mark as obsolete.
11346 2009-09-17  Juri Linkov  <juri@jurta.org>
11348         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11349         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11350         (menu-bar-showhide-menu, menu-bar-tools-menu)
11351         (menu-bar-describe-menu, menu-bar-help-menu)
11352         (minibuffer-local-completion-map, minibuffer-local-map):
11353         Fix list quoting.
11355 2009-09-17  Glenn Morris  <rgm@gnu.org>
11357         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11358         arguments, whether or not it has a handler.
11360         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11362         * simple.el (hard-newline): Give it a doc-string.
11364         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11365         (lisp-mode-syntax-table): Give them doc-strings.
11367 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
11369         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11370         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11371         (menu-bar-options-menu, menu-bar-showhide-menu)
11372         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11373         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11374         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11375         (menu-bar-options-menu, menu-bar-tools-menu)
11376         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11377         (menu-bar-help-menu):
11378         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11379         string arguments.
11381         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11382         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11383         calls for the menu names and :help.
11385 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11387         * mouse.el (minor-mode-menu-from-indicator): Pay attention
11388         to :minor-mode-function (bug#4455).
11390 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11392         * startup.el (command-line): Initialize the window-system after
11393         processing the command-line.
11395         * textmodes/page.el (what-page): Make sure we don't inf-loop if
11396         page-delimiter matches the empty string.
11398 2009-09-16  Glenn Morris  <rgm@gnu.org>
11400         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11401         byte-compile-not-obsolete-var.  It's a list now.
11402         (byte-compile-not-obsolete-funcs): New variable.
11403         (byte-compile-warn-obsolete): Don't warn about functions if they are in
11404         byte-compile-not-obsolete-funcs.
11405         (byte-compile-variable-ref, byte-compile-defvar): Update for
11406         byte-compile-not-obsolete-vars name-change and list nature.
11407         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11408         and variables behind (f)boundp tests.
11409         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
11411 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11413         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
11415 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11417         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
11418         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
11419         Don't autoload.
11421 2009-09-15  Stephen Eglen  <stephen@gnu.org>
11423         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
11424         the virtual-buffers, use the name of the buffer specified by
11425         find-file-noselect, as the match may be a symlink.  (This was a
11426         problem if the target and the symlink had different names.)
11428 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11430         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
11432         * desktop.el (desktop-path): Check user-emacs-directory.
11434         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
11436         * loadup.el: Use after-load-functions to GC after loading each file.
11437         Remove the explicit GC calls that used to be sprinkled around.
11439         * subr.el (after-load-functions): New hook.
11440         (do-after-load-evaluation): Run it.  Use string-match-p to detect
11441         `obsolete' packages, rather than painfully extracting the relevant
11442         directory name.
11444 2009-09-15  Glenn Morris  <rgm@gnu.org>
11446         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
11447         free variable `doc'.
11449         * dired.el (dired-mode-map): Add menu entry for async shell command.
11451         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
11452         variables, also consider the .elc files, since the .el files are
11453         normally gzipped (subsequent code locates the .el.gz from the .elc).
11455         * calc/calc-prog.el (arglist): Define for compiler.
11457         * calendar/diary-lib.el (diary-display-function): Change the default to
11458         fancy display.
11459         (body): Define for compiler.
11461         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
11462         (byte-compile-file-form, byte-compile-lambda)
11463         (byte-compile-top-level-body, byte-compile-form)
11464         (byte-compile-variable-ref, byte-compile-setq)
11465         (byte-compile-setq-default, byte-compile-body)
11466         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
11467         (batch-byte-compile): Give some more local variables with common names
11468         a "bytecomp-" prefix to avoid masking warnings about free variables.
11470         * startup.el (command-line-1): Give local variables with common names a
11471         distinguishing prefix, so as not to hide free variable warnings during
11472         bootstrap.
11474         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
11475         clever and add a suffix to make a unique name, just let the user decide
11476         whether or not to overwrite it.  If the input is a directory, write the
11477         default filename to that directory.  (Bug#4388)
11478         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
11479         is a filename-as-a-directory.
11481 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11483         * textmodes/page.el (what-page): Don't move to beginning of line.
11484         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
11486 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
11488         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
11490 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
11492         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
11493         * help.el (help-for-help-internal): Add purecopy calls for text.
11495         * vc.el (top): print-log method now takes an optional SHORTLOG
11496         argument.  Add a new method: root.
11497         (vc-root-diff, vc-print-root-log): New functions.
11498         (vc-log-short-style): New variable.
11499         (vc-print-log-internal): Add support for showing short logs.
11501         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
11502         vc-print-root-log and vc-print-root-diff.
11504         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
11505         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
11506         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
11507         short logs.
11509         * vc-cvs.el (vc-cvs-print-log):
11510         * vc-mtn.el (vc-mtn-print-log):
11511         * vc-rcs.el (vc-rcs-print-log):
11512         * vc-sccs.el (vc-sccs-print-log):
11513         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
11514         that is ignored for now.
11516         * vc-mtn.el (vc-mtn-annotate-command):
11517         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
11519 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11521         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
11522         to function-key-map, and give them ascii-character property.
11523         * term/x-win.el (x-alternatives-map):
11524         * term/ns-win.el (ns-alternatives-map):
11525         * term/internal.el (msdos-key-remapping-map):
11526         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
11528 2009-09-14  Glenn Morris  <rgm@gnu.org>
11530         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
11531         temp-buffers (2009-09-12).
11533 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11535         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
11536         the new read-key function.
11538 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11540         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
11541         is defined (Bug#4405).
11543 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
11545         * recentf.el (recentf-cleanup): Use a hash table to find
11546         duplicates (Bug#4407).
11548 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
11550         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
11551         kp-0 to ascii equivalents (Bug#4325).
11553 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
11555         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
11557         * eshell/em-hist.el:
11558         * eshell/em-dirs.el (eshell-complete-user-reference):
11559         Declare pcomplete functions and variables to avoid compiler warnings.
11561 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
11563         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
11564         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
11565         * eshell/em-alias.el (eshell-aliases-file):
11566         * eshell/em-hist.el (eshell-history-file-name):
11567         Use expand-file-name instead of concat to make file names (Bug#4308).
11569 2009-09-13  Glenn Morris  <rgm@gnu.org>
11571         * ediff-merg.el (ediff-do-merge):
11572         * filesets.el (filesets-run-cmd):
11573         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
11574         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
11575         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
11576         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
11577         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
11578         Replace empty `let's with `progn'.
11580 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11582         * mail/sendmail.el (send-mail-function):
11583         * tooltip.el (tooltip-mode):
11584         * simple.el (transient-mark-mode):
11585         * rfn-eshadow.el (file-name-shadow-mode):
11586         * frame.el (blink-cursor-mode):
11587         * font-core.el (global-font-lock-mode):
11588         * files.el (temporary-file-directory)
11589         (small-temporary-file-directory, auto-save-file-name-transforms):
11590         * epa-hook.el (auto-encryption-mode):
11591         * composite.el (global-auto-composition-mode):
11592         Use custom-initialize-delay.
11593         * startup.el (command-line): Don't explicitly call
11594         custom-reevaluate-setting for all the above vars.
11595         * custom.el (custom-initialize-safe-set)
11596         (custom-initialize-safe-default): Delete.
11598 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11600         * term/x-win.el (x-initialize-window-system):
11601         * term/w32-win.el (w32-initialize-window-system):
11602         * term/ns-win.el (ns-initialize-window-system): Don't call
11603         mouse-wheel-mode since it's enabled globally by default already.
11605         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
11606         actually define the variable, but only silences the byte-compiler.
11607         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
11608         before looking it up.
11609         (mouse-wheel-scroll-amount): Also reset the bindings if this value
11610         is changed.
11612 2009-09-12  Glenn Morris  <rgm@gnu.org>
11614         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
11615         1000.
11616         (elint-add-required-env): Don't beep on error.
11617         (elint-forms): In case of error, return ENV unchanged.
11618         (elint-init-env): Skip non-list forms.
11619         (elint-log): Handle unknown file positions.
11621 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
11623         * epg.el (epg-make-context): Add autoload cookie.
11624         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
11625         (epg-decrypt-string, epg-start-verify, epg-verify-file)
11626         (epg-verify-string, epg-start-sign, epg-sign-file)
11627         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
11628         (epg-encrypt-string, epg-start-export-keys)
11629         (epg-export-keys-to-file, epg-export-keys-to-string)
11630         (epg-start-import-keys, epg-import-keys-from-file)
11631         (epg-import-keys-from-string, epg-start-receive-keys)
11632         (epg-receive-keys, epg-import-keys-from-server)
11633         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
11634         (epg-sign-keys, epg-start-generate-key)
11635         (epg-generate-key-from-file, epg-generate-key-from-string):
11636         Remove autoload cookie.
11638 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
11640         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
11641         reevaluation of trash-directory.
11643         * mwheel.el: Fix last change.
11644         (mouse-wheel-mode): New defvar.
11645         (mouse-wheel-mode): Remove autoload cookie.
11647 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11649         * mwheel.el (mwheel-installed-bindings): New var.
11650         (mouse-wheel-mode): Use it, so as to make sure we really remove all
11651         the bindings we set last time.  Use custom-initialize-delay.
11652         * loadup.el: Load mwheel after term/*-win.el.
11653         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
11654         and mouse-wheel-up-event now that their first evaluation is done
11655         sufficiently late to be correct.
11657         * startup.el (tutorial-directory): Make it a defcustom.
11658         Use custom-initialize-delay rather than eval-at-startup to set it.
11659         * image.el (image-load-path): Make it a defcustom.
11660         Use custom-initialize-delay rather than eval-at-startup to set it.
11661         * subr.el (eval-at-startup): Remove.
11662         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
11664         * subr.el (do-after-load-evaluation): Warn the user after loading an
11665         obsolete package.
11667 2009-09-12  Glenn Morris  <rgm@gnu.org>
11669         * proced.el (proced-mark-alt): Remove alias.
11670         (proced-mode-map): Remove proced-mark-alt.
11672         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
11673         Elint file and directory.  Remove initialization entry.
11675         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
11676         commands.
11677         (elint-current-buffer): Set mode-line-process.
11678         (elint-init-env): Handle define-derived-mode.
11679         Fix declare-function with unspecified arglist.  Guard against odd
11680         defalias statements (eg iso-insert's 8859-1-map).
11681         (elint-add-required-env): Use a temp buffer.
11682         (elint-form): Just print the function/macro name, not the whole form.
11683         Return env unchanged if we fail to parse a macro.
11684         (elint-forms): Guard against parse errors.
11685         (elint-output): New function, to handle batch mode.
11686         (elint-log-message): Add optional argument.  Use elint-output.
11687         (elint-set-mode-line): New function.
11689 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
11691         * emacs-lisp/elp.el (elp-not-profilable): Add more
11692         functions (Bug#4233).
11694 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
11696         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
11697         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
11699 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
11701         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
11702         (gdb-var-list-children): Use json parsing.
11704 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
11706         * progmodes/js.el (js--proper-indentation): Handle the case where
11707         char-before is null.  Reported by Deniz Dogan.
11709 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
11711         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
11713 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
11715         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
11716         (epg-digest-algorithm-alist): Add SHA224.
11717         (epg-context-set-passphrase-callback)
11718         (epg-context-set-progress-callback): Add description about
11719         callback function.
11721 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11723         * custom.el (custom-delayed-init-variables): New var.
11724         (custom-initialize-delay): New function.
11725         * startup.el (command-line): "Re"evaluate all vars in
11726         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
11727         explicitly any more.
11728         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
11729         to avoid creating a ~/.emacs.d at build-time (bug#4347).
11731         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
11733 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
11735         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
11736         (gdb-var-update-handler): Use json parsing.
11738 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
11740         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
11741         decode annotated text, regardless of language environment.  (Bug#2741)
11743 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11745         * Makefile.in (autoloads): Make rmail.el writable as well.
11747 2009-09-11  Glenn Morris  <rgm@gnu.org>
11749         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
11750         loaddefs.el.
11751         * dired.el: Regenerate with extracted autoloads.
11752         * Makefile.in (autoloads): Make dired.el writable.
11754         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
11755         * ibuffer.el: Regenerate with extracted autoloads.
11756         * Makefile.in (autoloads): Make ibuffer.el writable.
11758         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
11759         * version.el (emacs-copyright, emacs-major-version)
11760         (emacs-minor-version): Reformat doc-strings for make-docfile.
11762         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
11763         functions and variables, since they must be stuff specific to some other
11764         platform.
11765         (apropos-print): Make mouse-click message less specific about button.
11767         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
11768         that records where a macro was defined.
11769         * help-fns.el (describe-function-1): Mention if a function has a
11770         compiler-macro.
11771         * help-mode.el (help-function-cmacro): New button.
11773         * locate.el (top-level): Always require dired.
11774         (locate-mode-map): Initialize inside the defvar.
11776         * net/ange-ftp.el (dired-compress-file): Declare.
11777         (ange-ftp-dired-compress-file): Add doc string.
11779         * term/ns-win.el (x-display-name, x-setup-function-keys):
11780         Unify doc-strings with X versions.
11782 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11784         * emulation/crisp.el (crisp-mode-map): Move initialization
11785         into declaration.
11786         (crisp-mode): Use define-minor-mode.
11788         * progmodes/xscheme.el (xscheme-evaluation-commands):
11789         Put a :advertised-binding property rather than using
11790         advertised-xscheme-send-previous-expression.
11791         (advertised-xscheme-send-previous-expression): Declare obsolete.
11792         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
11793         `advertised-undo'.
11794         (crisp-mode): Add corresponding bindings to
11795         undo's :advertised-binding instead.
11796         * dired.el (dired-mode-map): Put a :advertised-binding property rather
11797         than using dired-advertised-find-file.
11798         (dired-advertised-find-file):
11799         * simple.el (advertised-undo):
11800         * wid-edit.el (advertised-widget-backward): Declare obsolete.
11801         (widget-keymap): Put a :advertised-binding property rather
11802         than using advertised-widget-backward.
11803         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
11804         than using advertised-undo.
11805         * tutorial.el (tutorial--default-keys): Adjust accordingly.
11807 2009-09-10  Simon South  <ssouth@slowcomputing.org>
11809         * progmodes/delphi.el (delphi-tab): Indent region when Transient
11810         Mark mode is enabled and region is active; otherwise indent or
11811         insert TAB as usual.
11812         (delphi-mode): Update description of TAB-key binding.
11814 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11816         * subr.el (define-key-rebound-commands): Mark obsolete.
11817         * startup.el (precompute-menubar-bindings): Remove.
11818         (normal-top-level): Remove obsolete code that tried to precompute
11819         menubar bindings.
11820         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
11821         define-key-rebound-commands and precompute-menubar-bindings.
11823 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11825         * net/imap.el (imap-interactive-login): Better messages.
11826         (imap-open): Fix bug with renamed buffer on reconnect.
11827         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11828         for easier debugging and cleaner code.  On successful (guessed based on
11829         server capabilities) secondary authentication, set imap-state
11830         correctly.
11831         (imap-last-authenticator): Define imap-last-authenticator as a variable
11832         to avoid warnings.
11834 2009-09-10  Glenn Morris  <rgm@gnu.org>
11836         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
11838         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
11839         (byte-compile-file-form-autoload): Don't warn about unknown functions
11840         where the autoload statement comes after the use.
11841         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
11842         that any handlers inside the body (eg require) are in turn respected.
11844         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
11845         effects.
11847         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
11848         and syntax and abbrev tables basic docs, if they don't have any.
11850         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
11852         * international/mule-cmds.el (top-level): Require cl when compiling.
11853         (view-hello-file): Use default-value rather than
11854         default-enable-multibyte-characters.
11856         * progmodes/fortran.el: Move all safe and risky properties into the
11857         defcustoms.
11859         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
11860         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
11861         * mail/undigest.el:
11862         Put autoloads in rmail.el rather than loaddefs.el.
11863         * mail/rmail.el: Regenerate with extracted autoloads.
11865         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
11866         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
11868 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
11870         Reported in thread for Bug#4375.
11871         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
11872         "-data-evaluate-expression" instead of print.
11873         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
11874         (gdb-tooltip-print): Parse output from above MI command.
11875         (gdb): Revert 2009-08-11 change.  User should detach inferior
11876         manually.
11878         Remove the word "separate" from IO functions as inferior
11879         output is now never displayed in the GUD buffer.
11881 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
11883         * startup.el (command-line-normalize-file-name): On Windows and
11884         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
11886 2009-09-10  Juri Linkov  <juri@jurta.org>
11888         * isearch.el (isearch-text-char-description): Propertize escape
11889         character sequences with the `escape-glyph' face.  (Bug#4344)
11891         * simple.el (shell-command): Set asynchronous process filter to
11892         `comint-output-filter'.  (Bug#4343)
11894         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
11895         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
11896         the list.  Move "asm" to the bottom.
11897         (grep-find-ignored-directories): Add `choice' with nil value
11898         to empty the list easily.
11899         (grep-find-ignored-files): New option.
11900         (grep-files-history): Set to nil by default instead of '("ch" "el").
11901         (grep-compute-defaults): Add "<X>" to `grep-template'.
11902         (grep-read-files): Bind new local variables `default-alias' and
11903         `default-extension'.  Use a list of default values for the file prompt.
11904         (lgrep): Add `--exclude=' command line options composed from
11905         `grep-find-ignored-files'.
11906         (rgrep): Add `-name' command line options composed from
11907         `grep-find-ignored-files'.  (Bug#4301)
11909 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11911         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
11912         (bug#4368).
11914 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11916         * calendar/time-date.el (autoload):
11917         Expand define-obsolete-function-alias into defalias and make-obsolete
11918         for old Emacsen that Gnus supports.
11919         (with-no-warnings): Define it for old Emacsen.
11920         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11921         is available.
11922         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11923         float-time is available; suppress compile warning for time-to-seconds.
11925 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11927         * net/imap.el (imap-message-map): Docstring fix.
11929 2009-09-09  Glenn Morris  <rgm@gnu.org>
11931         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
11932         line numbers too.  (Bug#4374)
11934 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11936         * smerge-mode.el (smerge-remove-props, smerge-refine):
11937         Use with-silent-modifications (bug#4342).
11939         * subr.el (with-silent-modifications): New macro.
11941 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
11943         * files.el (top-level): Require `cl' when compiling.
11945 2009-09-07  Glenn Morris  <rgm@gnu.org>
11947         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
11949         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
11950         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
11952 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
11954         * vc-git.el (vc-git-annotate-command): Use separator to parse
11955         arguments correctly.
11957 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
11959         * proced.el (proced-mode): Doc fix.
11961 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
11963         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
11964         lstat fails.
11965         (tramp-do-file-attributes-with-ls): Check for file existence at
11966         remote end.
11967         (tramp-do-file-attributes-with-stat): Likewise.
11968         (tramp-convert-file-attributes): Return nil when attr is nil.
11970 2009-09-05  Glenn Morris  <rgm@gnu.org>
11972         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
11973         properties to this button.
11974         (diary-fancy-display): Don't extend the button to the final newline.
11975         (diary-fancy-display-mode): Continue to define "q" as a local key.
11977         * calendar/cal-china.el (holiday-chinese): Make it slightly more
11978         efficient.
11980         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
11982         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
11983         (byte-compile-dest-file-function): New option.
11984         (byte-compile-dest-file): Doc fix.
11985         Obey byte-compile-dest-file-function.
11986         (byte-compile-cl-file-p): New function.
11987         (byte-compile-eval): Only suppress noruntime warnings about cl functions
11988         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
11989         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
11990         than for file being previously loaded.
11991         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
11992         (byte-compile-file-form-require): Handle the case where requiring a file
11993         indirectly causes CL to be loaded.
11995 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
11997         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
11998         before killing the old buffer, since by the time `kill-buffer' is
11999         run so many buffer variables have been set to nil that it may not
12000         behave as expected.  (Bug#4061)
12002 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
12004         * files.el (find-alternate-file): If the old buffer is modified
12005         and visiting a file, behave similarly to `kill-buffer' when
12006         killing it, thus reverting to the pre-1.878 behavior; see
12007         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12008         for discussion.  Also, consult `buffer-file-name' as a variable
12009         not as a function, for consistency with the rest of the code.
12011 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
12013         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12014         also when adding a new directory.
12016         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12017         defun.
12019 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12021         * files.el (locate-file-completion-table): Make it provide boundary
12022         information, so partial-completion works better.
12024 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
12026         * mail/footnote.el (Footnote-text-under-cursor):
12027         Check footnote-text-marker-alist before using it (bug#4324).
12029 2009-09-04  Glenn Morris  <rgm@gnu.org>
12031         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12032         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12033         * play/solitaire.el, play/tetris.el:
12034         Remove leading * from defcustom and defface docs.
12036         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12037         necessary.
12038         (diary-fancy-overriding-map): New variable.
12039         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12040         Use view-mode.
12042         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12043         goto-line.
12045 2009-09-03  Glenn Morris  <rgm@gnu.org>
12047         * arc-mode.el (archive-mode):
12048         * dos-fns.el (set-default-process-coding-system):
12049         * man.el (Man-getpage-in-background):
12050         * menu-bar.el (menu-bar-describe-menu):
12051         * server.el (server-process-filter):
12052         * startup.el (command-line):
12053         * tar-mode.el (tar-header-block-tokenize, tar-extract):
12054         * w32-fns.el (set-default-process-coding-system):
12055         * x-dnd.el (x-dnd-handle-file-name):
12056         * international/mule-cmds.el (mule-menu-keymap)
12057         (set-default-coding-systems, language-info-alist, set-language-info)
12058         (set-language-environment, standard-display-european-internal)
12059         (set-locale-environment):
12060         * international/mule-diag.el (mule-diag):
12061         * mail/emacsbug.el (report-emacs-bug):
12062         * mail/rmail.el (rmail-mode):
12063         * mail/sendmail.el (mail-setup):
12064         Use default-value rather than default-enable-multibyte-characters.
12066         * progmodes/f90.el: Move all safe properties into the defcustoms.
12067         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12069         * calendar/appt.el (appt-check):
12070         * calendar/diary-lib.el (diary-set-header, diary-live-p)
12071         (diary-check-diary-file, diary-list-entries)
12072         (diary-include-other-diary-files, diary-simple-display)
12073         (diary-fancy-display, diary-print-entries)
12074         (diary-mark-included-diary-files, diary-make-entry):
12075         Don't call substitute-in-file-name on diary-file.
12077 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
12078             Stefan Monnier  <monnier@iro.umontreal.ca>
12080         * mail/footnote.el (footnote-prefix): Make it a defcustom.
12081         (footnote-mode-map): Move initialization into the declaration.
12082         (footnote-minor-mode-map): Define it rather than changing global-map.
12083         (footnote-mode): Use define-minor-mode.
12085 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
12087         * net/tramp.el (tramp-handle-file-attributes-with-ls)
12088         (tramp-do-file-attributes-with-perl)
12089         (tramp-do-file-attributes-with-stat): Rename from
12090         `tramp-handle-file-attributes-with-*'.
12091         (tramp-handle-file-attributes): Use them.
12092         (tramp-do-directory-files-and-attributes-with-perl)
12093         (tramp-do-directory-files-and-attributes-with-stat): Rename from
12094         `tramp-handle-directory-files-and-attributes-with-*'.
12095         (tramp-handle-directory-files-and-attributes): Use them.
12096         (tramp-method-out-of-band-p): Additional parameter SIZE.
12097         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12098         (tramp-handle-write-region): Use it.
12099         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12100         (tramp-handle-vc-registered): Check, whether the first run did
12101         return files to be tested.
12102         (tramp-advice-make-auto-save-file-name): Do not call directly
12103         `tramp-handle-make-auto-save-file-name', because this would bypass
12104         the locking mechanism.
12106         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12107         (file-remote-p, process-file, start-file-process, set-file-times)
12108         (tramp-compat-file-attributes): Compatibility functions shall not
12109         call directly `tramp-handle-*', because this would bypass the
12110         locking mechanism.
12111         (tramp-compat-number-sequence): New defun.
12113 2009-09-02  Glenn Morris  <rgm@gnu.org>
12115         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12116         alias for float-time.
12117         (time-to-number-of-days): In Emacs, use float-time.
12118         * net/newst-backend.el (time-add): Suppress warnings from compat
12119         function.
12120         * time.el (emacs-uptime, emacs-init-time):
12121         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12122         Use float-time rather than time-to-seconds.
12124         * minibuffer.el (completion-initials-expand): Fix typo.
12126         * faces.el (modeline, modeline-inactive, modeline-highlight)
12127         (modeline-buffer-id):
12128         * info.el (info-menu-5): Mark these face aliases as obsolete.
12130 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12132         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12133         space ...
12134         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12135         no "--thread" option.
12136         (gdb-stopped): Don't print "Switched to thread" message when it is
12137         unchanged.
12139 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12141         * minibuffer.el (completion-try-completion)
12142         (completion-all-completions): Remove ill-defined (and
12143         mistakenly installed and luckily never used nor documented)
12144         `completion-styles' property.
12145         (completion-initials-expand, completion-initials-all-completions)
12146         (completion-initials-try-completion): New functions.
12147         (completion-styles-alist): Add doc to each entry.
12148         Add new `initials' entry.
12150 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
12152         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12153         MI command -var-evaluate-expression.
12154         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12155         and tweak for case of string child.
12156         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12158 2009-09-01  Glenn Morris  <rgm@gnu.org>
12160         * add-log.el (change-log-date-face, change-log-name-face)
12161         (change-log-email-face, change-log-file-face, change-log-list-face)
12162         (change-log-conditionals-face, change-log-function-face)
12163         (change-log-acknowledgement-face):
12164         * cus-edit.el (custom-invalid-face, custom-rogue-face)
12165         (custom-modified-face, custom-set-face, custom-changed-face)
12166         (custom-saved-face, custom-button-face, custom-button-pressed-face)
12167         (custom-documentation-face, custom-state-face, custom-comment-face)
12168         (custom-comment-tag-face, custom-variable-tag-face)
12169         (custom-variable-button-face, custom-face-tag-face)
12170         (custom-group-tag-face-1, custom-group-tag-face):
12171         * diff-mode.el (diff-header-face, diff-file-header-face)
12172         (diff-index-face, diff-hunk-header-face, diff-removed-face)
12173         (diff-added-face, diff-changed-face, diff-function-face)
12174         (diff-context-face, diff-nonexistent-face):
12175         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12176         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12177         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12178         (Info-title-4-face):
12179         * isearch.el (isearch-lazy-highlight-face):
12180         * log-view.el (log-view-file-face, log-view-message-face):
12181         * paren.el (show-paren-match-face, show-paren-mismatch-face):
12182         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12183         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12184         (cvs-msg-face):
12185         * smerge-mode.el (smerge-mine-face, smerge-other-face)
12186         (smerge-base-face, smerge-markers-face):
12187         * wid-edit.el (widget-documentation-face, widget-button-face)
12188         (widget-field-face, widget-single-line-field-face)
12189         (widget-inactive-face, widget-button-pressed-face):
12190         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12191         (woman-addition-face):
12192         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12193         (eshell-ls-executable-face, eshell-ls-readonly-face)
12194         (eshell-ls-unreadable-face, eshell-ls-special-face)
12195         (eshell-ls-missing-face, eshell-ls-archive-face)
12196         (eshell-ls-backup-face, eshell-ls-product-face)
12197         (eshell-ls-clutter-face):
12198         * eshell/em-prompt.el (eshell-prompt-face):
12199         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12200         * obsolete/old-whitespace.el (whitespace-highlight-face):
12201         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12202         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12203         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12204         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12205         (antlr-font-lock-literal-face):
12206         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12207         (ebrowse-root-class-face, ebrowse-file-name-face)
12208         (ebrowse-default-face, ebrowse-member-attribute-face)
12209         (ebrowse-member-class-face, ebrowse-progress-face):
12210         * progmodes/make-mode.el (makefile-space-face):
12211         * progmodes/sh-script.el (sh-heredoc-face):
12212         * textmodes/flyspell.el (flyspell-incorrect-face)
12213         (flyspell-duplicate-face):
12214         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12215         * textmodes/texinfo.el (texinfo-heading-face):
12216         Mark face aliases with "-face" suffix as obsolete.
12218         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12219         compiler.
12221         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12222         (eudc-bob-sound-menu): Use defvar rather than defconst, since
12223         easy-menu-define wants to modify these.
12225         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12227         * net/browse-url.el (browse-url-file-url):
12228         * term/internal.el (dos-codepage-setup):
12229         Use default-value rather than default-enable-multibyte-characters.
12231         * progmodes/etags.el (etags-goto-tag-location):
12232         * progmodes/flymake.el (flymake-highlight-line)
12233         (flymake-goto-file-and-line, flymake-goto-line):
12234         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12235         (gdb-goto-breakpoint):
12236         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12237         * progmodes/python.el (python-find-function)
12238         (python-pdbtrack-track-stack-file):
12239         * progmodes/verilog-mode.el (verilog-surelint-off):
12240         * term/ns-win.el (ns-open-file-select-line):
12241         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12242         Use forward-line rather than goto-line.
12244         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12245         * textmodes/reftex-index.el (reftex-display-index):
12246         * textmodes/reftex-ref.el (reftex-offer-label-menu):
12247         * textmodes/reftex-toc.el (reftex-toc):
12248         Remove unnecessary bindings of default-major-mode (all are followed by
12249         major-mode check and possible mode switch).
12251 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12253         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12254         Handle watchpoints (bug#4282).
12255         (def-gdb-thread-buffer-command): Enable thread to be selected by
12256         clicking without selecting threads buffer first.
12257         (gdb-current-context-command): Use selected frame so that "up",
12258         "down" etc work in the GUD buffer.
12259         (gdb-update): Find selected frame before rendering stack buffer.
12260         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12262 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12264         * progmodes/sym-comp.el (displayed-completions): Remove.
12265         (symbol-complete): Use minibuffer-complete.
12267 2009-08-31  Glenn Morris  <rgm@gnu.org>
12269         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12271         * apropos.el (apropos-symbols-internal):
12272         Handle (obsolete) face aliases.
12274         * faces.el (describe-face): Adjust the output format to be more like
12275         describe-variable, and to mention (obsolete) face aliases.
12276         Adjust the whitespace so that help-setup-xref works.
12278         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12279         * calendar/diary-lib.el (diary-button-face):
12280         Mark these face aliases as obsolete.
12282         * calendar/calendar.el (calendar-today): Doc fix.
12284 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
12286         * progmodes/gdb-mi.el (gdb-control-all-threads)
12287         (gdb-control-current-thread): Force tool bar update.
12288         (gdb-non-stop-handler): New function.
12289         (gdb-init-1): Use it to test if non-stop mode is supported.
12290         Remove unused gdbmi buffer type.
12292 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
12294         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12295         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
12297 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
12299         * comint.el (comint-exec-1): Check command is non-null first.
12300         Part of gdb-mi.el change (2009-08-28).
12302 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12304         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12306 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
12308         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12309         instead of `dolist' to avoid a recursive require when bootstrapping.
12311 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12313         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12315         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12317         * net/imap.el (imap-send-command): Simplify.
12318         (imap-wait-for-tag): point-max -> buffer-size.
12320         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12322         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12323         with constant argument.
12325         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12327         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12329         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12330         Change default, since most of our files don't have a history.
12331         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12332         the user.
12334         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12335         Add comint-run.
12337         * calc/calc.el: Improve commenting convention.
12338         (calc-digit-map, toplevel): Simplify.
12340         * comint.el (comint-insert-input): Be careful to only set point if we
12341         don't delegate to some other command.
12343         * proced.el (proced-signal-list): Make it an alist.
12344         (proced-grammar-alist): Capitalize names.
12345         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12346         Disable undo manually and make it read-only.
12347         Use completion-annotate-function.
12349         * minibuffer.el (minibuffer-message): If the current buffer is not
12350         a minibuffer, insert the message in the echo area rather than at the
12351         end of the buffer.
12352         (completion-annotate-function): New variable.
12353         (minibuffer-completion-help): Use it.
12354         (completion--embedded-envvar-table): Environment vars are
12355         always case-sensitive.
12357 2009-08-30  Glenn Morris  <rgm@gnu.org>
12359         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12360         from fortran-current-defun.
12361         (fortran-beginning-of-subprogram): Be more precise about finding the
12362         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
12363         (fortran-end-of-subprogram): Simplify.
12364         (fortran-current-defun): Use fortran-start-prog-re.
12366 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
12368         * subr.el (do-after-load-evaluation): Simplify.
12370 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
12372         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12374         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
12375         (vc-rcs-print-log): Use it.
12377         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12379 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12381         * paths.el (abbrev-file-name): Move to abbrev.el.
12382         * abbrev.el (abbrev-file-name): Move from paths.el.
12383         Obey user-emacs-directory.
12384         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12385         user-emacs-directory.
12386         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12387         abbrev-file-name and calc-settings-file any more.
12388         * startup.el (command-line): Recompute abbrev-file-name and
12389         abbreviated-home-dir.
12390         (normal-no-mouse-startup-screen): Improve the generic code and get rid
12391         of the special code for when C-h bindings haven't been changed.
12392         (display-startup-echo-area-message): Use with-current-buffer.
12393         (command-line-1): Use a list of strings, rather than a list of lists
12394         of strings for longopts.
12396         * files.el (get-free-disk-space): Use / for default-directory.
12398         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12399         Use with-current-buffer.
12401         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12402         Recognize immutable variables like most-positive-fixnum.
12403         (byte-compile-setq-default): Check and warn if trying to assign
12404         to an immutable variable, or a non-variable.
12406         * progmodes/cc-vars.el (c-comment-continuation-stars):
12407         * progmodes/cc-engine.el (c-looking-at-bos):
12408         * progmodes/cc-cmds.el (c-toggle-auto-state)
12409         (c-forward-into-nomenclature, c-backward-into-nomenclature)
12410         (c-comment-line-break-function): Add version of obsolescence.
12412 2009-08-28  Juri Linkov  <juri@jurta.org>
12414         * files.el (magic-fallback-mode-alist): Add ZIP magic number
12415         associated with `archive-mode'.
12417         * image.el (image-type-header-regexps): Use only JPEG magic number
12418         to determine JPEG images, and don't use `image-jpeg-p' because
12419         Emacs can display non-JFIF non-Exif JPEG images.
12421 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12423         * arc-mode.el (archive-mode):
12424         * emacs-lisp/re-builder.el (re-builder-unload-function):
12425         Protect against the default value of `major-mode' being nil.
12427 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
12429         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
12430         Fix typos in docstrings.
12432         * progmodes/js.el (js--macro-decl-re): Doc fix.
12433         (js--plain-method-re, js--split-name): Refloc docstring.
12434         (js--class-styles, js--make-merged-item, js--splice-into-items):
12435         Fix typos in docstrings; reflow docstrings.
12436         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
12437         (js--variable-decl-matcher, js--inside-pitem-p)
12438         (js--parse-state-at-point, js--get-all-known-symbols)
12439         (js--symbol-history, js-find-symbol, js--js-references)
12440         (js--moz-interactor, js--js-encode-value, js--read-tab):
12441         Fix typos in docstrings.
12443 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12445         * textmodes/reftex.el (reftex-get-file-buffer-force):
12446         * progmodes/verilog-mode.el (verilog-batch-execute-func):
12447         * emulation/viper.el (viper-go-away, viper-set-hooks):
12448         * emacs-lisp/re-builder.el (re-builder-unload-function):
12449         * emacs-lisp/bytecomp.el (byte-compile-file):
12450         * ses.el (ses-unload-function):
12451         * hexl.el (hexl-find-file):
12452         * files.el (normal-mode):
12453         * ehelp.el (with-electric-help):
12454         * autoinsert.el (auto-insert-alist):
12455         * arc-mode.el (archive-mode):
12456         Use (default-value 'major-mode) instead of default-major-mode.
12458         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
12459         * international/mule.el (load-with-code-conversion):
12460         * emacs-lisp/debug.el (debug):
12461         * ediff-vers.el (ediff-rcs-get-output-buffer):
12462         * dired.el (dired-internal-noselect): Don't let-bind
12463         default-major-mode around code that doesn't use it.
12464         E.g. buffer creation via get-buffer-create doesn't use it.
12466 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
12468         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
12469         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
12470         when writing the temp file.  Otherwise, epa-file gets confused.
12471         (tramp-register-file-name-handlers): Make it a defun.  Move also
12472         `epa-file-handler' to the front of `file-name-handler-alist'.
12474 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12476         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
12477         start right after a ^M.
12478         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
12479         (tramp-completion-file-name-regexp-separate)
12480         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
12481         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
12482         Don't modify last-coding-system-used by accident.
12483         (tramp-completion-file-name-handler): Apply the checks here,
12484         instead during registration.
12485         (tramp-register-file-name-handlers): Renamed from
12486         `tramp-register-file-name-handler'.  Register both
12487         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
12488         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
12490 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
12492         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
12493         Remove variable ...
12494         (gdb-init-1, gdb-display-separate-io-buffer)
12495         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
12496         references to it.
12497         (gdb-inferior-io-mode): Use make-comint-in-buffer.
12498         (gdb-inferior-filter): Use comint-output-filter to stop
12499         echoing and remove ^M characters.
12501 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12503         * emulation/viper-init.el (viper-restore-cursor-type):
12504         * emulation/cua-base.el (cua--update-indications):
12505         Replace default-cursor-type with (default-value 'cursor-type).
12507         * mail/sendmail.el (mail-recover-1):
12508         * international/mule-diag.el (describe-current-coding-system-briefly)
12509         (describe-current-coding-system):
12510         * international/mule-cmds.el (select-safe-coding-system)
12511         (select-message-coding-system)
12512         (set-language-environment-coding-systems, set-locale-environment):
12513         * hexl.el (hexl-insert-multibyte-char):
12514         * dos-w32.el (find-buffer-file-type-coding-system):
12515         * simple.el (what-cursor-position):
12516         Replace uses of default-buffer-file-coding-system
12517         with (default-value 'buffer-file-coding-system).
12519         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
12520         Replace uses of default-cursor-in-non-selected-windows
12521         with (default-value 'cursor-in-non-selected-windows).
12522         Use with-current-buffer.
12524         * mail/feedmail.el: Use CL macros.
12525         (feedmail-run-the-queue, feedmail-send-it-immediately):
12526         * dos-w32.el (find-buffer-file-type): Replace uses of
12527         default-buffer-file-type with (default-value 'buffer-file-type).
12529 2009-08-28  Glenn Morris  <rgm@gnu.org>
12531         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
12532         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
12533         Use default-value of major-mode rather than default-major-mode.
12535 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12537         * Makefile.in (update-elcfiles): Report left over elc files.
12539         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
12540         expand-file-name and with-current-buffer.
12541         (mail-get-names, mail-directory): Use with-current-buffer.
12543         * vc.el (vc-read-revision): New function.
12544         (vc-version-diff, vc-merge): Use it.
12546 2009-08-27  Sam Steingold  <sds@gnu.org>
12548         * simple.el (kill-do-not-save-duplicates): New user option.
12549         (kill-new): When it is non-nil, and the new string is the same as
12550         the latest kill, set replace to t to avoid duplicates in kill-ring.
12552 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
12554         * net/tramp.el (tramp-handle-process-file): Do not flush all
12555         caches when `process-file-side-effects' is set.
12556         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
12557         instead of `tramp-find-file-exists-command'.
12558         Unset `process-file-side-effects'.
12560 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
12562         * net/tramp.el (tramp-methods): New method "rsyncc".
12563         (top): Add completion function for "rsyncc".
12564         (tramp-message-show-message): New defvar.
12565         (tramp-message, tramp-error): Use it.
12566         (tramp-do-copy-or-rename-file-directly): Extend check for direct
12567         remote copying.
12568         (tramp-do-copy-or-rename-file-out-of-band): Handle new
12569         `tramp-methods' entry `copy-env' of "rsyncc".
12570         (tramp-vc-registered-read-file-names): New defconst.
12571         (tramp-vc-registered-file-names): New defvar.
12572         (tramp-handle-vc-registered): Implement optimization strategy.
12573         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
12574         (tramp-vc-file-name-handler): New defun.
12575         (tramp-get-ls-command, tramp-get-test-command)
12576         (tramp-get-file-exists-command, tramp-get-remote-ln)
12577         (tramp-get-remote-perl, tramp-get-remote-stat)
12578         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
12580         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
12581         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
12582         timestamps.
12583         (tramp-get-file-property): Check for timestamps in
12584         `tramp-cache-inhibit-cache'.
12585         (tramp-set-file-property): Write timestamp.
12587 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12589         * language/japan-util.el (japanese-symbol-table): Add entries for
12590         cp932-2-byte.
12592         * international/characters.el: Add category `j' to cp932-2-byte.
12594 2009-08-27  Kenichi Handa  <handa@m17n.org>
12596         * international/fontset.el (build-default-fontset-data): New macro.
12597         (setup-default-fontset): Use build-default-fontset-data for CJK,
12598         tibetan, ethiopic, and ipa.
12600 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12602         * cus-start.el (default-major-mode): Customize `major-mode' instead.
12603         (enable-multibyte-characters): Not customizable any more.
12605         * subr.el (default-mode-line-format, default-header-line-format)
12606         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
12607         (default-direction-reversed, default-truncate-lines)
12608         (default-left-margin, default-tab-width, default-case-fold-search)
12609         (default-left-margin-width, default-right-margin-width)
12610         (default-left-fringe-width, default-right-fringe-width)
12611         (default-fringes-outside-margins, default-scroll-bar-width)
12612         (default-vertical-scroll-bar, default-indicate-empty-lines)
12613         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
12614         (default-fringe-cursor-alist, default-scroll-up-aggressively)
12615         (default-scroll-down-aggressively, default-fill-column)
12616         (default-cursor-type, default-buffer-file-type)
12617         (default-cursor-in-non-selected-windows)
12618         (default-buffer-file-coding-system, default-major-mode)
12619         (default-enable-multibyte-characters): Mark as obsolete.
12621 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
12623         * vc-dir.el (vc-dir-update): Remove debug helper.
12625         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
12627 2009-08-26  Sam Steingold  <sds@gnu.org>
12629         * simple.el (save-interprogram-paste-before-kill): New user option.
12630         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
12631         save the interprogram-paste into kill-ring before overriding it
12632         with the Emacs kill.
12634 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12636         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
12637         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
12638         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
12639         and move to vc-rcs.el.
12640         (vc-default-next-revision): Rename to vc-rcs-next-revision and
12641         move to vc-rcs.el.
12642         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
12643         (vc-rcs-update-changelog): Remove.
12644         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
12645         and move to vc-rcs.el.
12647         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
12648         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
12649         renaming.
12650         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
12651         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
12652         vc.el, renamed to be RCS specific.
12654         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
12655         New functions.
12656         (vc-cvs-update-changelog): Move here from vc.el.
12658         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
12659         New functions.
12661 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12663         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
12665 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12667         * vc-git.el (vc-git-register): Use "git add" for directories.
12668         (vc-git-stash, vc-git-stash-show): New functions.
12669         (vc-git-extra-menu-map): Bind them.
12671         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
12672         directory correctly in case the item is a directory itself.
12674         * vc.el: Document the desired behavior for reverted files in the
12675         `added' state.
12676         (vc-default-prettify-state-info): Remove function, unused.
12678         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
12680 2009-08-26  Glenn Morris  <rgm@gnu.org>
12682         * bindings.el (standard-mode-line-format): Reposition dashes in
12683         which-func entry.  (Bug#4217)
12685         * files.el (enable-local-variables, enable-local-eval)
12686         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
12687         the defcustoms.
12688         (auto-mode-alist, ignored-local-variables)
12689         (save-some-buffers-action-alist): Move risky declarations to the
12690         definitions.
12691         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
12692         (font-lock-defaults, format-alist, imenu--index-alist)
12693         (imenu-generic-expression, input-method-alist, minor-mode-alist)
12694         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
12695         (mode-line-modified, mode-line-mule-info, mode-line-position)
12696         (mode-line-process, mode-line-remote, outline-level)
12697         (parse-time-rules, rmail-output-file-alist)
12698         (special-display-buffer-names, vc-mode):
12699         Move risky declarations to the relevant files.
12700         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
12701         (mode-line-modified, mode-line-process, mode-line-position)
12702         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
12703         * font-core.el (font-lock-defaults):
12704         * format.el (format-alist):
12705         * vc-hooks.el (vc-mode):
12706         * window.el (special-display-buffer-names):
12707         * international/mule-cmds.el (input-method-alist):
12708         Define riskiness here (dumped file) rather than in files.el.
12709         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
12710         * imenu.el (imenu-generic-expression, imenu--index-alist):
12711         * outline.el (outline-level):
12712         * time.el (display-time-string):
12713         * calendar/parse-time.el (parse-time-rules):
12714         * mail/rmailout.el (rmail-output-file-alist):
12715         Autoload riskiness here, rather than placing in files.el.
12717 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
12719         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
12721 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
12723         * simple.el (process-file-side-effects): New defvar.
12725         * dired-aux.el (dired-show-file-type):
12726         * vc.el (vc-diff-internal):
12727         * vc-arch.el (vc-arch-diff):
12728         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
12729         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
12730         * vc-git.el (vc-git-registered, vc-git-working-revision)
12731         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
12732         (vc-git--empty-db-p):
12733         * vc-hooks.el (vc-user-login-name):
12734         * vc-svn.el (vc-svn-registered, vc-svn-state)
12735         (vc-svn-dir-extra-headers, vc-svn-find-revision):
12736         * progmodes/grep.el (grep-probe): Let-bind
12737         `process-file-side-effects' with nil.
12739         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
12741         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
12742         daemon.  Replace ping by checking for running service for bluez
12743         and zeroconf.  (Bug#4239)
12745 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12747         * net/dig.el (dig): Add autoload cookie.
12749 2009-08-25  Glenn Morris  <rgm@gnu.org>
12751         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
12752         load-history for absolute file-names.
12753         (byte-compile-file-form-require): Warn about use of the cl package.
12755         * format.el (format-alist): Doc fix.
12757         * play/bubbles.el (top-level): Don't require cl at run-time.
12759         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
12760         run-time cl).
12762 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
12764         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
12765         from cl package.
12766         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
12768 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
12770         * calc/calc-alg.el (math-trig-rewrite)
12771         (math-hyperbolic-trig-rewrite): New functions.
12772         (calc-simplify): Simplify trig functions when asked.
12774 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12776         * diff-mode.el (diff-find-source-location): Avoid goto-line.
12778 2009-08-24  Kenichi Handa  <handa@m17n.org>
12780         * language/ind-util.el (mapthread): Delete it.
12781         (combinatorial): New function.
12782         (indian--puthash-cv): Use combinatorial instead of mapthread.
12784 2009-08-22  Kevin Ryde  <user42@zip.com.au>
12786         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
12787         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
12788         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
12789         Clarify docstring that the value is strings not symbols.
12790         (checkdoc-list-of-strings-p): New function.
12792 2009-08-22  Glenn Morris  <rgm@gnu.org>
12794         * files.el (auto-mode-alist):
12795         * hippie-exp.el (he-concat-directory-file-name):
12796         * lpr.el (lpr-windows-system, printer-name):
12797         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
12798         * ps-print.el (ps-windows-system):
12799         * startup.el (command-line):
12800         * emulation/viper-ex.el (viper-glob-function):
12801         * international/mule-cmds.el (set-language-environment-coding-systems):
12802         * net/ange-ftp.el (ange-ftp-write-region):
12803         * obsolete/fast-lock.el (fast-lock-cache-name):
12804         Remove code for defunct system-types emx, macos, mswindows, next-mach,
12805         unisoft-unix, vax-vms, win32, w32.
12807         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
12808         given name if the pattern is not more specific.
12810         * calendar/lunar.el (lunar-phase-names): New option.
12811         (lunar-phase): Doc fix.
12812         (lunar-cycles-per-year): New constant.
12813         (lunar-index): New function.
12814         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
12815         (lunar-phase-name): Use lunar-phase-names.
12816         (calendar-lunar-phases): Use format.
12817         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
12819         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
12820         Copy imenu-example--name-and-position function here for own use.
12821         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
12823         * bs.el (bs--redisplay):
12824         * cus-edit.el (custom-redraw):
12825         * ibuffer.el (ibuffer-bury-buffer):
12826         * server.el (server-goto-line-column):
12827         * startup.el (command-line-1):
12828         * strokes.el (strokes-xpm-for-stroke):
12829         * term.el (term-display-buffer-line):
12830         * view.el (View-goto-line):
12831         * calc/calc.el (calc-do, calc-trail-buffer):
12832         * play/gamegrid.el (gamegrid-add-score-insecure):
12833         * progmodes/ada-mode.el (ada-compile-goto-error):
12834         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
12835         (ebrowse-select-1st-to-9nth):
12836         * progmodes/cperl-mode.el (cperl-time-fontification):
12837         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
12838         * progmodes/gud.el (gud-display-line):
12839         (idlwave-shell-display-line):
12840         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
12841         * progmodes/make-mode.el (makefile-browser-toggle):
12842         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
12843         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
12844         * textmodes/picture.el (picture-draw-rectangle):
12845         * textmodes/reftex-index.el (reftex-index-goto-letter):
12846         (reftex-select-jump-to-previous):
12847         * textmodes/reftex-sel.el (reftex-find-start-point)
12848         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
12849         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
12850         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
12851         * textmodes/tex-mode.el (tex-compilation-parse-errors):
12852         * textmodes/two-column.el (2C-associated-buffer):
12853         Use forward-line rather than goto-line.
12855         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
12856         goto-line.
12858         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
12859         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
12860         (quick-check-list-to-regexp): Declare.
12862         * progmodes/make-mode.el (makefile-browser-insert-selection):
12863         Use goto-char rather than goto-line.
12865         * progmodes/prolog.el (compilation-error-regexp-alist)
12866         (compilation-forget-errors): Declare.
12868 2009-08-22  Juri Linkov  <juri@jurta.org>
12870         * progmodes/grep.el (lgrep, rgrep): At the beginning
12871         set `dir' to `default-directory' unless `dir' is a non-nil
12872         readable directory.  (Bug#4052)
12873         (lgrep, rgrep): Change a weird way to report an error
12874         from using `read-string' to using `error'.
12875         Instead of using interactive arguments in the function body,
12876         add new argument `confirm'.
12878 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12880         * textmodes/remember.el (remember-buffer):
12881         * progmodes/cperl-mode.el (cperl-vc-header-alist):
12882         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
12883         (icalendar-extract-ical-from-buffer):
12884         * net/newst-treeview.el (newsticker-groups-filename):
12885         * net/newst-backend.el (newsticker-cache-filename):
12886         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
12887         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
12888         (speedbar-add-ignored-path-regexp, speedbar-line-path)
12889         (speedbar-buffers-line-path, speedbar-path-line)
12890         (speedbar-buffers-line-path):
12891         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
12892         (epg-sign-keys):
12893         * epa.el (epa-display-verify-result):
12894         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
12896 2009-08-21  Glenn Morris  <rgm@gnu.org>
12898         * progmodes/js.el (inferior-moz-process): Fix declaration.
12900         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
12902         * obsolete/rnewspost.el (news-mail-reply):
12903         Use goto-char rather than goto-line.
12905         * term/ns-win.el (ns-open-file-select-line):
12906         Use line-beginning-position rather than goto-line.
12908         * apropos.el (apropos-command):
12909         * ehelp.el (electric-helpify):
12910         * printing.el (pr-show-setup):
12911         * strokes.el (strokes-help):
12912         * tutorial.el (tutorial--describe-nonstandard-key)
12913         (tutorial--detailed-help):
12914         * woman.el (woman-mini-help, woman-display-extended-fonts):
12915         * calc/calc-help.el (calc-describe-key):
12916         * emulation/edt.el (edt-electric-helpify):
12917         * international/mule-diag.el (mule-diag):
12918         * play/yow.el (apropos-zippy):
12919         * progmodes/python.el (python-describe-symbol):
12920         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
12921         * textmodes/table.el (*table--cell-describe-mode)
12922         (*table--cell-describe-bindings):
12923         Use help-print-return-message rather than the now obsolete alias.
12925         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
12926         (calendar-cursor-to-visible-date):
12927         * play/5x5.el (5x5-position-cursor):
12928         * play/decipher.el (decipher):
12929         * play/gomoku.el (gomoku-goto-xy):
12930         * play/landmark.el (lm-goto-xy):
12931         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
12932         (mpuz-paint-digit):
12933         Use forward-line, not goto-line.
12935         * mail/rmail.el (rmail-obsolete): Delete custom group.
12936         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
12937         (rmail-remote-password, rmail-remote-password-required):
12938         Remove unneeded :set-after and :set properties.
12940 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
12942         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
12944 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
12946         * loadup.el: Remove leftover macos code.
12948         * vc-git.el (vc-git-annotate-command): Run asynchronously.
12949         Explicitly pass the date format to git blame so that user local
12950         so that the output format can be parsed.
12952 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
12954         * net/dbus.el (top): Don't check for (getenv
12955         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
12957 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
12959         * log-edit.el (log-edit-strip-single-file-name): New var.
12960         (log-edit-insert-changelog): Use it.  Bug#3571
12962 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12964         * subr.el (read-passwd): Use read-key so keypad keys work as well.
12965         Bug#3287
12967         * help.el (help-print-return-message): Rename from
12968         print-help-return-message.
12970         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
12971         cvs-mode-map parent hack.
12972         (log-view-mode): Derive from special-mode.
12974         * linum.el (linum-mode): window-size-change-functions is redundant.
12975         Adapt to new window-configuration-change-hook behavior.
12976         (linum-after-size, linum-after-config): Remove.
12978         * imenu.el (imenu-example--name-and-position)
12979         (imenu-example--lisp-extract-index-name)
12980         (imenu-example--create-lisp-index, imenu-example--create-c-index):
12981         Mark as obsolete.
12983         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
12984         (inferior-prolog-mode): Use it.
12985         (inferior-prolog-load-file): Reset list of errors.
12987 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12989         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
12991         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
12993 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
12995         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
12996         is running already.
12998 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13000         * subr.el (listify-key-sequence-1): Use normal syntax since those
13001         integers are nowadays always represented by the same (positive) number
13002         on all platforms.
13003         (read-key-empty-map): New const.
13004         (read-key-delay): New var.
13005         (read-key): New function.
13006         (force-mode-line-update): Use with-current-buffer.
13007         (locate-user-emacs-file): Don't forget to abbreviate the file name.
13008         (start-process-shell-command, start-file-process-shell-command):
13009         Discourage the use of command-args.
13011 2009-08-19  Glenn Morris  <rgm@gnu.org>
13013         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13015 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13017         * simple.el (choose-completion-string): Don't rely on
13018         minibuffer-completing-file-name and ad-hoc checks to decide whether
13019         to continue completion or not.
13021         * minibuffer.el (minibuffer-hide-completions): New function.
13022         (completion--do-completion): Use it.
13023         (completions-annotations): New face.
13024         (completion--insert-strings): Use it.
13025         (completion-pcm--delim-wild-regex): Add docstring.
13026         (completion-pcm--string->pattern): Add support for 0-width delimiters
13027         in completion-pcm--delim-wild-regex.
13029 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13031         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13032         Remove unused var `buffer-modified-p'.
13034         * minibuffer.el (completion--do-completion): Move point for the #b001
13035         case as well (bug#4176).
13036         (minibuffer-complete, minibuffer-complete-word): Don't move point.
13038 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
13040         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
13041         and :session buses.
13043 2009-08-18  Kenichi Handa  <handa@m17n.org>
13045         * international/ucs-normalize.el (ucs-normalize-version):
13046         Change to 1.1.
13047         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13048         (utf-8-hfs): Make it perform normalization on encoding too.
13050         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
13051         (sentence-end-without-space): Delete duplicated chars.
13052         (sentence-end-base): Likewise.
13054         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
13055         (html-mode): Delete duplicated chars from sentence-end-base.
13057         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
13058         (texinfo-mode): Delete duplicated chars from sentence-end-base.
13060 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
13062         * files.el (hack-one-local-variable): If the mode function is for
13063         a minor mode, pass it an argument (Bug#4148).
13065 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
13067         * net/tramp.el (tramp-register-completion-file-name-handler):
13068         Check also for (member 'partial-completion completion-styles).
13070 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13072         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13073         abbrev (Bug#3943).
13075 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
13077         * progmodes/cperl-mode.el: Merge upstream 6.2.
13078         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13079         (cperl-forward-re): Check cperl-brace-recursing.
13080         (cperl-highlight-charclass): New function.
13081         (cperl-find-pods-heres): Use it.
13082         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13083         (cperl-beautify-regexp-piece): Fix column calculation.
13084         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13085         (cperl-beautify-level): Don't process entire regexp.
13086         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13087         calling man.
13088         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13089         (cperl-init-faces): Build a list in the normal way.
13091 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13093         * calendar/parse-time.el (parse-time-string-chars): Save match
13094         data.
13096 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13098         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13099         (sql-product): Use it.
13100         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13101         (sql-set-product): Add completion.
13102         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13103         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13104         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13105         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13106         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13107         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13108         (sql-highlight-db2-keywords): Remove.
13109         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13110         (sql-highlight-product): Use derived-mode-p.
13111         (sql-set-sqli-buffer): Use with-current-buffer.
13112         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13113         Simplify.
13115         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13117         * term.el: Fix commenting convention, turn comments into docstrings.
13119 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
13121         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13123 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13125         * calendar/parse-time.el (parse-time-string-chars): Compute using
13126         character classes, to handle non-ascii characters (Bug#3190).
13128 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13130         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13131         another heredoc if the user adds another < (Bug#3226).
13133         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13134         Don't initialize based on window-system (Bug#4124).
13136         * facemenu.el (facemenu-read-color): Use a completion function
13137         that accepts any defined color, such as RGB triplets (Bug#3677).
13139         * files.el (get-free-disk-space): Change fallback default
13140         directory to /.  Expand DIR argument before switching to fallback.
13141         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13143 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13145         * files.el (load-library): Doc fix.
13147 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
13149         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13150         (viper-if-string): Redefine C-s in the minibuffer to insert the last
13151         incremental search string.
13153         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13154         XEmacs.
13156         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13157         (ediff-merge-region-is-non-clash)
13158         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13159         Also check if the job is really a merge job.
13161         * ediff.el (ediff-current-file): New function.
13163 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
13165         * progmodes/js.el: Edit docstrings throughout to follow Emacs
13166         conventions.
13167         (js-insert-and-indent): Delete function.
13168         (js-mode-map): Don't bind keys to js-insert-and-indent.
13169         (js-beginning-of-defun): Rename from js--beginning-of-defun.
13170         (js-end-of-defun): Rename from js--end-of-defun.
13171         (js-auto-indent-flag): Delete variable.
13173 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
13175         * progmodes/js.el: Remove proclaim statement.
13176         Defvar which-func-imenu-joiner-function to silence compiler.
13178         * files.el (auto-mode-alist): Use js-mode for .js files.
13180         * progmodes/js2-mode.el: Remove file.
13182         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13184         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13186         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13188 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
13189             Karl Landstrom  <karl.landstrom@brgeight.se>
13191         * progmodes/js.el: New file.
13193 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
13195         * timezone.el (timezone-parse-date): Add ability to understand ISO
13196         basic format (minimal separators) dates in addition to the
13197         already-supported extended format dates.
13199 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
13201         * international/ucs-normalize.el: Add a `coding' file variable.
13203         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13205 2009-08-14  Sam Steingold  <sds@gnu.org>
13207         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13209 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
13211         * faces.el (help-argument-name): Define it here instead of
13212         help-fns.el, because in daemon mode help-fns.el may be loaded when
13213         faces are still uninitialized (Bug#1078).
13215         * help-fns.el (help-argument-name): Move defface to faces.el.
13217 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
13219         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13220         create buffer with a pty but no process so that GDB can make the
13221         inferior the controlling process.
13223 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
13225         * international/ucs-normalize.el: New file.
13227 2009-08-13  Richard Stallman  <rms@gnu.org>
13229         * mail/rmail.el (rmail-get-attr-names):
13230         Accept an attribute header that is too short.
13232         * mail/rmail.el (rmail-forget-messages):
13233         Ignore nil elt in rmail-message-vector.  Use dotimes.
13235         * progmodes/compile.el (compilation-goto-locus):
13236         Use next-error-move-function.
13238         * simple.el (next-error-move-function): New variable.
13240 2009-08-12  Juri Linkov  <juri@jurta.org>
13242         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13243         always non-nil.  (Bug#4052)
13245         * replace.el (read-regexp): Return empty string when
13246         `default-value' is nil.
13247         (keep-lines-read-args): Don't use empty string as the
13248         default value for `read-regexp'.  (Bug#2495)
13250 2009-08-12  Juri Linkov  <juri@jurta.org>
13252         * international/mule-cmds.el (ucs-insert): Change arguments
13253         from `arg' to `character', `count', `inherit' to be the same
13254         as in `insert-char'.  Doc fix.  (Bug#4039)
13256         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13258 2009-08-12  Juri Linkov  <juri@jurta.org>
13260         * files-x.el: New file.
13262         * files.el: Move code that deals with adding/deleting
13263         file/directory-local variables to files-x.el.
13265         * Makefile.in (ELCFILES): Add files-x.elc.
13267 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
13269         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13270         to use `goto-line'.
13271         (gdb-place-breakpoints, gdb-get-location): Rewritten without
13272         `goto-line'.
13273         (gdb-invalidate-disassembly): Do not refresh upon receiving
13274         'update signal.  Instead, update all disassembly buffers only after
13275         threads list.
13276         (gdb): Send -target-detach when buffer is killed (Bug#3794).
13277         (gdb-starting): Moved -data-list-register-names...
13278         (gdb-stopped): ...here so it's sent when first thread stops.
13279         (gdb-registers-handler-custom): Do nothing if register names are
13280         unknown yet.
13282         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13283         from `gdb-mi.el' to avoid extra tangling.
13285         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13286         change which breaks `gud-def' definitions used in `gdb'.
13287         (gdb-update-gud-running): No extra fuss for updating frame number.
13289 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13291         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13292         (describe-language-environment-map, setup-language-environment-map)
13293         (set-coding-system-map): Move initialization into declaration.
13294         (set-language-info-alist): Last arg to define-key-after can be skipped.
13296         * international/quail.el (quail-completion-1): Simplify.
13297         (quail-define-rules): Use slightly more compact code.
13298         (quail-insert-decode-map): Propertize keys, compact columns.
13300         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13301         Add goto-line.
13303 2009-08-10  Miles Bader  <miles@gnu.org>
13305         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13306         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13307         (js2-instance-member, js2-private-member, js2-private-function-call)
13308         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13309         (js2-magic-paren, js2-external-variable):
13310         Remove "-face" suffix from face names.
13311         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13312         (js2-highlight-undeclared-vars, js2-peek-token)
13313         (js2-parse-function-params, js2-mode-show-errors)
13314         (js2-mode-show-warnings, js2-make-magic-delimiter)
13315         (js2-mode-highlight-magic-parens): Update to use new face names.
13317 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
13319         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13320         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
13322 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
13324         * subr.el: Provide hashtable-print-readable.
13326         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13327         hs-c-like-adjust-block-beginning.
13328         (hs-hide-block-at-point): Stop hiding at the beginning of
13329         hs-block-end-regexp (Bug#700).
13331 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
13333         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13334         a macro.
13335         (gdb-registers-handler-custom): Do not fail when register names
13336         are unavailable.
13338 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13340         * progmodes/gdb-mi.el (gdb-control-all-threads)
13341         (gdb-control-current-thread): Interactive setters for
13342         `gdb-gud-control-all-threads' to use in menu.
13343         (gdb-show-run-p): Show «Go» when process is not active.
13344         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
13345         gud/thread.xpm and gud/all.xpm.
13347 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
13349         * net/net-utils.el (net-utils-font-lock-keywords): New var.
13350         (nslookup-font-lock-keywords): Make it a variable.
13351         (net-utils-mode): New mode for viewing diagnostic network output.
13352         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13353         (net-utils-run-simple): New function.
13354         (ifconfig, iwconfig, netstat, arp, route): Use it.
13356 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
13358         * progmodes/gdb-mi.el (gdb-read-memory-custom)
13359         (gdb-memory-set-address, def-gdb-set-positive-number)
13360         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13361         after changing settings.
13362         (gdb-invalidate-disassembly): Update when first shown.
13363         (gdb-edit-locals-value): Fixed.
13364         (gdb-registers-handler-custom): Print registers in right order and
13365         allow changing register values (only for current thread yet).
13366         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13367         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13368         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13369         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13370         info in mode name.
13371         (gdb-registers-mode-map): TAB to switch to locals.
13373 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
13375         * mail/rmail.el (rmail-add-mbox-headers)
13376         (rmail-set-message-counters-counter): Search for
13377         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
13379 2009-08-08  Glenn Morris  <rgm@gnu.org>
13381         * Makefile.in (ELCFILES): Update.
13383 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13385         * mail/sendmail.el (mail-yank-original): Set
13386         buffer-file-coding-system from the one used by the message whose
13387         text is yanked.
13389         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13390         to "windows" when "pgnuplot" is used.
13391         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13392         call accept-process-output if "pgnuplot" is used.
13393         (calc-graph-init): Don't send -display and -geometry to
13394         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
13395         running "pgnuplot -V" with shell-command-to-string.
13397         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13398         the default.
13400 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
13402         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13403         org/org-latex.elc.
13405 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
13407         * vc-dispatcher.el (vc-resynch-window): Update comment.
13409         * term.el (term-handle-ansi-escape): Add comments with the
13410         terminfo capabilities implemented.
13412 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
13414         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
13415         (gdb-var-create-handler): Rewritten using JSON parser.
13416         (gdb-propertize-header): Moved earlier.
13417         (gdb-set-header): Removed to avoid duplication.
13418         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
13419         Refresh disassembly buffers only after threads list have been
13420         update.
13421         (gdb-threads-header, gdb-registers-header): Per-buffer header line
13422         variables.
13424 2009-08-04  Juri Linkov  <juri@jurta.org>
13426         * files.el: Commands to add/delete file/directory-local variables.
13427         (read-file-local-variable, read-file-local-variable-value)
13428         (read-file-local-variable-mode, modify-file-local-variable)
13429         (modify-file-local-variable-prop-line)
13430         (modify-dir-local-variable): New functions.
13431         (add-file-local-variable, delete-file-local-variable)
13432         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
13433         (add-dir-local-variable, delete-dir-local-variable)
13434         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
13435         (copy-dir-locals-to-file-locals-prop-line): New commands.
13437 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
13439         * abbrev.el (insert-abbrev-table-description): Prettify output.
13440         Suggested by Karl Chen.
13442 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
13444         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
13445         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
13446         (gdb-overlay-arrow-position, gdb-thread-position)
13447         (gdb-disassembly-position): Declare variables.
13448         (gdb-wait-for-pending): Function now.
13449         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
13450         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
13451         compilation goes smoothly.
13452         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
13453         (gdb-non-stop-setting): New customization setting which replaces
13454         `gdb-non-stop' so changing it doesn't break active GDB session.
13455         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
13456         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
13457         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
13458         (gdb-show-threads-by-default): New customization options.
13459         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
13460         routines.
13461         (gdb-get-buffer-create): Send buffers update signal when they are
13462         created.
13463         (gdb-invalidate-locals, gdb-invalidate-registers)
13464         (gdb-invalidate-breakpoints)
13465         (gdb-invalidate-threads, gdb-invalidate-disassembly)
13466         (gdb-invalidate-memory): Accept update signal.
13467         (gdb-current-context-command): Use --frame option.
13468         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
13469         Implement `gdb-frame-number' selection logic.
13470         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
13471         whether to show GUD toolbar buttons.
13472         (gdb-thread-exited): Unselect current thread when it exits.
13473         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
13474         (gdb-mark-line): Routine which sets overlay arrow or inverses
13475         video on fringeless displays.
13476         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
13477         to build aligned columns of data in GDB buffers and set text
13478         properties line-by-line.
13479         (gdb-invalidate-breakpoints)
13480         (gdb-breakpoints-list-handler-custom)
13481         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
13482         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
13483         (gdb-registers-handler-custom): Align data columns.
13484         (gdb-locals-handler-custom): Now prints data like in variable
13485         declarations.
13486         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
13487         Removed confusing buttons.
13488         (gdb-invalidate-threads): Append --frame.
13489         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
13490         between breakpoints/threads buffers.
13491         (gdb-set-window-buffer): Now can ignore dedicated windows.
13492         (gdb-propertize-header): Use `gdb-set-window-buffer'.
13493         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
13494         (def-gdb-thread-buffer-gud-command): Replaces
13495         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
13496         for fine thread control.
13497         (gdb-preempt-existing-or-display-buffer): New function used to
13498         display bound buffers without breaking window layout.
13499         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
13500         (gdb-select-frame): New version of `gdb-frames-select' which now
13501         sets `gdb-frame-number' so commands may use --frame option instead
13502         of inner debugger state.
13503         (gdb-frame-handler): Do not set `gdb-frame-number'.
13504         (gdb-threads-mode-map): Select threads with mouse.
13506         * progmodes/gud.el (gdb-gud-context-call): Declare function to
13507         avoid compilation warning.
13508         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
13509         `gdb-show-stop-p`.
13511         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
13512         Argument `key' renamed to `buffer-type'.
13513         (gdb-current-context-buffer-name): Do not add thread info to
13514         buffer name when no thread is selected.
13515         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
13516         command (bug 3794).
13517         (gdb-thread-selected): Handle `=thread-selected' notification.
13518         (gdb-wait-for-pending): New macro to deal with congestion problems.
13519         (gdb-breakpoints-list-handler-custom): Don't fail on pending
13520         breakpoints.
13521         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
13522         This fixes problem similar to one described in bug 3947.
13523         (gud-menu-map): More menu items.
13524         (gdb-init-1): Reset `gdb-thread-number' to nil.
13526         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
13527         non-stop settings.
13529         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
13530         (gdb-current-context-command): Do not append --thread if
13531         `gdb-thread-number' is nil.
13532         (gdb-running-threads-count, gdb-stopped-threads-count): New
13533         variables.
13534         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
13535         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
13536         customization options.
13537         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
13538         GUD commands.
13539         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
13540         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
13541         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
13542         set `gdb-thread-number' and update `gud-running' properly.
13543         (gdb-running): Update threads list when new threads appear.
13544         (gdb-stopped): Support non-stop operation and new thread switching
13545         logic.
13546         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
13547         (gdb-json-partial-output): New set of JSON routines.
13548         (def-gdb-auto-update-trigger): New `signal-list' optional
13549         argument.
13550         (gdb-thread-list-handler-custom): Update `gud-running',
13551         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
13552         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
13553         (gdb-continue-thread, gdb-step-thread): New commands for fine
13554         thread execution control.
13555         (gud-menu-map): New menu items to switch non-stop options.
13556         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
13557         (gdb-send): Mimic RET properly (bug 3794).
13559         * progmodes/gdb-mi.el (gdb-rules-name-maker)
13560         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
13561         gdb-buffer-rules.
13562         (def-gdb-auto-update-handler): New nopreserve optional argument.
13563         (gdb-stack-list-frames-custom): Print stack from top to bottom.
13565         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
13566         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
13567         (gdb-parent-mode): New mode to derive other GDB modes from.
13568         (gdb-display-disassembly-for-thread)
13569         (gdb-frame-disassembly-for-thread): New commands for threads
13570         buffer.
13572         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
13573         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
13574         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
13575         (gdb-update): We now store all GDB buffers in a list so that they
13576         can be updated by traversing a list instead of calling invalidate
13577         triggers explicitly.
13578         (def-gdb-trigger-and-handler): New macro to define trigger-handler
13579         pair for GDB buffer.
13580         (gdb-stack-buffer-name): Add thread information.
13581         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
13582         handle pending triggers.
13583         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
13584         (def-gdb-thread-buffer-simple-command)
13585         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
13586         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
13587         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
13588         New commands which show buffers bound to thread.
13589         (gdb-stack-list-locals-regexp): Removed unused regexp.
13591         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
13592         (gdb-locals-buffer-name, gdb-registers-buffer-name)
13593         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
13594         to (gud-comint-buffer) in *-buffer-name functions
13595         because (gdb-get-target-string) already does that.
13596         (gdb-locals-handler-custom, gdb-registers-handler-custom)
13597         (gdb-changed-registers-handler): Rewritten without regexps.
13599         * progmodes/gdb-mi.el: Basic thread selection support.
13600         (gdb-thread-number): New variable.
13601         (gdb-current-context-command): New macro which adds --thread
13602         option to command.
13603         (gdb-threads-mode-map): Select thread with SPC.
13604         (gdb-thread-list-handler-custom): Mark current thread with overlay
13605         arrow.  Synchronize GDB thread and Emacs thread.
13606         (gdb-select-thread): New command which selects current thread.
13607         (gdb-invalidate-frames, gdb-invalidate-locals)
13608         (gdb-invalidate-registers): Use --thread option.
13610 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
13612         * net/tramp.el (top): Make check for tramp-gvfs loading more
13613         robust.  (Bug#3977)
13614         (tramp-handle-insert-file-contents): `unwind-protect' must be
13615         inside `with-parsed-tramp-file-name'.
13617         * net/tramp-gvfs.el (top): Remove superfluous message when loading
13618         fails.
13620 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
13622         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
13623         directory if CLASSPATH is not set.
13625 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
13627         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
13628         New defconst.
13629         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
13631 2009-08-02  Kevin Ryde  <user42@zip.com.au>
13633         * net/newst-backend.el (newsticker--raw-url-list-defaults):
13634         Update freshmeat link.  Delete newsforge.com as it seems gone.
13636 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13638         * select.el (x-set-selection): Doc fix (Bug#4021).
13640         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
13642         * help-fns.el (describe-variable): Treat list return values from
13643         dir-locals-find-file properly (Bug#4005).
13645 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
13647         * net/tramp.el (tramp-debug-message): Print also microseconds.
13649 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
13651         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
13652         or END is non-nil.
13653         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
13654         (tramp-get-debug-buffer): Change `outline-regexp' according to new
13655         format.
13657         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
13658         (tramp-get-file-property): Use it.
13660         * autorevert.el (auto-revert-handler): Allow
13661         `auto-revert-tail-mode' for remote files.
13663 2009-08-02  Jason Rumney  <jasonr@gnu.org>
13665         * minibuffer.el (read-file-name): Treat confirm options to
13666         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
13668 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13670         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
13671         (font-lock-variable-name-face, font-lock-constant-face): Darken
13672         the colors for light backgrounds.
13674 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
13676         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
13677         month names.  (Bug#3987)
13679 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
13681         * simple.el (line-move-finish): Pass whole number to
13682         line-move-to-column.
13683         (line-move-visual): Perform hscroll to the recorded position.
13685 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
13687         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
13689 2009-07-29  Alan Mackenzie  <acm@muc.de>
13691         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
13693 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
13695         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
13696         (gdb-place-breakpoints): Use full path when setting breakpoints.
13698 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
13700         * calc/calc.el (calc-mode-map): Add keybinding for
13701         `calc-transpose-lines'.
13703 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
13705         * calc/calc-misc.el (calc-transpose-lines): New function.
13707 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
13709         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
13710         Simplify check for out-of-band methods.
13711         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
13712         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
13714 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
13716         * vc-git.el (vc-git-checkin): Fix typo.
13718 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
13720         * progmodes/js2-mode.el: New file.
13722 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
13724         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
13725         (gud-menu-map): Adjust tooltip accordingly.
13727 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
13729         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
13730         (vc-bzr-log-view-mode): Adjust log-view-file-re.
13732         * add-log.el (change-log-mode-map): Add a menu.
13734 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
13736         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
13737         function returns nil.
13738         (dbus-handle-event): Handle special return value :ignore.
13739         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
13741 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
13743         * view.el (view-mode-enable): Don't define Helper-return-blurb if
13744         it's not needed.
13746 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
13748         Fix Bug#3888:
13750         * w32-vars.el (x-select-enable-clipboard): Doc fix.
13752         * term/pc-win.el (x-display-name, x-colors)
13753         (x-select-enable-clipboard, x-select-text): Doc fix.
13755         * term/common-win.el (x-display-name, x-colors): Doc fix.
13757         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
13758         (xw-defined-colors): Doc fix.
13760         * w32-fns.el (x-select-text, x-setup-function-keys)
13761         (x-get-selection, x-set-selection): Doc fix.
13763         * term/x-win.el (x-select-text, x-setup-function-keys)
13764         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
13766         * select.el (x-set-selection): Doc fix.
13768 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
13770         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
13771         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
13772         "IsNSSSupportAvailable" method is not available.  Reported by
13773         Steve Youngs <steve@sxemacs.org>.
13775 2009-07-24  Kenichi Handa  <handa@m17n.org>
13777         * international/characters.el: Fix setting of category ?C, ?|, ?K,
13778         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
13779         (build-unicode-category-table): Fix range checks.
13781 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
13783         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
13784         the buffer we try to sync is current when calling
13785         vc-resynch-buffer.
13787         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
13788         not show up to date files.
13790 2009-07-24  Glenn Morris  <rgm@gnu.org>
13792         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
13793         Add autoload cookies.  If necessary, initialize.
13794         (elint-log): Handle non-file buffers.
13795         (elint-initialize): Add optional argument to reinitialize.
13796         (elint-find-builtin-variables): Save excursion.
13798 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
13800         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13801         for Lint.
13803 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
13805         * vc.el (vc-print-log-internal): New function, split out from ...
13806         (vc-print-log): ... here.
13807         (vc-dir-move-to-goal-column): Declare.
13809         * vc-git.el (vc-git-add-signoff): New variable.
13810         (vc-git-checkin): Use it.
13811         (vc-git-toggle-signoff): New function.
13812         (vc-git-extra-menu-map): Bind it to menu.
13813         (vc-git--run-command-string): Accept a nil FILE argument.
13814         (vc-git-stash-list): New function.
13815         (vc-git-dir-extra-headers): Use it.
13817 2009-07-23  Glenn Morris  <rgm@gnu.org>
13819         * help-fns.el (describe-variable): Describe ignored and risky local
13820         variables in a similar way to that in which we describe safe ones.
13822         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
13823         (byte-compile-output-file-form, byte-compile-output-docform)
13824         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
13825         Give some more local variables with common names a "bytecomp-" prefix,
13826         so as not to shadow things during compilation.
13827         * emacs-lisp/cl-macs.el (load-time-value)
13828         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
13829         `outbuffer' to `bytecomp-outbuffer'.
13831         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
13832         since the next two variables cover them automatically now.
13833         (elint-builtin-variables, elint-autoloaded-variables): New.
13834         (elint-unknown-builtin-args): Remove all members, since they can be
13835         parsed automatically now.
13836         (elint-extra-errors): New.
13837         (elint-env-add-env, elint-env-add-macro): Use cadr.
13838         (elint-current-buffer): Use or.  Change final message.
13839         (elint-get-top-forms): Use line-end-position.
13840         (elint-init-env): Use cadr.  Handle autoload, declare-function,
13841         and defalias.
13842         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
13843         (regexp-assoc): Remove unused function.
13844         (elint-top-form): Set elint-current-pos, to record the start of the
13845         top-level form, for compilation-mode.
13846         (elint-form): Trap errors in macro expansion.  Use dolist.
13847         (elint-unbound-variable): Use elint-builtin-variables and
13848         elint-autoloaded-variables.
13849         (elint-get-args): Use cadr, or.
13850         (elint-check-cond-form): Use dolist, cadr.
13851         (elint-check-condition-case-form): Doc fix.  Use cadr.
13852         Use elint-extra-errors.
13853         (elint-log): New function.
13854         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
13855         Distinguish errors and warnings.
13856         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
13857         Use a bytecomp-style format.
13858         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
13859         (elint-get-log-buffer): Use compilation mode.  Disable undo.
13860         Don't truncate lines.
13861         (elint-initialize): Set builtin and autoloaded variable lists.
13862         Only process elint-unknown-builtin-args if non-nil.
13863         (elint-find-builtin-variables, elint-find-autoloaded-variables):
13864         New functions.
13865         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
13867 2009-07-22  Kevin Ryde  <user42@zip.com.au>
13869         * net/newst-backend.el (newsticker--parse-atom-1.0)
13870         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
13871         (newsticker--parse-rss-1.0):
13872         * progmodes/idlwave.el (idlwave-mode):
13873         * progmodes/idlw-shell.el (idlwave-shell-mode):
13874         * progmodes/vera-mode.el (vera-mode):
13875         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
13876         * progmodes/vhdl-mode.el (vhdl-mode):
13877         * textmodes/table.el (table-generate-source)
13878         (table--warn-incompatibility):
13879         Hyperlink urls in docstrings with URL `...'.
13881 2009-07-22  Glenn Morris  <rgm@gnu.org>
13883         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
13884         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
13885         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
13886         Remove leading * from defcustom docs.
13888         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
13890         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
13891         defcustom doc.
13892         (list-load-path-shadows): Optionally, just return shadows as a string.
13894         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
13896 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
13898         * mail/rmailedit.el (rmail-edit-mode): Use
13899         auto-save-include-big-deletions.
13901         * mail/rmail.el (rmail-variables): Use
13902         auto-save-include-big-deletions.
13904         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
13905         changes.
13907 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
13909         * calc/calc.el (calc-undo-length): New variable.
13910         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
13912 2009-07-21  Richard Stallman  <rms@gnu.org>
13914         * files.el (auto-save-mode): Handle buffer-save-size = -2
13915         for toggling mode.
13917 2009-07-21  Glenn Morris  <rgm@gnu.org>
13919         * textmodes/ispell.el (ispell-looking-back): Update declaration.
13921         * calendar/todo-mode.el (calendar-current-date): Update declaration.
13923         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
13924         silence compiler.  Instead...
13925         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
13926         (ps-print-ensure-fontified): Update for above function name changes.
13928         * printing.el (pr-mh-get-msg-num, pr-mh-show)
13929         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
13930         silence compiler.  Instead...
13931         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
13932         (mh-show-buffer): Only define for compiler.
13933         (pr-mh-current-message): Update for above function name changes.
13935         * files.el (abort-if-file-too-large): Explicitly pass `filename'
13936         as an argument.
13937         (find-file-noselect, insert-file-1): Update for above change.
13939         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
13941         * mail/mailclient.el (mailclient-send-it): Fix message.
13943         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
13944         (edebug-eval): Check cl-debug-env is bound.
13945         (print-level, print-circle): Don't redefine built-in variables.
13947         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
13948         (custom-print-vectors): Remove old comments from doc.
13950         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
13951         (emerge-version): Make the variable an obsolete alias for the
13952         emacs-version variable.  Make the function obsolete.
13953         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
13954         Emerge options, rather than merging in into the main Options menu.
13955         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
13956         and auto advance modes.  Disable edit/fast items when not relevant.
13958 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
13960         * term/vt420.el (terminal-init-vt420): Fix typo.
13962 2009-07-20  Sam Steingold  <sds@gnu.org>
13964         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
13965         variable (removed from compile.el on 2004-03-11).
13967 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
13969         * files.el (hack-local-variables-filter): Fix last change.
13971 2009-07-19  Juri Linkov  <juri@jurta.org>
13973         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
13974         (dir-local-variables-alist): New buffer-local variable.
13975         (hack-local-variables-filter): If variable is not dir-local,
13976         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
13977         because file-local overrides dir-local.
13978         (c-postprocess-file-styles) <declare-function>:
13979         Remove obsolete declaration.
13980         (hack-dir-local-variables): Add dir-local variable/value pair to
13981         `dir-local-variables-alist' and remove duplicates.  Doc fix.
13983         * help-fns.el (describe-variable): Add information about
13984         file-local and dir-local variables.
13986 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
13988         * files.el (hack-local-variables-filter): Rewrite.
13990 2009-07-19  Glenn Morris  <rgm@gnu.org>
13992         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
13993         Silence compiler by only defining on XEmacs.
13995         * international/mule.el (auto-coding-regexp-alist): Only match
13996         BABYL... at the start of buffer, not of lines.  (Bug#3790)
13998         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
13999         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
14000         (cal-menu-context-mouse-menu): Doc fix.
14002         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14004         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
14006 2009-07-18  Juri Linkov  <juri@jurta.org>
14008         * info.el: Virtual Info keyword finder.
14009         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14010         (Info-finder-file): New variable.
14011         (Info-finder-find-file): New function.
14012         (finder-known-keywords, finder-package-info)
14013         (find-library-name, lm-commentary): Use defvar and
14014         declare-function to silence compiler warnings.
14015         (Info-finder-find-node): New function.
14016         (info-finder): New command.
14018         * subr.el (process-kill-buffer-query-function): New function.
14019         (add-hook)<kill-buffer-query-functions>: Add hook
14020         `process-kill-buffer-query-function'.
14022 2009-07-18  Alan Mackenzie  <acm@muc.de>
14024         * progmodes/cc-mode.el (c-before-hack-hook)
14025         (c-postprocess-file-styles): Give invocation of `c-set-style'
14026         DONT-OVERRIDE parameter of t.  Already set style variables will
14027         thus not be overridden by style settings given by `c-file-syle'.
14029         * files.el (hack-local-variables-filter): Remove entries with
14030         duplicate keys from `file-local-variables-alist'.
14032 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14034         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14035         x-set-selection if display-selections-p returns nil for the
14036         current frame.
14038 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
14040         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14042 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
14044         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14045         Accept nil in addition to a regexp.
14046         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14047         Accept nil in addition to a regexp.
14048         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14049         buffers that have an associated file.  Handle nil values of
14050         desktop-buffers-not-to-save and desktop-files-not-to-save.
14051         (Bug#3833)
14053         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14054         (x-disown-selection-internal): New functions.
14056 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
14058         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14059         warning.
14060         (gdb-breakpoints-header): Move forward to avoid compiler warning.
14061         (gdb-make-header-line-mouse-map): Remove duplicate definition.
14063 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
14065         * simple.el (set-mark): Revert last change.
14067 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
14069         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14070         rendering of pngs is not possible instead of messaging a long
14071         description.
14073 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
14075         * w32-fns.el (x-selection-owner-p): New function.
14077         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14078         (mouse-yank-at-click, mouse-yank-primary): If
14079         select-active-regions is non-nil, deactivate the mark before
14080         insertion.
14082         * simple.el (deactivate-mark, set-mark): Only save selection if we
14083         own it.
14085 2009-07-17  Kenichi Handa  <handa@m17n.org>
14087         * case-table.el (describe-buffer-case-table): Fix for the case
14088         that KEY is a cons.
14090 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
14092         * vc-rcs.el (vc-rcs-find-file-hook):
14093         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14095 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
14097         * net/tramp.el (tramp-wait-for-output): Handle the case when
14098         commands do not return a newline but a null byte before the shell
14099         prompt.  (Bug#3858)
14101 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14103         * term/ns-win.el (ns-set-alpha): Don't declare.
14104         (ns-set-background-alpha): Remove function.
14106 2009-07-16  Kevin Ryde  <user42@zip.com.au>
14108         * emacs-lisp/copyright.el (copyright-update): Save match-data across
14109         y-or-n-p, for safety.
14111 2009-07-16  Richard Stallman  <rms@gnu.org>
14113         * files.el (auto-save-mode): If buffer-saved-size is -2,
14114         don't clobber it.
14116         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14117         (rmail-retry-ignored-headers): Add more uninteresting fields.
14119 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
14121         * net/rcirc.el (rcirc): Use history variables.
14122         (rcirc-server-name-history, rcirc-nick-name-history)
14123         (rcirc-server-port-history): New variables.
14125 2009-07-15  Kenichi Handa  <handa@m17n.org>
14127         * international/mule-cmds.el (set-language-environment-charset):
14128         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14129         ignore them.
14131         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14132         Delete unibyte-display.
14134 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14136         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14138 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
14140         * simple.el (deactivate-mark): Optional argument FORCE.
14141         (set-mark): Use deactivate-mark.
14143         * info.el (Info-search): No need to check transient-mark-mode
14144         before calling deactivate-mark.
14146         * select.el (x-set-selection): Doc fix.
14147         (x-valid-simple-selection-p): Allow buffer values.
14148         (xselect--selection-bounds): Handle buffer values.  Suggested by
14149         David De La Harpe Golden.
14151         * mouse.el (mouse-set-region, mouse-drag-track): Call
14152         copy-region-as-kill before setting the mark, to let
14153         select-active-regions work.
14155 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
14157         * simple.el (deactivate-mark): If select-active-regions is
14158         non-nil, copy the selection data into a string.
14159         (activate-mark): If select-active-regions is non-nil, set the
14160         selection to the current buffer.
14161         (set-mark): Update selection if select-active-regions is non-nil.
14163         * select.el (x-valid-simple-selection-p): Allow buffer values.
14165 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14167         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14168         and more featureful message-mode.
14170 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
14172         * select.el (x-set-selection): Doc fix.
14173         (x-valid-simple-selection-p): Disallow selection data consisting
14174         of a list or cons of integers, since that is not used.
14175         (xselect--selection-bounds, xselect--int-to-cons): New functions.
14176         (xselect-convert-to-string, xselect-convert-to-length)
14177         (xselect-convert-to-filename, xselect-convert-to-charpos)
14178         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14180 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
14182         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14183         output in -break-info command (Emacs bug #3794).
14185 2009-07-14  Glenn Morris  <rgm@gnu.org>
14187         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14188         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14189         (edebug-print-length, edebug-print-level, edebug-print-circle)
14190         (edebug-sit-for-seconds, edebug-view-outside)
14191         (edebug-bounce-point, edebug-set-global-break-condition)
14192         (edebug-Go-nonstop-mode, edebug-trace-mode)
14193         (edebug-Trace-fast-mode, edebug-continue-mode)
14194         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14195         (edebug-visit-eval-list): Doc fixes.
14197         * subr.el (def-edebug-spec): Doc fix.
14199 2009-07-14  Kenichi Handa  <handa@m17n.org>
14201         * international/characters.el: Fix setting of category ?C.
14203 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
14205         * term/ns-win.el (x-select-font): defalias x-select-font to
14206         ns-popup-font-panel instead of generate-fontset-menu.
14208 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
14210         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
14212 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
14214         * arc-mode.el (archive-find-type): Allow for a PK00 string before
14215         the PK\003\004 header (Bug#3770).
14217 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
14219         * pcomplete.el (pcomplete-comint-setup): Check for
14220         shell-dynamic-complete-filename too.
14222 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
14224         * simple.el (temporary-goal-column): Change the value for
14225         line-move-visual to a cons cell.
14226         (line-move-visual): Record or set the window hscroll, if
14227         necessary (Bug#3494).
14228         (line-move-1): Handle cons value of temporary-goal-column.
14230 2009-07-11  Kenichi Handa  <handa@m17n.org>
14232         * international/mule-diag.el (describe-character-set): Don't show
14233         width.
14235 2009-07-10  Sam Steingold  <sds@gnu.org>
14237         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14238         Omake sometimes indents the errors it prints, so allow all
14239         regexps to start with spaces.
14241 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
14243         * cus-edit.el (customize-changed-options-previous-release):
14244         Bump value to 22.1.  (Bug#3804)
14246 2009-07-08  Sam Steingold  <sds@gnu.org>
14248         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14249         to be a cons cell (test . ignored-directory) to selectively ignore
14250         some directories depending on the location of the search.
14252 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
14254         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14255         remote user is root, on the local host.
14256         (tramp-local-host-p): Either the local user or the remote user
14257         must be root.  (Bug#3771)
14259 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14261         * progmodes/gdb-mi.el (gdb): Remove description of
14262         gdb-use-separate-io-buffer.
14263         (menu): Don't allow toggling of or enable
14264         gdb-use-separate-io-buffer from menubar.
14266 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
14268         * mail/unrmail.el (unrmail): Make sure the message ends with two
14269         newlines (Bug#3769).
14271 2009-07-08  Glenn Morris  <rgm@gnu.org>
14273         * calendar/calendar.el (calendar-current-date): Rework previous change.
14275 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
14277         * calendar/calendar.el (calendar-current-date):
14278         Add an optional argument giving an offset from today.
14280 2009-07-08  Glenn Morris  <rgm@gnu.org>
14282         * tutorial.el (tutorial--describe-nonstandard-key):
14283         Adjust the message for when a key has been unbound.
14284         (help-with-tutorial): Hide the arch-tag.
14286 2009-07-08  Kenichi Handa  <handa@m17n.org>
14288         * international/fontset.el (setup-default-fontset): For each
14289         script, append (not set) font-specs.
14291         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14292         docstring.
14294 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
14296         * progmodes/gdb-mi.el (gdb-init-1): Move sending
14297         -data-list-register-names to ...
14298         (gdb-starting): ... here because GDB 7.0 requires execution to
14299         have started when using this MI command.
14300         (gdb-set-header): New function to distinguish select and
14301         unselected tabs in gdb buffers.
14302         (gdb-propertize-header): New macro that uses gdb-set-header.
14303         (gdb-breakpoints-header, gdb-locals-header): Use it.
14304         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14306 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
14308         * Makefile.in (ELCFILES): Remove fadr.elc.
14310 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
14312         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14313         may contain frame information, so `string-match' should be used.
14314         (gdb-update): Disassembly is invalidated through
14315         `gdb-get-selected-frame'.
14316         (gdb-pad-string): New function to pad string with spaces.
14317         (gdb-invalidate-disassembly): Invalidate only if the buffer
14318         exists.
14319         (gdb-disassembly-handler-custom): Column alignment.
14320         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14321         placing new ones.
14322         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14323         end of line, too.
14324         (gdb-frame-handler): Match convention to for disassembly buffer
14325         mode name.
14326         (gdb-stack-list-frames-handler): Rewritten without regexps.
14327         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14328         not highlight breakpoints without line information.
14329         (gdb-input): Add trailing newline to command.
14331         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14332         buffer properly.
14333         (gdb-breakpoints-list-handler-custom): Replacement for
14334         `gdb-break-list-handler'.  Using real parser instead of regexps
14335         now.
14336         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14337         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14338         to place breakpoints.
14339         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14340         functions.
14341         (gdb-disassembly-handler-custom): Show overlay arrow.
14342         (gdb-disassembly-place-breakpoints): Show breakpoints in
14343         disassembly buffer.
14344         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14345         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14346         instead of parsing breakpoints buffer.  Fixed old menu references
14347         in `gud-menu-map'.
14349         * fadr.el: Remove.
14351         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14352         (gdb-memory-address): New variable which holds top address of
14353         memory page shown in memory buffer.
14354         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14355         customization variables.
14356         New functions:
14357         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14358         display the memory buffer.
14359         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14360         buffer display parameters.
14361         (def-gdb-memory-format, gdb-memory-format-binary)
14362         (gdb-memory-format-octal, gdb-memory-format-unsigned)
14363         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14364         Functions for setting memory buffer format.
14365         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14366         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14367         unit size used in memory buffer.
14368         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14369         to next/previous page of memory buffer.
14370         Now using (bindat-get-field) instead of fadr functions.
14372 2009-07-07  Sam Steingold  <sds@gnu.org>
14374         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14375         non-top-level files.
14377 2009-07-07  Kenichi Handa  <handa@m17n.org>
14379         * international/mule-cmds.el (reset-language-environment): Put
14380         the highset priority to the charset iso-8859-1.
14382 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14384         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14385         to the end of the line when locating the block (Bug#700).
14387 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
14389         * net/tramp.el (tramp-handle-write-region): Flush file properties
14390         in case of short track.
14392 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
14394         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14395         Coded custom representation of verilog error regular expressions
14396         to work with Emacs-22's new format.
14397         (verilog-error-regexp-xemacs-alist): Coded custom representation
14398         of verilog error regular expressions to work with XEmacs format.
14399         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14400         error recognition into XEmacs.
14401         (verilog-error-regexp-add-emacs): Hook routine to install verilog
14402         error recognition into Emacs-22.
14404 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
14406         * woman.el: Remove stand-alone closing parentheses.
14407         (woman-file-name, woman2-format-paragraphs)
14408         (woman-leave-blank-lines): Code cleanup.
14409         (woman-use-own-frame): Change default to nil.
14410         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
14411         defaults to inherit from default faces.
14412         (woman2-process-escapes): Consume the newline after a stand-alone
14413         filler character (Bug#3651).
14415 2009-07-06  Glenn Morris  <rgm@gnu.org>
14417         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
14418         (top-level): Move provide to the end.
14419         (ffap): Remove defunct URL from custom group.
14421         * subr.el (eval-after-load): Doc fix.
14423 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
14425         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
14426         `calc-embedded-word' is called twice.
14428 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14430         * files.el (find-alternate-file-other-window, find-alternate-file):
14431         Obey confirm-nonexistent-file-or-buffer.
14433 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
14435         * dired-aux.el (dired-show-file-type): Handle remote files.
14437 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
14439         * desktop.el (desktop-globals-to-save):
14440         Add file-name-history (Bug#2750).
14442 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
14444         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
14446 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
14448         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
14449         property on entire argument since this is what eshell-lisp-command
14450         expects.
14452 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
14454         * net/tramp-gvfs.el (tramp-gvfs-methods)
14455         (tramp-gvfs-zeroconf-domain)
14456         (tramp-bluez-discover-devices-timeout): Add version flag.
14457         (tramp-gvfs-handler-mounted-unmounted)
14458         (tramp-gvfs-connection-mounted-p): Polish handling of
14459         incompatibilities between GVFS 0.2 and 1.0.
14461 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
14463         * cus-start.el (all): Add make-pointer-invisible.
14465 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
14467         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
14468         formatted correctly.
14470 2009-07-02  Juri Linkov  <juri@jurta.org>
14472         * info.el: Virtual Info files and nodes.
14473         (Info-virtual-files, Info-virtual-nodes): New variables.
14474         (Info-current-node-virtual): New variable.
14475         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
14476         New functions.
14477         (Info-file-supports-index-cookies): Use Info-virtual-file-p
14478         to check for a virtual file instead of checking a fixed list
14479         of node names.
14480         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
14481         instead of ad-hoc processing of "dir" and (apropos history toc).
14482         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
14483         instead of ad-hoc processing of "dir" and (apropos history toc).
14484         Reread a file when moving from a virtual node.
14485         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
14486         (Info-directory-toc-nodes, Info-directory-find-file)
14487         (Info-directory-find-node): New functions.
14488         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
14489         (Info-history): Move part of code to
14490         `Info-history-find-node'.
14491         (Info-history-toc-nodes, Info-history-find-file)
14492         (Info-history-find-node): New functions.
14493         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
14494         (Info-toc): Move part of code to `Info-toc-find-node'.
14495         (Info-toc-find-node): New function.
14496         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
14497         the current Info file name to references because now the node
14498         "*TOC*" belongs to the same Info manual.
14499         (Info-toc-build): Rename from `Info-build-toc'.
14500         (Info-toc-nodes): Rename input argument `file' to `filename'.
14501         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
14502         instead of ad-hoc processing of ("dir" apropos history toc).
14503         (Info-index-nodes): Use Info-virtual-file-p
14504         to check for a virtual file instead of checking a fixed list
14505         of node names.
14506         (Info-index-node): Add check for `Info-current-node-virtual'.
14507         Raise `save-match-data' higher up the tree to contain
14508         `search-forward' too (bug fix).
14509         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
14510         (Info-virtual-index-nodes): New variable.
14511         (Info-virtual-index-find-node, Info-virtual-index): New functions.
14512         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
14513         (Info-apropos-file, Info-apropos-nodes): New variables.
14514         (Info-apropos-toc-nodes, Info-apropos-find-file)
14515         (Info-apropos-find-node, Info-apropos-matches): New functions.
14516         (info-apropos): Move part of code to `Info-apropos-find-node' and
14517         `Info-apropos-matches'.
14518         (Info-mode-map): Bind "I" to `Info-virtual-index'.
14519         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
14520         for a virtual file instead of checking a fixed list of node names.
14522         * simple.el (async-shell-command): New command.
14524         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
14526         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
14527         instead of `mount-info'.
14529 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
14531         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
14532         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
14534 2009-07-02  Kenichi Handa  <handa@m17n.org>
14536         * international/mule.el (set-keyboard-coding-system): Force *-unix
14537         coding-system to avoid eol conversion.
14539 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
14541         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14542         Add handler for `process-file', `shell-command' and
14543         `start-file-process'.
14544         (tramp-gvfs-handle-shell-command)
14545         (tramp-gvfs-handle-start-file-process)
14546         (tramp-gvfs-handle-process-file): New defuns.
14547         (tramp-synce-list-devices): Simplify check for existence of property.
14549 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
14551         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
14553 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
14555         * language/korean.el (set-language-info-alist): Add korean-cp949,
14556         cp949 to spec.
14558 2009-07-01  Kenichi Handa  <handa@m17n.org>
14560         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
14562         * international/encoded-kb.el: Deleted.
14564         * international/mule.el (set-keyboard-coding-system): Perform the
14565         necessary setup here instead of calling encoded-kbd-setup-display.
14567 2009-07-01  Glenn Morris  <rgm@gnu.org>
14569         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
14571 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
14573         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
14575 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
14577         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
14578         Handle also the 'rename case, when setting file modes.  (Bug#3712)
14579         (tramp-default-file-modes): Remove execute permissions.
14581         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
14582         (top): Add a default for "synce" in `tramp-default-user-alist'.
14583         Add completion function for "synce" method.
14584         (tramp-hal-service, tramp-hal-path-manager)
14585         (tramp-hal-interface-manager, tramp-hal-interface-device):
14586         New defconst.
14587         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
14588         (tramp-synce-list-devices, tramp-synce-parse-device-names):
14589         New defuns.
14591         * net/trampver.el: Update release number.
14593 2009-06-30  Kenichi Handa  <handa@m17n.org>
14595         * international/fontset.el (setup-default-fontset): Add CJK fonts
14596         for symbols and the other miscellaneous characters.
14598         * language/korea-util.el (setup-korean-environment-internal):
14599         Make char-width-table suitable for Korean environments.
14600         (exit-korean-environment): Cancel above.
14602         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
14603         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
14604         setup-function to make char-width-table suitable for respective
14605         environments, and an exit-function to cancel that.
14607         * language/japan-util.el (setup-japanese-environment-internal):
14608         Call use-cjk-char-width-table with arg `ja_JP'.
14610         * international/characters.el (cjk-char-width-table): Delete it.
14611         (cjk-char-width-table-list): New variable.
14612         (use-cjk-char-width-table): New arg local-name.
14613         (use-default-char-width-table): Fix for the case that Emacs is
14614         already using the default char-width-table.
14616 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
14618         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
14619         modes mandatory.  (Bug#3712)
14621 2009-06-29  Alan Mackenzie  <acm@muc.de>
14623         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
14624         correction between the visible width of TABs and their number of bytes.
14626 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
14628         * server.el (server-buffer-done): Prevent kill-buffer from
14629         prompting by clearing the buffer modification flag (Bug#3696).
14631 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
14633         * progmodes/verilog-mode.el (verilog-beg-of-statement)
14634         (verilog-endcomment-reason-re): Support unique case and priority case.
14635         (verilog-basic-complete-re): Support localparam lineup.
14636         (verilog-beg-of-statement-1): Fix for robustness, unique case.
14637         (verilog-set-auto-endcomments): Fix for unique case, always_comb
14638         commenting.
14639         (verilog-leap-to-case-head): Now support *nested* unique &
14640         priority case statements.
14641         (verilog-auto-lineup): Make just declarations the default (as it
14642         had been).
14643         (verilog-leap-to-case-head): Support priority/unique case statements.
14644         (verilog-auto-lineup): Rework to give users radio buttons to
14645         select the various styles of automatic lineup.
14646         (verilog-error-regexp-alist): Rework to support the XEmacs style
14647         of error regular expressions from compilers, lint tools &
14648         simulators.  Note that GNU Emacs has made it impossible for a mode
14649         to load such things.
14650         (electric-verilog-terminate-line, verilog-indent-declaration)
14651         (verilog-auto-wiure): Rework for radio button selection of
14652         auto-lineup selection of specification of auto lineup.
14653         (verilog-beg-of-statement-1): Redesign to support proper operation
14654         in additional code, based on testing with auto-lineup.
14655         (verilog-calculate-indent, assignments & declarations)
14656         (verilog-backward-token): Enhance to support auto-lineup of
14657         assignments & declarations.
14658         (verilog-in-directive-p, verilog-at-struct-p): New function for
14659         easy test of whether we are.
14660         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
14661         to support safe execution at almost anyline.
14662         (verilog-calc-1): Properly support indenting deep inside generate
14663         blocks.
14664         (verilog-init-font): Remove definition & use of verilog-init-font,
14665         as it is redundant with font-lock-defaults.
14666         (verilog-mode): Alter the definition of verilog-font-lock-defaults
14667         to avoid circular calls if syntax-ppss is a function (as is the
14668         case now in 22.x GNU Emacs) as that function would sometimes call
14669         itself, leading to (nearly) infinite recursion.
14670         (verilog-ovm-begin-re, verilog-ovm-end-re)
14671         (verilog-ovm-statement-re, verilog-leap-to-head)
14672         (verilog-backward-token): Add support for OVM macros.  Some are
14673         complete statements, and others open and close scopes like begin
14674         and end.
14675         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
14676         (verilog-defun-level-generate-only-re): Really fix the defun-list
14677         compilation issue.
14678         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
14679         coverpoint, constraint and cross statements.
14680         (verilog-defun-level-list, verilog-generate-defun-level-list)
14681         (verilog-all-defun-level-list): Redo these specifications - it is
14682         too hard to support eval-when compile aggregation of lists also
14683         built at when-compile time.
14684         (verilog-defun-level-list): Place defconsts of variables used in
14685         building regular expressions which are built in eval-when-compile
14686         bodies in the same eval-when-compile body to facilitate compile
14687         without load.
14688         (verilog-beg-block-re-ordered): Support indenting
14689         virtual/protected tasks and functions.
14690         (verilog-defun-level-list, verilog-in-generate-region-p)
14691         (verilog-backward-ws&directives, verilog-calc-1): Speed up
14692         indentation of some module items (generate items).
14693         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
14694         across virtual/protected tasks and functions.
14696 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
14698         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
14699         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
14700         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
14701         in concatenations.  Reported by Yishay Belkind.
14702         (verilog-auto-ascii-enum): Support one-hot state machines in
14703         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
14704         (verilog-auto-inst, verilog-auto-inst-port): Include interface
14705         modport in AUTOINST and add vl-modport for users.  Reported by
14706         David Rogoff.
14707         (verilog-auto-inout-module, verilog-auto-inst)
14708         (verilog-decls-get-interfaces, verilog-insert-definition)
14709         (verilog-insert-one-definition, verilog-read-decls)
14710         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
14711         (verilog-sig-modport, verilog-signals-combine-bus)
14712         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
14713         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
14714         Suggested by David Rogoff.
14715         (verilog-repair-open-comma): Fix non-insertion of comma when
14716         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
14717         (verilog-make-width-expression): Simplify [A-1:0] expression
14718         widths to just {A{1'b0}}.
14719         (verilog-mode): Cleanup checkdoc warnings.
14720         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
14721         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
14722         inputs/outputs or data type.  Suggested by Vasu Kandadi.
14723         (next-error-last-buffer): Fix byte-compiler warning.
14724         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
14725         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
14726         or shell command text during AUTO expansion.  Suggested by Tad Truex.
14727         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
14728         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
14729         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
14730         in AUTOINOUT.  Reported by Matthew Lovell.
14731         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
14732         causing use of <= assignments.  Reported by Alex Reed.
14733         (verilog-read-decls): Fix triand, trior, wand, wor to be
14734         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
14735         (verilog-extended-complete-re): Support import "DPI-C" functions.
14736         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
14737         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
14738         (verilog-insert-date, verilog-insert-year)
14739         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
14740         Windows systems.  Reported by Michael Potts.
14741         (verilog-read-module-name): Fix AUTOINST when the child module
14742         declaration's name is a tick define.  Reported by Elliot Mednick.
14743         (verilog-read-decls): Fix V2K parameter bit subscripts getting
14744         passed to next parameter's definition.  Reported by Bruce T.
14745         (verilog-read-decls): Fix detecting "parameter int" when using
14746         AUTOINSTPARAM.  Reported by Bruce T.
14747         (verilog-goto-defun): Fix goto not finding modules unless first
14748         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
14749         (verilog-mode): Expand -f flag arguments on entry to mode so
14750         verilog-goto-defun will work.  Reported by Lawrence Butcher.
14751         (verilog-getopt): Expand environment variables in -f file
14752         arguments.  Suggested by Lawrence Butcher.
14753         (verilog-set-define): Fix "Symbol's value as variable is void"
14754         when reading enumerations.
14755         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
14756         Suggested by Stephen Peltan.
14757         (verilog-read-defines): Fix reading of enumerations in include
14758         files.  Reported by Steve Peltan.
14760 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
14762         * files.el (trash-directory): Fix defcustom type.
14764 2009-06-28  Juri Linkov  <juri@jurta.org>
14766         * help-fns.el (describe-function-1): Correctly locate adviced
14767         functions in hyperlink (Bug#2438).
14769 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
14771         * files.el (trash-directory): Change default to nil.
14772         (move-file-to-trash): If trash-directory is nil and
14773         system-move-file-to-trash is unbound, perform freedesktop-style
14774         trashing.
14776 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
14778         * files.el (move-file-to-trash): Add freedesktop trash
14779         support (Bug#973).
14781 2009-06-28  Glenn Morris  <rgm@gnu.org>
14783         * autorevert.el (global-auto-revert-non-file-buffers)
14784         (global-auto-revert-mode): Doc fixes.
14786 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
14788         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
14790 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
14792         * faces.el (x-handle-named-frame-geometry): Ensure that we have
14793         opened an X connection before calling x-get-resource (Bug#3194).
14795         * play/doctor.el: Remove reference to obsolete website.
14796         (make-doctor-variables): Correct grammar mistake (Bug#2633).
14798 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
14800         Remove find-file-not-found-hook VC method.  (Bug#2757)
14801         * vc-hooks.el (vc-file-not-found-hook)
14802         (vc-default-find-file-not-found-hook): Remove functions.
14803         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
14804         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
14805         * vc.el:
14806         * vc-hg.el:
14807         * vc-git.el: Do not mention find-file-not-found-hook VC method.
14809 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
14811         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
14812         compatibility function for `looking-back'.
14814         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
14815         Use `ispell-looking-back'.
14817 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
14819         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
14820         rather than `filename'.
14822 2009-06-23  Miles Bader  <miles@gnu.org>
14824         * face-remap.el (text-scale-set): New function.
14826 2009-06-23  Glenn Morris  <rgm@gnu.org>
14828         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
14830         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
14832         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
14834         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
14836         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14837         Simplify Persian conditionals.
14839         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
14840         variable `filename'.
14842         * comint.el (comint-insert-input): Doc fix.
14844         * Makefile.in (ELCFILES): Fix typo in previous change.
14846 2009-06-23  Miles Bader  <miles@gnu.org>
14848         * cus-start.el: Add entry for `recenter-redisplay'.
14850 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
14852         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
14853         Add an optional argument for the backend, use it instead of
14854         calling vc-backend.
14855         (vc-mode-line): Add an optional argument for the backend.
14856         Pass the backend to vc-state and vc-working-revision.  Move code for
14857         special handling for vc-state being a buffer to ...
14859         * vc-rcs.el (vc-rcs-find-file-hook):
14860         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
14862         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
14863         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
14864         vc-stay-local-p and vc-mode-line calls.
14866         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
14867         (vc-cvs-diff, vc-cvs-annotate-command)
14868         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
14869         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
14870         vc-mode-line calls.
14872         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
14873         direct comparison.
14874         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
14875         backend when calling vc-mode-line.
14876         (vc-register): Do not create a closure for calling the vc register
14877         function, call it directly.
14879 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
14881         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
14882         to make it obvious item can be clicked.
14884         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
14886 2009-06-23  Kenichi Handa  <handa@m17n.org>
14888         * language/korea-util.el (korean-key-bindings): Change the binding
14889         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
14890         same command.
14892 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
14894         Sync with Tramp 2.1.16.
14896         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
14898         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
14899         when a loading of a package fails.  Completion function for rsync
14900         is `tramp-completion-function-alist-ssh'.
14901         (all): Replace all calls of `split-string' and
14902         `tramp-split-string' by `tramp-compat-split-string'.
14903         (tramp-default-method): Use `tramp-compat-process-running-p'.
14904         (tramp-default-proxies-alist): Allow also Lisp forms.
14905         (tramp-remote-path): Add choice "Private Directories".
14906         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
14907         (tramp-domain-regexp): Allow also "-", "_" and ".".
14908         (tramp-end-of-output): Remove newlines, and add "$" at the end.
14909         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
14910         (tramp-debug-message): Insert header line in debug buffer.
14911         (tramp-handle-directory-files-and-attributes-with-stat):
14912         Care about filenames with spaces, or starting with "-".
14913         (tramp-handle-dired-uncache): New defun.
14914         (tramp-handle-insert-directory): Don't flush the directory from
14915         cache, this is handled by `dired-uncache' now.
14916         (tramp-handle-insert-file-contents): Improve error handling.
14917         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14918         Quote `tramp-end-of-output'.
14919         (tramp-action-password): Improve trace message.
14920         (tramp-check-for-regexp): Both echoes must be present, before removing.
14921         (tramp-open-connection-setup-interactive-shell): Trace coding system.
14922         (tramp-compute-multi-hops): Eval cons cells of
14923         `tramp-default-proxies-alist'.
14924         (tramp-maybe-open-connection): Use the same command pattern for
14925         first hop and further hops.
14926         (tramp-wait-for-output): Remove handling of newlines.
14927         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
14928         (tramp-split-string): Remove function.  It is handled in
14929         tramp-compat now.
14931         * net/tramp-cmds.el (tramp-bug):
14932         Recommend `tramp-cleanup-all-connections' in the bug mail.
14934         * net/tramp-compat.el (tramp-compat-split-string)
14935         (tramp-compat-process-running-p): New defuns.
14937         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
14938         for `dired-uncache'.
14940         * net/tramp-gvfs.el: New package.
14942         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
14943         Add handler for `dired-uncache'.
14944         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
14946         * net/trampver.el: Update release number.  Make version check fit
14947         for SXEmacs 22.
14949 2009-06-22  Jim Meyering  <meyering@redhat.com>
14951         Automatically handle .xz suffix (XZ-compressed files), too.
14952         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
14953         XZ is the successor to LZMA: <http://tukaani.org/xz/>
14955 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
14956             Nick Roberts  <nickrob@snap.net.nz>
14958         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
14959         repository (http://sphinx.net.ru/hg/gdb-mi/).
14961 2009-06-22  Glenn Morris  <rgm@gnu.org>
14963         * files.el (dir-locals-collect-mode-variables): Allow for any number of
14964         `mode' and `eval' entries.  (Bug#3430)
14966         * Makefile.in (ELCFILES): Add fadr.elc.
14968         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
14969         differing behavior of \n and ^ in strings.  (Bug#3385)
14971         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
14973         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
14974         property.
14975         (lisp-indent-function): Make it a defcustom.
14977 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
14979         * progmodes/gdb-ui.el: Replace with ...
14980         * progmodes/gdb-mi.el: ... this file.
14981         * progmodes/gud.el: Modify for gdb-mi.el.
14983 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
14985         * fadr.el: New file.
14987 See ChangeLog.14 for earlier changes.
14989 ;; Local Variables:
14990 ;; coding: utf-8
14991 ;; End:
14993     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
14995   This file is part of GNU Emacs.
14997   GNU Emacs is free software: you can redistribute it and/or modify
14998   it under the terms of the GNU General Public License as published by
14999   the Free Software Foundation, either version 3 of the License, or
15000   (at your option) any later version.
15002   GNU Emacs is distributed in the hope that it will be useful,
15003   but WITHOUT ANY WARRANTY; without even the implied warranty of
15004   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15005   GNU General Public License for more details.
15007   You should have received a copy of the GNU General Public License
15008   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15010 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1